@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Allerta');
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
@import url('https://fonts.googleapis.com/css?family=Bungee');
@import url('https://fonts.googleapis.com/css?family=Bungee+Inline');
@import url('https://fonts.googleapis.com/css?family=Candal');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Palanquin:400,600');
@import url("https://use.typekit.net/cau2aan.css");

/* media query breakpoints
SMARTPHONES AND TABLETS PORTRAIT:	@media only screen and (max-width: 780px) and (orientation:portrait)
SMARTPHONES LANDSCAPE:				@media only screen and (max-width: 736px) and (orientation:landscape)
TABLETS LANDSCAPE:					@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape)
LOWER-RES:							@media only screen and (min-width: 1366px) and (orientation: landscape) */


html {
  box-sizing: border-box;
}

* {
 margin: 0;
 padding: 0;
box-sizing: border-box;
 }

q { 
    display: inline;
}

q:before { 
    content: open-quote;
}

q:after { 
    content: close-quote;
}
    

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2 {color: #b90101;
font-family: 'Archivo Black', Arial, Helvetica, sans-serif; }

h3 {color: #b90101;
font-family: 'Archivo Black', Arial, Helvetica, sans-serif; }

body {
    background-color: #5daeff;
    background-image: url(redsquare2.png), url(redsquare2.png);
    background-position: left top, right top;
    background-repeat: repeat-y;
}

.container {
    width: 90%;
    margin: auto;
    box-shadow: 0px 0px 10px 4px #393939;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape) {
    .container {width: 100%;}
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .container {width: 100%;}
}

