* {margin: 0px}

head{
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    padding: none;
    background-color: #222545;
    /* display: grid; This is what is screwing it up */
    /* grid-template-columns: 1fr; */
    max-width: 80rem;
}

nav{
    background-color: #222545;
    align-self: flex-start;
    height: 100%;
    width: 100%;
    max-width: 80rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* Navigation Bar */
.nav-wrap {
    display: flex;
    justify-content: space-between;
    /* grid-template-columns: 1fr; */
    width: 100%;
    max-width: 80rem;
}

.nav-wrap .left {
    grid-template-columns: 1fr;
    display: flex;
    padding: .5rem;
}

.nav-wrap > .left > .brand > a > img{
    width: 15rem;
    height: 3rem;
}

.nav-wrap .center {
    grid-template-columns: 1fr;
    display: none;
}

.nav-wrap .center .social_logo img{
    display: none;
}

.nav-wrap .center .social_logo a{
    display: none;
}

.nav-wrap .right {
    grid-template-columns: 1fr;
    display: flex;
    padding-top: 24px;
    padding-right: 25px;
}

.nav-wrap > .right > .link {
    display: none;
}

.nav-wrap > .right > .link > a {
    display: none;
}

.nav-wrap > .right> .active-link> a{
    display: none;
}

.nav-wrap > .right > .link :hover {
    display: none;
}


.nav-wrap > .right > .dropdown {
    position: relative;
    display: inline-block;
}

.nav-wrap > .right > .dropdown > .dropbtn {
    background-color: #222545;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.nav-wrap > .right > .dropdown > dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none !important;
}

.dropdown-menu a {
    color: #ffffff;
    padding: 12px 16px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    display: none;
}

.dropdown-menu > .active {color: #2C9cca}

.dropdown-menu a:hover {color: #2C9cca}

.dropdown:hover .dropdown-menu {display: inline-block}
  
.dropdown:hover .dropdown-menu a {display: inline-block}

.dropdown:hover .dropbtn {background-color: #ffffff}

/* Bod CSS Data */
.bod{
    max-width: 80rem;
}
.heading_blank0 {
    display: relative;
}

.heading_blank{
    height: 2vh;
    display: flex;
    justify-content: center;
}

.heading_blank > p{
    display: relative;
    padding-top: 17vh;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 1em;
    color: white;
}

/* VIDEO INFO */
.bod > vid_box{
    /* width: 100%; */
    display: relative;
    align-items: center;
    justify-content: center;
}

.bod > .vid_box > .video{
    display: none;
}

.bod > .vid_box > .video_phone{
    /* display: block; */
    object-fit: fill;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
}

/* HEADING 1 INFO */
.subtitle1-0 {
    display: relative;
    height: 200px;
}

.subtitle1 {
    /* height: 15vh; */
    display: flex;
    justify-content: center;
}

.subtitle1 > p{
    display: relative;
    padding-top: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 1em;
    color: white;
}

/* PARAGRAPH INFO */
.quote-wrap{
    display: relative;
    height: 500px;
}
.quote {
    height: 25vh;
    display: flex;
    justify-content: center;
}
.quote > p{
    height: 500px;
    /* width: 1300px; */
    display: relative;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    padding-top: 0vh;
    padding-bottom: 5vh;
    color: white;
}

/* HEADING 2 INFO */
.subtitle2-0 {
    display: none;
    height: 150px;
}

.subtitle2 {
    height: 150px;
    display: none;
    justify-content: center;
}

.subtitle2 > p{
    padding-top: 90px;
    height: 100px;
    display: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: white;
}

/* SLIDER INFO */
.slider_large_wrapper {
    display: none;
}

.image_slider_wrapper {
    display: none;
}

.slider{
    display: none;
}

.slides{
    width: 500%;
    height: 500px;
    display: flex;
}
 
.slides input{
    display:none;
}

.slide{
    width: 20%;
    transition: 1s;
}

.slide img{
    width: 800px;
    height: 500px;
}

/* navigation manual */
.navigation-manual{
    position: absolute;
    width: 800px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid #2C9cca;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){ margin-right: 40px;}

.manual-btn:hover{ background: #2C9cca;}

#radio1:checked ~ .first{margin-left: 0;}
#radio2:checked ~ .first{margin-left: -20%;}
#radio3:checked ~ .first{margin-left: -40%;}
#radio4:checked ~ .first{margin-left: -60%;}
#radio5:checked ~ .first{margin-left: -80%;}
#radio6:checked ~ .first{ margin-left: -0%}
#radio7:checked ~ .first{ margin-left: -20%}
#radio8:checked ~ .first{ margin-left: -40%}
#radio9:checked ~ .first{ margin-left: -60%}
#radio10:checked ~ .first{ margin-left: -80%}

/* css for automatic navigation */
.navigation-auto{
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 550px;
    /* display: none; */
}

.navigation-auto div{
    border: 2px solid #2C9cca;
    /* border: 2px solid #40D3DC; */
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child){
    margin-right: 40px; 
}

#radio1:checked ~ .navigation-auto .auto-btn1{ background: #2C9cca;}
#radio2:checked ~ .navigation-auto .auto-btn2{ background: #2C9cca;}
#radio3:checked ~ .navigation-auto .auto-btn3{ background: #2C9cca;}
#radio4:checked ~ .navigation-auto .auto-btn4{ background: #2C9cca;}
#radio5:checked ~ .navigation-auto .auto-btn5{ background: #2C9cca;}
#radio6:checked ~ .navigation-auto .auto-btn1{ background: #2C9cca;}
#radio7:checked ~ .navigation-auto .auto-btn2{ background: #2C9cca;}
#radio8:checked ~ .navigation-auto .auto-btn3{ background: #2C9cca;}
#radio9:checked ~ .navigation-auto .auto-btn4{ background: #2C9cca;}
#radio10:checked ~ .navigation-auto .auto-btn5{ background: #2C9cca;}

/* HEADING 3 INFO */
.subtitle3-0 {
    display: relative;
    height: 150px;
    width: 45rem;
}

.subtitle3 {
    height: 150px;
    display: flex;
    justify-content: center;
}

.subtitle3 > p{
    display: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 800;
    /* color: #5D5C61 */
    color: white;
}

.subtitle3 > a{
    padding-top: 1.5vh;
    padding-bottom: 1;
    color: lightgreen;
    display: relative;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
}