html body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}


p {
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.7em;
	   color: #0E070E;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.8em;
	 margin-top: 0px;
	 margin-bottom: 1.5em;
	color: #01183A;
	font-weight: 600;
	text-align: center;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	 margin-bottom: 0.5em;
	color: #00183A;
	font-weight: 300;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

a {
	color: inherit;
}


.navbar {
	height: 75px;
	padding-top: 10px;
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	z-index:1000;
}

.navbar-nav li a {
		color: #01183A !important;
		font-weight: 400;
}

.navbar-brand {
	display: inline-block;
	padding: 0px;
	font-weight: 600;
}

.navbar-brand.second {
	font-size: 1em;
	padding: 20px 15px;
	color: #01183A !important;
}
.navbar-nav li a {
	padding: 22px 25px;
}

.navbar-nav .active a {
	background-color: #fff !important;
	font-weight: bold;
}

.navbar-toggle {
	margin-top: 13px;
	border: none;
}

.navbar-toggle .icon-bar {
	width: 28px;
	height: 3px;
	margin-bottom: 5px;
	color: #00183A;
	background-color: #00183A !important;
}

.navbar-toggle:hover {
	background-color: white !important;
	border: none;
}

.navbar-collapse {
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-left: -15px;
	margin-right: -15px;
	height: 100vh;
	text-align: center;
}

.navbar-collapse.in {

}

.navbar-collapse.in li a {

}

.navbar-collapse.in ul .dropdown-menu {
	text-align: center;
	background-color: #F0F2F2;

}

.navbar-collapse.in .dropdown-menu li a {
	padding: 25px;
}

.bg-primary {
	background-color: #071A35;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>th {
	padding: 15px;
}



.logo {
	width: 84px;
	height: 106px;
}


.container {
	max-width: 1065px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
	background-color: #fff;
	z-index: 1000;
}


.divider {
	width: 100%;
	height: 15px;
	position: absolute;
	 left: 0;
	 right: 0;
}

.wrapper {
	max-width: 1065px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.padding {
	padding-bottom: 90px;
}

.right {
	position: fixed;
	top: 15px;
	right: 15px;
	height: 100%;
}



.section {
	padding-top: 2em;
	padding-bottom: 2em;
}

.section p {
	padding-bottom: 30px;
}

.main {
	background-image: url("../img/bkg.jpg");
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	text-align:center;
	padding: 15px;
	padding-top:30px;
	padding-bottom: 30px;
}

.container-fluid .jumbotron {
	padding: 0;
}

.no-pad {
	padding: 0 !important;
	margin: 0 !important;
}

.jumbotron {
	width: 100%;
	max-height: 600px;
	padding: 0;
	margin:0;
	overflow: hidden;
	display: flex;
  justify-content: center;
	align-items: center;
}

.jumbotron img {
 width: 100%;
 height: 100%;
}

.jumbotron video {
 width: 100%;
 height: 100%;
}

.squares {
	padding-bottom: 30px;
}
.squares img {
	width: 100%;

}

.learn-more {
	min-height: 800px;
	background-color: #01183A;
  position: relative;
	 background-image: url("../img/londoncro2.jpg");
	 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.parent {
	width: 100%;
	min-height: 800px;
	position: relative;
}

.enter {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	text-align: center;
	left:50%;
	color: white;
}

.enter p {
	color: white;
	font-size: 1.2em;
		padding-left: 30px;
	padding-right: 30px;
}

.enter a {
	color: #01183A;
	font-weight: 600;
	text-decoration: none;
}

.enter img {
	width: 221px;
	padding-top: 0px;
	margin-bottom: 30px;
}

.enter button {
	width: 216px;
	height: 53px;
	border-radius: 7px;
	border: none;
	background-color: #fff;
}

.enter button:hover {
	background-color: #DDB783;
}

 .google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio
        height: 0;
        max-height: 519px;
        overflow: hidden;
        z-index: -1;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .sponsors {
    	text-align: center;
    }



.sponsors img {
	width: 100%;
	box-shadow: 0;

}

.container-fluid.follow {
	position: relative;
	 background-image: url("../img/london-croatia-party.jpg");
	 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
	text-align: center;
	padding-top: 5em;
	padding-bottom: 8em;
}

.follow h1 {
	color: #fff;
	text-align: center;
}

.follow h2 {
	color: #DDB783;
	font-size: 3em;
	font-weight: 600;
}

.follow img {
	margin-bottom: 1em;
	max-height: 89px;
}

.follow button {
	width: 216px;
	height: 53px;
	border-radius: 7px;
	border: none;
	background-color: #fff;
	margin-bottom: 6em;
}

.follow button:hover {
	background-color: #DDB783;
}

.footer {
	position: relative;
	padding-top: 4em;
	padding-bottom: 150px;
	background-color: #fff;
	color: white;
	border-top: 1px solid #d6d6d6;
}

.footer h1 {
	text-align: left;
}


.footer .button {
	width: 150px;
	height: 43px;
	border-radius: 7px;
	border: none;
	background-color: #00173B;
	color: #fff;
}

.footer .button:hover {
	background-color: #DDB783;
	color: #00173B;
}

.copy {
	position: absolute;
	bottom: 0;
	width: 100%;
	left:0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #00183A;
}

.copy p {
	font-size: 0.8em !important;
	color: #fff !important;
}

.footer img {
	margin-left: auto;
	margin-right: auto;
}

.footer h1 {
	letter-spacing: 1px;
	font-size: 20px;
	margin-bottom: 15px;
}

.footer p {
	color: #0E070E;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 300;
}

.footer ul {
	list-style: none;
	font-size: 1em;
	color: #0E070E;
	padding-left: 0px;
	line-height: 30px;
	font-weight: 300;
}

.footer ul a:hover {
	color: #DEB67F;
}

.footer .connect .fa {
	margin-right: 20px;
	line-height: 30px;
	color: #01183A;
}

.footer .fa {
	margin-right: 5px;
	color: #A8A9A9;

}

.footer input {
	background-color: #F1F1F2;
	border-radius: 7px;
	border: none;
	width: 220px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 16px;
}

.ontario-soccer-image {
	width: 200px;
}

.champions {
	background-color: #00183A;
	color: white;
	padding-top: 30px;
	padding-bottom: 90px;
}

.wrapper .champs {
	padding-left: 0;
	padding-right: 0;
}

.champs h1 {
	color: #DCB686;
	text-align: center;
	margin-bottom: 60px;
}

.champs h2 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #DCB686;
}

.champions b {
	color: #E4E4E4;
	font-size: 16px;
}

.section img {
	width: 100%;
}

.figure {
	margin-top: 15px;
	margin-bottom: 15px;
}
.figure-caption {
	margin-top: 15px;
}

.historic img {
	box-shadow: none;
}

.champs img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 3em;
}

.champs p {
	color: white;
	font-size: 1.3em;
	line-height: 1.6em;
}

.squares img {
	border-radius: 20px;
}





@media only screen and (max-width : 767px) {
	p {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6em;
	color: color: #0E070E;
}

h1 {
	font-size: 2.1em;
	 margin-bottom: 2em;
	color: #00183A;
	font-weight: bold;
}


	.section {
		padding-top: 2em;
	}

	.padding {
		padding-bottom: 30px;
	}

  .footer {
		padding-top: 2em;
	}

	.footer p {
	color: #0E070E;;
	font-size: 1.3em;
	font-weight: 400;
}

.footer ul {
	list-style: none;
	font-size: 1.3em;
	color: #0E070E;
	padding-left: 0px;
	line-height: 30px;
	font-weight: 400;
}

.footer h1 {
	margin-top:45px;
}


}

@media only screen and (max-width : 480px) {
	h1 {
	 font-size: 1.8em;
		margin-bottom: 1.2em;
	 color: #00183A;
	 font-weight: bold;
	}

	h2 {
		font-size: 1.5em;
	}

	.jumbotron {
		width: 100%;
		max-height: auto;
		padding: 0;
		margin:0;
		overflow: hidden;
		display: flex;
	  justify-content: center;
		align-items: center;
	}

	.jumbotron img {
	 width: 100%;
	 height: 100%;
	}

	.jumbotron video {
		height: 100%;
		max-height: 500px;
		width: auto;
	}


	.section {
		padding-top: 2em;
	}

	.navbar-brand.second {
		font-size: 0.8em;
		padding: 23px 10px;
		color: #01183A !important;

	}

	.footer {
		padding-top: 2em;
	}



}

@media only screen and (max-width : 375px) {

	.navbar-brand.second {
		font-size: 0.8em;
		padding: 23px 10px;
		color: #01183A !important;
	}

}

@media only screen and (max-width : 320px) {

	.navbar-brand.second {
		display: none;
	}

}

@media (max-width: 1024px) {

	 .footer h1 {
		 margin-top: 2em;
	 }
	     .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
