@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
*{
margin:0;
padding:0;
spacing:0;
border:0;
text-align:left;
font-family:
}
body, html{
padding:0;
margin:0;
font-family:"Lato", HelveticaNeue, Helvetica, Arial;
font-weight:300;
background-color:#FAFAFA;
}
#header{
background-color:#1D0A26;
font-size:2.5rem;
line-height:3rem;
color:#FFFFFF;
font-weight:300;
text-align:center;
padding:10px;
}
.item{
background-color:transparent;
max-width: 700px;
margin: 0 auto;
}
.item img{
width:100%;
height:auto;
border:0;
}
.item h1{
font-size:2.5rem;
line-height:3rem;
color:#1D0A26;
font-weight:300;
text-transform:lowercase;
padding:20px 0 20px 20px;
}
.item h2{
font-size:2rem;
line-height:2.5rem;
color:#1D0A26;
text-transform:lowercase;
font-weight:300;
padding:20px 0 0 20px;
}
.item p{
color:#575757;
font-size:1.3rem;
line-height:2rem;
padding:0 20px 20px 20px;
font-weight:300;
}
.item p b{
font-weight:400;
}
.item hr{
padding:0;
border-top:1px solid #CCCCCC;
color:#CCCCCC;
text-align:center;
height:30px;
margin:0 20px;
}
#footer{
background-image:url(/img/contact.jpg);
background-color:#CCCCCC;
background-repeat:no-repeat;
background-position:center left;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;
}
#footer p{
padding:20px;
font-size:1.3rem;
line-height:2rem;
color:#353535;
font-weight:400;
background-color:rgba(255,255,255,0.5);
max-width: 700px;
margin: 0 auto;
}
#footer p a{
text-decoration:none;
color:#353535;
font-weight:400;
}
#footer div, .darkdiv{
font-size:1rem;
line-height:1.2rem;
color:#FFFFFF;
font-weight:300;
padding:20px;
background-color:#353535;
text-align:center;
}
#footer div a, .darkdiv a{
text-align:center;
text-decoration:none;
font-size:1rem;
line-height:40px;
color:#FFFFFF;
}
#footer p.credit{
margin:0;
padding:20px;
max-width:500px;
text-align:left;
}
#footer img.credit{
width:40px;
height:40px;
border:0;
text-align:right;
margin:-80px 20px 20px 20px;
float:right;
}