@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/derivia');
@import url('https://fonts.cdnfonts.com/css/inria-serif');
@import url("../fonts/Cospiog.otf");

html{
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: rgb(243, 243, 243);
    background-color: rgb(20, 20, 20);
}

header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    padding-left: 50px;
    position: sticky;
    top: 0px;
    z-index: 100;
    backdrop-filter: blur(5px);
    background-color: rgb(21, 44, 33);
}

footer{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 30px;
    backdrop-filter: blur(5px);
    background-color: rgb(21, 44, 33);
}

.logo{
    filter: invert();
    height: 100%;
    width: 100%;
}

.logo-wrap{
    width: 500px;
}

h1 {
    font-weight: 500;
    text-align: center;
    font-size: 50px;
    padding: 0px 0;
    height: 50px;
    margin: 0px;
}

h2{
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    padding: 0px 0;
    margin: 0px;
}

h3{
    font-weight: 400;
    font-size: 30px;
    margin: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

h4{
    font-size: 25px;
    margin: 0px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

p{
    font-weight: 200;
    font-size: 25px;
}

.center {
    margin: auto;
    text-align: center;
}

.vert-center {
    margin: auto;
    padding: 0px 0;
}

.para-right{
    right: 20px;
    float: right;
}

.para-left{
    left: 20px;
    float: left;
}

.paragraph{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 75px;
    width: 100%;
}

.bento{
    border-radius: 10px;
    border-color: white;
    border-width: 5px;
}

.image-s{
    width: 25%;
    margin-left: 5%;
    margin-right: 5%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.image-m{
    max-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.image-l{
    max-width: 50%;
    margin-left: 7%;
    margin-right: 7%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.image-xl{
    max-width: 70%;
    margin-left: 5%;
    margin-right: 5%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.image:hover{
    transform: scale(1.05);
}

.image-m:hover{
    transform: scale(1.05);
}

.image-s:hover{
    transform: scale(1.05);
}

.shadow{
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px;
}

.text{
    display: flex;
    flex-direction: column;
    padding: 50px;
    width: 70%;
    font-size: 20px;
}

.text-s{
    font-weight: 400;
    display: flex;
    flex-direction: column;
    padding: 30px;
    font-size: 22px;
    width: 30%;
}

.text-l{
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding: 30px;
    max-width: 60%;
    font-size: 25px;
}

.nav-button {
    padding: 10px 15px;
    padding-top: 17px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    height: 20px;
    font-size: 15px;
    font-weight: 200;
}

.nav-button:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-button:hover:after { 
    width: 100%; 
    left: 0; 
}

.wide-screen{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0px 50px;
}

.short{
    height: 20px;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 180px;
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.maps{
    padding-right: 10%;
    width: 45%;
}

.card{
    background-color: rgba(59, 59, 59, 0.8);
    color: white;
    width: 430px;
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
    margin: 4%;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.card:hover{
    transform: scale(1.05);
}

.img{
    width: 430px;
    height: 290px;
}

.home-img{
    width: 100%;
}

.card-container{
    display: flex;
    padding: 0px;
    padding-right: 15px;
    padding-top: 13px;
}

.icon{
    filter: invert();
    background-color: rgba(86, 122, 157, 0.8);
    height: 50px;
    padding: 13px;
}

.description{
    vertical-align: middle;
    justify-self: center;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.deactive{
    display: none;
}

.active{
    color: #000000;
}

.help-btn{
    display: block;
    width: 40%;
    margin: 30px;
    padding: 40px;
    padding-top: 50px;
}

.btn-over {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 10px 20px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.btn-over:hover {
  background-color: #15703e;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.1s;
}

.sidebar{
    position: fixed;
    z-index: 100;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s;
}

.side-container{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.open{
    transform: translateX(100%);
    transition: 1s;
    overflow: hidden;
}

.hambu-side{
    transform: translateX(500%);
    transition: 0.75s;
    overflow: hidden;
}

.close-side{
    transition: 0.75s;
    overflow: hidden;
}

.hambu{
    position: fixed;
    right: 110px;
    top: 25%;
    height: 50%;
}

.close{
    position: fixed;
    right: 110px;
    top: 25%;
    height: 50%;
}

.wide-screen{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0px 50px;
    padding-right: 75px;
}

.narrow-screen{
    display: none;
    position: fixed;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    right: 10%;
}

.photo-text{
    line-height: normal;
    font-size: 40px;
}

.start{
    text-align: start;
}

.end{
    text-align: end;
}

.yt{
    width: 32vw;
    height: 18vw;
    padding-right: 3vw;
}