/*** TYPOGRAPHY ***/

@font-face {
    font-family: 'lemon_milk_pro_ftrbold_italic';
    src: url('../fonts/lemon_milk_pro_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrbold';
    src: url('../fonts/lemon_milk_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrMdIt';
    src: url('../fonts/lemon_milk_pro_medium_italic-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrmedium';
    src: url('../fonts/lemon_milk_pro_medium-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrRgIt';
    src: url('../fonts/lemon_milk_pro_regular_italic-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrregular';
    src: url('../fonts/lemon_milk_pro_regular-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrultraLtIt';
    src: url('../fonts/lemon_milk_pro_ultra_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_ultra_light_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milk_pro_ftrultralight';
    src: url('../fonts/lemon_milk_pro_ultra_light-webfont.woff2') format('woff2'),
         url('../fonts/lemon_milk_pro_ultra_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/** MEDIA QUERY **/
    
@media (min-width: 768px) {
	
	.footer_nav {
		display:block;
	}
}


/** GLOBAL **/

html {
  scroll-behavior: smooth;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

body {
	background: rgba(234,227,219,0.3);
	font-family: 'Lato', sans-serif;
	font-weight: 300;	
	color:rgba(32,35,40,1);
	font-size:18px;
}

h2 {
    font-family: 'lemon_milk_pro_ftrmedium';
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 30px;	
}

h2 {
    font-family: 'lemon_milk_pro_ftrmedium';
    letter-spacing: 1px;	
}

img {
	width: 100%;
	height: auto;
}

/** BUTTONS **/

.btn {
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
    color: rgba(165,158,137,1);
    background-color: #ffffff;
    text-transform: uppercase;
    border: 1px solid rgba(165,158,137,1);
    border-radius: 22px;
    padding: 16px 30px 14px 30px;
    transition: all ease 0.5s;    	
}

.btn:hover {
    background-color: rgba(165,158,137,1);
    color: #ffffff;
    transition: all ease 0.5s;
}

.btn_light {
	text-transform: uppercase;
	border:none;
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,0.8);
    transition: all ease 0.5s;
}

.btn_light:hover {
	border:none;	
	color: rgba(255,255,255,1);
    background-color: rgba(165,158,137,1);
    transition: all ease 0.5s;   		
}

.btn_small {
	color: rgba(0,0,0,1);	
	margin-top: -3px;
	font-size: 14px;
	line-height: 14px;
    padding: 6px 12px 4px 12px; 		
    border-radius: 14px;
}

.brand {
	text-align: center;
	padding: 80px;
}    

.brand img {
	max-width: 250px;
	margin: 0 auto;
}

section {
	text-align: center;	
}

section .container {
	max-width: 100%;
	padding: 70px 30px;	
}

@media (min-width: 992px) {
	section .container {
		max-width: 1000px;
		margin: 0 auto;
	}
}

section.intro {
	position: relative;
	background-image: url('../images/Header_Background.jpg');
	background-position: center center;
	background-size: cover;
}  

section.intro .blur {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(32,35,40,0.7), rgba(32,35,40,0.3) );	
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

section.intro .intro_content {
	position: relative;
	z-index: 2;	
	color: #ffffff;
}

.intro_content h1 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 30px;
	text-shadow: 0 0 10px #000000;
}

.spacer {
	display:none;
}

@media (min-width: 992px) {
	.intro_content h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.intro_content h1 br {
		display:none;
	}
	
	.spacer {
		display:inline-block;
		padding: 0 30px;
	    font-family: 'lemon_milk_pro_ftrultralight';	
	}	
}

.intro_content p {
	margin: 0 auto;
	max-width: 950px;
	font-size: 24px;
	padding-bottom: 20px;
	text-shadow: 0 0 5px #000000;	
}

p.lead {
	margin: 0 auto;	
	max-width: 850px;	
	font-size: 24px;
	padding-bottom: 50px;	
}

.partner_item {
	width: 100%;
	margin: 0 2%;
	padding-bottom: 30px;
	border-top: 1px dotted #929747;
}

.partner_item img {
	max-width: 250px;
	margin: 0 auto;
} 

@media (min-width: 768px) {
	.partner_item {	
		width: 40%;
		min-height: 450px;
		margin: 0 5%;
		display:block;
		float:left;
	}
	
	.partner_item img {
		max-width: 200px;
	} 	
}

@media (min-width: 1400px) {
	
	section.partners .container {
		max-width: 96%;
	}
	
	.partner_item {	
		width: 20%;
		min-height: 500px;
		margin: 0 2.5%;
		display:block;
		float:left;
	}	
}



.partner_item h3 {
	color: #929747;
} 


section.accreditations {
	background-image: linear-gradient(0deg, rgba(146,151,71,0.9), rgba(146,151,71,0.8) );
	color: rgba(234,227,219,1);	
}

section.accreditations img {
	max-width: 200px;
	margin: 0 auto;
}

.fg_logo {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 70px 0;
}

#jtg-40 {
	margin-bottom: 70px;
} 

hr {
	margin: 70px 0;
}

.ja_logo {
	max-width: 250px;
	margin: 0 auto;	
}

footer {
	text-align: center;
	padding: 70px;
	background-image: linear-gradient(0deg, rgba(32,35,40,0.9), rgba(32,35,40,0.7) );
	color: rgba(234,227,219,1);			
}

footer a {
	color: rgba(234,227,219,0.6);
	text-decoration: none;		
}

footer a:hover {
	color: rgba(234,227,219,1);
	text-decoration: underline;		
}

.gform_wrapper {
	margin-top: 50px;
}

.gform_wrapper .gfield_required {
	color: rgba(146,151,71,1) !important;
	margin-left: 4px;
}

.gform_footer {
	text-align: center;
}

.gform_footer input[type=submit] {
    font-family: 'lemon_milk_pro_ftrmedium';	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 18px;
    color: rgba(234,227,219,1);
    background-color: rgba(146,151,71,1);
    text-transform: uppercase;
    border: 2px solid rgba(146,151,71,1);
    border-radius: 0px;
    padding: 16px 50px 14px 50px;
    transition: all ease 0.5s;
    line-height: 1 !important;   
}

.gform_footer input[type=submit]:hover {
    background-color: rgba(234,227,219,0);
    border: 2px solid rgba(146,151,71,1);
    color: rgba(32,35,40,1);
    transition: all ease 0.5s;
}

.page_content h2 {
	padding-top: 70px;
}