#gif {
    font-size: 25px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .5);
    padding: 1px;
    text-align: center;
    width: 100%;
    height: 40px;
}

h4 {
    border-bottom: 2px white solid;
    color: white;
    font-family: "Ubuntu", sans-serif; 
}

.nav-wrapper {
    background-image: linear-gradient(to right top, #00a6ff, #009ad3, #00889e, #007368, #005c3b);
   /* background-color: #1b5e20; */
}

.btn {
    background-color: #1b5e20;
    margin-left: 10px;
}

#formo {
    color: black;
    background-color: white;
    padding: 30px;
}

/* #pic {
    width: 184px;
} */

body {
    background-image: linear-gradient(to right top, #00a6ff, #009ad3, #00889e, #007368, #005c3b);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding-bottom: 500px; */
    

}

#mePic {
    padding: 3px;
}

li {
    color: white;
    margin: 0px;
}

#mad {
    font-family: "Ubuntu", sans-serif; 
   font-size: 40px;
}

.material-icons {
    color: white;
}

#github {
    color: white;
}

#linked {
    border: 2px white solid;
    padding: 4px;
    border-radius: 30%;
    color: white;  
}

#git {
    height: 55px;
    border: 2px white solid;
    border-radius: 30%
}

.data {
    font-size: 20px;
    color: white;
}

#bio {
    font-family: "Ubuntu", sans-serif;
}

#resume {
    margin-top: 20px;
    color: white;
    border: 2px white solid;
    border-radius: 30%;
    height: 40px;
    padding: 5px;
}

#newLink {
    text-align: center;
    padding: 0px;
    background-color: dodgerblue;
    color: white;
}

#oldLink {
    color: white;
}

#slide-out {
    background-color: dodgerblue;
}

#mainBtn {
    color: white;
    font-family: "Ubuntu", sans-serif; 
}

#font {
    font-family: "Ubuntu", sans-serif;
}

footer {
    background-image: linear-gradient(to right top, #00a6ff, #009ad3, #00889e, #007368, #005c3b);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}

/* .parallax-container {
    height: 400px;
} */

#gitIcon {
    margin-top: 15px
}

#gitIcon:hover {
    padding: 0px
}

#linkedIcon {
    margin-top: 23px
}

#USA {
    margin-left: 30px
}

#about-me {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px
}