:root { --primary-reserve-color: #8A6CC4; --second-reserve-color: #000;
--salford-grey: #eee; --off-white: #fcf8e3;
--alt-green: #6C3769;
--primary-first-color: #8A6CC4; --second-first-color: #000;
--font-header: 'Poppins'; --font-main: "Century Gothic",Raleway,"Open Sans",Verdana; }

old-root {--primary-reserve-color: #017439; --second-reserve-color: #fff;
--salford-grey: #eee; --off-white: #fcf8e3; --alt-green: #e6ffe6;
--primary-first-color: #ffbd48; --second-first-color: #000;
--font-header: 'Poppins'; --font-main: "Century Gothic",Raleway,"Open Sans",Verdana;}

body { font-family: var(--font-main); max-width: 1500px; margin: auto; }
.off-white #line-1, .off-white #line-2, .off-white #line-3 { background-color: #000; }
.off-white #name-button-burger-nav, .off-white #clubName {color: #000; }

.header-bar { background-color: var(--primary-reserve-color); width: 100%; display: inline-block; margin-top: 50px; }
.logo-holder { height: 40px; overflow: visible; z-index: 100; }
.menu-holder { position: fixed;     padding-left: 4.5%;
    padding-right: 4.5%; z-index: 100; background-color: transparent; width: 100%; max-width: 1500px; display: inline-block; }
.menu-holder-scrolled { position: fixed;     padding-left: 4.5%;
    padding-right: 4.5%; z-index: 100; background-color: var(--primary-reserve-color); width: 100%; max-width: 1500px; display: inline-block; }
.menu-holder img, .menu-holder-scrolled img { height: 50px; }

.header-strong { font-weight: bold; color: #fff; }

.btn-primary { background-color: var(--primary-reserve-color); border-color: var(--primary-reserve-color); }

/* .btn-primary:hover { background-color: var(--alt-green); border-color: var(--alt-green); color: #000; } */
.btn-primary:hover { background-color: var(--primary-first-color); border-color: var(--primary-first-color); color: #000; }

--primary-first-color

.navbar { background-color: var(--primary-reserve-color); }

.button-burger-nav {
    display: inline-block;
    position: relative;
    z-index: 999;
    vertical-align: sub;
    cursor: pointer;
    font-size: 12px!important;
    font-weight: bold;
}

#menuBtn { margin-right: 8%; display: inline-block; }

#menuBtn button span {
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    margin: 6px 0px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    }
    
#menuBtn button #line-3 { width: 50%; }
    
#menuBtn button {
    outline: none;
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
    cursor: pointer;
background: none;
    border: none;
    width: 45px;
    display: inline-block;
}

#name-button-burger-nav {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    }

.footer-bar { background-color: var(--primary-reserve-color); width: 100%; display: inline-block; padding: 6px; }
.footer-bar a { color: #fff; }
#footer-nav a { padding: 6px 0; display: block; }
.fa-social { font-size:36px }

#headline-image { 
height: calc(100vh); overflow: hidden; background-position: center; background-repeat: no-repeat;
width: 100%;
background-size: cover;
background-position: top;
}

@media screen and (max-width: 991px) {
#headline-image {
    height: calc(75vh); overflow: hidden; background-position: center; background-repeat: no-repeat;
  }
}


/* ### commented out ###
#headline-image:hover { 
height: 100vh; overflow: hidden; background-position: center; 
width: 100%; 
animation: shrink 8s;
transform: scale(0.90);
transition: all 8s;
}
*/

