@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'heineken_serif_18bold';
    src: url('../fonts/heinekenserif18-bold-webfont.woff2') format('woff2'),
         url('../fonts/heinekenserif18-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{font-family: 'heineken_serif_18bold'; margin:0; padding:0}
h1{ text-align:center; color:white}
.logo{ width:250px; height:auto; margin-top:25vh;}
body{ text-align:center} 
html{ width:100%; height:100%; background:transparent linear-gradient(to right,#005d1f 0%,#277816 50%,#005d1f 100%)}
.content{ width:1200px; height:auto; margin:0 auto;}
.mobile{ display:none}
.desktop{ display:block}
a{ font-size:14px; color:white; text-decoration:none; float:right; padding:15px}



@media only screen and (max-width: 910px){
.content{ width:100%; height:auto; margin:0 auto;}
.mobile{ display:block}
.desktop{ display:none}
}
