header {
      width: 100%;
      height: 7vh;
	  background-color: black;
}

.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.logo {
	margin: 16px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    float: right;
    width: 20%;
    margin-top: 10px;
}

.logo a:hover{
	text-decoration: None;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #000;
}

nav ul li {
      display: inline-block;
      padding: 0px 40px;;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

.overlay{
		padding-top: 0px;
}


.v2header{
    width: 100%;
    background-color: black;
    height: 83px;
    padding-top: 5px;
}

.scorecardHolder{
	padding-top:3px;
}

.v2headerMenu{
	width: 25%;
	float: left;
	height: 40px;
	padding-top: 13px;
	padding-left: 15px;
	color: white;
	text-align: left;
}

.v2headerGame{
	width: 50%;
    float: left;
    height: 45px;
	margin-top:0px;
}


@media(max-width: 300px) {
	.v2header {
    width: 100%;
    background-color: black;
    height: 75px;
    margin-bottom: 10px;
}
}


@media(max-width: 786px) {

		span.makeSmall{
		display:none;
		}

		.v2headerMenu{
		width:10%;
		}

		.v2headerGame {
		width: 46%;
}


	.v2headerGame {
		width: 85%;
		padding-left: 10px;
	}
	
	.logo{
		display:none;
	}

      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }
	  
	  .overlay{
		padding-top: 50px;
}


}
