@charset "utf-8";

@media ( min-width : 0px ) and (max-width : 850px ){
.MgTitle {
    padding-left: 0%;
    width: 70vw;
    height: 35vw;
    position: relative;
}

.sidebars {
    width: 25vw;
}

.navImg{
    width: 15vw;
}

.navRow{
    display: none;
}

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

table.navColumn {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100vw;
    background-color: #5D5D62;
}

table.topRow td{
    padding: 0px;
}

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

p {
    font-family: "melon games";
    margin: 0;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.GameImg {
    position: relative;
    max-width:none;
    width: 100%;
    height: 0%;
    float: left;
}

.ImgColumn{
    position: relative;
    right: 12.5%;
    width: 75%;
    margin-bottom: 20px;
}

.TxtColumn{
    width: 100%;
    margin-bottom: 10px;
}

td {
    width: 50%;
}

h1.BlogText {
    float: left;
    font-family: "melon games";
    font-size: 25px;
    overflow-x: hidden;
    position:relative;
    left: 0%;
    width: 100%;
    margin-bottom:  24px;
    margin-top:  24px;
}

.BlogImg{
    margin-left: 3px;
    float: left;
    width: 150px;
}

.OutBlogImg{
    width: 156px;
}

.OutBlogText{
    width: 100%;
}

td.SocialsBlock{
    width: 33%;


}

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

end p {
    font-size: 20px;
    color: black;
}

}
