@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        display: block;
        float: right;
    }
}

@media screen and (max-width: 600px){
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {        
        float: none;
        display: block;
        text-align: left;
    }
}

#companyTitle {
    text-align: center;
    font-family: 'Sofia';
    font-size: 3.5em;
    border: 1em solid #2f277b;
    font-weight: bolder;
}

/* #myTopnav {
    text-align: center;
    font-family: 'Acme', sans-serif;
    font-size: 2em;
} */

/* Background color of the nav bar */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style for the links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
}

/* Mouse hover change color */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Active page highlight color (current page) */
.active {
    background-color: #4caf50;
    color: white;
}

/* Hide the icon menu then open and close on responive smaller devices */
.topnav .icon {
    display: none;
}

a:hover {
    font-size: 1.25em;
}

.material-icons {
    color: darkred;
    width: 20%;
}

#adjusted {
    color: red;
}

#adjustedAlso {
    color: red;
}

body {
    background-color: azure;    
}

#landingPage {
    background-image: url("/images/GettyImages-482043218-empty-office-board-room-overlooking-city-1080x675.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

img {
    box-shadow: 8px 4px;
    float: left;
    height: 10em;
    width: 10em;    
}

footer {
    clear: both;
    font-size: 1.75em;
}

#foundingYear {
    color: darkred;
}

.basic {
    padding: 2.75em;
    text-align: center;
}

#founder {
    color: darkred;
}

.spacer {
    padding: 8.5em;
}

#welcome {
    color: #014501;
    font-size: 2.5em;
    font-weight: bolder;
}

#historyPage {
    /* background-image: url("/images/forest_image_xlarge.jpeg"); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* This is to enchance the text over the image for visibility */
    /* opacity: 20%; */
}

#contactUS {
    /* background-image: url("/images/mail-512.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* opacity: 20%; */
}

.mainTextBlock {
    color: black;
    font-size: 2.75em;
}

.currentYear {
    color: black;
}

#historyPageFooter{
    color: black;
}