#headerTitle{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1em;

}

#header{
    padding-bottom: 0;
    background-color: #ffffff;
    margin-bottom: 0;
    min-height: 140px;
}
#headerTitle{
    background-image: url("../img/headerbg1.jpg");
    background-size: contain;
}
/* Mobile
============================ */
@media screen and (max-width: 1060px) {
    #header {
        margin-top: 0;
    }
}

#headerTitle figure{
    /*margin-left: 0;*/
}
#headerTitle figure img{
    width: 60%;
}
#container{
    /*position: relative;*/
    min-height: 72vh;
}

#pageFooter{
    background-color: #25273f;
    /*border: 1px solid #ddd;*/
    color: #bbbbbb;
}

nav{
    background-color: #444872;
}
nav a{
    /*color: #bbbbbb !important;*/
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: normal;

}

nav a:focus {
    color: #bbbbbb;
    text-decoration: none;
}
nav a:hover {
    color: #bbbbbb;
    text-decoration: none;
}


body{
    background-color: #fafbf4;
}

ul.navMenu li {
    border-right: 1px solid #bbbbbb;
}

/*.largeButton a {*/
/*    color: white !important;*/
/*    background-color: #9b59b6;*/
/*    text-decoration: none;*/
/*}*/
/*.largeButton a:hover, .largeButton a:focus {*/
/*    background-color: #a86ebf;*/
/*}*/

.largeButton .fa {
    color: #ffffff;
}

/* PopUp Windows  */
.popup #header {
    margin: 0 0;

}

/*#searchbar form input[type=submit] {*/
/*    background-color: #ffffff;*/
/*    color: #000;*/
/*}*/
/*#searchbar form input[type=submit]:hover {*/
/*    background-color: #fafbf4;*/
/*}*/