﻿@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");html{font-size:20px;font-family:"Lato";}section#navigation{display:flex;justify-content:center;background-color:#e1eff0;position:fixed;top:0;left:0;width:100vw;z-index:999;user-select:none;height:3.2rem;}section#navigation .nav{padding:1rem;margin:0 1rem;color:#101010;font-weight:bold;cursor:pointer;background-color:#e1eff0;transition:background-color ease-in-out .15s;}section#navigation .nav#home-image{padding:0;margin-top:0;height:100%;}section#navigation .nav#home-image img{max-height:100%;}section#navigation .nav:hover{background-color:#84babe;}section#home{min-height:100vh;background-image:linear-gradient(to bottom,transparent -100%,#101010 70%),url("../img/banner.png");background-position:center bottom -200px;background-repeat:no-repeat;background-size:cover;}section#home div.content{margin:0 auto;padding:2rem;width:50%;max-width:700px;color:#fefefe;text-align:center;}section#home div.content p{text-shadow:2px 2px 0 #000;}section#home div.content p a{text-shadow:initial;}section#home div.content img{margin-top:-50px;margin-bottom:-10px;width:400px;display:inline-block;transition:all ease-in-out .35s;}section#home div.content img.move{margin-top:70px;opacity:1;}section#classes{height:100vh;}section#photos{height:100vh;}section#contact{height:100vh;}body{padding:0;margin:0;background-color:#84babe;}body section .small{font-size:.8em;}body section .nobreak{white-space:nowrap;}body section .button{text-decoration:none;background-color:#84babe;color:#101010;padding:1rem;display:inline-block;}