/* base styling */
body{
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

p{
    font-family: 'Ubuntu', sans-serif;
}

li{
    font-family: 'Ubuntu', sans-serif;
}

ul{
    list-style-type: none;
}

a{
    font-family: Ubuntu, sans-serif;
}

h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

h2{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

h4{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

/* nav styling */
nav a{
    color: #F0F6F7;
}

nav a:hover{
    color: #70789b;
}

.navbar{
    background-color: #292d3c;
}

.nav-link{
    margin: -.3em;
}

.navbar-nav .nav-link{
margin-right: 2em;
margin-left: 2em;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #70789b;
}

.navbar-brand:hover{
    color: #70789b;
}

.hello-msg{
    font-family: Ubuntu, sans-serif;
    color: #F0F6F7;
    margin-right: 20px;
  }

/*Home Page Styling*/
.r-1{
    height: 500px;
    /*border: dotted red;*/
}
.c-2{
    margin-right: 3em;
    margin-bottom: 3em;
}
.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
.display-btn{
    width: 200px;
}

.intro-header{
    font-family: 'Ubuntu', sans-serif;
    height: 500px;
    background-position-x: 0;
    background-position-y: -260px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}

#introduction{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    height: 100%;
}

#introduction h2{
    font-family: "Bebas Neue", cursive;
    font-size: 2.7rem;
}

#introduction h4{
    font-family: "Bebas Neue", cursive;
}

#introduction p{
    color: #292d3c;
}

.intro-display-header{
    color: #70789b;
    font-family: 'Bebas Neue', cursive;
    font-size: 8em;
    text-shadow: 20px 20px 15px rgba(0,0,0,0.5);
}

.intro-content{
    font-family: Ubuntu, sans-serif;
    text-align: center;
}

.main-header{
    background-color: #70789b;
    height: 200px;
}
.main-header-display{
    font-family: 'Bebas Neue', cursive;
    font-size: 6vw;
    color: #F0F6F7;
}
.mrow{
    height: 200px;
}
.mrow img{
    margin-left: 1em;
    padding-bottom: .5em;
}

.main-section {
    height: auto;
}

#introduction{
    height: 100%;
}

.intro-col{
    margin: 1em;
}

.intro-col p{
    color: #292d3c;
}

.text-accent{
    color: red;
}

.detail-section-header{
    background-color: #70789b;
    height: 230px;
}
.detail-section-header h4{
    font-family: 'Bebas Neue', cursive;
    color: #F0F6F7;
    border-color: #292d3c;
}

.border-dark{
    border-width: thick;
    border-color: #292d3c !important;
}

.border-light{
    border-width: medium !important;
    border-color: #70789b !important;
}

.detail-section{
    background-color: #70789b;
    padding-bottom: 3em;
}

.detail-section-centered{
    background-color: #292d3c;
}

.col-style{
    border: dotted pink;
}

#transition{
    background-color: #70789b;
}

#transition h4{
    font-size: 1.7vw;
}

.detail-section-centered h2{
    margin-left: .5em;
    color: #F0F6F7;
}

.detail-section-centered p{
    color: #F0F6F7;
    margin: 1em;
}

.detail-row{
    margin-top: 3em;
}

#final-row{
    padding-bottom: 3em;
}

#outro p{
    color: #292d3c;
    font-size: x-large;
}

#outro h1{
    color: #292d3c;
    font-family: 'Bebas Neue', cursive;
    font-size: 5vw;
}

#outro-row{
    height: 35em;
    margin: 1em;
}

.outro-r{
    margin: 1rem;
}

/*Footer Styling*/
footer{
    margin-top: 3em;
    min-height: 20em;
    background-color: #292d3c;
}

footer ul{
    padding: 0;
    font-size: small;
    list-style-type: none;
    white-space: nowrap;
}

.footer_contact_li{
    white-space: nowrap;
}

i + span{
    margin-left: 1em;
}

footer a{
    color: #F0F6F7;
}

footer a:hover{
    color: #F0F6F7;
}

.footer-content{
    padding-top: 3em;
    min-height: 20em;
    color: #F0F6F7;
}

.footer-top{
    margin-left: 5em;
    margin-right: 5em;
    padding-bottom: 2em;
}


.footer-top h5{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.footer-top p{
    padding-top: 1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: small;
}

.footer-bottom{
    margin-left: 5em;
    margin-right: 5em;
}

/*LiveStream Landing Page Styling*/

@media screen and (max-width: 700px) {
    h2#ls-header{
        padding-bottom: .5em;
    }
}

.ls-row-1{
    padding-bottom: 8em;
}

