@font-face {
        src: url("logos/JetBrainsMono-1.0.3");
    }
* {
    font-family: "JetBrains Mono", monospace;
}
header {
    background-image: url("Images/header background final.png");
    background-size: cover;
    height: auto;
    width: auto;
}
.logo {
    float: left;
    padding-left: 20px;
}
.logo img {
    width: 300px;
    height: 150px; 
    margin-top: 600px;
}
.nav {
    font-size: 30px;
    padding-bottom: 200px;
}
.nav a {
    color: snow;
    padding: 10px;
    text-decoration: none;
}
.nav a:hover {
    color: firebrick;
}
.soft {
    height: auto;
    width: auto;
    text-align: center;
}
.title {
    color: snow;
    text-align: center;
    font-size: 55px;
    padding-top: 50px;
}
.goal {
    font-size: 30px;
    color: snow;
    text-align: center;
    padding-bottom: 30px;
}
.soft a {
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    background-color: snow;
    color: #001322;
    text-decoration: none;
    align-items: center;
}
.soft a:hover {
    background-color: firebrick;
    color: snow;
}
#about {
    width: auto;
    height: auto;
    text-align: center;
    background-color: rgba(255,250,250,0.1);
    margin-top: 130px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#about H2 {
    color: snow;
    text-align: center;
    font-size: 55px;
}
#about h3 {
    text-align: center;
    font-size: 30px;
    color: snow;
}
#about p {
    text-align: center;
    color: snow;
    font-size: 20px;
}
#about div {
    margin-top: 1em;
    margin-bottom: 1em;
}
#about img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding: 20px
}
.WWD {
    background-color: rgba(255,250,250,0.1);
    text-align: center;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
}
.WWD H2 {
    color: snow;
    text-align: center;
    font-size: 55px;
}
.WWD h3 {
    color: snow;
    text-align: center;
    font-size: 20px;
}
.WWD div {
    color: snow;
}
.WWD p {
    text-align: left;
    color: snow;
}
#first, #second, #third {
    border: 6px solid firebrick;
    border-radius: 10px;
    height: 300px;
    width: 400px;
    padding: 15px;
}
#services h2 {
    font-size: 55px;
    color: snow;
}
#services h3 {
    font-size: 30px;
    color: white;
    text-decoration-line: underline;
}
.icons p {
    font-size: 20px;
    color: snow;
}
body {
    background-color: #001322;
}
label {
    color: snow;
}
footer {
    background-color: firebrick;
}
.foot h2 {
    font-size: 55px;
    color: snow;
}
.contact_input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid snow;
    font-size: 25px;
    margin: 15px;
}
::placeholder {
    color: snow;
}
.contact-form-submit {
    width: 150px;
    height:50px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-left: 15px;
}
.contact-form-submit:hover {
    background-color: #001322;
    color: snow;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.fa-linkedin {
    background: #007bb5;
    color: white;
}
.fa:hover {
    opacity: 0.7;
}

.social h3 {
    color: snow;
    font-size:  30px;
}
.menu h3 {
    font-size: 30px;
    color: snow;
}
.menu a {
    text-decoration: none;
    color: #001322;
    font-size: 20px;
}
.menu a:hover {
    color: snow;
}
.center-me {
    display: inline-block;
    text-align: left;
}
@media only screen and (max-width: 992px) {
    .reverse-cols {
        display: flex;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
    .logo img {
        margin-top: 200px;
    }
}
footer div {
    padding-top: 2em;
    padding-bottom: 2em;
}












