@font-face {
    font-family: 'baskerville';
    src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optimanormal';
    src: url('font/optima-webfont.eot');
    src: url('font/optima-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optima-webfont.woff2') format('woff2'),
         url('font/optima-webfont.woff') format('woff'),
         url('font/optima-webfont.ttf') format('truetype'),
         url('font/optima-webfont.svg#optimanormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	width: 100%;
}
body{
    background-color: #2b2b2b;
}
.navbar{
    position: fixed;
	width: 100%;
	height: 65px;
    background-color: #940004;
    z-index: 1000;
}
#myBtn{
    background-color: transparent;
    border: none;
}

myBtn:hover{
    background-color: transparent;
}
.headerLeft{
	width: 30%;
	display: inline-block;
    margin-top: 12px;
}
.headerLeft img{
    width:100%;
	margin-left: 6%;
}
.headerRight{
    margin-right: 10px;
	display: inline-block;

}
.home{
    color: white;
    display: inline-block;    
    font-family: 'optimanormal',serif;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}

a:link{
	text-decoration:none;	
    color:white;
}
a:visited:not{
	color: white;
}
a:hover:not{
	color: white;
	text-decoration:underline;
}
a:active{
	color:grey;
}
a:visited{
    color:white;
}
body, html {
  height: 100%;
  margin: 0;
}

.menuPic{
    width: 80%;
    margin: auto;
}
.menuLeft{
    width: 50%;
    float: left;
}
.menuRight{
    width: 50%;
    display: inline-block;
}

footer{
    height: 120px;
    background-color: #2b2b2b;
}
.social{
    width: 150px;
    padding-top:  30px;
    padding-left: 30px;
}
.Left{
    width: 22px;
    float: left;
}
.Right{
    width: 35px;
    display: inline-block;
    margin-left: 30px;
}
.call{
    width: 27px;
    display: inline-block;
}
.call img{
    width: 80%;
}

.Right img{
    width: 30%;
}
.copyright{
    width: 100%;
}
.copyright p{
    display: block;
    text-align: center;
    color:white;
    font-family:'baskerville',serif;
    font-size: 12px;
    margin-top: 80px;
}



@media(min-width: 300px) and (max-width:560px) {
    .menuPic{
        width: 60%;
    }
    .menuLeft{
        width: 100%;
    }
    .menuRight{
        width: 100%;
    }
    footer{
        height: 120px;
    }
    .copyright p{
        margin-top: 30px;
    }
}





