body{
    font-family: 'Montserrat';
    padding:0px;
    margin:0px;
}
p{
    font-size: 21px;
    margin-bottom: 1em;
}
[class*="col-"]{
    float:left;
    /* overflow: auto; */
}
[class*="col-"]::-webkit-scrollbar{
    display: none;
}
a{
    text-decoration: none;
    color:inherit;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
a:hover{
    cursor: pointer;
    color: #7b9de0;
}
.page-item.active .page-link{
    background-color: #7b9de0;
    border-color: #7b9de0;
}
.page-link{
    color: #7b9de0;
}
hr{
    margin: 0px;
    padding: 0px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 0px;
    text-align: left;
    width: 15%;
    float: left;
    opacity: 1;
}
h1{
    font-size: 48px;
    color: #ffa51f;
    font-weight: bold;
    margin:0px;
}
.h1-bold{
    font-size: 65px !important;
}
h2{
    font-size: 28px;
}
h3{
    font-size:22px;
    font-weight: bold;
}
.header-caption{
    font-size: 36px;
    line-height:1.5em;
}

.btn-sm{
    padding: 10px 25px !important;
    font-size: 14px !important;
}

.main{
    background-color: #e6e6e6;
    padding: 0px;
}
.public-main .alert{
    width: 90%;
    position: fixed;
    top: 30%;
    z-index:2000000;
}
.row{
    margin-right:0px;
    margin-left:0px
}
.navbar{
    position:fixed;
    z-index: 1000;
    width:100%;
}
#navbar > .container-fluid{
    line-height: 0px;
}
/* All opening divs in each page */
.opening-page-div{
    height: 100vh;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    display: block;
}
.opening-page-div > div{
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    width: 100%;
}
.opening-page-div h1{
    font-size: 55px;
}
.opening-page-div p, .p-25{
    font-size:25px;
}
.slide-text-content{
    padding: 5em 2.5em 5em 4em;
    padding: 10em 7em;
    color:#fff;
    float:left;
}
.form-control{
    padding: 15px 20px;
    margin-top: 0.2em;
    border-radius: 10px;
}
.input-group-prepend, .input-group-text{
    background-color: #7B9DE0;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
}

.box-shadow{
    box-shadow: 0px 0.2px 1px #aaaaaa;
    -webkit-box-shadow: 0.2px 0.4px 4px rgba(0,0,0,0.15)
}

/* Styling of flexbox with horizontal scrolling */
.flexbox-container{
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}
.flexbox-container::-webkit-scrollbar{
    display: none;
}

/* Styling of the opening section of each major page  */
.opening-page-div{
    background-size: cover;
}
.opening-page-div > div{
    background-color: rgba(0, 0, 0, 0.65);
}
.home-sub-div h1{
    font-size: 45px;
    /* color: #7b9de0; */
    color:rgba(0,0,0,0.8);
    margin-left:0px;
}

.modal .close{
    color: #343b4a;
    background-color: rgba(255,0,0,0.2) !important;
    padding:2px 10px;
    border-radius: 50%;
    font-size:20px;
    transition:0.5s;
    -webkit-transition:0.5s;
    border: 0px
}
.modal .close:hover{
    background-color: rgba(248, 212, 212, 0.2);
}

/* Different background colors */
.pink-bg{
    background-color: #FFEBEB;
    color: #7B9DE0
}
.pink-bg h1, .light-blue-bg h1{
    color: #7B9DE0;
}
.light-blue-bg{
    background-color: #E1EBFF;
    color: #7B9DE0
}
.peach-bg{
    background-color: #F3D09A;
    color: #343B4A !important;
}
.peach-bg h1, .pink-bg p{
    color: #343B4A !important;
}
.grey-bg{
    background-color: #f9f9f9;
    color: #343B4A;
}
.text-orange{
    color: #ffa51f;
}
/* Styling of text colors */
.text-blue{
    color: #7b9de0;
}

