/*
Theme Name: DjNerate
Author: Martin Smith
Description: Custom WordPress theme for DjNerate portfolio site.
Version: 1.0
*/

body {
    background-color: black;
    color: white;
    font-family: Forte, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2 {
    color: white;
    font-weight: normal;
}

.header-title {
    text-align: center;
    font-size: 3.5em;
    margin-top: 20px;
}

.portfolio-section {
    margin: 15px auto;
    max-width: 1200px;
    padding: 15px;
    border: 1px solid white;
    text-align: center;
  	font-size: 1.6em;
}

.portfolio-section h2 {
    font-size: 2.5em;
  	margin-top: 5px;
    margin-bottom: 10px;
}

.portfolio-image {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid white;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav-links a {
    color: white;
    padding: 10px 20px;
  	font-size: 1.6em;
    text-decoration: none;
    border: 1px solid white;
    margin: 0 5px;
}

.nav-links a:hover, .nav-links a.current {
    background-color: white;
    color: black;
}

.footer {
    text-align: center;
    padding: 10px;
    border-top: 1px solid white;
    font-size: 2em;
}
