@font-face {
    font-family: 'LS Display';
    src: url("https://storage.googleapis.com/its-web-storage/fonts/LSDisplay/LSDisplay-Variable.woff2") format("woff2 supports variations"),
    url("https://storage.googleapis.com/its-web-storage/fonts/LSDisplay/LSDisplay-Variable.woff2") format("woff2-variations");
    font-weight: 100 1000;
}

@font-face {
  font-family: 'Livesport Finder Latin Regular';
  src: url("https://storage.googleapis.com/its-web-storage/fonts/LivesportFinder/LivesportFinderLatin-Regular.woff2");
}

@font-face {
  font-family: 'Livesport Finder Latin Bold';
  src: url("https://storage.googleapis.com/its-web-storage/fonts/LivesportFinder/LivesportFinderLatin-Bold.woff2");
}

body{
  background-image: url("https://storage.googleapis.com/its-web-storage/court-accent-green.svg");
  font-family: 'Livesport Finder Latin Regular', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.masthead-container{
	  background-color: #FFFFFF;
  padding: 50px;
}

.masthead {
	  background-color: #FFFFFF;
  padding-top: 20px!important;
  margin-bottom: 0!important;
}

.container{
	  background-color: #FFFFFF;
  padding: 50px;
}

p{
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  font-family: "LS Display", Arial, sans-serif;
  padding-top: 40px;
  font-size: 2.56rem;
}

h3 {
  color: #BC002C;
  font-family: 'LS Display', sans-serif;
  letter-spacing: 3px;
  font-size: 3.56rem;
  font-weight: 600;
  line-height: 4.2rem;
  
  a{
    font-family: 'LS Display', sans-serif;
  }
}

h4{
  font-family: 'LS Display', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

var{
  font-family: 'Livesport Finder Latin Regular', Arial, sans-serif;
}

a{
  font-family: 'Livesport Finder Latin Regular', Arial, sans-serif!important;
}


.font-regular{
  font-family: 'Livesport Finder Latin Regular', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.font-large{
  font-family: 'Livesport Finder Latin Bold', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
.font-largest{
  font-family: 'Livesport Finder Latin Bold', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;

}

.updates-dropdown-container {
  border: none;
  clip-path: polygon(0 10px,10px 0, calc(100% - 10px) 0, 100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  color
}

.show-updates-dropdown{
				   display: none!important;
}

.images-container{
  width: 100vw;
}
.row>.span3{
  width: 22.4999999%;
}
.footer{
	  	background-color: #002823;
  color: #FFFFFF;
  height: 200px;
  width: 100vw;
 
}
.footer p{  
  padding-top: 50px;
  padding-left: 50px;
  margin: 0 auto;
  max-width: 850px;
  width: 90%;

}