/****** Color Pallet

Blue:  #37c6f3;
Purple:  #3d134c;

font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

/***** Generic Items *****/

*{
	margin: 0;
	padding: 0;
}

html{
	scroll-behavior: smooth;
}

body{
	min-height: 100vh;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: circle;
}

li{
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
}

p,a,li{
	font-family: "Open Sans", sans-serif;
}

a{
	text-decoration: none;
	color: #2f344e;
	font-size: 1.1em;
}

a:hover{
	color: #525981;
}

button{	
	border: 0;
	background: transparent;
}

.container{
	width: 1500px;
}

.txt-center,
.text-center{
	text-align: center;
}

.txt-left,
.text-left{
	text-align: left;
}

.txt-right,
.text-right{
	text-align: right;
}

.float-left{
	float:left;
}

.float-right{
	float: right;
}

.transition{
	transition: all 0.3s ease;
}

@-webkit-keyframes zoom {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/***** Page General *****/

#page{
	min-height: 100vh;
	margin-top: 68px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#page h1{
	text-align: center;
}

.page-section img{
	max-width: 100%;
	height: auto;
}

.btn-lg{
	font-size: .8em !important;
	text-transform: uppercase;
	padding: 17px 35px !important;
}

.btn-xl{
	font-size: 2em !important;
	text-transform: uppercase;
	padding: 10px 40px !important;
}

.btn-red{
	background: #f00000 !important;
	color: #fff !important;
	border: 3px solid #c81414 !important;
}

.btn-red:hover{
	background: #000 !important;
	border: 3px solid #000 !important;
}

.btn-reg{
	color: #2f344e;
	font-weight: bold;
	border: 3px solid #2f344e;
	border-radius: 3px;
	padding: 5px 10px;
	transition: all .3s ease;
}

.btn-reg:hover{
	background: #2f344e;
	color: #9adbdf;
}

.no-margin{
	margin: 0;
}

/***** Overrides *****/

.nf-form-fields-required{
	display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: rgba(1, 127, 1, .15);
}

/***** Header *****/

.mobile{
	display: none;
}

.main-nav{
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
	top: 0;
}

.main-nav a{
	color: #1d428a;
}

.main-nav a:hover{
	color: #9adbdf;
}

.main-nav a.logo-long img{
	height: 75px;
}

.logo-long,
.nav-items{
	margin: 22px;
}

.desktop{
	display: flex;
	align-items: center;
}

.desktop .nav-items ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
}

.desktop .nav-items ul li{
	margin: 0;
}

.desktop .nav-items ul li a{
	text-transform: uppercase;
	color: #1d428a;
	margin: 0;
	padding: 7px 15px;
	transition: all .3s ease;
}

.desktop .nav-items ul li a:hover{
	color: #9db8ed;
}

/***** Home *****/

#team{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.player{
	flex: 0 0 12.5%;
	padding: 11px;
}

.player-content{
	background: #0038A8;
	padding: 11px;
}

.player h2,
.player p{
	text-align: center;
	color: #fff;
	line-height: 1em;
}

.player h2{
	font-size: 1.5em;
	text-transform: uppercase;
}

.player p{
	font-size: 3em;
	font-weight: 700;
	text-shadow: 3px 3px #000;
}

/***** Footer *****/

#footer{
	overflow: hidden;
	color: #1d428a;
	background: #f0f6e8;
	width: 100%;
	font-size: 15px !important;
	padding-bottom: 22px;
}

#footer a{
	color: #1d428a;
	text-decoration: none;
	transition: all .3s ease;
}

#footer p{
	line-height: 2em;
	margin: 0;
}

#footer a:hover{
	color: #a0913f;
}

/***** Responsive *****/


@media (max-width: 1499px){

	.home-sections{
		display: block;
	}

	.section-image,
	.section-content{
		flex: 0 0 100%;
	}

	.section-content{
			padding: 22px;
	}

}

@media (max-width: 1199px){

	.about-item{
		padding: 30px 0;
	}

	.scroll.on .menu-static .logo img{
		max-width: 130px;
	}

	.desktop-header .menu-item a{
		padding: 17px 10px 5px 10px;
	}

	.desktop-menu ul li{
		margin-right: 5px;
	}

}

@media (max-width: 991px){

	.about-item{
		padding: 10px 0;
	}

	.about-item h2{
		font-size: 1.2em !important;
	}

	.scroll.on .menu-static .logo img{
		max-width: 130px;
	}

	.container{
		width: 100%;
		max-width: none;
	}

	.carousel-control-prev,
	.carousel-control-next{
		display: none;
	}

	.desktop-menu ul li{
		margin-right: 0px;
		font-size: 0.75em;
	}
	.contact-details, .contact-form{
		flex: 0 0 100%;
	}

}

@media (max-width: 768px){

	.main-nav{
		display: block;
		padding: 11px;
	}

	.logo-long,
	.desktop{
		width: 100%;
		display: block;
		text-align: center;
	}

	.nav-items{
		text-align: center;
		display: flex;
		justify-content: center;
		margin: 11px 0 0 0;
	}

	.home-sections{
		display: block;
	}

	#flavors .flavor{
		flex: 0 0 50%;
	}

	.ice-cream-item{
		flex: 0 0 50%;
		padding: 0 11px;
	}

	.snack-item{
		flex: 0 0 50%;
	}

	.section-image,
	.section-content{
		width: 100%;
	}


	.section-content{
		padding: 30px 0;
	}

	.footer-content{
		justify-content: center;
		margin: 60px 22px;
	}

	.footer-section{
		flex: 0 0 50%;
	}

	.copyright,
	.design-by{
		width: 100%;
		text-align: center;
	}

}

@media (max-width: 575px){

	.ice-menu-item{
		width: 100%;
	}

	.footer-contact-info .contact_item{
		text-align: center;
	}

	.page-content{
		margin-top: 0;
	}

	#flavors .flavor{
		flex: 0 0 100%;
	}

}