@charset "utf-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #FFFFFF;
    margin: 0 auto;
    font-size: 18px;

    
}

/* Side Navigation */


.nav-sidebar {
    overflow: auto;
    background-image: url("../images/img_sidebar_bg01.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    margin: 0;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.nav-sidebar .nav-brand {
    line-height: 50px;
    display: block;
    text-align: center;
}

.nav-brand {
    text-decoration: none;
    color: firebrick;
}

.nav-text {
    font-size:  20px;
}

.logo-img {
    max-height: 80%;
    max-width: 80%;
}

a.nav-brand {
    text-decoration: none;
}

a.nav-brand:hover, a.nav-brand:visited, a.nav-brand:active {
    color: firebrick;
}

.nav-sidebar .toggle-btn {
    display: none;
}

.menu-list {
    padding-top: 200px;
    margin-right: 5px;
    
}

.fa-spacing {
    margin-left: 30%;
}

.nav-sidebar {
    background-color: #ffffff;
}

.nav-sidebar ul, .nav-sidebar li {
    background-color: #ffffff;
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
      /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-sidebar ul :not(collapsed) .arrow:before,
.nav-sidebar li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-sidebar ul .active,
.nav-sidebar li .active {
    border-left: 3px solid #000000;
    background-color: #E7E7E7;
}

.nav-sidebar li {
    padding-left: 0px;
    border-bottom: 1px solid #F5F5F5;
}

.nav-sidebar li a {
    text-decoration: none;
    color: firebrick;
}

.nav-sidebar li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-sidebar li:hover {
    border-left: 3px solid firebrick;
    background-color: #BBBBBB;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 850px) {
    .nav-sidebar {
        background-color: #ffffff;
        background-image: none;
        position: fixed;
        width: 100%;
        height: auto;
        padding: 5px 0px;
        margin-bottom: 10px;
        z-index: 6;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
    }
    .nav-sidebar .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        color: firebrick;
        width: 40px;
        text-align: center;
    }
    .nav-brand {
        text-align: left !important;
        padding-left: 20px;
        line-height: 50px !important;
    }
    
    .nav-text {
        font-size: 15px;
    }
    
    .logo-img {
        max-height: 20%;
        max-width: 20%;
    }
    
    .menu-list {
        padding-top: 2px;
        margin-right: 2px;
    }
    
    .fa-spacing {
    margin-left: 38%;
}
}

@media (min-width: 850px) {
    .nav-sidebar .menu-list .menu-content {
        display: block;
    }
}



/* CONTENT SECTION */

.anchor {
	  display: block;
	  height: 60px; /*same height as header*/
	  margin-top: -60px; /*same height as header*/
	  visibility: hidden;
	}

.content-wrapper {
    height: auto;
    z-index: 5;
    font-family: 'Antic';
    color: #1E1E1E;
    font-size: 19px;
}

header {
    padding-bottom: 25px;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}

.carousel-bg {
    background-color: rgba(100,0,1,0.51);
}

.carousel-caption {
    bottom: 300px;
}

@media (min-width: 850px) {
    .content-wrapper {
        margin-left: 300px;
        
    }
}

@media (max-width: 850px) {
    .content-wrapper {
        margin-top: 50px;
    }
    
    .carousel-item {
        max-height: 350px;
    }
    
    .carousel-caption {
        bottom: 75px;
}
}  /* END OF CAROUSEL */

h1 {
    font-family: 'Alex Brush';
    letter-spacing: 1.5px;
    color: firebrick;
    font-size: 45px;
    padding-bottom: 15px;
}

h2 {
    font-family: 'Abel';
    color: #BB7172;
    font-weight: bold;
} 

h3 { font-family: 'Abel';
    color: #B0595A;  
}

.h-mod {
    letter-spacing: 5px;
}

/* END OF HEADINGS */

.hr-divder {
    margin: 1.5rem 0; /* Space out the Bootstrap <hr> more */
    border-top: 1px dotted firebrick;
}

.p-serve {
    font-size: 20px;
}

.serve-bt {
    font-size: 30px;
}

ul.modal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.p-indent {
    text-indent: 50px;
}

@media (max-width: 850px) {
    .serve-bt {font-size: 25px;
    }
}


@media (max-width: 850px) {
    .t-mod {
        font-size: 30px;
    }
    
    .h-mod {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

.icon-red {
    color: firebrick;
}

.card-body a {
    color: firebrick;
}

.caption {
    color: firebrick;
    text-decoration: none;
}

a:hover, a:visited {
    text-decoration: none;
}

/*Scroll T Top Button */

#topBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: rgba(128,0,2,0.62);
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
}

#topBtn:hover {
    background-color: rgba(0,0,0,0.49);
}

footer {
    color: #000;
    font-size: 15px;
}

footer a, a:active, a:hover   {
    color: firebrick;
}



