*{box-sizing:border-box}html{font-size:20px;font-family:"Lato",sans-serif}@media (min-width: 720px){html{font-size:21px}}@media (min-width: 1200px){html{font-size:22px}}html,body{margin:0;padding:0}.wrapper{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}section,footer{padding-top:2.5em;padding-bottom:5em;position:relative}h1,h2{font-family:"Paytone One","Lato",sans-serif;text-transform:uppercase;text-align:center;margin:0}h2{color:#fff;font-size:3em;margin:0.5em}h3{font-family:"Lato",sans-serif}p{margin-top:0}p,ul{color:#fff;line-height:1.5}a{color:white}a:focus{outline:0}header{position:fixed;top:0;left:0;z-index:10;background:#00384c;width:100%;transition:height 0.4s linear;box-shadow:0 0 8px black}header .wrapper{height:100%;display:flex;justify-content:space-between}header #logo{position:relative;height:100%;float:left}header #logo img{height:136px;transition:all 0.4s linear;-webkit-filter:drop-shadow(1px 1px 0px #141414);filter:drop-shadow(1px 1px 0px #141414)}header.big{height:68px}header.big div#logo{visibility:hidden;opacity:1}@media (min-width: 720px){header.big div#logo{visibility:visible}}header.big nav li a{font-size:1em}header.small{height:50px}header.small div#logo img{height:100px}header.small nav ul li a{font-size:0.75em}nav{height:100%;display:flex;flex:1}nav ul{height:100%;width:100%;padding:0;margin:0;display:flex;flex-direction:row;list-style:none;justify-content:flex-end;align-items:center}nav ul li{white-space:nowrap;padding:10px 20px}nav ul li a{display:inline-block;transition:font-size 0.4s ease-in;font-family:"Paytone One","Lato",sans-serif;text-transform:uppercase;color:#fff;text-decoration:none}nav ul li a:hover{text-decoration:underline}nav .languages{display:flex;flex-direction:column;height:100%;justify-content:space-around;margin-left:10px}nav .languages a{display:block;height:calc(100%/3)}nav .languages a img{display:block;height:100%;opacity:0.6;transition:opacity 0.2s ease-in}nav .languages a img:hover{opacity:1}nav .languages a img.active{opacity:1}section#top{padding-top:calc(2em + 90px);background-image:url(../img/background.jpg);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;z-index:0}@media (min-width: 1200px){section#top{min-height:100vh}}section#animals{background-color:#26a7b9}section#about{background-color:#00384c}section.bigImage{background-color:#00384c;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;max-height:400px;min-height:50vh}#bigImage1{background-image:linear-gradient(rgba(255,245,222,0.2), rgba(255,245,222,0.2)),url(../img/baggrund1.jpg);background-position:top}#bigImage2{background-image:linear-gradient(rgba(255,245,222,0.2), rgba(255,245,222,0.2)),url(../img/baggrund2.jpg);background-position:center}footer{background-color:#fff5de}.sectionImage{position:absolute;width:150px;max-height:150px;z-index:5;bottom:-50px}section#animals .sectionImage:first-child{right:15%;top:-75px;bottom:auto}section#animals .sectionImage:last-child{left:20%}section#bigImage1 .sectionImage{left:30%}section#about .sectionImage{left:40%}section#bigImage2 .sectionImage{right:30%}section#top .wrapper{text-align:center}section#top .wrapper .hero{background-color:rgba(0,56,76,0.7);min-width:200px;max-width:60%;margin:3em auto 3em auto;padding:2em;color:#fff;z-index:4}@media (max-width: 720px){section#top .wrapper .hero{max-width:90%}}section#top .wrapper .hero div.quote{position:relative}section#top .wrapper .hero span{position:relative;font-family:"Paytone One","Lato",sans-serif;text-transform:uppercase;font-size:1.35em;z-index:0}section#top .wrapper .hero span:before{content:"\201C";position:absolute;display:block;font-size:3.5em;z-index:-1;left:-40px;top:-50px;color:#26a7b9;opacity:0.8}section#top video{position:fixed;top:0;left:0;z-index:-3;object-fit:cover;width:100%;height:100%}section#top .videoFilter{z-index:-2;position:fixed;top:0;left:0;background:rgba(255,245,222,0.2);width:100%;height:100%}section#top img.logo{display:block;margin:0 auto;width:50%;min-width:200px}section#top button{text-align:center;padding:0.5em 0.75em;margin-top:1em;border:solid 2px #141414;font-size:1.25em;background:#26a7b9;box-sizing:border-box;box-shadow:0 0.125em 0 rgba(0,0,0,0.4);color:#fff;font-family:"Lato",sans-serif;cursor:pointer;transition:all 0.4s ease-in}section#top button:hover{color:white;background:#26a7b9}section#top button:focus{outline:0}.animals{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px}.animals>div{width:50%;margin:0;display:flex;flex-direction:column;justify-content:center;padding:40px}.animals>div h3{margin-top:0;text-align:left;color:#fff;margin-bottom:0.1em;font-size:1.5em}@media (max-width: 720px){.animals>div{width:100%}}@media (min-width: 720px){.animals>div:nth-child(1){order:1}.animals>div:nth-child(2){order:2}.animals>div:nth-child(3){order:4}.animals>div:nth-child(4){order:3}.animals>div:nth-child(5){order:5}.animals>div:nth-child(6){order:6}}.animals div img{max-height:200px;max-width:100%}.coming{transition:filter .2s ease-in;-webkit-filter:grayscale(50%);filter:grayscale(50%)}.coming:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.description{width:200px}@media (max-width: 720px){.animals div{width:100%}}.animals h3{text-align:left}.subjects{display:flex;flex-wrap:wrap;justify-content:space-around;margin:30px 0}.subjects img{height:80px;margin:10px 15px}#about .wrapper>div{display:flex;justify-content:space-between}#about .wrapper>div>div{width:calc(50% - 20px)}#galleryContainer .row{display:flex;flex-wrap:wrap;flex-direction:row;font-size:0;margin-bottom:0px;flex:1}#galleryContainer .row div{width:calc(50% - 8px);height:200px;margin:4px}#galleryContainer .row div img{height:100%;width:100%;object-fit:cover;cursor:pointer;opacity:0.70;transition:opacity 0.2s ease-in}#galleryContainer .row div img:hover{opacity:1}@media (min-width: 720px){#galleryContainer .row{height:216px;flex-direction:column}#galleryContainer .row div{width:calc(100% / 3);height:100px}#galleryContainer #row1 div:nth-child(3n+0),#galleryContainer #row2 div:nth-child(3n+1){width:66%;height:208px}}.social{width:200px;margin:0px auto 0 auto;display:flex;justify-content:space-around}.social img{height:50px;opacity:0.6;transition:opacity 0.2s ease-in}.social img:hover{opacity:1}footer{padding-bottom:0.5em;text-align:center;font-family:"Lato",sans-serif}footer .footerContact{display:flex}footer .footerContact div{flex:1;text-align:center}footer .footerContact div img{width:50px;display:block;margin:0 auto}footer p,footer p a{color:rgba(14,14,14,0.5)}footer p{font-size:0.8em;margin-bottom:0}#modal,#videoModal{position:fixed;z-index:200;left:0;top:0;width:100%;height:100%;overflow:auto;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in}#modal img,#videoModal img{margin:auto;display:block;border:4px solid white;max-width:80%;max-height:80%}#modal #close,#modal #videoClose,#videoModal #close,#videoModal #videoClose{position:fixed;right:5%;top:0;font-size:60px;text-align:right;color:white;cursor:pointer;border:none}#videoModal iframe{transition:opacity .4s ease-in;display:block;margin:0 auto}.hidden{visibility:hidden;opacity:0}.hidden iframe{display:none;opacity:0}.visible{visibility:visible;background:rgba(0,0,0,0.8);opacity:1}.visible iframe{display:block;opacity:1}

/*# sourceMappingURL=style.css.map */