html,
body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size:18px;
}

@font-face {
  font-family: 'Tungsten';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/561f38b1f4570de0fb8a39d691ab058c.woff2') format('woff2'),
  url('/fonts/561f38b1f4570de0fb8a39d691ab058c.woff') format('woff'),
  url('/fonts/561f38b1f4570de0fb8a39d691ab058c.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1{
	font-size: 1.75em;
    font-weight: 600;
    text-transform: uppercase;
	color:#07282c;
}

h2{
	font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
	color:#07282c;
}

p {
	font-size: 18px;
	font-family: "Muli", sans-serif;
	color: #07282c;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


.headNav {
	background-color:#7c14be;
	padding: 10px;
}

a.nav-link{
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'Tungsten';
	font-size: 30px;
	line-height: 1em;
}

.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler{
	margin-top: 7px;
}

.navbar-toggler .navbar-toggler-icon {
    transition: transform 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transform: rotate(90deg);
}


a.nav-link:hover,a.nav-link:active, a.nav-link:focus{
	color:#f4f410;
}

img.headerLogo{
		max-width:75px;
}

.headerVideo video{
	width:100%;
	max-width:100%;
}

.expTile{
	background-color:#f5f2eb;
	border-radius: 5px;
	padding-bottom:50px;
	position:relative;
}

.expTile p{
	padding:0px 15px 0px 15px;
}

.expTile img{
	border-radius: 5px 5px 0px 0px;
}

.expTileButton{
	text-align: center;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.expTileButton a{
	background-color: #344f56;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 16px;
	text-decoraction:none;
	font-weight:bold;
	font-family: "Oswald", sans-serif;
	display:inline-block;
	border-radius: 5px;
}

.footer{
	background-image: url('/img/footer-bg.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#f4f410;
}

.copyright{
	font-size:.75em;
	color: #7c14be;
}

.socialIcons a{
	color:#7c14be;
	margin:0px 3px 0px 3px;
	font-size: 1.25em;
}

@media (max-width: 992px) {
	.navbar-nav{
		padding-bottom: 15px;
		padding-top: 15px;
	}		
}