#Navigate a{ /*navigation links styling*/
    font-size:  calc(8px + 4vw);
    margin: 6%;
    color: #66ccff;
    filter: drop-shadow(0 5px #00042f);
}
#Navigate{ /*keeps the nav buttons in line*/
    text-align: center;
    padding-top: 2%;
    margin-bottom: 5%;
}
a, a:link, a:visited, a:focus, a:hover, a:active{ /*To ensure there is no underscore on hyperlinks*/
    text-decoration:none; 
      
}

a :hover { /*when the mouse hovers over the links, it changes color*/
    color:#c1eaff; 

}
.fa-gamepad{ /*The gamepad sat differently to the rest and needed its own style*/
    vertical-align: bottom;

}
#videoPlayer{ /*To ensure there is the right clearance under navigation*/
    margin-top: 5%;
    width: 100%;
    height: 100%;
}

.fancyFont{ /* To make the logo stand out a bit better*/
    display: inline-block;
    vertical-align: top;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: -3px -3px #66ccff,
                  4px 4px #c6e4e4, /*the shadow really makes it look much better*/
                  5px 10px #00042f90;
    font-size:  calc(60px + 4vw);
    text-align: center;
    color: #1c2230;
}
body{
    margin-top: 0;
    height: 50%;
}
#scramble{ /*Kepps the scrambled text in the center*/
    min-height: 100%;
    text-align: center;
}
 
html{ /*Sets up the background ensuring image is viewed correctly*/
    background-image: url(../images/bckg1.jpg);
    background-repeat: no-repeat;
    min-height: 87vh;
    background-position: center;  
    background-attachment: fixed;
    background-size: cover; 
   
}
#header{
    padding: 0.1%;
    margin-bottom: 2%;
    background-color: #1c2230;
    border-bottom: solid #00042f;
    border-right: solid #00042f;
}
.headerPic{ /*styles the top product on each game system page*/
    margin-left: 10%;
    max-width: 40vw;
    position: absolute;
}
.iframe-containerMain{
    width: 50%;
    height: 50%;
    margin-left: 5%;

}


body, html { /*Ensures that on small content pages the footer isnt kept high*/
    height: 100%;
  }
  
  .parallax { /*creates the scroll effect*/
    background-image: url("../images/bckg1.jpg");
    height: 50%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

h3{ /*H3 is styled*/
    font-family: 'Courier New', Courier, monospace;
    font-size:  calc(10px + 3vw);
    margin: 6%;
    color: #66ccff;
    filter: drop-shadow(0 5px #00042f);
}

#textCenter{
    text-align: center;
}
.banner{ /*The banner background for most headers*/
    padding: 0.5%;
    background-color: #1c2230;
    border-bottom: solid #00042f;
    margin-bottom: 10%;

}
.bannerOne{ /*The banner background for most headers*/
    padding: 0.5%;
    background-color: #66ccff;
    border-bottom: solid #00042f;
    margin-bottom: 10%;

}

#floaty{ /*to allow the arrow to sit above the div*/
    color: #66ccff;
    position: absolute;
    font-size: 20vw;
}
.productLeft{ /*On the product pages, ensure the images stay where they need to be*/
    margin-left: 50%;
    max-width: 40vw;
    position: absolute;
}

.productRight{ /*On the product pages, ensure the images stay where they need to be*/
    float: left;
    max-width: 40vw;
    text-align: right;
}
#textRight{ /*To ensure the text stays where it should be*/
    text-align: right;
    padding-right: 1vw;
    transition: 2s;
}

#textLeft{ /*To ensure the text stays where it should be*/
    text-align: left;
    padding-left: 1vw;
    transition: 2s;
}

#textRight:hover { /* a nice effect when hovering on the texts and images*/
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#textLeft:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.frameRight{ /*Keep the youtube videos right*/
    float: left;
    margin-top: 3%;
    margin-right: 7%;
}

