#header_top{

    background: lightgray;
    min-height:2rem;

}

.nav_container_top{

  height:4rem;
}

.nav_container_top p{

    text-align: center;
    display: block;

    font-size: 1.2rem;
    color:black;
    font-family: Calibri,sans-serif;
    font-weight: bold;

    padding-top:.2rem;
    margin-top: 1.2rem;


}

.nav_container_top p a{

    text-align: center;
    display: block;

    font-size: 1.2rem;
    color:black;
    font-family: Calibri,sans-serif;
    font-weight: bold;

    text-decoration: none;


}

.text_video{

    position: absolute;
    top:20%;
    left:15%;


    font-size: 4.2rem;
    font-family: Calibri,sans-serif;
    color:purple;
    font-weight: lighter;
}
.text_video_bottom{

    position: absolute;
    top:25%;
    left:15%;


    font-size: 3.2rem;
    font-family: Calibri,sans-serif;
    color:#12451f;
    font-weight: lighter;
}


#video_main video{

 width: 100%;

}

#select{

    margin-top:10rem;
}

#select_one, #select_two, #select_three{


    min-height:800px;

}

.select_one_inner, .select_two_inner, .select_three_inner{
    display: block;
    margin: 0 auto;
    min-height: 100%;
   background: lightgray;

}

.text_bottom_one{

    position: relative;
    top: 400px;

    font-family: Calibri,sans-serif;
    font-size: 1.6rem;
    text-align: center;

}

.text_bottom_two{

    position: relative;
    top: 450px;

    font-family: Calibri,sans-serif;
    font-size: 1.6rem;
    text-align: center;
}


.select_one_inner img{

    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    height: auto;
    display: block;

}

.select_two_inner img{

    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    height: auto;
    display: block;
}

.select_three_inner img{

    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: block;
}

.color_one_inner{

    background-color: orange;
    padding:.6rem;
    opacity: 75%;
}


.color_two_inner{

    background-color: lightblue;
    padding:.6rem;
    opacity: 75%;
}

.color_three_inner{

    background-color: purple;
    padding:.6rem;
    opacity: 75%;
}

.color_one_inner p{

    text-align: center;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-weight: bold;



}

.color_two_inner p{
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;

}

.color_three_inner p{

    text-align: center;
    display: block;
    margin: 0 auto;
    color:white;
    font-weight: bold;
}

.select_one_inner p {

    font-family: Calibri, sans-serif;
    max-width: 95%;
    margin-top: .2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: lighter;

}
.select_two_inner p {

    font-family: Calibri, sans-serif;
    max-width: 95%;
    margin-top: .2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: lighter;

}

.select_three_inner p {

    font-family: Calibri, sans-serif;
    max-width: 95%;
    margin-top: .2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: lighter;

}

#footer_main{

    position: relative;
    bottom: 0;
    margin: 0 auto;
    margin-top: 5rem;
    border-top: 1px solid purple;


}

.footer_left p{
    font-family: Calibri, sans-serif;
    font-weight: lighter;
    font-size: 1.4rem;
}

.footer_left_bottom{

    margin-top: 2rem;
}

.footer_left_bottom a{

    text-decoration: none;
    color:black;
    cursor: pointer;
}

.footer_right img{

    width: 30px;
    height: 30px;

    margin: 10px;
}