/* General */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #f1f1f1;
    background-color: #181818;
}

h1, h2, h3 {
    text-align: center;
}

p {
    text-align: justify;
    line-height: 200%;
}

a {
    color: inherit; 
    text-decoration: inherit; 
}

h1 {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 25px;
    font-weight: 500;
}

h3 {
    color: #02637b;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

.title {
    font-family: cursive, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 72px;
    width: 100%;
    background: -webkit-linear-gradient(yellow, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.play {
    font-weight: bold;
    font-style: italic;
    font-size: 40px;
    width: 100%;
    background: -webkit-linear-gradient(yellow, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutImage {
    padding: 20px;
    width: 150px;
    float: left;
    border-radius: 30px;
    box-shadow: 0 0 5px 5px #181818 inset;
}
.newsImage {
    padding: 30px;
    width:150px;
    float:left;
}

.downloadImageContainer {
    padding: 20px;
    margin: 0px;
    /* background-color: #181818; */
    border-radius: 25px;
}

.downloadImage {
    max-width: 90%;
    max-height: auto;
    min-width: 200px;
    min-height: auto;
    object-fit: cover;
}

.gameScreenImage {
    width:200px;
    padding: 10px;
}

.title1, .title2 {
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

.title1 {
    font-size: 20px;
    font-weight: 100;
}

.title2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.text {
    font-size: 16x;
    font-weight: 100;
    text-align: center;
}

/* Parralax */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    position: relative;
    opacity: 0.55;
    background-attachment: fixed; 
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    /* ackground-image: url("images/graveyard.png"), linear-gradient(to bottom, rgba(21, 173, 193, 255), rgba(20, 138, 189, 255)); */
    background-image: url("images/graveyard.png");
    opacity: .5;
    min-height: 100%;
    background-position: center;
    background-size: contain;
    /* background-color: #181818; */
}

.bgimg-2 {
    background-image: url("images/reaper1.png");
    min-height: 400px;
}

.bgimg-3 {
    background-image: url("images/Grow.png");
    min-height: 400px;
    background-position: bottom;
}

.bgimg-4 {
    background-image: url("images/bust.png");
    min-height: 400px;
}

.bgimg-5 {
    background-image: url("images/footer_BG.png"), linear-gradient(to bottom, rgba(21, 173, 193, 255), rgba(20, 138, 189, 255));
    background-position: bottom left;
    min-height: 1000px;
}

.logo {
    color: #02637b;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}

.informationBlockAbout, .informationBlockScreens, .informationBlockTeam, .informationBlockTitle, .informationBlockFooter {
    opacity: 1;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.informationBlockAbout {
    width: 40%;
    margin: auto;
    /* background-color: #181818; */
}
.informationBlockScreens {
    width: 70%;
    margin: auto;
    /* background-color: #181818; */
}
.informationBlockTeam {
    width: 70%;
    margin: auto;
    /* background-color: #181818; */
}

.informationBlockTitle {
    position: absolute;
    top: 25%;
    left: 0;
    margin: auto;
    width: 100%;
}

.informationBlockFooter {
    color: white;
    position: relative;
    margin: auto;
    padding-top: 30px;
    /*
    width: 30%;
    max-width: 500px;
    */
    min-width: 200px;
}

.youtube {
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0; 
    margin: auto;    
    max-width: 500px;    
    opacity: 1;
    text-align: center;
    z-index: 2;
}
.youtube iframe
{left:0; top:0; height:100%; width:100%; position:absolute; margin: auto;text-align: center;}


.title {
    color: grey;
}

.bigger {
    font-size: 18px;
}

.button {
    text-decoration: none;
    border: none;
    outline: 0;
    display: inline-block;
    padding: 20px 0px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

    .button:hover {
        background-color: #555;
    }

.cartoony {
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

/* Layout */

.layoutContainer1, .layoutContainer2, .layoutContainer3 {
    display: grid;
    justify-content: space-evenly;
    /*justify-items: center;*/
}

.layoutContainer1 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 200px));
    grid-gap: 10px;
}

.layoutContainer2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 350px));
    grid-gap: 20px;
}

.layoutContainer3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
    grid-gap: 20px;
    align-items: center;
    justify-items: center;
}

.newsItem {
    margin: 10px;
    padding: 10px;
    transition: 0.3s;
    text-align: left;
}

.card {
    list-style-type: none;
    padding: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width: 800px) {
    .informationBlockDarkNoPad {
        padding: 10px 0px;
    }

    .informationBlockDark, .informationBlockAbout {
        padding: 10px 20px;
    }

    .informationBlockTitle {
        position: absolute;
        top: 40%;
        margin: auto;
        min-width: 250px;
        opacity: 100%;
    }
    .informationBlockAbout {
        width: 70%;
    }
    .informationBlockScreens {
        width: 90%;
    }


}
