* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Josefin Sans', sans-serif;


}

body {
    display: block;
    max-width: fit-content;
    background-color: #063338;
    max-width: 1440px;
    margin: auto;
}

h2 {
    color: #9ebbc0;
    text-align: center;
    padding: 2%;
}

h3 {
    color: #9ebbc0;
}

html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 80px;
    scroll-behavior: smooth;

}

section {
    
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.navbar {
    background: #08464d;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;

}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
    background-color: #08464d;

}

#navbar__logo {
    background-color: #08464d;
    background-size: 100%;
   color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
}

#navbar__logo img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}

#navbar__logo h4 {
    padding-right: 5%;
    
}


.navbar__menu {
    display: flex;
    align-items: center;
    list-style:none;
    text-align: center;
    background-color: #08464d;
}

.navbar__item {
height: 80px;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    background-color: #08464d;
}

.navbar__links:hover {
    color: teal;
    transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;    
        max-width: 1300px;
        padding: 0;
        margin: auto;
    }
    .navbar__menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5 ease;
        height: 100vh;
        z-index: -1;
        background-color: #08464d;
    }
    .navbar__menu.active {
        background: #08464d;
        top: 100%;
        opacity: 1;
        transition: all 0.5 ease;
        height: 100%;
        width: 100%;
        z-index: 99;
        font-size: 1.5rem;
    }
    #navbar__logo {
    padding-left: 10px;
}
.navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: block;
    cursor: pointer;
}
.navbar__item {
    width: 100%;
    max-height: fit-content;
}

#mobile-menu {
    position:absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
}
#mobile-menu.is-active .bar:nth-child(2) {
opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
#mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
}

.main {
    background-color: #063338;
    size: 100%;
    align-items: center;
    align-self: center;
    
}

.main__container {
   display: block;
   align-items: center;
   justify-self: center;
   align-self: center;
   margin: auto;
   height: auto;
   background-color: #063338;
   z-index: 1;
   
}


.main__content h2 {
  background-color: #063338;
  font-size: 25px;
text-align: center;
color: #ffffff;
padding-bottom: 15px;
padding-top: 25PX;
padding-left: 0;
}

#main__img {
    padding: 0%;
    margin: 0%;
    max-width: 100%;
    height: AUTO;
    display: flex;
    align-self: center;
}
.main__img__container {
   background-color: #063338;
   align-self: center;

}

.main__content p {
    background-color: #063338;
    display: block;
    color: #9ebbc0;
    text-align: center;
    font-size: 18px;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

.main__content h1 {
    
  background-color: #063338;
  font-size: 40px;
text-align: center;
color: #ffffff;
padding:2%;
font-weight: bold;
}

.recruit {
    padding-top: 4%;
}
.two__columns__flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3%;
    margin: auto;
}
.two__columns__flex > * {
    width: 100%;
    padding: 1rem;
}

@media (min-width : 768px) {
    .two__columns__flex > * {
        width: 50%;
        margin: 0%;
        text-wrap: wrap;
    }
}
.header {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: auto;
    align-self: center;
    padding-top: 0px;
    flex-wrap: wrap;
   
}
.header__2 {
    color: #fff;
  font-size: 25px;
  text-align: center;
  margin: auto;
  align-self: center;
  padding-top: 0px;
  flex-wrap: wrap;
  
}
.pve__image {
padding-top: 1%;
max-width: 100%;
    width: 900px;
    height: 600px;
    margin: auto;
}

.pvp__image {
padding-top: 1%;
max-width: 100%;
    align-self: center;
    float: none;
    width: 900px;
    height: 600px;
    object-fit: cover;
} 
.header p {
    color: #9ebbc0;
    text-align: start;
    font-size: 18px;
    margin: auto;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 20%;
}


.header__2 p {
    color: #9ebbc0;
    text-align: start;
    font-size: 18px;
    margin: auto;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 20%;

}

.two__columns__flex__2 {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    margin: auto;
}
.two__columns__flex__2 > * {
    width: 100%;
    padding: 1rem;
    
}

@media (min-width : 768px) {
    .two__columns__flex__2 > * {
        width: 50%;
        flex-wrap: wrap;
        
    }
}

.header__3 {
    color: #fff;
  font-size: 25px;
  text-align: center;
  margin: auto;
  align-self: center;
  padding-top: 0%;
 
  
}

.crafting__image {
    padding-top: 1%;
    max-width: 100%;
    align-self: center;
    float: none;
    width: 900px;
    height: 600px;
    object-fit: cover;
    
    }
.header__3 p {
    color: #9ebbc0;
    font-size: 18px;
    margin: auto;
    text-align: start;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
    padding-right: 20%;

}

.header__4 {
    color: #fff;
  font-size: 25px;
  text-align: center;
  margin: auto;
  align-self: center;
  padding-top: 0px;
  flex-wrap: wrap;
  
}

.nodes__image {
    padding-top: 1%;
    max-width: 100%;
    align-self: center;
    float: none;
    width: 900px;
    height: 600px;
    object-fit: cover;
    
}

.header__4 p {
    color: #9ebbc0;
    font-size: 18px;
    text-align: start;
    margin: auto;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 20%;
    
}

footer {
    background-color: #08464d;

}
.footercontainer {
    background-color: #08464d;
    width: 100%;
    padding: 30px 30px 20px;
}

.socialicons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    
}

.socialicons a {
    text-decoration: none;
    padding: 0.1%;
    background-color: #08464d;
    margin: 10px;
    border-radius: 50%;
}

