@font-face {
    font-family: myFirstFont;
    src: url(../fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf);
}
body, html , .block{
    height: 100%;
    background-color: black;
}
body, html {
    height: 100%;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.bgimg-1, .bgimg-2, .bgimg-3 ,.bgimg-4,.bgimg-5{

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("../Images/bg/bg2.png");
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("../Images/bg/bg_exp3_min.png");
    min-height: 50%;
    padding-bottom: 10px;
}

.bgimg-3 {
    background-image: url("../Images/bg/sprawl.jpg");
    min-height: 100%;
}
.bgimg-4 {
    background-image: url("../Images/bg/pbg.jpg");
    min-height: 100%;
}
.bgimg-5 {
    background-image: url("../Images/bg/mbg2.jpg");
    min-height: 100%;
}
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
    }
}
.img-box-shadow{
    box-shadow: 0 0 10px 5px white;
}
.img-box-shadow2{
    box-shadow: 0 0 20px 15px white;
}
.navbar-brand{
    color:white !important;
}
#navbar {

    position: fixed !important;
    transition: top 0.3s;
}
.black-transparent{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity/see-through */
}
.black-transparent-light{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
    /*padding: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.black-transparent-dark{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity/see-through */
}
.personal-pic{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.justify-div{
    text-align: justify;
    text-justify: inter-word;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
    font-family: myFirstFont;
}
.link{
    margin-bottom: 0px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    margin-right: 5px;
    text-decoration: underline;
}
.link:hover{
    color: white;
}
.navbar-container ul li {
    display: inline-block;
    font-size: 16px;
}

.navbar-container ul li a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.5s;
}

.navbar-container ul li .underline {
    height: 3px;
    background-color: transparent;
    width: 0%;
    transition: width 0.2s, background-color 0.5s;
    margin: 0 auto;
}

.navbar-container ul li a.active .underline {
    width: 100%;
    background-color: white;
}

.navbar-container ul li:hover .underline {
    background-color: white;
    width: 100%;
}

.navbar-container ul li:hover a {
}

.navbar-container ul li:active a {
    transition: none;
    color: rgba(255,255,255,0.76);
}

.navbar-container ul li:active .underline {
    transition: none;
    background-color: rgba(255,255,255,0.76);
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    background-color: rgba(255,255,255,.15);
}
.nav-link2{
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidenav {
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: -1000px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.main{
    margin-left: 0px;
    transition: margin-left .5s;
}
#SHIMAHAMIDI {
    display: none;
}
#SHIMAHAMIDIPIC {
    min-height: 75vh;
}
.SHIMAHAMIDIH2 {
    padding-top: 50px;
}
@media screen and (min-width: 768px) {
    .sidenav {
        left: 0px;
    }
    .main{
        margin-left: 260px;
    }
    .btnSideNavc {
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (min-width: 1024px) {
    #SHIMAHAMIDI {
        display: block;
    }
    .SHIMAHAMIDI2 {
        display: none;
    }
    #SHIMAHAMIDIPIC {
        min-height: 100vh;
    }
    #SHIMAHAMIDIH2{
        padding-top: 0;
    }
}
@media screen and (max-width: 400px) {
   /* h1,h2,h3,h4,h5,h6,p { font-size: 100%; }*/
    html{font-size: 85%;}
}
.sticky {
    position: fixed;
    top: 0;
    left: 256px;
    right: 0;
}

.fa-caret-down {
    float: right;
    padding-right: 3px;
    padding-top: 13px;
}
.roundbtn{
    transition: border-color .3s;
}
.roundbtn:hover {
    border-color: #fff;
}

#btnScrollToTop {
    border-color: transparent;
    padding: 0 0 0 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#btnScrollToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 45px;
    color: #fff;
}
#btnScrollToTop:hover {
    background-color: #333;
}
#btnScrollToTop:active {
    background-color: #555;
}
#btnScrollToTop.show {
    opacity: 1;
    visibility: visible;
}
#btnSideNav {
    border-color: transparent;

    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    z-index: 1000;
}

#btnSideNav:hover {
    background-color: #333;
}
#btnSideNav:active {
    background-color: #555;
}
.innerLink{
    padding: 3px;
}
#reveal1 {
    opacity: 0;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#reveal1.visible {
    opacity: 1;

}
.scrollMagic1 {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.scrollMagic1.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.scrollMagic2 {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.scrollMagic2.visible {
    opacity: 1;
}
.scrollMagic3 {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.scrollMagic3.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
a.navbar-brand{
    font-size: 1.5em;

}
.navbar{
    padding-left: 5px;
}