/* FONT FACE
   ========================================================================== */


@font-face {
	font-family: 'RobotoSlab';
	src: url('../_fonts/RobotoSlab-Light.ttf') format('truetype'), url('../_fonts/RobotoSlab-Light.woff') format('woff');
	font-weight: 300;
	font-style: lighter;
}

@font-face {
	font-family: 'RobotoSlab';
	src: url('../_fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../_fonts/RobotoSlab-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoSlab';
	src: url('../_fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../_fonts/RobotoSlab-Bold.woff') format('woff');
	font-weight: 700;
	font-style: bold;
}

@font-face {
	font-family: 'DINOT';
	src: url('../_fonts/DINOT-Light.ttf') format('truetype'), url('../_fonts/DINOT-Light.woff') format('woff');
	font-weight: 300;
	font-style: lighter;
}

@font-face {
	font-family: 'DINOT';
	src: url('../_fonts/DINOT-Regular.ttf') format('truetype'), url('../_fonts/DINOT-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DINOT';
	src: url('../_fonts/DINOT-Bold.ttf') format('truetype'), url('../_fonts/DINOT-Bold.woff') format('woff');
	font-weight: 700;
	font-style: bold;
}

/* GLOBAL STYLES
   ========================================================================== */

a {
	color: #00B3EA; 
	text-decoration: none;
}

a:visited {
	color: #00B3EA; 
	text-decoration: none;
}

a:hover {
	color: #038BD4; 
	text-decoration: none;
}

.text-bold {
	font-weight: 700;
	font-style: bold;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-gray {
	color: #cccccc; 
}

.shadow {
	text-shadow: 0px 0px 2px rgba(0,0,0, 0.5);
}

/* MAIN CONTENT
   ========================================================================== */

.section-title-text {
	font-family: 'DINOT', Helvetica, Arial, Sans-Serif, Georgia, serif;
	/* font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif; */
    font-style: bold;
    font-weight: 700;
    color: #333333;

    text-align: center;
    text-transform: uppercase;
}

.section-subtitle-text {
	font-family: 'DINOT', Helvetica, Arial, Sans-Serif, Georgia, serif;
	/* font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif; */
    font-style: bold;
    font-weight: 700;
    color: #333333;

    text-align: center;
}

.text-h1 {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    color: #666666;
}
	
.text-large {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    color: #333333;
}
	
.text-medium {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    color: #4d4d4d;
}

.text-small {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    color: #4d4d4d;
}

.section-title .text-small {
	text-align: center;
}

.text-extra-small {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    color: #666666;
}

/* FOOTER
   ========================================================================== */

.footer-text {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: lighter;
    font-weight: 300;
    text-transform: none;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.footer-text a {
	color: #333333; 
}

.footer-text a:visited {
	color: #333333; 
}

.footer-text a:hover {
	color: #038BD4; 
	/*
	background: rgba(0,0,0,.8);
	*/
}

/* SPECIAL STYLES
   ========================================================================== */

.text-bold-uppercase {
	font-family: 'DINOT', Helvetica, Arial, Sans-Serif, Georgia, serif;
	font-style: bold;
	font-weight: 700;
	text-transform: uppercase;
}

.banner-text-h1 {
	font-family: 'DINOT', Helvetica, Arial, Sans-Serif, Georgia, serif;
	/* font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif; */
	font-style: bold;
	font-weight: 700;
	color: #ffffff;

	text-align: left;
	text-transform: uppercase;
}

.banner-text-h2 {
	font-family: 'DINOT', Helvetica, Arial, Sans-Serif, Georgia, serif;
	/* font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif; */
	font-style: bold;
	font-weight: 700;
	color: #ffffff;

	text-align: left;
	text-transform: uppercase;
}

.banner-text-h3 {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;

	text-align: left;
	text-transform: none;
}

.banner-cta-text {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
	font-style: bold;
	font-weight: 700;
	color: #ffffff;

	text-transform: uppercase;
	
	text-align: center;
	vertical-align: middle;
}

.banner-cta-icon {
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

/* 	==================== */

.grid-details-title {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: normal;
    font-weight: 400;
	color: #ffffff;
}

.grid-details-description {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: normal;
    font-weight: 400;
	color: #ffffff;
}

/* 	==================== */

.lightbox-caption {
	font-family: 'RobotoSlab', Georgia, serif, Helvetica, Arial, Sans-Serif;
    font-style: bold;
    font-weight: 700;
	color: #ffffff;
}



/* MOBILE
   ========================================================================== */

@media (max-width: 480px) { 

	p {
		padding-bottom: 10px;
	}

	.section-title-text {
    	font-size: 24px;
    	line-height: 30px;
	}

	.section-subtitle-text {
    	font-size: 20px;
    	line-height: 28px;
	}

	.text-h1 {
    	font-size: 24px;
    	line-height: 30px;
	}

	.text-large {
    	font-size: 18px;
    	line-height: 28px;
	}
	
	.text-medium {
    	font-size: 16px;
    	line-height: 24px;
	}

	.text-small {
    	font-size: 14px;
    	line-height: 20px;
	}

	.text-extra-small {
    	font-size: 12px;
    	line-height: 16px;
	}

/* 	==================== */
	
	.banner-text-h1 {
    	font-size: 24px;
    	line-height: 30px;
	}

	.banner-text-h2 {
    	font-size: 20px;
    	line-height: 24px;
	}

	.banner-text-h3 {
    	font-size: 16px;
    	line-height: 20px;
	}

	.banner-cta-text {
    	font-size: 16px;
    	line-height: 20px;	}

	.banner-cta-icon {
    	font-size: 20px;
    	line-height: 20px;
	}

	.grid-details-title {
    	font-size: 24px;
    	line-height: 30px;
	}

	.grid-details-description {
		font-size: 16px;
		line-height: 24px;	}

	.lightbox-caption {
    	font-size: 14px;
    	line-height: 18px;
	}

}

/* TABLET
   ========================================================================== */

@media (min-width: 481px) and (max-width: 960px) { 

	p {
		padding-bottom: 15px;
	}
	
	.section-title-text {
    	font-size: 32px;
    	line-height: 36px;
	}

	.section-subtitle-text {
    	font-size: 28px;
    	line-height: 36px;
	}
	
	.text-h1 {
    	font-size: 32px;
    	line-height: 36px;
	}

	.text-large {
    	font-size: 24px;
    	line-height: 36px;
	}
	
	.text-medium {
    	font-size: 20px;
    	line-height: 28px;
	}

	.text-small {
    	font-size: 16px;
    	line-height: 24px;
	}

	.text-extra-small {
    	font-size: 14px;
    	line-height: 20px;
	}

/* 	==================== */
	
	.banner-text-h1 {
    	font-size: 32px;
    	line-height: 36px;
	}

	.banner-text-h2 {
    	font-size: 20px;
    	line-height: 24px;
	}

	.banner-text-h3 {
    	font-size: 16px;
    	line-height: 20px;
	}

	.banner-cta-text {
    	font-size: 16px;
    	line-height: 20px;	}

	.banner-cta-icon {
    	font-size: 16px;
    	line-height: 20px;	}

	.grid-details-title {
    	font-size: 24px;
    	line-height: 30px;
	}

	.grid-details-description {
		font-size: 16px;
		line-height: 24px;	}

	.lightbox-caption {
    	font-size: 16px;
    	line-height: 20px;
	}

}


/* LAPTOP
   ========================================================================== */

@media (min-width: 961px) and (max-width: 1440px) { 

	p {
		padding-bottom: 20px;
	}
	
	.section-title-text {
    	font-size: 36px;
    	line-height: 44px;
	}

	.section-subtitle-text {
    	font-size: 30px;
    	line-height: 36px;
	}
	
	.text-h1 {
    	font-size: 36px;
    	line-height: 44px;
	}

	.text-large {
    	font-size: 24px;
    	line-height: 36px;
	}
	
	.text-medium {
    	font-size: 20px;
    	line-height: 32px;
	}

	.text-small {
    	font-size: 16px;
    	line-height: 24px;
	}

	.text-extra-small {
    	font-size: 14px;
    	line-height: 20px;
	}

/* 	==================== */
	
	.banner-text-h1 {
    	font-size: 36px;
    	line-height: 44px;
	}

	.banner-text-h2 {
    	font-size: 24px;
    	line-height: 30px;
	}

	.banner-text-h3 {
    	font-size: 20px;
    	line-height: 24px;
	}

	.banner-cta-text {
    	font-size: 20px;
    	line-height: 24px;	}

	.banner-cta-icon {
    	font-size: 20px;
    	line-height: 24px;	}

	.grid-details-title {
    	font-size: 28px;
    	line-height: 36px;
	}

	.grid-details-description {
		font-size: 16px;
		line-height: 24px;	}

	.lightbox-caption {
    	font-size: 16px;
    	line-height: 20px;
	}
}

/* WIDESCREEN
   ========================================================================== */

@media (min-width: 1441px) { 

	p {
		padding-bottom: 20px;
	}
	
	.section-title-text {
    	font-size: 36px;
    	line-height: 44px;
	}
	
	.section-subtitle-text {
    	font-size: 30px;
    	line-height: 40px;
	}
	
	.text-h1 {
    	font-size: 36px;
    	line-height: 44px;
	}

	.text-large {
    	font-size: 28px;
    	line-height: 40px;
	}
	
	.text-medium {
    	font-size: 22px;
    	line-height: 32px;
	}

	.text-small {
    	font-size: 16px;
    	line-height: 24px;
	}

	.text-extra-small {
    	font-size: 14px;
    	line-height: 20px;
	}
	
/* 	==================== */
	
	.banner-text-h1 {
    	font-size: 40px;
    	line-height: 50px;
	}

	.banner-text-h2 {
    	font-size: 30px;
    	line-height: 40px;
	}

	.banner-text-h3 {
    	font-size: 20px;
    	line-height: 24px;
	}

	.banner-cta-text {
    	font-size: 20px;
    	line-height: 24px;	}

	.banner-cta-icon {
    	font-size: 20px;
    	line-height: 24px;	}

	.grid-details-title {
    	font-size: 28px;
    	line-height: 36px;
	}

	.grid-details-description {
		font-size: 16px;
		line-height: 24px;	}

	.lightbox-caption {
    	font-size: 16px;
    	line-height: 20px;
	}

}




