@charset "UTF-8";
/* CSS Document */

/* FONTS */
@font-face {
	font-family: 'getvoip_grotesqueregular';
	src: url('../fonts/getvoip_grotesque-webfont.woff2') format('woff2'),
		 url('../fonts/getvoip_grotesque-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.pt-sans-narrow-regular {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt-sans-narrow-bold {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

h3 {
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5rem;
	letter-spacing: 2px;
}

h4 {
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
}
.white-text {
	color: #fff!important;
}

.sfp-title {
	padding: 40px 0px 30px;
	font-size: 24px;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5rem;
	letter-spacing: 2px;
}

/* MAIN */

body {
	margin: 0;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.background-white {
	background-image: url("img/002_background_1788x1006px.png");
	/*image is semi transparent so background shows through*/
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
}	
.background-pitch {
	background-image: url("../img/stadium-pitch.jpeg");
	background-position: center center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #0A0B60;
}	
/* MAIN SITE */	
	.container-site {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		margin:auto;
		padding: 10px;
		max-width: 980px;
		background-color: none;
	}
	
@media only screen and (max-width: 768px) {
	#coming-soon-block h1 {
	  font-size: 32px;
	}
	.coming-soon {
	  font-size: 14px;
	}
	#coming-soon-block {
		margin: 40px 20px 150px 20px;
	}
	}

/* block-title */
.container-title {
    display: flex;
	max-width: 970px;
    align-items: center;
    color: #f0e8e3;
    background-color: #0D3BFF;
    padding: 5px;
    border-radius: 10px;
    margin: 20px 0px;
	}
.flex-title:first-child {
    flex: 1;
	font-family: "PT Sans", sans-serif;
    text-align: left;
    padding-left: 25px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
	}
.flex-date {
    margin-right: 20px;
	font-family: Courier New;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	padding-left: 25px;
	color: #f0e8e3; 
	font-size: 14px;
} 	

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.container-title {
    border-radius: 4px;
    margin: 0px 0px;
	}
.flex-title:first-child {
    font-size: 12px;
    padding-left: 15px;
	}
.flex-child:first-child {
    padding-left: 25px;
    font-size: 12px;
	}
.flex-child {
	padding-left: 5px;
	font-size: 9px;
	} 	
.flex-date {
	font-size: 10px;
} 	
}

	
	
/* COMING SOON HEADER */
	#coming-soon-block {
		padding: 50px;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		text-align: center;
		margin:auto;
		max-width: 600px;
		background-color: #0A0B60;
		opacity: 0.8;
		margin: 40px 20px 100px 20px;
	}
	#coming-soon-block h1 {
	  font-family: "PT Sans", sans-serif;
	  color: #fff;
	  text-transform: uppercase;
	  font-size: 48px;
	}
	.coming-soon {
	  display: flex;
		flex-direction: column;
		align-content: center;
	  font-family: "PT Sans", sans-serif;
	  color: #fff;
	  text-transform: uppercase;
	  font-size: 18px;
	  letter-spacing: 2px;
	}
/* accordion title bars */
	.accordion-background {
		padding-left: 10px;
		background-color: #9190B840;
	}
	.uk-accordion-title {
		padding: 20px 0px;
	  text-transform: uppercase;
	}
	.uk-accordion-content {
		background-color: #fff;
		padding: 25px;
	}