.frameLeft{ /*Keep the youtube videos left*/
    float: left;
    margin-top: 3%;
    margin-left: 7%;
}
.gamePicLeft{ /*Keep the images left*/
    padding-left: 75%;
    max-width: 20vw;
    position: absolute;
}

.gamePicRight{ /*Keep the images right*/
    max-width: 20vw;
    float: left;
    position: relative;
    text-align: right;
}

.iframe-containerRight { /*The video size is relative to the viewport*/
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    margin-left: 5%;
  }

.iframe-containerLeft{ /*The video size is relative to the viewport*/
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;   
    margin-left: 40%;
  }
  
.iframe-containerRight iframe { /*Ensures the videos sit correctly*/
    margin-top: 5%;
     border: 0;
     height: 60%;
     left: 0;
     position: absolute;
     top: 0;
     width: 60%;
}

.iframe-containerLeft iframe {  /*Ensures the videos sit correctly*/
    margin-top: 5%;
     border: 0;
     height: 60%;
     left: 0;
     position: absolute;
     top: 0;
     width: 90%;
}
#mapLeft{ /*Styles the map - continuing the left/right theme*/
    margin-top: 5%;
    margin-left: 5%;
    width: 50%;
    height: 50%;
}
#mapRight{ 
    margin-top: 5%;
    margin-right: 5%;
    float: right;
    width: 50%;
    height: 50%;
}
#paraRight{ /*sStyles the paragraphs to ensure they stay right/left and that the font is scaleable*/
    float: right;
    text-align: right;
    font-size: calc(4px + 4vw);
    width: 40%;
    margin-right: 5%;
}
#paraLeft{
    font-size: calc(4px + 4vw); /* font size is 4 pixels added to 4 viewing width, keeping the text a relative size*/
    width: 40%;
    margin-left: 5%;
}

.main{ /*The calendar's style*/
    height: 100%;
    float: left;
}

.month { /*The month section of the calendar is styled*/
background-color:#1c2230;
font-size:calc(2px + 2vw);
color:#66ccff;
}

.daysofweek { /*The days of the week is styled differently*/
background-color: #1c2230;
font-size:calc(1px + 2vh);
color: #66ccff;
}

.days { /* The days (all the dates) have different style*/
font-size:calc(1px + 2vh);
color: #66ccff;
background-color: #1c2230;
}

.days #today{ /*To differentiate today from other dates*/
font-weight: bold;
color: red;
}

footer{ /*The footer style*/
    margin-top: 10%;
    width: 100%;
    height: 35%;
    background-color: #66ccff;
    border-bottom: solid #00042f;
    border-right: solid #00042f;
}
h1{ /*h1 sttyle*/
    padding-top: 1%;
    font-size: 1.5rem;
    color: #1c2230;
    text-align: center;
}
#openingTimes{ /*keeps this text central*/
    text-align: center;
}
#calendar{/*space to make the footer look better*/
    margin-left: 10%;
    padding: 1%;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
   
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #1c2230;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #00042f;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 5px;
    background-color: #1c223099;
    padding: 20px;
    
  }
  label{ /*The text is styled White*/
      color: #ffffff;
  }
#storeOne{
    margin: 5%;
    width: 40%;
  }
#storeTwo{ /*CONTINUATION OF THE RIGHT/LEFT THEME ON ABOUT US PAGE*/
    margin: 5%;
    float: right;
    width: 40%;
    
}
#londonText{
    font-size: calc(2px + 3vw);
    width: 30%;
    padding: 5%;
    color: #66ccff;
    filter: drop-shadow(0 2px #00042f);
    font-family: 'Courier New', Courier, monospace;
}
#birminghamText{ /*The text follows the right/left theme*/
    font-size: calc(2px + 3vw);
    width: 30%;
    padding: 5%;
    float:right;
    color: #66ccff;
    filter: drop-shadow(0 2px #00042f);
    font-family: 'Courier New', Courier, monospace;
    
}
@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
}

#whiteSpace{
    padding: 20%;
    content: ".";
    visibility: hidden;
}

