/*
Header
*/
.header {
background-color: rgb(255, 255, 255);
opacity: 0.75;
}
.fullWidth {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: initial;
}
.text a h1 {
font-family: "Roboto" thin;
font-size: 600%;
font-weight: 100;
color: black;
line-height: 1.2;
text-align: center;
}
.menu {
font-family: "Roboto";
font-size: 100%;
font-weight: 100;
text-align: center;
margin-left: auto;
margin-right: auto;
color: black;
}
.menu a{
color:black;
}
.menu a:hover{
    color: black;
}
/*
End Header
*/

/*
FOOTER
*/
.copyright {
font-family: "Roboto";
color:  rgb(255, 153, 153);
text-align: left;
}
.social-bar{
font-family: "Roboto";
color: white;
text-align: right;
float: right;
}
.social-bar a{
vertical-align: top;
display: inline;
}
.social-bar .fa {
padding:10px 14px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition: .5s;
font-size: 20px;
width: 25px;
height: 25px;
text-align: center;
text-decoration: none;
color: rgb(255, 153, 153);
}
.social-bar .fa:hover{  
color: white;
background-color:  rgb(255, 153, 153);
}

/*
END FOOTER
*/
  