.row,
h1:after {
    margin: 0 auto
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    background-color: #fff;
    color: #555;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
}

h1:after,
h3:after {
    display: block;
    height: 2px;
    background-color: #f39c12;
    content: " "
}

.row {
    max-width: 1140px
}

section {
    padding: 80px 0
}

h1,
h2,
h3 {
    margin-top: 0;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 2px
}

h1,
h2 {
    margin-bottom: 20px;
    color: #f39c12
}

h1 {
    font-size: 800%
}

h1:after {
    width: 150px;
    border-radius: 100px/25px
}

h2 {
    font-size: 240%
}

h3 {
    font-size: 180%;
    margin-bottom: 30px
}

h3:after {
    width: 100px;
    margin: 30px auto 0
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px
}

.btn-goto-teamspeak:link,
.btn-goto-teamspeak:visited {
    margin-top: 30px;
    border: 1px solid #f39c12;
    color: #f39c12;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: background-color .2s, border .2s, color .2s;
    transition: background-color .2s, border .2s, color .2s
}

.btn-goto-teamspeak:active,
.btn-goto-teamspeak:hover {
    background-color: #d8890b;
    border: 1px solid #d8890b;
    color: #fff
}

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .6))), url(img/headerbackground-min.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .6)), url(img/headerbackground-min.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed
}

.navbar {
    min-height: 60px;
    width: 100%;
    -webkit-transition: padding .3s, background-color .1s;
    transition: padding .3s, background-color .1s
}

.navbar-default {
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: padding 0, 3s, background-color .1s;
    transition: padding 0, 3s, background-color .1s
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999
}

.logo {
    height: 40px;
    width: auto;
    float: left;
    margin: 10px 0
}

.main-nav {
    float: right;
    list-style: none;
    line-height: 40px;
    margin: 10px 0
}

.main-nav li {
    display: inline-block;
    margin-left: 20px
}

.main-nav li a:link,
.main-nav li a:visited {
    text-decoration: none;
    color: #fff;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.main-nav li a:active,
.main-nav li a:hover {
    border-bottom: 2px solid #f39c12
}

.hero-text-box {
    width: 1140px;
    margin: 0 auto;
    padding-top: 140px;
    padding-bottom: 80px
}

.hero-text-box p {
    width: 60%;
    margin-left: 20%;
    color: #fff;
    line-height: 120%;
    letter-spacing: 1px
}

.mobile-nav-icon {
    float: right;
    cursor: pointer;
    line-height: 30px;
    margin-top: 10px;
    display: none
}

.legal-notice p,
.teamspeak-text-box p {
    letter-spacing: 1px;
    line-height: 145%
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #fff
}

.sticky-nav {
    background-color: rgba(51, 51, 51, .96);
    -webkit-box-shadow: 0 2px 2px rgba(243, 156, 18, .25);
    box-shadow: 0 2px 2px rgba(243, 156, 18, .25);
    padding: 2px 0
}

.icon-social:link,
.icon-social:visited {
    text-decoration: none;
    font-size: 125%;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.icon-social:active,
.icon-social:hover {
    color: #f39c12
}

.teamspeak-box {
    text-align: center;
}

.btn-teamspeak:link,
.btn-teamspeak:visited,
input[type=submit] {
    margin-top: 30px;
    background-color: #f39c12;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.btn-teamspeak:active,
.btn-teamspeak:hover,
input[type=submit]:active,
input[type=submit]:hover {
    background-color: #d8890b
}

.teamspeak-screen {
    width: 350px;
    height: 500px;
}

.section-contact {
    background-color: #f4f4f4
}

.contact-form {
    width: 60%;
    margin: 0 auto
}

input[type=email],
input[type=text],
textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 2px
}

input[type=submit] {
    margin-top: 0
}

textarea {
    height: 100px
}

.required-fields:after {
    content: "\002a";
    margin-left: 4px;
    color: #f39c12
}

:focus {
    outline: 0
}

.form-messages {
    width: 70%;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    color: #333;
    display: none
}

.success {
    background-color: rgba(46, 204, 113, .8)
}

.failure {
    background-color: rgba(231, 76, 60, .7)
}

footer {
    background-color: #333;
    padding: 16px;
    font-size: 80%;
    color: #888
}

.footer-row {
    width: 50%
}

footer a:link,
footer a:visited {
    text-decoration: none;
    color: #b87509;
    -webkit-transition: color .2s;
    transition: color .2s
}

footer a:active,
footer a:hover {
    text-decoration: none;
    color: #d8890b
}

.copyright {
    float: left
}

.footer-links {
    float: right
}

.legal-notice {
    padding-top: 140px;
    padding-bottom: 80px
}

.legal-notice h1,
.legal-notice h2 {
    text-align: left;
    word-spacing: 0;
    letter-spacing: 1px;
    font-weight: 400
}

.legal-notice h1 {
    color: #f39c12;
    font-size: 200%;
    margin-bottom: 30px
}

.legal-notice h1:after {
    display: block;
    height: 2px;
    background-color: #f39c12;
    content: " ";
    width: 100%;
    margin-top: 20px
}

.legal-notice h2 {
    color: #555;
    font-size: 125%;
    margin-bottom: 20px
}

.legal-notice p {
    width: 90%;
    word-spacing: 2px;
    margin-bottom: 30px
}

.legal-notice-content p:last-of-type {
    margin-bottom: 0
}

.voice-frame {
    margin: 0 auto;
}