* {
    margin:0;
}

a {
    text-decoration: none;
    color:#333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color:#7c1c04;
}

p {
    font-family: Cabin, Helvetica, Sans-Serif;
    font-size: 18px;
    color:#333;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}

#about-paragraphs {
    text-align: center;
}

h2 {
    font-family: Oswald, Helvetica, Sans-Serif;
    font-size: 60px;
    padding: 10px 20px;
    border: thick double #333;
    color: #333;
    display: inline-block;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2:hover {
    transition: all .6s ease;
    background: rgba(0,0,0,.8);
    color:#FFF;
    border-color: #7c1c04;
}

h3 {
    color: #333;
    font-size: 30px;
    font-family: Oswald, Helvetica, Sans-Serif;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px;
    padding-top: 20px;
    clear:left;
}

h3 a {
    background-color: rgba(0,0,0,.1); 
    padding-left: 5px;
    padding-right: 5px;
}

@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

#header-banner {
    padding-top: 250px;
    width:100%;
    height:400px;
    background-image: url(night-header2.jpg); 
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 20s linear infinite;
}

#header-banner h1 {
    text-align: center;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:Oswald, Helvetica, Sans-Serif;
    font-size: 100px;
    background-color: rgba(0, 0, 0, .8);
}

nav {
    background-color: #000;
    width: 100%;
}

nav ul {
    text-align: center;
    padding:0;
}

nav ul li {
    display: inline-block;
    list-style: none;
}

nav li a {
    color:#FFF;
    font-family: Oswald, Helvetica, Sans-Serif;
    font-size: 25px;
    text-decoration: none;
    padding: 30px;
    display: inline-block;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

nav li a:hover {
    color:#7c1c04;
}

#about {
    height: 700px;
}

#about-section-content {
    width: 820px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

#about-paragraphs {

    width: 50%; 
    float: right;
    margin-top: 40px;
    text-align: left;
    border-left: 1px solid #333;
}

#about-paragraphs p {
    margin-bottom:20px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 20px;
    font-style: italic;
}

#about-paragraphs p a {
    background-color: rgba(0,0,0,.1); 
    padding-left: 5px;
    padding-right: 5px;
}

#about img {
    float:left;
    border-radius: 100%;
    height: 250px;
    margin-top: 10px;
    margin-left: 130px;
}


#resume {
    height: 700px;
    background:
    url("grey/big-grey.png");
}

#resume-section-content {
    width: 820px;
    height: 600px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#resume-button {
    background-color: rgba(124,28,4,.3); 
    display: inline-block;
    padding: 20px;
    margin-top: 40px;
    font-size: 20px;
    font-family: Cabin, Helvetica, Sans-Serif;
    border: thick double #333;
}

#resume-button a {
    color: #333;
    font-weight: bold;
}

#contact {
    height: 600px;
    background-color: rgba(124,28,4,.3)
}

#contact-section-content {
    width: 820px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;

}

#contact-image-container {
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
}

#contact-section-content img {
    height: 100px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
}

#contact-section-content img:hover {
    opacity: .5;
}



footer {
    background: linear-gradient(
            rgba(0,0,0,.8),
            rgba(0,0,0,.8)
        ),
        url("grey/big-grey.png");
    padding-top: 40px;
}

footer p {
    color: #FFF;
    display: block;
    text-align: center;
    padding-bottom: 40px;
}

footer a {
    font-weight: bold;
    color: #FFF;
}