.col-ls{
    padding-right: 5em;
}
.col-ls p{
    margin-top: 1em;
}

.col-ls img{
    margin-top: 1em;
    margin-bottom: 1em;
}

.p-ls{
    color: #292d3c;
    font-size: large;
}

.ls-row h4{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.ls-row .col-1{
    margin-top: .3em;
}

.fa-solid{
    color: #70789b;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(240,246,247, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.rv-nav-link{
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
    color: #70789b;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}

.rv-nav-link:hover{
    color: black;
}

/* services styling */

.image-row-1{
    padding-top: 3em;
}

.image-row-1 h2, .image-row-1 p{
    color: #F0F6F7;
}

.image-row-1 h2{
    margin: 1em;
}

.service-link{
    font-size: 1.5vw;
    font-weight: bold;
    color: #70789b;
}

.service-link:hover{
    font-weight: bold;
    color: black;
}

.learn_link{
    color: #70789b;
    font-weight: bold;
}

.learn_link:hover{
    color: black;
}

.main-image{
    filter: drop-shadow(0.25rem 0.2rem 0.25rem #70789b);
}

#video{
    padding-top: 6em;
    padding-right: 4em;
}

/* products styling */

.product-i{
        padding-top: .5em;
}

.card-body:hover{
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.card-deck{
    padding-top: 2em;
}

.btn-outline-dark:hover{
    background-color:#70789b;
}

/* video package styling */

.vp-row-1{
    padding-bottom: 2em;
}

.vp-row-btm{
    padding-top: 1em;
}

/* accounts styling */

/* ----- account nav ----- */
#account-nav .nav-link{
    color: #292d3c;
}
#account-nav .disabled{
    color: #bcc3cf;
}

/* ----- profile section ----- */

#profile_page{
    margin-top: 3em;
}

#profile_column{
    margin-top: 3em;
}

#profile_pic{
    max-height: 100px;
    max-width: 100px;
}

.profile-row-header{
    text-decoration: underline;
    margin-left: 1em;
}
.profile-row{
    margin: 1em;
}
.profile-row h5{
    margin-right: 1em;
}

/* --- services page -- */
#intro p{
        color: #292d3c;
}
#section-intro{
    height: 100%;
}
#section-ls{
    height: 10em;
    background-color: #292d3c;
    color: #F0F6F7;
}
#section-ls h5, p{
    font-family: Ubuntu, sans-serif;
    color: #F0F6F7;
    margin-bottom: .1em;
}
button{
    margin-top: .9em;
}
#section-ls h5{
    font-weight: bold;
}
#banner{
    height: 100%;
}
.btn-light{
    color: #70789b;
    background-color: #F0F6F7;
}
.btn-light:hover{
    color: #292d3c;
}
#service-header{
    margin-top: 1em;
    font-family: 'Bebas Neue', cursive;
    font-size: 4em;
    color: #292d3c;
}
#service-subheader {
    font-family: Ubuntu, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #292d3c;
}
.theme1 {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #70789b;
  --fa-secondary-color: #292d3c;
}
.theme2 {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #292d3c;
  --fa-secondary-color: #70789b;
}
#icon-row{
    margin-top: 4em;
    margin-bottom: 4em;
}
#icon-row i{

}
#services-main{
    background-color: #70789b;
}
#services-main h2{
    font-family: 'Bebas Neue', cursive;
    color: #F0F6F7;
}
#ls-header{
        text-shadow: 3px 3px #292d3c;
        font-size: 5rem;
        margin-bottom: -.5em;
        margin-left: 2em;
}

#vp-header{
    text-shadow: 3px 3px #293d3c;
    font-size: 5rem;
    margin-bottom: 0;
}

#ci-header {
    text-shadow: 3px 3px #293d3c;
    font-size: 5rem;
    margin-bottom: 0;
}

#v-header{
    text-shadow: 3px 3px #293d3c;
    font-size: 5rem;
    margin-bottom: 0;
}

.carousel{
    margin-left: 3em;
}
.carousel-control-prev{
    margin-right: 25em;
}
.carousel-control-next{
    margin-right: -1.5em;
}

.s-p{
    font-size: 1.3em;
}

.ls-h{
    text-shadow: 3px 3px #292d3c;
    font-size: 3em;
    font-family: 'Bebas Neue', cursive;
    color: #F0F6F7;
}
#video-row-s{
    margin-bottom: 2em;
}
#s-final{
    margin-bottom: 3em;
}
#run{
    height: 30%;
    border-radius: 30%;
    box-shadow: 3px 3px #292d3c;
}