
@font-face {
    font-family: "LeagueGothicRegular";
    src: url('LeagueGothic-Regular.otf');
}

h2{
	font: 3.5em "LeagueGothicRegular",sans-serif;
}

.imgtitle{
	float: left;
	margin-right: 10px;
}

.textitle{
	position: absolute;
	margin-left: 13%;
	width:100%;
}

html{
	background-image: url("https://images.unsplash.com/photo-1508231765772-136ff234bd39?ixlib=rb-0.3.5&amp;q=80&amp;fm=jpg&amp;crop=entropy&amp;cs=tinysrgb&amp;w=1080&amp;fit=max&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;s=4c6684680f8fb0c1cd07ddb45b907072");
	background-size: 100% ;
	background-attachment: fixed;
	background-position: center;
}

body{
	background-color: rgba(0, 0, 0, 0);
}

.header{
	background-color: #05589C;
	padding: 0!important;
	color : white;
	padding-bottom: 50px!important;

}

.master{
	background-color: rgba(255, 255, 255, 0.9);
}

.navigation{
	text-align: right;
}

a{
	text-decoration: underline;
}

.sectiontitle{
	font: 1.7em "LeagueGothicRegular",sans-serif;
	text-transform: uppercase;
	color: #004480;
	margin-bottom: 0.5em;
}

.agenda{
	margin-left: 30px;
}

.sponsors{
	text-align: center;
	border: 4px solid #E5E6E7;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
}

.sponsorstitle{
	border-bottom: 1px solid grey;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.agendatitle{
	font-weight: bold;
}

.footer{
	border-top: 1px solid grey;
	margin: 10px 0;
	padding: 10px 0;
}

.img-responsive {
  margin: 0 auto;
}

@media (min-width: 768px) {
  h2{
    font: 2.5em "LeagueGothicRegular",sans-serif;
  }

  .sectiontitle{
    font: 1.3em "LeagueGothicRegular",sans-serif;
  }
}
