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

header {
	height: 568px;
	position: relative;
}

#phone {
	position:relative;
	width: 270px;	
	margin: 0 auto;
	cursor: pointer;
}

#phone img, #logo img, #burger img {
	width: 100%;	
}

#phone img:first-child {
	margin-top: -80px;
}

#logo {
	position: absolute;
	width: 72px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

article {
	position: relative;
	background-color: black;	
	color: white;
	background-size:auto 400px;
	background-position:top center;
	background-repeat: no-repeat;
	padding-top: 270px;
}

article .a_top {
	background-color: rgba(0,0,0,.60);
}

article h1{
	line-height: 1em;
	font-size: 36px;
	font-weight: 300;
	padding: 55px 30px 0px 30px;
}

article .green {
	font-style: italic;	
}

article p {
	padding: 10px 30px 60px 30px;
	font-weight: 400;
}

article:nth-of-type(1) {
	background-image: url(../c01_img/phone_girl.jpg);
}

article:nth-of-type(2) {
	background-image: url(../c01_img/phone_guy.jpg);
}
article:nth-of-type(3) {
	background-image: url(../c01_img/phone_desk.jpg);
}
article:nth-of-type(4) {
	background-image: url(../c01_img/phone_music.jpg);
}
article:nth-of-type(5) {
	background-image: url(../c01_img/phone_life.jpg);
}


/*  life icon for viewing additional content  */

.icons {
	position: relative;
	height: 250px;
	font-weight: bold;
	font-size: 30px;
	color: rgba(0,42,64,1);
	cursor:pointer;
}

.icons h2 {
	width: 100%;
	text-align: center;	
}

.lifeIcon {
	width: 70px;	
	margin-bottom: -10px;
}

.plus {
	width: 40px;	
	margin-top: 5px;
}


 /*additional content sections  */

.content {
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
	overflow: hidden;
	max-height: 0; 
}

 
.maxH {
	max-height: 5000px;
}

.closeIt {
	margin: 0 30px;	
}

/* control padding around textual content */
.content p {
	padding: 10px 5% 20px 8%;	
	line-height: 1.6em;
}
.content h3 {
	font-weight: 600;
	padding: 10px 8% 10px 8%;
}

#faqC h3+p {
	margin-top: -10px;
}

.content p:last-child {
	padding-bottom: 60px;	
}

.content h2 {
	color: rgba(141,198,64,1.00);	
	font-size: 30px;
	text-align: center;
	padding: 60px 8% 0px 8%;
	line-height: 1.2em;
}

.content h2:nth-of-type(2) {
	padding-top: 20px;
}



/*     team members styles    */

#team {
	margin-top: 20px;	
}
.teamM {
	width: 50%;
	float: left;
}
.group {
	display: none;
}
.member {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.5);
}
.normal, .hover{
	display: block;
	width: 100%;
}
.hover {
	position: absolute;
	top: 0;
	left: 0;	
	opacity: 0;
	z-index: 10;
}
.mOver:hover {
	opacity: 1;
}
.mOver:hover+.hover {
	opacity: 1;
}
.mOver {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	cursor: pointer;
	z-index: 20;
}
.plusWhite {
	margin-top: 5px;	
	width: 30px;	
}
.memberName {
	font-weight: 600;
}
.title {
	font-style: italic;
	font-size: small;
}



/*   media kit styles    */

#mediaC p {
	text-align: center;
	padding: 10px;
}

#mediaC p img {
	margin: 10px 0 10px 0;
}

.mediaB {
	padding-top: 15px;
	padding-bottom: 20px;
}


/*   media queries   */

@media screen and (min-width: 600px) {
.teamM {
	width: 33.3333333333%;
}
.group {
	display: block;
	width: 66.66666666%;
}
.group img {
	width: 100%;
}

.green {	
	display: inline;
}

#logo {
	width: 100px;
	top: 25px;
	left: 30px;
	transform: none;
}
	
#burger {
	right: 20px;
}

#phone {
	width: 350px;	
}

#phone img:first-child {
	margin-top: -165px;
}

article {
		background-size:cover;
		background-position:top center;
		background-repeat: no-repeat;
		height: 640px;
		padding-top: 0;
}

article .a_top {
		height: 100%;
		width: 45%;
		position: absolute;
		right: 0;
}

article:nth-of-type(2) .a_top, article:nth-of-type(4) .a_top {
		left: 0;
}

.article_c {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);	
		width: 100%;
}

.content h2 {
	font-size: 36px;
}

}


@media screen and (min-width: 768px) {

.content p {
	padding: 10px 7% 20px 12%;	
}
.content h3 {
	padding: 10px 7% 10px 12%;
	margin-left: -15px;
}
}



@media screen and (min-width: 980px) {
	.teamM {
	width: 20%;
}

.group {
	display: none;
}

	#phone {
	width: 400px;	
}

#phone img:first-child {
	margin-top: -250px;
}

	article .a_top {
		width: 40%;
	}
	.article_c {
		padding-left: 50px;
	}

.content p {
	padding: 10px 15% 20px 20%;	
}
.content h3 {
	padding: 10px 15% 10px 20%;	
}
label {
    display: inline-block;
	margin-top: -10px;
}

}

@media screen and (min-width: 1500px) {
.content p {
	padding: 10px 20% 20px 25%;	
}
.content h3 {
	padding: 10px 20% 10px 25%;	
}
}