* {margin: 0px}

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

body {
    padding: none;
    background-color: #222545;
    display: grid;
    grid-template-columns: 1fr;
}


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

/* Navigation Bar */
.nav-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

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

.nav-wrap .center {
    grid-template-columns: 1fr;
    display: flex;
    padding-top: 24px;
    padding-left: 100px;
}

.nav-wrap .center .social_logo img{
    width: 18px;
    height: 14px;
    cursor: pointer;
    justify-content: space-between;
    padding: 10px;
    opacity: 100%;
}

.nav-wrap .center .social_logo a{
    padding-bottom: 0;
    font-size: .75em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

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

.nav-wrap > .right > .link {
    justify-content: space-between;
    padding: 10px;
}

.nav-wrap > .right > .link > a {
    padding-bottom: 0;
    font-size: .75em;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    /* color: #eefbee; */
    color: white;
}

.nav-wrap > .right> .active-link> a{
    color: #2C9cca !important;
    /* color: red; */
}

.nav-wrap > .right > .link :hover {
    color: #2c9cca !important;
    /* transition: .1s; */
}

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

/* Bod CSS Data */
.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: block;
    align-items: center;
    justify-content: center;
}

.bod > .vid_box > .video{
    display: block;
    object-fit:fill;
    object-position: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

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

/* 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: #AAABB8; */
    /* color: #9E2B25; */
    /* color: #E19251; /* Orange NOOO */
    /* color: #F5F8DE; */
    /* color: #81A684; green */
    /* color: #a6082e; Rocket Red */
    /* color: #70071D; Deep Fucking Value Red */
    /* color: #DEB841; Rich Gold */
    /* color: #ce6c47; The only Acceptable orange */
    /* color: #92828D; Rocket Metallic */
    /* color: #DB5A42; fire opal (redish orange) */
    color: white;
}

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

.subtitle2 {
    height: 150px;
    display: flex;
    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: #5D5C61 */
    color: white;
}

/* SLIDER INFO */
.slider_large_wrapper {
    display: relative;
    height: 600px;
}

.image_slider_wrapper {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.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;
}

.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;
}