html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #b391d9;
}

html {
    height: 100%;
    font-family: Arial;
}

body {
    min-height: 100%;
    -webkit-font-smooting: antialiased;
    background-color: #000000;
    position: relative;
}

a {
    color: #9940ff;
}

a:hover {
    color: #fff;
}

.banner {
    height: 200px;
    background-color: #000;
    background-image: url(../../assets/img/banner.jpg);
    background-position: -140px center;
    background-repeat: no-repeat;
    text-align: center;
}

.banner h1 {
    padding-top: 80px;
    margin: 0;
    color: #fff;
}

.banner .flag-panel {
    position: absolute;
    top: 5px;
    left: 250px;
}

nav {
    box-shadow: 0 0 20px #7700ff;
}

nav ul {
    margin: 0;
    list-style: none;
}

nav li {
    float: left;
    padding: 15px 20px 15px 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    display: block;
}

nav a:hover {
    color: #7700ff;
    text-decoration: none;
}

main {
    padding-bottom: 50px;
    position: relative;
}

.main-container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
}

footer {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-top: 18px;
    position: absolute;
    bottom: 0;
    background-color: #7700ff;
}

footer a,
footer a:hover {
    color: #14CC4B;
}

footer p {
    margin-top: 0;
    color: #fff;
}

.footer-left {
    padding-left: 12px;
}

h1 {
    color: #fff;
}

h2, h3, h4, h5 {
    color: #7700ff;
}

.heading-main {
    margin-top: 100px;
    margin-bottom: 35px;
}