*{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    
}
.banner{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("screenshot.JPG");
    background-size: cover;
    background-position:center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.beyondbanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("group_photo.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.shroudbanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("Shrouded Depths Title.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.harmonybanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("In harmony title.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.campbanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("camp_title_screen.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.brainbanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("brain storm logo.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}


.fusebanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("FuseCollageBlack.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.unrealbanner {
    width: 100%;
    height: 300vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("projectA.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.portfoliobanner {
    width: 100%;
    height: 150vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("screenshot.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.aboutbanner {
    width: 100%;
    height: 300vh;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url("screenshot.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}



.navbar{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: -1;
}
.logo{
    width: 120px;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
}
.navbar ul li:hover::after{
    width: 100%;
    
}
.title {
    width: 100%;
    position: absolute;
    top: 30%;
    transform: translateY(-70%);
    text-align: center;
    font-size: 25px;
    color: #fff;
    order: 0;
}

.body {
    width: 100%;
    position: absolute;
    bottom: -35%;
    transform: translateY(50%);
    text-align: center;
    font-size: 25px;
    color: #fff;
    order: 1;
}

.body h1{
    font-size: 80px;
    margin-bottom: 80px;
}

.body p{
    margin-right:10px auto;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: -2000px;
}

.secondbody {
    width: 100%;
    position: absolute;
    bottom: -75%;
    transform: translateY(50%);
    text-align: center;
    font-size: 25px;
    color: #fff;
    order: 2;
}

.secondbody h1{
    font-size: 80px;
    margin-bottom: 80px;
}

.secondbody p{
    margin-right: 10px auto;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: -2000px;
}



.title h1{
    font-size: 80px;
    margin-top: 70px;
}
.title p{
    margin-top: 30px auto;
    font-weight: 100;
    line-height: 25px;
}

.title ul li{
    list-style: none;
    margin-top: 30px auto;
    font-weight: 100;
    line-height: 25px;
}

.body ul li {
    list-style:none;
    margin-top: 30px auto;
    font-weight: 100;
    line-height: 25px;
}

.secondbody ul2 li2 {
    list-style:none;
    margin-top: 30px auto;
    font-weight: 100;
    line-height: 25px;
}



.main_video{
    width: 100%;
    margin-bottom: -1000px;
    order: 3;
}

{box-sizing: border-box}

.slideshow-container{
    max-width: 1000px;
    position: relative;
    margin: auto;

}

.mySlides{
    display: none;
    margin-bottom: -1000px;
}


.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next{
    right: 10px;
    border-radius: 3px 0 0 3px;
}

.prev{
    left: 10.5px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.text{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: -25px;
    left:-10px;
    width: 100%;
    text-align: center;
}

.numbertext{
    color:#f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot{
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-bottom: -1000px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

.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: 300px) {
  .text{font-size: 11px}}
}

