/********************
Default CSS File for Cradle to Career Website

Created by: Dan Bird - VACAVA Inc. - 01/29/2018
*********************/

body{
	/*max-width:1200px;*/
	/*min-width:400px;*/
	margin:0 auto;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color:#575757;
}

h1 {
	color:#84b7ff;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

h2 {
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

ul.circle {
	/*list-style-image: url('../images/smallcircle.png');*/
	list-style-type:none;
	padding-left:0px;
	margin-top:0px;
}

ul.circle li { 
	background:#efefef;
	padding:10px;
}

ul.circle li:nth-child(odd) { 
	background:#fef1dc;
	padding:10px; 
}

.c2ccontenthalf1 {
	display:inline-block;
	width:calc(50% - 20px);
	vertical-align:top;
}

.c2ccontenthalf2 {
	display:inline-block;
	width:calc(50% - 20px);
	vertical-align:top;
}

.c2ccontenttwothirds {
	display:inline-block;
	width:calc(66% - 20px);
	vertical-align:top;
}

.c2ccontentonethird {
	display:inline-block;
	width:calc(33% - 20px);
	vertical-align:top;
}

.c2ccontentfull {
	display:inline-block;
	width:calc(100% - 20px);
	vertical-align:top;
	padding-left:10px;
}

.c2cpadleft{
	padding-left:10px;
}

.c2cfootnote {
	font-size:10px;
}

.parallax-window {
    min-height: 375px;
    background: transparent;
}

.c2cheader {
	height:110px;
	width:100%;
	border-top:2px solid #84b7ff;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	/*margin-top:10px;
	margin-left:10px;*/
	/*background-image: url('../images/schoolkids5.jpg');
	background-repeat: no-repeat;
	background-size: 300px 140px;
	background-position:right;*/
}

.c2clogo {
	display:inline-block;
	margin-top:10px;
	margin-left:10px;
}

.c2clogofull {
	width:300px;
}

.c2clogosmall {
	width:100px;
}

.c2cnav {
	display:inline-block;
	float:right;
}

#c2cnavitems {
	/*width:500px;
	height:50px;*/
}

#c2cmobnav {
	display:none;
}

.c2cbody {
	/*margin: 180px auto;*/
}

.c2cfooter {
	/*border-top:2px solid #e66f51;*/
	background-color:#EFEFEF;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

.conButton {
	padding:10px;
	border-radius:10px;
	background-color:#608b32;
	color:#fff !important;
	text-align:center;
	width:75%;
	margin:auto;
}

.conbutton a {
	color:#fff !important;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Navbar List Styles*/
#c2cn ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #e66f51;*/
    background-color:#fff;
    /*border-radius:10px;*/
}

#c2cn li {
    float:left;
    /*width:120px;*/
}

#c2cn li a {
    display: block;
    /*color: white;*/
    color:#575757;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    /*border-top:3px solid #e66f51;*/
}

#c2cn li a:hover:not(.active) {
    /*background-color: #111;*/
 	border-top:3px solid #000;   
}

#c2cn .active {
    background-color: #608b32;
    color:#fff;
}


/* Media Queries */
@media screen and (max-width: 700px) {
	.c2cnav {
		display:none;
		width:100%;
	}

	#c2cnavitems {
		/*width:0px;
		height:0px;*/
	}
	#c2cmobnav {
		display:block;
		padding-top:10px;
		padding-right:10px;
		float:right;
	}

	#c2cn ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    background-color: #f1f1f1;
	}

	#c2cn li {
		width:100%;
	}

	#c2cn li a {
	    display: block;
	    color: #000;
	    padding: 8px 16px;
	    text-decoration: none;
	}

	/* Change the link color on hover */
	#c2cn li a:hover {
	    background-color: #555;
	    color: white;
	}

	.c2ccontenthalf1 {
		display:inline-block;
		width:calc(100% - 10px);
		vertical-align:top;
	}

	.c2ccontenthalf2 {
		display:inline-block;
		width:calc(100% - 10px);
		vertical-align:top;
	}
	.c2ccontenttwothirds {
		display:inline-block;
		width:calc(100% - 10px);
		vertical-align:top;
	}

	.c2ccontentonethird {
		display:inline-block;
		width:calc(100% - 10px);
		vertical-align:top;
	}

}