body {
    background-image: url('../images/Saguaro-Cactus-Sunset.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.headshot {
    margin-top: 15%;
}

.headshot img {
    border-radius: 50%;
    height: 20%;
    width: 20%;
}

.sections {
    margin: 5% 0;
}

.sections h2 {
    font-size: 40px;
}

.sections hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 250px;
    margin: 0 auto 20px;
}

#my-name h1 {
    font-size: 55px;
}

#my-name p {
    font-size: 25px;
}

#about-me .about-section {
    background-color: #ffffff;
    color: #000000;
    height: 90%;
    max-height: 300px;
    margin: 20px;
    opacity: .8;
    text-align: center;
    vertical-align: middle;
}

#about-me .about-section img {
    height: 90%;
    max-height: 125px;
    width: auto;
    max-width: 90%;
}

#projects .row:hover img {
    box-shadow: 5px 5px 10px #404142;
}

#projects .row {
    margin: 5% auto;
}

#projects h3 {
    font-size: 25px;
}

#projects img {
    width: 90%;
}

#connect span {
    height: 50px;
    margin: 0 5%;
    width: 50px;
}

#connect a {
    text-decoration: none;
}

#connect img {
    background-color: #ffffff;
    border-radius: 20%;
    height: 35px;
    width: 35px;
}
