@font-face {
    font-family: 'CyberPunk_2077';
    src: url('../font/Cyberpunk.otf') format("opentype");
    font-style: normal;
    font-weight: normal;
}
body {
    background-color: #02010f;
    color: #444;
    font-family: 'Chakra Petch', sans-serif;
}
p {
    text-align: left;
    font-family: "Blender Pro Book";
    font-size: 20px;
}
h1 {
    font-family: 'Crete Round', serif;
    font-weight: bold;
    color: #444;
    font-size: 45px;
    margin-bottom: 20px;
}
h2 {
    font-weight: 300;
    color: #444;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    font-size: 30px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
h4 {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 24px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5 {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #444;
    font-size: 20px;
}
a:hover {
    color: #20f1ff;
}
strong {
    font-weight: bold;
}
small {
    font-size: 13px;
    color: #444;
    font-style: italic;
}
.clear {
    clear: both;
}
.wrapper {
    
    margin: 0 auto;
    padding: 0 10px;
    width: 940px;
}
header {
    height: 83px;
}
header h1 {
    float: left;
    margin-top: 32px;
    color: #fef832;
    font-family: 'CyberPunk_2077';

}
header h1 .color {
    color: #20f1ff;
    font-family: 'CyberPunk_2077';
}
#logo-image {
    float: left;
    margin-top: 30px;
    margin-right: 200px;
    background: #02010f url('../images/logo.png') no-repeat center;
}
header nav {
    float: right;
    margin-left: 251px;
}
header nav ul li {
    display: inline-block;
    margin-top: 50px;
}
header nav ul li a {
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
#hero-image {
    height: 840px;
    padding-top: 1px;
    background: #02010f url('../images/hero.jpg') no-repeat center;
}
#hero-image h2 {
    margin: 180px 0 40px 0;
}
.button-1 {
    display: block;
    text-align: center;
    background: #444;
    border-radius: 3px;
    color: #fef832;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 0 auto;
}
.button-1:hover {
    background-color: #20f1ff;
    color: #fef832;
}
#features ul {
    margin: 80px 0;
}
#features ul li {
    width: 300px;
    padding-top: 140px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
#features ul li.feature-1 {
    background: url('../images/features-icon-1.png') no-repeat top center;
}
#features ul li.feature-2 {
    background: url('../images/features-icon-2.png') no-repeat top center;
}
#features ul li.feature-3 {
    background: url('../images/features-icon-3.png') no-repeat top center;
}
#banner-top{
    height: 95px;
    background: #fef832 url('../images/banner-top.png') no-repeat top center;
}
#banner-bottom{
    height: 95px;
    background: #fef832 url('../images/banner-bottom.png') no-repeat top center;
}
#primary-content {
    background-color: #fef832;
    padding: 60px 0;
    text-align: center;
}
#primary-content h3 {
    display: block;
    margin: 0 auto 20px auto;
    width: 400px;
    border-bottom: 1px solid #20f1ff;
    padding: 0 0 20px 0;
}
#primary-content a img {
    margin: 20px 0;
}
#secondary-content {
    padding: 60px 0;
    text-align: center;
}
#secondary-content article {
    width: 460px;
    height: 390px;
    float: left;
    background-color: #fef832;
}
#secondary-content article:first-child {
    margin-right: 20px;
}
#secondary-content article .overlay {
    background: #fef832;
    height: 350px;
    width: 190px;
    padding: 20px;
}
article h4 {
    border-bottom: 1px solid #20f1ff;
    padding-bottom: 20px;
}
.more-link {
    border: 1px solid #20f1ff;
    color: #20f1ff;
    padding: 6px 20px;
    border-radius: 5px;
}
.more-link:hover {
    background-color: #20f1ff;
    color: #444;
}
#cta {
    background-color: #fef832;
    padding: 60px 0;
    text-align: center;
}
#cta h3 {
    display: block;
    margin: 0 auto 20px auto;
    width: 400px;
    border-bottom: 1px solid #20f1ff;
    padding: 0 0 20px 0;
}
.button-2 {
    display: block;
    margin: 0 20px;
    border: 2px solid #20f1ff;
    color: #20f1ff;
    border-radius: 3px;
    width: 180px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.button-2:hover {
    background-color: #20f1ff;
    color: #444;
}
footer {
    padding: 60px 0;
    background-color: #02010f;
}
#footer-info {
    width: 380px;
    float: left;
    margin-top: 10px;
}
#footer-links {
    width: 520px;
    float: right;
}
#footer-links ul {
    width: 150px;
    float: left;
    margin-left: 20px;
}
#footer-links ul li {
    margin: 10px 0;
}
