@import url(https://fonts.googleapis.com/css2?family=Abel&family=Aleo:wght@300;400&display=swap);body{margin:0;padding:0;-webkit-animation:fadein 2s;animation:fadein 2s}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80%;margin-left:10%;z-index:1}@media (max-width:768px){header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1366px){header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}header h1{margin-left:15px;font-family:Abel,sans-serif;font-size:18px}@media (min-width:1366px){header h1{font-size:36px}}header a{cursor:pointer;z-index:1;text-decoration:none;color:#000}.sidebar{height:100%;width:0;position:fixed;z-index:2;top:0;left:0;background-color:#111;overflow-x:hidden;padding-top:60px;-webkit-transition:.5s;transition:.5s}.sidebar a{padding:8px 8px 8px 32px;text-decoration:none;font-size:25px;color:#818181;display:block;-webkit-transition:.3s;transition:.3s}.sidebar a:hover{color:#f1f1f1}.sidebar .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px}.material-icons.md-48{font-size:48px}.openbtn:hover{background-color:#ffff}#body{-webkit-transition:margin-left .5s;transition:margin-left .5s}@media (max-width:414px){#body .sidebar{padding-top:20px}#body .sidebar a{font-size:18px}}section{font-family:Aleo,serif}section img{width:100%;z-index:-1;margin-top:-30%;mix-blend-mode:darken;opacity:.3;position:relative}section h2{position:absolute;color:#5b3c0c;top:10%}@media (min-width:1366px){section h2{font-size:48px;top:15%;left:40%}}section p{color:#5b3c0c;position:absolute;top:20%}@media (min-width:1366px){section p{font-size:36px;top:40%;left:10%}}section form{color:#5b3c0c;top:30%;left:10%;position:absolute}@media (min-width:1366px){section form{font-size:36px;top:60%}section form input{font-size:36px}section form input .submitbutton{font-size:36px}}main{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto;grid-template-rows:auto;grid-gap:20px;background-color:#000;padding-top:5%;padding-bottom:5%;font-family:Abel,sans-serif;margin-top:-5px;border-top:2px solid #bc8635}@media (min-width:1366px){main{font-size:36px;line-height:150%;word-spacing:15%}}main img{width:100%}main p{margin:0;color:#bc8635}main a{margin-left:2px;color:red}@media (min-width:1366px){main a{margin-left:5%}}footer{background-color:#000;color:#bc8635;font-family:Abel,sans-serif;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:70vh;border-top:2px solid #bc8635}@media (min-width:1366px){footer{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30vh}}@media (max-width:414px){footer{text-align:center}}footer a{text-decoration:none;color:#bc8635}footer a:hover{color:#ffff}footer form{display:inline-block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .about{padding-top:40px;background-color:#000}footer .about a:first-child{margin-left:3%}footer .about a{margin-right:3%}