/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*-----------------------my styles here---------------------*/


*,
::before
::after
{box-sizing: border-box;}

main,header,footer{
 margin: 0 5em;}

body{ 
  font-family:"Roboto",'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight:400;
  line-height: 1.5;
  color:#222
  
}
 header{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.50em;
  background-color: #c94545;
  color: white;
  text-align: center;
  padding: 20px;
  margin: 0;
  line-height: 1.2;
  border-bottom: 4px solid #371e1e;
 }

header p:first-of-type {
  font-size: 3.50em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}

header p {
  color: white;
  font-size:42px;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
}
header p span {
  font-style: normal;
  font-family: "Roboto",'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 2.50rem;
}

main{
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px; 
  line-height: 1.5em;

}

h1{font-size: 2.5em;
   font-weight: 400;
}

h2{font-size:  1.8em;
    font-weight: 400;
}

h3{font-size: 1.8em;
   font-weight: 400;
}

h1,h2,h3{
    line-height: 1.6em;
    letter-spacing: 0.1;
}

p{line-height: 1.50em;
  font-size: 1.2em; 
  margin-top: 0.5em;
  margin-bottom: 1.2em;
  font-style: normal;
}


p:last-of-type{
font-style: italic;
}

footer{
text-align: center;
font-size: 1.2em;
padding: 40px;
border-top: 4px solid #c94545;
margin: auto;
}

