/*Header styles start*/
.banner {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2E9CCA;
    height: 75px;
}

.banner h1 {
    float: left;
    /* max-width: 45%; */
    margin-left: 25%;
    /* margin-bottom: ; */
}

.banner img {
    float: left;
    margin-left: 10%;
    margin-top: 4px;
    margin-bottom: 6px;
    height: 65px;
    z-index: 0;
    /* max-width: 10%; */
}

.desktopMenuItem {
    float: right;
    /* position: relative; */
    margin-right: 2%;
    color: #000;
    min-width: 20px;
    white-space: nowrap;
}

.dropdown {
    float: right;
    position: relative;
    margin-right: 5%;
    color: #000;
    min-width: 20px;
    /* display: inline-block; */
}

.dropdown:hover .dropContent {
    display: block;
}

.dropContent {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 98;
    
    background-color: #2E9CCA;
    
    margin-left: -70%;
    margin-top: -20px;
    text-align: center;
}

.dropContent a {
    color: #000;
}

.dropContent h5 {
    margin-left: 0%;
    margin-right: 0%;
}
/*Header styles end*/

/*Footer styles start*/
.footer {
    z-index: 98;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 225px;
    background-color: #29648A;
}

.socials {
    float : left;
    list-style-type: none;
}

.socials img {
    height: 40px;
    margin-right: 15px;
    /* filter: grayscale(100); */
}

.con-info {
    float: right;
    list-style-type: none;
    margin-right: 5px;
}

.con-info img {
    height: 20px;
}

.con-info a {
    color: #000;
}
/*Footer styles end*/