/* montserrat-regular - latin */
@font-face {
   font-family: myMainFont;
   src: url(../fonts/montserrat-v25-latin-regular.woff2);
}
body, h1,h2,h3,h4,h5,h6 {font-family: myMainFont,sans-serif;color:#800000;background-color:#fee78a;}
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/main.jpg');
  min-height: 100%;
} 


/* On screens that are 2400px wide or less */
@media screen and (max-width: 2400px) {
 #headline{font-size:60px;padding-top:45px;padding-bottom:7%}
 #home{padding:90px 16px}
 #menu{font-size:30px}
 #logo{width:250px}
 #footer{position:relative;bottom:5px;top:10px}
}

/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
 #headline{font-size:50px}
 #home{padding:90px 16px}
 #menu{font-size:25px}
 #logo{width:175px}
 #footer{position:relative;bottom:5px}
}

/* On screens that are 600px wide or less */
@media screen and (max-width: 600px) {
 #headline{font-size:35px}
 #home{padding:50px 16px}
 #menu{font-size:20px}
 #logo{width:120px}
 #footer{position:relative;bottom:5px}
 body{font-size:15px}
 .w3-padding-large{padding:12px 24px!important}
 .w3-image{padding-top:75px}
}
