
body {
background:rgb(105,105,105);
font-family:'Open Sans', Helvetica, Verdana;
font-size:13px;
line-height:24px;
color:rgb(255,255,255);
letter-spacing:1px;
overflow-x: hidden;
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover{
outline:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a:hover{
text-decoration:underline;
}


h1, h2, h3, h4, h5, h6{
color:rgb(252,135,135);
font-family:'Open Sans', Helvetica, Verdana;
font-weight:700;
margin:0 0 15px 0;
}

footer {
background: rgb(105,105,105) !important;
color: rgb(255,255,255) !important;
}


footer .subfooter {
background: rgb(153,153,153) !important;
color: rgb(255,255,255) !important;
}

footer .subfooter a {
color: rgb(252,135,135) !important;
}

a {
color: rgb(252,135,135)}

a:hover {
color: rgb(252,135,135)}


.navbar {
background: rgb(153,153,153) !important;
}
/* GENERATED CSS*/