﻿a {

    color:#448AFF;
}



.imgFitToExactHeight {
    
    height: 100vh;
    /*width: 100vw;*/
    overflow: hidden;
}


/*Style title and menu bar*/
#menuTitle {

/*    margin-top: 10px;*/
    margin-bottom: 0px;
/*    margin-left:0px;*/
/*    margin-right:0px;*/
/*    padding-left:100px;*/

/*    width:auto;*/
    /*border-bottom:solid;*/
    /*border-bottom-color:#000;*/
/*    border-bottom-width:7px;*/
    color: #000;
    font-size: 20px;
/*    font-weight: bold;*/
/*    background-color: rgba(255, 255, 255, 0);*/

}

#menuTitle a {
    color: #263238;
    padding-left: 10px;
    padding-right: 40px;
}

/*Hamburger menu button - Set the button's border line*/
.navbar-toggler {
     border: 1px solid black;
     background-color:rgba(255, 255, 255, 0);
}


/*Hamburger menu button - Draw the 3 hamburger menu lines in white*/
.navbar-toggler-icon {
/*    background-color: rgba(255, 255, 255, 0);*/
/*    border-color: rgba(255, 255, 255, 0);*/
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.pageHeader {
    padding-top: 10px;
}

.pageHeader h1 {

        padding-top: 20px;
    }

.logoFloatLeft {
    float: left;
    width: 110px;
    padding: 10px;

}

.clearmenu {
    margin-top:80px;

}


.featurette-divider {
    background-color:#fff;
}

@media (max-width: 767px) {

    /*Style title and menu bar*/
    #menuTitle {
        padding-left:0px;
        margin-top: 0px;
/*        background-color: #FFF;*/
        border-bottom-color:#448AFF; /*blue accent border line*/
        border-bottom-width:1px;

    }

    .navbar-nav {
        background-color:#fff;
        /*background-color:rgba(38, 50, 56, 0.9);*/
    }

    .clearmenu {
    margin-top:80px;

    }

    .pageHeader h1 {
         font-size: 26px;
        padding-top: 15px;
    }


    h2 {
        font-size: 25px;
    }


    h4 {
        font-size: 20px;
    }



}