.topbar {width: 100%;
    height: 50px;
    line-height: 40px;
    padding-bottom: 5px;
    padding-top:5px;
    box-sizing: border-box;
    color: #3b3b3b;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;}

@media only screen and (min-width: 320px) and (orientation: portrait) {
.topbar {background-color: #fff03d; font-size: 24px;}} 

@media only screen and (min-width: 834px) and (orientation: portrait) {
.topbar {background-color: #fff03d; font-size: 24px;}}  
   
@media only screen and (min-width: 1112px) and (orientation: landscape){
.topbar {background-color: #fff03d; font-size: 24px;}}  
    
@media only screen and (min-width: 1366px) and (orientation: landscape) {
.topbar {background-color: #fff03d; font-size: 30px;}}

@media only screen and (min-width: 1900px) and (orientation: landscape) {
.topbar {background-color: #fff03d; font-size: 30px;}}


.titlebar {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    background-color: #b90101;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.title {
    box-sizing: border-box;
    width: 85%;
    float: left;
    height: 130px;
    padding-left:10px;
    line-height: 130px;
    text-align: center;
}

a.sitetitle {
    color: #fff03d;
    font-size: 20px;
    font-family: 'Bungee Inline', Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 320px) and (orientation: portrait) {
a.sitetitle {font-size: 30px;}} 

@media only screen and (min-width: 834px) and (orientation: portrait) {
a.sitetitle {font-size: 30px;}}  
   
@media only screen and (min-width: 1112px) and (orientation: landscape){
a.sitetitle {font-size: 60px;}}  
    
@media only screen and (min-width: 1366px) and (orientation: landscape) {
a.sitetitle {font-size: 60px;}}

@media only screen and (min-width: 1900px) and (orientation: landscape) {
a.sitetitle {font-size: 78px;}}

a.sitetitle:hover {
    text-decoration: none;
}

.navboxcontainer {
    width:15%;
    float: right;
    height: 100%;
    box-sizing: border-box;
    background-color: black;
    padding: 3px;
}

.navboxright {
    background-color: #2f4e0f;
    width:100%;
    height: 100%;
    margin:auto;
}

.navboxtop {
    height:40%;
    background-color: #2ccc2c;
    width: 100%;
    display: table;
}

.navboxtoptext {
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
    .navboxtoptext {
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    }}

.navboxbottomleft {
    height:60%;
    background-color: #55acee;
    width: 50%;
    display: table;
    float: left;
}

.navboxbottomright {
    height:60%;
    background-color: #ffffff;
    width: 50%;
    display: table;
    float: right;
}

.navboxbottomleftcontent {
    text-align: center;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    color: #0a6920;
}

.navboxbottomrightcontent {
    text-align: center;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    color: #0a6920;
}

.navbar {
    clear: both;
    width: 100%;
    background-color: #910000;
    height: 50px;
    line-height: 50px;
    padding-bottom:;
    padding-top;
    padding-left:10px;
    box-sizing: border-box;
    color: white;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape) {
.navbar {
    font-size: 24px;
    
    }}


@media only screen and (max-width: 780px) and (orientation:portrait) {
  .navbar {
    font-size: 20px;
    }}
  
    
    
a.navbarlink {
    color: white;
}

a.navbarlink:hover {
    color: #e2ff00;
}

.contentcontainer {
    width: 100%;
    background-color: white;
}

.contentcontainerinner{
    width:95%;
    margin:auto;
    padding-top:20px;
}

.indexintro {
    width: 90%;
    margin: auto;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: #050505;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f2c01b;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.indexintro {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin-top:20px;
    clear: both;
    display: inline-block;
    }}

.welcomebox {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: #0a6920;
    color: #ffffff;
    width: 50%;
    padding: 5px;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.welcomebox {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: #0a6920;
    color: #ffffff;
    width: 90%;
    padding: 5px;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
    }}

.sectioncontainer {
    width:25%;
    float: left;
    padding-top:5px;
    padding-bottom:5px;
    transition: 0.3s;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sectioncontainer {
    width:100%;
    float: left;
    padding-top:5px;
    padding-bottom:5px;
    transition: 0.3s;
}
}
    
    
.sectioncontainer2 {
    width:98%;
    margin: auto;
}

.sectioncontainer:hover {
    background-color: #b90101;
}

.sectiontitle {
    width: 60%;
    height: 50px;
    line-height :36px;
    margin: auto;
    background-color: #e0e0e0;
    font-size:36px;
    box-sizing: border-box;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: #61016d;
    padding:5px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape) {
.sectiontitle {
    width: 80%;
    font-size:28px;
    line-height :36px;
}
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sectiontitle {
    width: 90%;
    font-size:20px;
    line-height :36px;
    height: auto;
}
}


.sectiontitleleft {
    float: left;
    height: 100%;
}

.sectiontitleright {
    float: right;
    height: 100%;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sectiontitleleft {
    display: none;
}

.sectiontitleright {
    display: none;
    }}
    
    
    
.sectiondescription {
    width:100%;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: #363636;
    padding: 5px;
    font-size: 20px;
}

.topicboxreview {
    background-color: #ffc833;
    color: rgba(21, 92, 252, 0.88);
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.topicboxspecial {
    background-color: #ff1c85;
    color: #f7ff2c;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.topicboxconversion {
    background-color: #0a6920;
    color: #ffffff;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.topicboxnews {
    background-color: rgb(255, 0, 0);
    color: white;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.boxtitle {
    background-color: #5266ff;
    color: white;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.boxcomment {
    background-color: #fff03d;
    clear: both;
    color: #525050;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:26px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: center;
}

.boxdate {
    background-color: #e0e0e0;
    clear: both;
    color: #747474;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size:18px;
    box-sizing: border-box;
    width:100%;
    padding:5px;
    text-align: right;
}

a.listall {
    width:50%; 
    float: right;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center; 
    padding: 10px; 
    box-sizing: border-box;  
    margin-top: 0px;
    background-color: #ff1c85; color: #f7ff2c;
    font-style: italic; 
    transition: 0.3s;
    text-decoration: none;
    border-color:white;
    border-style: solid;
    border-width: thick;
}

a.listall:hover {
    background-color: #a21054; color: #faff72;
}


@media only screen and (max-width: 780px) and (orientation:portrait) {
a.listall {
    width:75%; 
    float: right;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: center; 
    padding: 10px; 
    box-sizing: border-box;  
    margin-top: 0px;
    background-color: #ff1c85; color: #f7ff2c;
    font-style: italic; 
    transition: 0.3s;
    text-decoration: none;
}}

.boxouttitle {
    width: 100%;
    margin-top: 30px;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 28px; 
    color: white; 
    box-sizing: border-box; 
    padding: 10px; 
    text-align: center;
    clear: both;
    display: block;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.boxouttitle {
    width: 100%;
    margin-top: 10px;
    font-size: 20px; 
    }}


.boxoutcontent {
    color: black; font-size: 20px; font-family: 'Archivo Black', Arial, Helvetica, sans-serif; box-sizing: border-box; padding: 10px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.boxoutcontent {
    font-size: 18px;
}}

.imgcontainer {
	float:left; 
	margin-right:15px;
	width:100%;
    margin-top: 5px;
}

.img {
    max-width: 100%;
}
    
.divider {
	clear:both;
	height:10px;
}

.dividersmall {
	clear:both;
	height:1px;
}

.leftbox {
    width:29%;
    box-sizing: border-box;
    float:left;
    margin-right: 0px;
}

.rightbox {
    background-color: none;
    float: right; 
    width: 68%;
    box-sizing: border-box;
    
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.leftbox {
    width:100%;
    box-sizing: border-box;
    float:left;
    margin-right: 0px;
}

.rightbox {
    background-color: none;
    float: left; 
    width: 100%;
    box-sizing: border-box;
    }
}

.gamedetailbox {
    width:100%;
    box-sizing: border-box;
    margin: auto;
}

.review {
    width: 100%;
    font-size: 40px;
    color: white;
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: #ffc833;
    display: block;
    padding:10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
.review {
    font-size: 36px;
}
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .review {
    font-size: 36px;
    }}

.gamename {
    width: 100%;
    font-size: 40px;
    color: black;
    float: left;
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: gainsboro;
    display: block;
    margin-top: 10px;
    padding:10px;
}

@media only screen and (max-width: 1440px) {
.gamename {
    font-size: 36px;
}
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.gamename {
    font-size: 36px;
}
}
.reviewtitlebox {
    box-sizing: border-box;
    background-color: darkred;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: white;
    font-size: 40px;
    width:90%;
    margin:auto;
    text-transform: uppercase;
    padding:10px;
    text-align: center; 
}

.gametitlescreenshot {
    width:100%;
}

.gamedetailsbox {
    width:100%;
    margin:auto;
    background-color: #fff03d;
    }



.gameparameter {
    float:left;
    width:35%;
    background-color: #fff03d;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #61016d;
    box-sizing: border-box;
    padding:5px;
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape) {
.gameparameter {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    }}

@media only screen and (max-width: 1440px) {
.gameparameter {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
    }}    
    
    
    
@media only screen and (max-width: 780px) and (orientation:portrait) {
.gameparameter {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
    width:35%;
    }}

.gameparameterdescription {
    float:left;
    width:65%;
    background-color: #5086ff;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    padding:5px;
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width : 1024px) and (orientation : landscape) {
.gameparameterdescription {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 16px;
    
    }}
 
@media only screen and (max-width: 1440px) {
.gameparameterdescription {    
font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
    
    }}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.gameparameterdescription {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
    width:65%;
    
    }}
    
p.intro {
    font-size: 20px;
    font-family: 'Palanquin', Arial, Helvetica, sans-serif;
    line-height:30px;
    margin-top:20px;
    font-weight: bold;
    word-spacing: 4px;
}

p.content {
    font-size: 20px;
    font-family: 'Palanquin', Arial, Helvetica, sans-serif;
    line-height:30px;
    margin-top:20px;
    word-spacing: 4px;
    }

@media only screen and (max-width: 780px) and (orientation:portrait) {
p.intro {
    font-size: 20px;
    font-family: 'Palanquin', Arial, Helvetica, sans-serif;
    line-height:26px;
    margin-top:10px;
    font-weight: bold;
}    
    
p.content {
    font-size: 20px;
    font-family: 'Palanquin', Arial, Helvetica, sans-serif;
    line-height:26px;
    margin-top:10px;
    }}

/* centres an image */
.imgcentre {
	text-align:center;
	max-width:60%; 
    margin: auto;
    margin-top:20px;
    clear: both;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.imgcentre {
	max-width:100%;  
    }}
    
.ws {max-width: 100%}
    
.imagedescription {
	font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
	color:#b90101;
	font-size:14px;
	line-height:24px;
    font-style: italic;
	text-align:center;
	width:100%;
	margin-bottom:20px;
}

/* Left Image (appears in the middle on smartphones) */
.imgleft {
    margin-top:10px;
	float:left; 
	margin-right:15px;
    width:50%; 
}

/* Use if needs to be actual width of image */
.imgleft2 {
    margin-top:10px;
	float:left; 
	margin-right:15px;   
}

.imgleftsf {
    margin-top:10px;
	float:left; 
    width:100%; 
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.imgleft {
	float:none; 
	margin:auto;
	text-align:center;
	margin-bottom:20px;
    width:100%;
}
}

/* Right Image (appears in the middle on smartphones) */
.imgright {
    margin-top:10px;
	float:right; 
	margin-left:15px;
    width:50%;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.imgright {
	float:none;
    margin:auto;
	text-align:center;
	margin-bottom:20px;
    width:100%;
}
}

.imgrightsf {
    margin-top:10px;
	float:right; 
	margin-left:15px;
    width:30%;
}

.imgcentresf {
	text-align:center;
	max-width:60%; 
    margin: auto;
    margin-top:20px;
}


/* styling for all images */
.roundedborders {
	border-radius:15px;
	max-width:100%; /*this bit prevents the images from being too big on mobile phones */
}

.squareborders {
	max-width:100%; 
}

.centrebreak {
	text-align:center;
	max-width:60%; 
    margin: auto;
    margin-top:20px;
    clear: both;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.centrebreak {
	text-align:center;
	max-width:60%; 
    margin: auto;
    height: 20px;
    clear: both;
}
}
    
.purplebox {
    width:70%;
    padding: 10px;
    background-color: #61016d;
    font-size:18px;
    color: white; 
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif; 
    margin:auto; 
    margin-top:20px;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer {
    width: 100%; background-color: #fff03d; min-height: 50px; line-height: 50px; font-family: 'Oswald', Arial, Helvetica, sans-serif; box-sizing: border-box; font-size: 30px; color: black; text-align: center
}

.ratingsbox {
    width:100%;
    margin: auto;
    margin-top: 20px;
    background-color: #fff03d; 
    float: left; 
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
}

.ratingsboxleft {
    width:40%; float: left; background-color: #fff03d;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .ratingsboxleft {
    width:100%; 
    float: left; 
    background-color: #fff03d;
    }}

.ratingsboxgametitle {
    width:95%; margin:auto; margin-top: 10px; background-color: #b90101; color: white; font-size: 28px; text-align: center; padding: 5px;
}


    

.ratingsboxscreenshot {
    width:95%; margin:auto; margin-top:20px;
}

.ratingsboxgamedetails {
    width:95%; margin:auto; margin-top: 20px; background-color: #b90101; color: white; font-size: 18px; text-align: center; padding: 5px; margin-bottom:10px;
}

.ratingsboxright {
    width:60%; min-height: 100px; float: right;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .ratingsboxright {
    width:100%; min-height: 100px; float: left;
    }}

.ratingsboxratings {
    width: 96%; margin: auto; background-color: #b90101; margin-top: 10px; margin-bottom: 10px; padding: 5px; 
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .ratingsboxratings {width: 95%;}}
    
    
    
.ratingsboxcategory {
    color: white; font-size: 24px;
}

.ratingsboxdescription {
    font-size:16px; color: #fff03d; line-height: 20px;}

.tagsbox {
    width:100%; margin: auto; background-color: #5266ff; float: left; font-family: 'Archivo Black', Arial, Helvetica, sans-serif; font-size: 28px; text-align: center; padding: 15px; box-sizing: border-box; color: white; margin-top: 20px; 
}

.tagsbox1 {
    width:100%; background-color: #ff1c85; color: #f7ff2c; font-family: 'Archivo Black', Arial, Helvetica, sans-serif; font-size: 30px; text-align: left; padding: 10px; box-sizing: border-box; clear: both; font-style: italic; float: left;
}

.tagsbox2 {
    width:80%; background-color: #3cde15; color: #c61056; font-family: 'Archivo Black', Arial, Helvetica, sans-serif; font-size: 30px; text-align: left; padding: 10px; box-sizing: border-box; font-style: italic; float: left;
}

.tagsbox3 {
    width:60%; background-color: #f7ff2c; color: #2700a8; font-family: 'Archivo Black', Arial, Helvetica, sans-serif; font-size: 30px; text-align: left; padding: 10px; box-sizing: border-box; font-style: italic; float: left; 
}

.dateofentry {
    visibility: hidden;
    width: 90%;
    clear: both;
    margin: auto;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    color: #050505;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff03d;
    text-align: center;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
   .dateofentry {
    width: 100%;
    font-size: 16px;
    }} 

a.latestbox {
	background-color: #5266ff;
	color: white;
	float: left;
	padding: 10px;
	font-size:22px;
	font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
	transition:0.3s;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
a.latestbox {
    font-size:20px;
    width:100%;
    }}


    
    
    
    
a.latestbox:hover {
	color: black;
	text-decoration:none;
	background-color: #258039;
}

.latestdescription {
	width:95%;
	background-color:#fff03d;
	color:black;
	margin-left:40px;
	float:left;
	text-align:left;
	padding:10px;
	font-size:20px;
	font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.latestdescription {
	width:100%;
	margin-left:0px;
	font-size:18px;
    }}

.publishdate {
    float: right;
    color: #4d4d4d;
    font-size: 18px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.publishdate {
    font-size: 16px;
    }}

.invisibledivider2 {
	height:15px;
	clear:both;
}

.mainsectionbox {
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: #b90101;
    color: #ffffff;
    width: 50%;
    font-size: 40px;
    padding: 10px;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.mainsectionbox { 
    width: 90%;
    font-size: 20px;
    }}

a.reviewlisttype {
    width: 25%;
	background-color: #2ccc2c;
	color: white;
	float: left;
	padding: 10px;
	font-size:18px;
	font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
	transition:0.3s;
    box-sizing: border-box;
    border-color: white;
    border-width: thick;
    border-style: solid;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
a.reviewlisttype { 
    width: 100%;
    font-size: 20px;
    }}

a.reviewlisttype:hover {
	background-color: #1e931e;
	
}

.sfleftbox {
    width:30%;
    box-sizing: border-box;
    float:left;
    margin-right: 0px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sfleftbox {
    width:100%;
}}

.specialfeaturebox {
    width: 40%;
    font-size: 60px;
    margin: auto;
    color: white;
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: #ffc833;
    display: block;
}

.specialfeaturetitle {
    width: 90%;
    font-size: 60px;
    color: black;
    text-align: center;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    background-color: gainsboro;
    display: block;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.specialfeaturebox {
    margin-top:10px;
    width: 100%;
    font-size: 24px;
    padding:10px;
    display: inline-block;
}

.specialfeaturetitle {
    width: 100%;
    font-size: 22px;
    padding:10px;
    }}
    

.sfgamedetails {
    width: 67%;
    float: right; 
    margin-top: 10px;
}

.sfgamedetailstitle {
    width:60%; margin: auto;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 24px;
    background-color: #b90101;
    color: white;
    text-align: center;
    padding:5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sfgamedetails {
    width: 100%; 
    margin-top: 0px;
}
    
    
.sfgamedetailstitle {
    width:100%;
    }}
    
    
    
.sfreleasedetails {
    width: 100%; 
    background-color: #5266ff;
    color: white;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top:10px;
    padding: 10px;
    text-align: center;
}

.sfotherversions {
    width: 100%; 
    background-color: #fff03d;
    color: black;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.sfmobile {
    display:none;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sfmobile {
    display:block;
    }}

.sfdesktop {
    display:block;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.sfdesktop {
    display:none;
    }}

a.reviewshardwarename {
	background-color: #b90101;
	color: white;
	float: left;
	padding: 10px;
	font-size:24px;
	font-family: 'Archivo Black', Arial, Helvetica, sans-serif;
	transition:0.3s;
    text-transform: uppercase;
}

a.reviewshardwarename:hover {
	color: black;
	text-decoration:none;
	background-color: #258039;
}

hr {
    margin-bottom: 10px;
    height: 10px;
    background-color:#5266ff;
    border: none;
}

hr.pastreviews {
    margin-bottom: 10px;
    height: 10px;
    background-color:#fff03d;
    border: none;
}


/* hides from non-mobile visitors */
.mobilemenu {
	display:none;
}

.showmenu {
	display:none;
}

/* smartphone/tablet portrait, + smartphone landscape */
@media only screen and (max-width: 780px) and (orientation:portrait),
only screen and (max-width: 736px) and (orientation:landscape)
{
.mobilemenu {
	float:left;
	font-family: 'Montserrat', Georgia, Garamond, serif;
	height:50px;
	line-height:50px;
    display:block;
    font-weight:normal;
    margin:0px;
    padding:0px 5px;
    text-decoration:none;
    cursor: pointer;
    font-size:14px;
    text-align:center;
    background-color: #b90101;
    width:80%;
}

.showmenu {
	float:right;
	width:20%;
	background-color:#fff03d;
	color:black;
    display: block;
	cursor: pointer;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family: 'Oswald', Georgia, Garamond, serif;
	font-size:14px;
    text-transform:uppercase;
}
}

/* MAIN NAVIGATION AREA */

.menu {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	padding-top:0px;
    width:100%;
    clear: both;
    line-height: 50px;
    box-sizing: border-box;
    color: white;
    text-align: center;
	font-size: 20px;
	background-color: #910000;}}
}

@media only screen and (min-width: 320px) and (orientation: portrait) {
a.button {  
    float:right;
	margin-right:0px;
	display:none;
    height:auto;
	font-size: 20px;
}
}

@media only screen and (min-width: 834px) and (orientation: portrait) {
a.button {
    height: 50px;
	font-size: 20px;
	background-color: #910000;}}  
   
@media only screen and (min-width: 1112px) and (orientation: landscape){
a.button {
    height: 50px;
	font-size: 20px;
	background-color: #910000;}}  
    
@media only screen and (min-width: 1366px) and (orientation: landscape) {
a.button {
    height: 50px;
	font-size: 20px;
	background-color: #910000;}}

@media only screen and (min-width: 1900px) and (orientation: landscape) {
a.button {
	height: 50px;
	font-size: 30px;}}

.menu ul{
    text-align: center;
    list-style:none;
    margin:0;
    padding:0;
}

/* smartphone portrait and landscape*/
@media only screen and (max-width: 780px) and (orientation:portrait),
only screen and (max-width: 736px) and (orientation:landscape) {
.menu ul{
    width:100%;
}}

.menu li{
    padding:0px;
    position: relative;
    text-align: center;
    display: inline;
    
}

/* smartphone portrait and landscape*/
@media only screen and (max-width: 780px) and (orientation:portrait),
only screen and (max-width: 736px) and (orientation:landscape) {
.menu li{
	float:none;
	padding:0px;
    position: relative;
}}


/* tablet landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.menu li{
	width:20%;
	text-align:center;
}}
	
/* these menu li a styles aren't currently used on site as top options aren't links. Styling remains just in case */
.menu li a{
    }

/* the main section titles (e.g. Planets, Sun and Moons). These aren't links, but hovering/clicking them brings up options in dropdowns */
.menu li a.button{
    margin:0px;
    padding:0px 5px;
    text-decoration:none;
    transition: 0.3s;
    cursor: pointer;
    color: white;
}

/* smartphone portrait */
@media only screen and (max-width: 780px) and (orientation:portrait),
only screen and (max-width: 736px) and (orientation:landscape) {
.menu li a.button{
    display:block;
	height:40px;
	line-height:40px;
    color:#7598FF;
    padding:0px 0px;
    background-color:#000037;
    font-size:14px;
    text-align:center;
}
}

/* defines how the top button changes when hovered */
.menu li .button:hover{
	color:#FFFF99;
}




/* Defines colour of the links in the submenu when top menu item is hovered */
.menu ul li:hover a{
    color:#FFFF99;
    text-decoration:none;
}

.menu li:hover ul{
	display:block
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.menu li:hover ul{
display:none;
}
}


.menu li li {
    display:block;
    width:220px; /* defines the width of the blocks for the links in the submenu */    
}

/* smartphone portrait */
@media only screen and (max-width: 780px) and (orientation:portrait) {
.menu li li {
    display:block;   
    width:inherit;
}
}

/* smartphone landscape */
@media only screen and (max-width: 736px) and (orientation:landscape) {
.menu li li {
    display:block;   
    width:inherit;
}
}

/* tablet landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.menu li li {
	border:thin #840010 solid;
    float:left;
    width:100%;
}}



/* the links in the submenu */
.menu li ul a{
    display:block;
    height:40px;
    line-height:40px;
    font-size:15px;
    font-style:normal;
    margin:0px;
    padding:0px 0px 0px 5px;
    text-align:left;
}

/* smartphone portrait */
@media only screen and (max-width: 780px) and (orientation:portrait) {
.menu li ul a{
    display:block;
    height:40px;
    font-size:14px;
    font-style:normal;
    margin:0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    line-height:40px;
}}

/* smartphone landscape */
@media only screen and (max-width: 736px) and (orientation:landscape) {
.menu li ul a{
    display:block;
    height:40px;
    font-size:16px;
    font-style:normal;
    margin:0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    line-height:40px;
}}

/* tablet landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.menu li ul a{
    height:35px;
    line-height:35px;
    font-size:14px;
    }
}

/* what happens to the links in the submenu when they are hovered */
.menu li ul a:hover, .menu li ul li:hover a{
    background:#FFCE38;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}

/* smartphone portrait */
@media only screen and (max-width: 780px) and (orientation:portrait) {
.menu li ul a:hover, .menu li ul li:hover a{
    background:blue;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}}



#logo {
	width:100%;
	text-align:center;
	margin-left:0px;
	margin-bottom:0px;
	}


/* smartphone and tablet portrait, + smartphone landscape - hides site logo as it is present in mobilemenu code instead */
@media only screen and (max-width: 780px) and (orientation:portrait),
only screen and (max-width: 736px) and (orientation:landscape) {
#logo {
display:none;}
}

.dash {
    color: white;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
    .dash {
    display: none;
    }}

.mobiledownarrow {
    display:none;
}

@media only screen and (max-width: 780px) and (orientation:portrait) {
.mobiledownarrow {
    display: block;
    width:20%; text-align: center; margin: auto; height: 25px;
    }}

.headlinebox {
    background-color: #5266ff;
	color: white;
    float: left;
	padding: 10px;
	font-size:22px;
    font-family: 'Archivo Black', Arial, Helvetica, sans-serif;}

.lastupdated {
    color: #5266ff;
    font-family: 'Palanquin', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size:22px;
}