.socialicons a i {
    font-size: 2em;
    color: #fff;
    opacity: 0.9;
}
 
.socialicons a:hover {
    background-color: #063338;
    transition: 0.5s;
}

.footernav {
    margin: 0.5%;
}

.footernav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-direction: column;
    align-items: center;
}
.footernav ul li a {
    color: #9ebbc0;
    padding: 1%;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
}

.footernav ul li a:hover {
opacity: 1;
}

.footerbottom {
    color: #9ebbc0;
    padding: 0.5%;
    text-align: center;
}

.footerbottom p {
    background-color: #08464d;
}

.designer {
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 400;
}

@media (max-width: 700px) {
    .footernav ul {
        flex-direction: column;
    }
    .footernav ul li {
        width: 100%;
        text-align: center;
        margin: 10px;
    }
    
}

.About {
color: #fff;
padding: 2%;
text-align: center;
width: 100%;
font-size: 40px;
font-weight: bold;

}

.About2 {
    color: #fff;
padding-top: 1%;
text-align: center;
width: 100%;
font-size: 40px;
font-weight: bold;
}

.responsive-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-justify: start;
    
}

.responsive-three-columns > * {
    padding: 1rem;
    justify-content: center;
    width: 100%;
}

@media (min-width:768px) {
    .responsive-three-columns > * {
        width:calc(100% / 3);
    }

    
}

.responsive-three-columns p {
    padding:0;
    text-align: start;
    color: #9ebbc0;
    font-size: 18px;
 
}

.responsive-three-columns2 p {
    padding-left: 0%;
    padding-right: 0%;
 text-align: left;
 color: #9ebbc0;
 font-size: 18px;
}

.circleimg {
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 50%;
    max-width: 50;
    max-height: 50%;
}

.circleimgbox {
    object-fit: cover;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    padding-bottom: 2%;
}

.responsive-three-columns2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    
}

.responsive-three-columns2 > * {
    padding: 1rem;
    justify-content: center;
    width: 100%;
}

@media (min-width:768px) {
    .responsive-three-columns2 > * {
        width:calc(100% / 3);
    }

}


.comstructtitle {
width: 100%;
align-self: center;
text-align: center;
color: #fff;
}

.left-sidebar {
display: flex;
flex-wrap: wrap;

}

.left-sidebar > * {
    width: 100%;
    padding: 1rem;

}

@media (min-width:768px) {
    .left-sidebar > .mainbar {
        order: -1;
        width: calc(100% / 3);
    }
    .left-sidebar > .sidebar {
        width: calc(100% / 3 * 2);
    }
}

.sidebarcontent h2 {
    padding: 2%;
    color: #9ebbc0;
    
    
}

.comstructtitle h1 {
    padding: 20px;
font-size: 40px;
}

.sidebarcontent p {
    color: #9ebbc0;
    font-size: 18px;
    padding: 0;
}

.sidebarcontent2 p {
    color: #9ebbc0;
    text-align: left;
    font-size: 18px;
    padding: 1%;
    padding-left: 0;
}

.sidebarcontent h3 {
    color: #9ebbc0;
    text-align: left;
    padding: 2%;
    

}

.sidebarcontent2 h3 {
    color: #9ebbc0;
    text-align: left;
    padding-left: 0%;
    padding-bottom: 1%;

}

.sidebarcontent2 li {
    color: #9ebbc0;
    text-align: left;
    font-size: 18px;
}

.sidebarcontent2 h2 {
    padding-bottom: 2%;
    text-align: left;
    color: #9ebbc0;
    padding-left: 0;
    
    
}
.sidebar img {
    width: auto;
    max-width: 100%;
    padding: 1%;
}


.mainbar img {
    width: auto;
    max-width: 100%;
    padding: 1%;
}

.mainbar p {
    color: #9ebbc0;
    text-align: left;
    font-size: 18px;
}

.mainbar h2 {
    padding: 1%;
    text-align: left;
    color: #9ebbc0;
}

.mainbar h3 {
    color: #9ebbc0;
    text-align: left;
    padding: 1%;
}

.map {
   max-width: 100%;
   max-height: 100%;
   height: auto;
   width: auto;
    align-items: center;
    justify-content: center;
}

.map h1 {
    color: #fff;
    text-align: center;
    padding: 4%;
}

.right-sidebar p {
    color: #9ebbc0;
    text-align: start;
    font-size: 18px;
    padding: 1%;
}

.right-sidebar {
    display: flex;
    flex-wrap: wrap;
background-color: #08464d;
}

.right-sidebar > * {
    width: 100%;
    padding: 1rem;
}

@media (min-width:768px) {
    .right-sidebar > *:nth-child(1) {
        width:calc(100% / 3 * 2);
    }
    .right-sidebar > *:nth-child(2) {
        width:calc(100% / 3);
    }
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #9ebbc0;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    bottom: 0%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);   
  }

  .sliderheader {
    color: #9ebbc0;
    font-size: 30px;
    background-color: rgba(0,0,0,0.6); 
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
  }
  


  /* Number text (1/3 etc) */
  .numbertext {
    color: #9ebbc0;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    opacity: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #9ebbc0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 700px) {
    .prev, .next, .text, .sliderheader {font-size: 11px}
  }

  
  @media only screen and (max-width: 700px) {
    .sliderheader {font-size: 14px}
  }



  #introp {
    padding-top: -5%;
    z-index: 0;
  }

  .newsheaders {
    padding-top: 1%;
  }