* {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
}

header {
    font-size: 15px;

}

nav {
    justify-content: right;
    font-size: 20px;
    
}

a {
    flex: auto;
    justify-content: left;
}

footer {
    font-size: 15px;

}

body {
    height: 3000px;
    background: linear-gradient(55deg, #7CCC84 0%, #216e28 51%, #004207 85%);
}

.content {
    flex: 1 1 auto;
}

.footer {
    flex-shrink: 0;
}

.about {
    flex-direction: column;
    text-align: center;
}

.contact {
    height: 20em;
    width: 20em;
    border-radius: 5px;
    background-color: #393b36;
    padding: 10px;

}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #092800;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #055f4e;
    color: antiquewhite;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #05463a;
}

@media screen and (max-width: 600px) {
    .nav a {
        float: none;
        width: 100%;
    }
    
}

.adams img {
    height: 350px;
    width: 1500px;
}

.daniel img {
    height: 150px;
    width:100px;
}