@charset "UTF-8";
/*Author: Christopher Miani*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Ubuntu:400,700&display=swap');


body {width: 100%;height: 100%;font-weight: 300;color: #3f3e3e;background-color: #fff;overflow-x: hidden; background-position: center center; background-repeat: no-repeat;font-family: 'Raleway', sans-serif;}

html {width: 100%;height: 100%;}
.container{background-color: transparent;}
a{color: #dc7a39;}
a:hover{color: #333;}
.arealogo{
margin: 0px auto;
display: block;
text-align: center;}

.fab{font-size: 30px; margin: 5px;}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px)  { 
	img.brand{width:50%;height: auto;}
}
