/*FRAME*/

body {
    background-color: rgb(130, 182, 190);
    font-family: 'EB Garamond', serif;
    margin: 0;
    padding: 0;
    background-image: url(../images/Backgroundblue-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    background-color: rgba(130, 182, 190, .5);
    position: fixed;
    font-size: 2rem;
    padding-left: 1rem;
    z-index: 5;
}


main {
    text-align: center;
    padding-top: 5rem;
}

#footer {
    color: white;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color: rgba(130, 182, 190, .5);
    z-index: 5;
}

#stopfooter {
    height: 40px;
}


/*Style*/
 h2 {
    padding-top: 1.5em;
    margin-top: 1em;

}

#resume {
    float: right;
    height: 35px;
    color: white;
    padding-right: 5em;
}

#about {
    background-color: rgba(0,0,0, .1);
}

#skills {
    background-color: rgba(0,0,0, .1);
    font-size: 5em;
}

#mobile li {
    border-bottom: solid 1px black;
}
span {
    margin: .5em .5em .5em 1em;
}

a{
font-size: 22px;
    color:white;
}

.card-content a{
    color: black;
}
.carousel {
    max-height: 200px;
}
p {
    font-size: 16px;
    padding: 0 1em;
}
#sidenav-overlay {
    left: 150px;
}


nav ul li a {
font-size: 18px;
}
.brand {
    font-size: 22px;
}
#linkedin{
    color:#0077B5;
}
#github{
    color:#c9510c;
}
#pdf{
    color:red;
}
#steve{
    width:40%;
}
