@charset "UTF-8";
/* CSS Document */

	.section{
		padding: 40px 0;
	}
	.section-blue {
		background-color: #0463AB;
		color: #fff;
	}
	
	.hero{
		background-color: #eee;
		background-image: url(images/blue-hands.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		color: #fff;
	}
	
	.hero .container, .section-blue .container {
		padding-top: 50px;
	}
	
	h1, .h1 {
		font-size: 40px;
		padding-bottom: 10px;
		margin-top: 5px;
		text-transform: uppercase;
		font-weight: 900;
		padding-left: 0;
		padding-right: 0;

	}

@media screen and (min-width: 768px){
	h1, .h1 {
		font-size: 40px;
		padding-bottom: 10px;
		margin-top: 5px;
		text-transform: uppercase;
		font-weight: 900;
		padding-left: 20%;
		padding-right: 20%;

	}
}
	
h2 {
		color: #0463AB;
		text-transform: uppercase;
		font-weight: 900;
	}
	h3 {
		font-size: 18px;
		margin-top: 10px;
		margin-right: 10px;
		color: #0463AB;
}
	.hero p, .section-blue p {
		color: #fff;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
		font-size: 18px;
	}

@media screen and (min-width: 768px){
	.hero p, .section-blue p {
		color: #fff;
		padding-left: 20%;
		padding-right: 20%;
		padding-bottom: 30px;
		font-size: 18px;
	}
}
p {
	font-size: 18px;
	color: #0463AB;
}
@media screen and (min-width: 768px){
p {
	font-size: 16px;
	color: #0463AB;
}
}

p strong {
	color: #0463AB;
	text-transform: uppercase;
}
	
#gallery, #gallery-1, #gallery-2, #gallery-3, #gallery-4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

	#gallery li, #gallery-1  li, #gallery-2  li, #gallery-3  li, #gallery-4 li {
    float: left;
    width: 100%;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #0463AB;
}
	
	@media screen and (min-width: 768px){
#gallery  li, #gallery-1  li, #gallery-2  li, #gallery-3  li, #gallery-4 li {
    width: 45%;
	margin: 10px 10px;
}}

.gallery-content {
	padding: 0 15px 10px;
}
@media screen and (min-width: 768px){
.gallery-content {
	padding: 0 20px 10px;
}	
}

.gallery-content p {
	font-size: 15px;
	color: #0463AB;
}

/*	li img, li iframe {
	  float: left;
	  margin: 0 15px 0 0;
}*/

	
	hr {
    border-top: 1px solid #0463AB;	}

.btn-codeblue {
    background: #0463AB;
    color: #ffffff;
    border-color: #0463AB;
	text-transform: uppercase;
}


/*youtube embed*/



.youtube {
	background-color: #000;
	margin-bottom: 15px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}	

.btn-codeblue {
	background: #0463AB;
	color: #ffffff;
	border-color: #e6e6e6;
	font-weight: bold;
	padding: 20px;
	margin-top: 20px;
}

.btn-codeblue:hover {
    color: #0463AB;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

