html, body{
    margin:0;
    padding:0;
    min-width: 100%;
    background: grey;
    height: 100%;
    min-height: 100%;
}

#cookie-notice { 
    height: 40px; 
    position: fixed; 
    bottom: 0%;
	color: grey;
	width: 50%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
	padding-bottom: 20px;
    background-color: black; 
	z-index:1000;
}

#content-container {
  width: 75%;
  margin-left: auto;
  margin-left: auto;
}

.about {
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
}

.stats-table {
  border-collapse: separate; 
  border-spacing: 5px; 
  border: 1px solid white;
}


.about p {
  font-size: 100px;
  font-weight: bold;
}

#header-wrap {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
  }
  
  .app-head {
    text-align: center;
  }

.font-black {
  color: black;
}

  #footer {
    /* Sizing */
    width: 100%;
    background-color: #31415C;
    padding-top: 10px;
    height: 120px;
   }
  
   #footer2 {
    /* Sizing */
    width: 100%;
    background-color: #31415C;
    padding-top: 10px;
    height: 120px;
   }
   
  .footnotes {
    color: white;
  }
  
  .footnotes p {
    font-size: 15px;
    margin: 0;
  }
  
  .footnotes h2 {
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
  }
  
  #footer hr {
    margin: 5px;
  }
  
  #footer a {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
  }
  
  #footer2 hr {
  margin: 5px;
  }
  
  #footer2 a {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
  }
  
  
  .footer-links li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  }
  
  .footer-links ul {
    margin-bottom: 0px;
  }
  

  
.hero {
  /* Sizing */
  width: 100%;
  height: 100vh;
  
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Text styles */
  text-align: center;
  color: white;
	  
  /* Background styles */
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('../assets/original.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
	}

  
  .hero h1 {
    font-size: 30px;
  }
  
  .hero h2 {
    font-family: sans-serif;
    font-size: 27px;
  }
  
  .hero p {
    font-size: 20px;
  }
  
  .hero a {
    font-size: 18px;
  }

  .hero .btn{
    /* Positioning and sizing */
    display: block;
    width: 150px;
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    /* Text styles */
    color: white;
    text-decoration: none;
    font-size: 15px;
    
    /* Border styles */
    border: 1px solid white;
    background-color: none;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  
  .hero .herobtn:hover {
    background-color: white;
    color: black;
  }
  
  .hero-logo {
    text-align: center;
  }
  
  .hero .buttn {
    display: block;
    width: 150px;
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #fff;
    background-color: none;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
  }
  
  .hero .buttn:hover {
  background-color: white;
  color: black;
  }
  
  .main {
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .main p {
    font-size: 15px;
  }
  
  .player {
    width: 70%;
    align-content: left;
    display: flex;
    color: white;
  }
  
  .player h2 {
    color: white;
    font-size: 30px;
  }
  
  
  .row {
    padding-top: 20px;
    
    /* Text styles */
    align-items: center;
    text-align: center;
    color: white;
    background-color: #4965D1;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #wrapper{
    margin-left: 20%;
    margin-right: 20%;
    height:auto; 
    width:auto;
  }
  
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

#container {
	width: 100%;
	position: absolute;
	color: white;
  padding-top: 10px;
  background-color: #0C257D;
  top: 0px;
}

.container {
	width:80%;
	padding-top: 50px;
}

.textcolour {
	color: white;
}

body{
    margin: 0;
    padding: 0;
    font-size: 15px;
}

/* Navigation */
nav{
    float: right;
    margin: 0;
    overflow:hidden;
    text-align: center;
}

nav ul{
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline-block;
    list-style-type: none;
}

nav > ul > li > a{
    color: white;
    display: block;
    line-height: 2em;
    padding: 0.5em 1em;
    text-decoration: none;
}

.logo-img{
    float: left;
    margin: 0;
}
.bg-div{
   background: transparent;
   overflow: hidden;
   padding-left: 5%;
   padding-right: 5%;
   font-size: 18px;
}

input[type=text] {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.white-font {
  color: white;
}

.search-container {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-bottom: 10px;
}

.search-title p {
  font-size: 40px;
}

.player-search {
  display: grid;
}

#player-search a {
  font-size: 20px;
  color: white;
}

#profile-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  min-height: 100vh;
  padding-bottom: 10px;
}

#search-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#player-card {
  color: white;
}

#player-card p {
  font-size: 20px;
}

#player-card a {
  color: white;
}

#player-match-history a{
  color: #ACF1FF;
}

.footer-wrapper {
  margin-left: 10%;
  margin-right: 50%;
}

.profile-center {
  text-align: center;
}

.profile-center p {
  font-size: 15px;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}

.log-table {
  border-collapse: separate; 
  border-spacing: 5px; 
  background-color:#153162; 
  border: 1px solid white;
}

.log-table tr {
  border: solid 1px white;
}

.log-table td {
  width:150px;
}

.coloured-tab {
  background-color: lightblue;
}

.log-table-coloured {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.log-table-coloured a {
  color: #ACF1FF;
}

.lightblue-font {
  color: lightblue;
}

.padding-five-px {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.card-table {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.table-row-hover:hover  {
  background-color: grey;
}

.content {
  padding-top: 50px;
}

.faq-header {
  color: white;
  padding-top: 15px;
}

.faq-content {
  color: white;
  margin-left: 10%;
  margin-right: 10%;
}