@import url("../webfonts/melon_games/stylesheet.css");

body {
    margin: 0px;
    
}

.MgTitle {
    padding-left: 5%;
    display: block;
    position: relative;
}

.navButton{
    display: none;
    padding: 0px;
    margin-left: 5vw;
    border: none;
    appearance: none;
    background-color: inherit;
}

p {
    font-family: "melon games";
    font-size: 25px;
    margin: 0;
    position: relative;
    width: calc(100% - 50px);
    margin-bottom: 24px;
    color: black;
}

p.Shift{
    font-family: "melon games";
    font-size: 25px;
    position: relative;
    width: 90%;
    left: 5%;
    color: black;
}


table.navColumn {
    display: none;
}

Top{
    display: block;
    padding-bottom: 20px;
    background-color: #5D5D62;

}

.navRow{
    padding-left: 5%;
    padding-right: 5%;
}

table {
    width: 100%;
    height: 50px;
}


button.Menubutton {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-family: "melon games";
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
}

a {
    text-decoration: none;
}

Game {
    position: relative;
    width: 90%;
    left: 5%;
    clear: both;
    display: table;
}

.ImgColumn{
    width: 50%;
    float: right;
}

.TxtColumn{
    width: 50%;
    float: right;
}

h1 {
    font-family: "melon games";
    font-size: 50px;
    overflow-x: hidden;
    position:relative;
    left: 5%;
    width: 80%;
    margin-bottom:  24px;
    margin-top:  24px;
    color: black;
}

button h1 {
    font-family: "melon games";
    font-size: 50px;
    overflow-x: auto;
    position:relative;
    left: auto;
    width: auto;
    margin-bottom: auto;
    margin-top: auto;
    text-decoration: none;
}


.GameImg {
    position: relative;
    width: 100%;
    max-width: 480px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 0%;
    float: right;
}

.GetGame {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 75px;
    font-size: 26px;
    font-family: "melon games";
    background-color: #5D5D62;
    color: #FFFFFF;
    -webkit-box-shadow: 37px 0px;
    box-shadow: 37px 0px;
    text-align: center;
    border-radius: 25px;
}

end {
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    background-color: #5D5D62;
}

td.SocialsBlock{
    width: 220px;


}

.Socials {
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
    width: 200px;
    height: 200px;
}

.Socials img {
    width: 100%;
}

.BlogImg {
    width:300px
}

button.BlogButton {
    margin-left: 5vw;
    margin-right: 5vw;
    display: table-cell;
    width: 90vw;
    height: 100%;
    font-size: 26px;
    font-family: "melon games";
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    padding: 0px;
}

@media ( min-width : 1200px ){
    .TxtColumn{
        width: calc(100% - 480px);
        float: right;
    }
    .ImgColumn{
        width: 480px;
        float: right;
    }
}