body {
    margin: 0;
    padding: 0;
    background-color: #5d86ba;
    color: #fff;
}

.header {
    background-color: #265896;
    x1-background-color: #215f82;
    padding: 20px 12px 8px 12px;
    box-shadow: 0px 5px 5px #1a3d52;
    margin-bottom: 10px;
    position: relative;
}

.project-title {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 2.3em;
    padding: 6px;
    letter-spacing: 3px;
    line-height: 95%;
    color: #fff;
}

.project-title a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.project-title a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.followUs {
    position: absolute;
    bottom: 0px;
    right: 215px;
    display: inline-block;
}

.followUs2 {
    position: absolute;
    bottom: 30px;
    right: 75px;
    display: inline-block;
    background: white;
    padding: 2px 1px 0px 1px;
}

.navmenu {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
}
.navmenu-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #74a3de;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.navmenu-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.navmenu-content a:hover {background-color: #a1c4ef;}

/* Show the dropdown menu on hover */
.navmenu:hover .navmenu-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .navmenu:hover .navmenu-btn {background-color: #a1c4ef;} */