.headline { top: 45vh; position: relative; margin-left: 10%; margin-right: 10%; box-sizing: border-box; }
.headline p { margin: 12px; padding: 10px; }
.headline .btn { background-color: var(--primary-reserve-color); color: var(--second-reserve-color);  }
.headline .btn:hover { background-color: var(--second-reserve-color); color: #fff;  }

h1 { font-family: var(--font-header); font-weight: bold; text-transform: uppercase; padding: 15px; background-color: var(--primary-reserve-color); color: #fff; }
h2 { font-family: var(--font-header); font-weight: bold; text-transform: uppercase; color: var(--primary-reserve-color); }
h3 { font-family: var(--font-header); font-weight: bold; text-transform: uppercase; padding: 20px; background-color: var(--primary-reserve-color); color: #fff; max-width: 80%; }
h4 { font-family: var(--font-header); font-weight: bold; text-transform: uppercase; color: var(--primary-reserve-color); }

.navbar-brand img { height: 32px; }

.card-header {	background-color: var(--primary-reserve-color); color: #fff; font-weight: bold; 
		text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.card { margin-top: 15px; }
.card-body {padding: 0; }
.card-title {padding-left: 5px; }

.sqno 
{ 
--notchSize: 25px;
position: relative; padding-left: 15px; padding-top: 2px; padding-bottom: 2px;
background-color: var(--primary-first-color); top: -40px; width: 60%; 
font-weight: bold;
color: white; 
clip-path: 
            polygon(
                calc(100% - var(--notchSize)) 0,
                100% var(--notchSize), 100% 100%,
                0 100%,
                0 0
            )
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: var(--alt-green);
}
tr#highlight { background-color: var(--primary-reserve-color); color: var(--second-reserve-color); font-weight: bold; }

/* match center */

#tbl-lineup { width: 100%; font-family: var(--font-header); text-transform: uppercase; letter-spacing: 0.2em; }
#tbl-lineup tr { height: 36px; }

.shirt-home-icon 
{
	font-family: var(--font-header);
	//width: 30px; 
	//height: 30px; 
	text-align: center; 
	font-weight: bold; 
	color: var(--primary-first-color); 
	//background-color: #cdaa7d; 
	//border-radius: 15px; 
	float: left;
}
	
.shirt-away-icon 
{
	font-family: var(--font-header);
	//width:30px; 
	//height: 30px; 
	text-align: center; 
	font-weight: bold; 
	color: var(--primary-reserve-color); 
	//background-color: var(--primary-reserve-color);
	//border-radius: 15px; 
	float: left;
}

/* font awesome icon colours */
.fa-red { color: red; }
.fa-yellow {color: #ffd100; }
.fa-green { color: #009900; }
.fa-grey { color: #dedede; }
.fa-orange { color: #f99905; }
.fa-purple { color: #ae00ff; }
.fa-blue { color: #0066ff; } 

/* fixture page */
.fixture-holder
{
  width: 90%;
  box-sizing: border-box;
  padding: 15px 17px;
  background: #fff;
  margin: 15px auto;
  border: 1px;
}

.fixture-header
{
  background: var(--alt-green);
  width: 100%;
  box-sizing: border-box;
  padding: 15px 17px; /* top bottom / left right */
  overflow: hidden;
}

.fixture-ground
{
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  width: 38%;
}

.fixture-date
{
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
  float: right;
  /* width: 35%; */
}

.fixture-competition
{
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  text-align: center;
  width: 24%;
}

.fixture-body
{
  font-size: 1.2em;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 15px 17px;
  text-align: center;
  width: 100%;
}

.fixture-team-name
{
  width: 42%;
  float: left;
}

.fixture-team-name img, .small-club-badge { height: 50px; }

.fixture-tn-home { text-align: right; }
.fixture-tn-away { text-align: left; }

.fixture-result
{
  box-sizing: border-box;
  width: 16%;
  float: left;
  text-align: center;
}

.fixture-footer
{
  display: inline-block;
  text-align: right;
  width: 100%;
}

.fixture-detail-link
{
  font-size: 1.0em;
  text-align: right;
  max-height: 999px;
}

iframe.map, iframe.embed  { border:0; width: 100%; }
iframe.embed {height: 70vh; }

/* player details styles */
.scroller {height: 100vh; overflow: scroll; }
.odo-left {display: inline-block; }

/* policy styles */
#policy h4, #policy ul { width: 92%; margin-left: 6%; }

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: var(--primary-reserve-color); 
  background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(/2019/img/legends.jpg);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 40px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  margin-left: 25px;
  margin-right: 25px;
}

.sidenav a:hover {
  background-color: var(--alt-green); /* When you mouse over the navigation links, change their color */
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: var(--primary-reserve-color);
}

.sidenav .closebtn:hover { background-color: transparent;  }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}