@font-face {
    font-family: 'Minecraft Ten';
    src: url('fonts/MinecraftTen-VGORe.woff') format('woff'), /* Modern Browsers */
         url('fonts/MinecraftTen-VGORe.ttf')  format('truetype'), /* Safari, Android, iOS */
}

*,body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #171615;
}
/* Header ---------------------------------------------------------------------- */
header {
    background-color: rgba(38,36,35,.9);
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
    box-shadow: 0px 5px 0px rgba(10,10,10,0.4);
}
.logo {
    width: 222px;
    height: 38px;
}
nav ul {
    display: flex;
    list-style-type: none;
}
nav li {
    margin-left: 30px;
}
nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}
nav a:hover {
    color: #86d562;
}
/* Hero ---------------------------------------------------------------------- */

.heroimg {
    height: 900px;
    background-image: url(img/Homepage_Gift_2560x932.jpg);
    background-size: cover;
    background-position: center center;
}
.heronavi {
    display: flex;
    padding: 0 250px;
    align-items: flex-end;
    margin-top: -212px;
}
.herobig {
    flex: 3;
    height: 217px;
    background-color: #171615;
    color: #fff;
    padding: 60px;
}
.herosmall {
    flex: 1;
    height: 100px;
    margin-left: 25px;
    
}
.hs1 {
    background-image: url(img/hero1.jpg);
}
.hs2 {
    background-image: url(img/hero2.jpg);
}
.hs3 {
    background-image: url(img/hero3.jpg);
}
.herobig h2 {
    font-family: "Pixelify Sans", sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    margin-bottom: 30px;
}
.herobig p {
    font-size: 1.4em;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.button {
    background-color: #2a641c;
    border-top: 8px solid #52a535;
    border-bottom: 8px solid #235217;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.65em;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 700;
}
/* Games ----------------------------------------------------------------- */

#games h2, #news h2 {
    color: #fff;
    font-size: 4em;
    text-align:center;
    text-transform: uppercase;
    font-family: 'Minecraft Ten';
    /* Margin: oben rechts unten links */
    margin: 70px 0 20px 0;
}
#games a, #news a {
    color: #2a641c;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.row {
    display: flex;
}
.col {
    flex: 1;
    margin: 20px;
}
#games img {
    width: 100%;
    height: auto;
}
#games .col h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    margin: 15px 0;
}
#games .col p {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2em;
    color: #d4d4d4;
}
#games i {
    color: #919191;
    font-size: 2em;
    margin: 15px;
}
#games .platforms {
    border-top: 2px solid #484848;
    margin: 25px 0;
}

/* News --------------------------------------------------------------- */

#news {
    background-color: #313131;
    padding: 150px 0;
    color: #fff;
}
#news>p {
    text-align: center;
    padding: 30px 0;
}
#news .more {
    color: #52A535;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
#news .row {
    justify-content: center;
}
#news .col {
    width: 225px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
}
#news img {
    width: 100%;
    height: auto;
    transition: transform 300ms;
}
#news .col:hover img {
    transform: scale(1.1);
}
.overlay {
    color: white;
    position: absolute;
    height: 95px;
    bottom: -50px;
    background: rgba(0,0,0, 0.687);
    width: 100%;
    padding: 17px;
    transition: transform 300ms;
}
#news .col:hover .overlay {
    transform: translate(0, -50px);
}
#news .badge {
    background-color: #fff;
    color: #000;
    width: 50px;
    font-family: 'Minecraft Ten';
    padding: 3px 10px 6px 10px;
}
#news h4 {
    font-family: 'Minecraft Ten';
    padding: 5px 0;
}
#news .subline {
    font-family: "Noto Sans", sans-serif;
}

/* Footer ------------------------------------------------------- */
#socialmedia {
    padding: 75px;
}
#socialmedia h3 {
    text-align: center; 
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    
}
#socialmedia i {
    color: #fff;
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    display: block;
    width: 100%;
}
.socialmedialinks {
    width: 380px;
    margin: 0 auto;
}
.socialmedialinks .col {
    background-color: rgb(180, 180, 180);
    padding: 10px;
    border-radius: 50%;
    height: 33px;
    flex: 0 0 33px;
}
.socialmedialinks .youtube:hover {
    background-color: red;
}
.socialmedialinks .instagram:hover {
    background-color: rgb(255, 134, 6);
}
.socialmedialinks .facebook:hover {
    background-color: rgb(16, 14, 147);
}
.socialmedialinks .x-twitter:hover {
    background-color: rgb(19, 120, 236);
}