
body{
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #000;
  background-color: #000;
}

#title{
  background-color: #000;
  padding-top: 1rem;


}

.container-fluid{
  padding: 3% 15% 7%;
}

h1{
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #000;
}

h2{
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #000;
}

h3{
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

p{
  color: #000;
  font-weight: lighter;
}

.navbar-brand{
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5
}

.nav-item{
  padding: 0 1rem 0 1rem;
}

.navbar{
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 1.2rem;
  padding: 0 0 1rem;
}

.nav-link {color: #fff !important;}
.nav-link:hover {color: #f00 !important;}


.title-image{
  height: 180px;
  display: block;
    margin-left: auto;
    margin-right: auto;
  position:relative;
}



@media only screen and (max-width: 1600px) {
    .title-image {
        height:200px;
    }
}

@media handheld, only screen and (max-width: 940px) {
    .title-image {
        height:70px;
        align-items: center;
    }
}

@media only screen and (max-width: 1600px) {
    .map {
        height:450px;
        width:600px;
    }
}

@media handheld, only screen and (max-width: 940px) {
    .map {
        height:250px;
        width:250px;
        align-items: center;
    }
}


.tournament-image{
  height:auto;
  width:80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:relative;
}

.mugshot-body{
  text-align: left;
  padding: 0% 0% 1% 30%;
  height:auto;
  background-color: #dedede;
}

.card-body{
  text-align: center;
  padding: 3% 20% 3%;
  background-color: #dedede;
}

.card-text{
  color: #000;
}

.card-title{
  color: #f00;
}

.sosai-title{
  color: #000;
}

.map{

}

.alert{
    color: Red;
}

.footer {
  position: fixed;
  padding-top: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: #fff;
  text-align: center;
}

.card-title {
	
}