/* Styling of buttons */
.btn{
    padding: 15px 30px;
    font-size: 18px;
    /* font-weight: bold; */
    border-radius: 10px;
    border: 1.5px solid;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.btn-default{
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.btn-default:hover{
    background-color: #fff;
    color: #343B4A;
}
.btn-primary{
    background-color: #2d4e90;
    color: #fff;
    border-color: #2d4e90;
}
.btn-primary:hover{
    background-color: rgba(0,0,0,0);
    color: #2d4e90;
}

/* For buttons that are transparent but have orange border color  */
.btn-orange-bd{
    background-color: rgba(0,0,0,0);
    color:#ffa51f;
    border-color: #ffa51f;
}
.btn-orange-bd:hover{
    background-color:#ffa51f;
    color: #fff;
}
/* For buttons with orange background colour */
.btn-orange-bg{
    background-color:#ffa51f;
    color:#fff;
    border-color: #ffa51f;
}
.btn-orange-bg:hover{
    background-color: rgba(0,0,0,0);
    color: #ffa51f;
}


/* For buttons with white borders */
.btn-white-bd{
    background-color: rgba(0,0,0,0);
    border-color: #fff;
    color:#fff;
}
.btn-white-bd:hover{
    background-color: #fff;
    color: #343B4A;
}

/* For buttons that are transparent but have blue border color  */
.btn-blue-bd{
    background-color: rgba(0,0,0,0);
    color:#7B9DE0;
    border-color: #7B9DE0
}
.btn-blue-bd:hover{
    background-color:#7B9DE0;
    color: #fff;
}
/* For buttons with blue background colour */
.btn-blue-bg{
    background-color:#7B9DE0;
    color:#fff;
    border-color: #7B9DE0;
}
.btn-blue-bg:hover{
    background-color: rgba(0,0,0,0);
    color: #7B9DE0;
}

/* For buttons with light blue background colour */
.btn-light-blue-bg{
    background-color: #E1EBFF;
    color: #343B4A;
    border-color: #E1EBFF;
}
.btn-light-blue-bg:hover{
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.summary-block h3{
    font-size: 18px;
}
.form-control, .admin-forms{
    border: 1.5px solid #7B9DE0;
}
.admin-forms{
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    margin-top: 0.3em;
    margin-bottom: 1.2em
}

#shop-alert{
    z-index: 20000;
}
.div-white-space{
    display: none;
}
.mobile-active{
    display: none;
}
.desktop-active{
    display: block;
}

@media only screen and (max-width: 767px){
    .mobile-active{
        display: block;
    }
    .desktop-active{
        display: none;
    }
    .span-socials{
        display:none;
    }
    .btn{
        padding: 8px 20px;
        font-size: 16px;
        border-radius: 10px;
        border: 1px solid;
        max-width: 100%;
    }
    .carousel-indicators li {
        visibility: hidden;
    }
    .no-display{
        display: none;
    }
    p{
        font-size: 16px;
        margin-bottom: 0.8em;
    }
    h1{
        font-size: 24px;
        color: #ffa51f;
        font-weight: bold;
        margin:0px;
    }
    .h1-bold{
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size:18px;
    }

    /* All opening divs in each page */
    .opening-page-div{
        margin: 0px;
        padding: 0px;
        max-width: 100%;
        /* height: 85vh; */
        display: block;
        text-align:center
    }
    .opening-page-div > div{
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.65) !important;
        height: 100%;
        width: 100%;
    }
    .opening-page-div p, .p-25{
        font-size:16px;
    }
    .h1-bold{
        font-size: 36px !important;
    }
    .header-caption{
        font-size: 24px !important;
    }
    .opening-page-div > div h1{
        font-size: 36px !important;
    }
    .form-control {
        padding: 10px 15px;
        margin-top: 0.2em;
        border-radius: 10px;
    }
    .slide-text-content{
        display: block;
        padding:5em 10px!important;
        text-align:center;
        float:none;
        margin: auto !important;
    }
    .slide-text-content > div{
        /* background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)); */
        padding: 1.5em 15px;
        z-index: 10;
        /* color: #000; */
    }
    .slide-text-content h1{
        font-size:28px !important;
        /* color: #000; */
        color: #ffa51f;
        font-weight: bold;
    }
    .slide-text-content p{
        color: #000 !important;
    }
    .ctrl-btn .btn, .ctrl-btn{
        width:100%;
    }
    .div-white-space{
        height:300px;
        display: block;
        background-color: #fff;
    }
    .home-sub-div h1{
        font-size: 28px;
        margin-top: 15px;
    }

}
@media only screen and (min-width: 596px) and (max-width: 767px) {
    h1{
        font-size:36px !important;
    }
}

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-md-1 {width: 8.33%;}
   .col-md-2 {width: 16.66%;}
   .col-md-3 {width: 25%;}
   .col-md-4 {width: 33.33%;}
   .col-md-5 {width: 41.66%;}
   .col-md-6 {width: 50%;}
   .col-md-7 {width: 58.33%;}
   .col-md-8 {width: 66.66%;}
   .col-md-9 {width: 75%;}
   .col-md-10 {width: 83.33%;}
   .col-md-11 {width: 91.66%;}
   .col-md-12 {width: 100%;}


   /*End of styling*/
  }
  @media only screen and (min-width: 1200px) {
   .col-lg-1 {width: 8.33%;}
   .col-lg-2 {width: 16.66%;}
   .col-lg-3 {width: 25%;}
   .col-lg-4 {width: 33.33%;}
   .col-lg-5 {width: 41.66%;}
   .col-lg-6 {width: 50%;}
   .col-lg-7 {width: 58.33%;}
   .col-lg-8 {width: 66.66%;}
   .col-lg-9 {width: 75%;}
   .col-lg-10 {width: 83.33%;}
   .col-lg-11 {width: 91.66%;}
   .col-lg-12 {width: 100%;}

}

@media only screen and (max-width: 380px){
    .opening-page-div{
        height: 70vh !important;
    }
}

@media only screen and (max-width: 310px){
    .opening-page-div{
        height: 90vh !important;
    }
}

/* Use this color as default white => #f8fafc; */
@media only screen and (min-height: 350px) and (max-height: 455px) and (max-width: 767px){
    .opening-page-div{
        height: 90vh;
    }
}
@media only screen and (max-height: 350px) and (max-width: 767px){
    .opening-page-div{
        height: 150vh;
    }
}
@media only screen and (min-height: 450px) and (max-height: 650px) and (max-width: 450px){
    .opening-page-div{
        height: 100vh;
    }
}
@media only screen and (min-height: 450px) and (max-height: 650px) and (min-width: 450px){
    .opening-page-div{
        height: 80vh;
    }
}
@media only screen and (min-height: 650px) and (max-height: 750px) and (max-width: 767px){
    .opening-page-div{
        height: 60vh;
    }
}
@media only screen and (min-height: 750px)  and (max-width: 767px){
    .opening-page-div{
        height: 50vh;
    }
}
@media only screen and (min-height: 450px)  and (min-width: 770px) and (max-width:920px){
    .opening-page-div{
        height: 130vh;
    }
}
@media only screen and (min-height: 450px) and (min-width: 992px){
    .opening-page-div{
        height: 130vh;
    }
}
/* @media only screen and (min-height: 750px) and (max-width: 767px){
    .opening-page-div{
        height: 40vh;
    }
} */
