/*Emerson Mazzoni: my css file for Final Project*/

.grow {
    width: 20%;
}

.grow li {
    list-style-type: none;
    margin-right: 0.5em;
    margin-left: -2.5em;
    background-color: rgb(51, 59, 70);
}

.grow a {
    color: rgb(169, 200, 255);
    display: block;
    padding: 10px;
    text-decoration: none;
    transition: all 0.2s ease
}

.grow a:hover {
    background-color: rgb(169, 200, 255);
    transform: scale(1.10);
    color: rgb(36, 42, 50)
        
}

header {
    background-color: rgb(51, 59, 70);
    color: floralwhite;
    border-bottom: 2px double rgb(169, 200, 255);
    margin-top: -0.5em;
}

header h2 {
    color: white;
    text-align: center;
}

nav {
    background-color: rgb(36, 42, 50);
    float: left;
    width: 20%;
    clear: left;
    min-height: 1419px;
    border-right: 2px solid rgb(169, 200, 255);
    }

nav h3 {
    color: rgb(169, 200, 255);
    margin-left: 0.5em;
    margin-bottom: -0.25em;
}

section {
    float: left;
    width: 1491px;
    min-height: 790px;
    padding-left: 1em;
    background-color: rgb(90, 100, 110);
    color: rgb(170, 200, 230)
}

footer {
    clear: both;
    border-top: 2px double rgb(169, 200, 255);
    text-align: center;
    background-color: rgb(51, 59, 70);
    color: rgb(169, 200, 255);
    padding: 10px
}

 .img1 {
        opacity: 0.50;
        position: relative; 
        }

.top {
        text-decoration: none;
        color: rgb(169, 200, 255);
        transition: all 0.3s ease;
        
       }

.top:hover{
            color: rgb(109,140,195);
}

.previouslabs {
                background-color: rgb(46, 52, 60);
                color: rgb(169, 200, 255);
                padding: 20px;
                border-radius: 100px;
                text-decoration: none;
                font-size: 14px;
}

.previouslabs:hover {
                    background-color: rgb(115, 125, 135);
                    color: rgb(179, 210, 255)
}

.previouslabsfooter {
                background-color: rgb(46, 52, 60);
                color: rgb(169, 200, 255);
                padding: 10px;
                border-radius: 20px;
                text-decoration: none;
                font-size: 12px;
}

.previouslabsfooter:hover {
                    background-color: rgb(115, 125, 135);
                    color: rgb(179, 210, 255)
