@charset "UTF-8";

/*
   
Blue Tori 
Portfolio Website
Author: Merilly J. Ruglas
Date: 06/12/2017
Text Editor: Dreamweaver    
Filename: bt_content.css

*/


/* Set the body content style */


.index {
	
	background-image: url('../images/bt_content0.png');
	background-position: center center;
	height: 500px;
	margin: auto;
	width: 100%;
}



h3, h2 {
	
	margin: 0px;
	padding: 0px;
	
}


/* Header Picture for Contact page styles here */


.contact-pic {
	
	background-image: url('../images/bt_contact.png');
	background-position: center center;
	height: 400px;
	margin: auto;
	width: 100%;
}




/* Section 1 styles here for homepage*/

.section1 {
	
	background: #4789C8;
	height: 180px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}

.section1-contact {
	
	background: #BEE9E8;
	height: 180px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.call-to-action {
	
	margin: auto;
	width: 100%;
	max-width: 800px;
	
}

.content1 {
	
	float: left;
	padding-top: 45px;
	
}


.content1-call {
	
	color: white;
	font-weight:300;
	font-size: 38px;
	font-stretch:extra-expanded;
}



.content1-button {
	
	font-weight: 200;
	font-size: 18px;
	float: right;
	margin-top: 80px;
	text-align: center;
	text-transform: uppercase;
		
}



.content1-button > a {
	
	background-color: #BEE9E8;
	color: #1B4965;
	padding: 15px 20px;
	
}



.content1-button > a:hover {
	
	background-color: #41D3BD;
	color: black;
	
}



/* Section 2 styles here */


.section2 {
	
	background: #2D6CB5;
	height: 425px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content2 {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}


.demo-reel {
	
	float: left;
}


div iframe {
	
	margin: 0px;
	padding: 70px 0px 0px 0px;
}


.resources {
	
	font-size: 18px;
	font-weight: 300;
	float: right;
	margin-top: 142px;
	text-align: center;
	text-transform: uppercase;
		
}

.options {
	
	color: white;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-stretch: ultra-expanded;
	font-weight: 100;
	line-height: 24px;
	
}



/* Section 3 styles here */


.section3 {
	
	background: white;
	height: 530px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content3 {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}


.portfolio1 {
	
	color: #1B4965;
	font-size: 50px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 55px;
	text-align: center;
	text-transform: uppercase;
		
}



.port-pics1 > ul li {
	
	display: inline-block;

}



.content3-button {
	
	font-weight: 200;
	font-size: 18px;
	float: right;
	margin-top: 60px;
	text-align: center;
	text-transform: uppercase;
		
}


.content3-button > a {
	
	background-color: #BEE9E8;
	color: #1B4965;
	padding: 15px 20px;
	
}


.content3-button > a:hover {
	
	background-color: #41D3BD;
	color: black;
	
}



/* Styles here for Contact page: section1-contact */


.section1-contact {
	
	background: #BEE9E8;
	height: 180px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.call-to-action {
	
	margin: auto;
	width: 100%;
	max-width: 800px;
	
}

.content-contact1 {
	
	text-align: center;
	padding-top: 30px;
	
}


.contact-quote {
	
	color: #1B4965;
	font-weight:300;
	font-size: 30px;
	font-stretch:extra-expanded;
	text-transform: uppercase;
}

.ikeda-quote {
	
	color: #1B4965;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	
}


/* Styles here for Contact page */



.section3-contact {
	
	
	background: white;
	height: 700px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content-contact2 {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}


.contact3 {
	
	color: #1B4965;
	font-size: 50px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 65px;
	text-align: center;
	text-transform: uppercase;
		
}

.contact-bc {
	
	float: left;
	display: inline-block;
	margin: 0px;
	padding-left: 120px;
	
}


.contact-text1 {
	
	color: #1B4965;
	display: inline-block;
	float: right;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 50px;
	font-stretch: ultra-expanded;
	font-weight: 300;
	padding: 90px 0px 0px 20px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	
}


.contact-text {
	
	color: #1B4965;
	display: inline-block;
	float: right;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 38px;
	font-stretch: ultra-expanded;
	font-weight: 100;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	
}




/* Header Picture for About page styles here */


.about {
}



/* Styles here for About page: section1-about */


.section-about {
	
	background: black;
	height: 500px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content-about {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}



.about-intro {
	
	padding: 40px 0px 0px 0px;
	margin: 0px;
		
}



.section1-about {
	
	background: #41D3BD;
	height: 180px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.content1-about {
	
	color: white;
	font-weight:300;
	font-size: 42px;
	font-stretch:extra-expanded;
	padding-top: 20px;
}


.about1-button {
	
	font-weight: 200;
	font-size: 18px;
	float: right;
	margin-top: 80px;
	text-align: center;
	text-transform: uppercase;
		
}


.about1-button > a {
	
	background-color: #BEE9E8;
	color: #1B4965;
	padding: 15px 20px;
	
}


.about1-button > a:hover {
	
	background-color: white;
	color: black;
	
}



/* Styles here for About page: section2-about */


.about-artist {
	
	background: white;
	height: 830px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.about-pic {
	
	float: left;
	margin: 0px;
	padding: 80px 40px 0px 20px;
	
}



.about-bio {
	
	margin: 0px;
	padding: 70px 20px 0px 0px;
	
}


.about-name {
	
	color: black;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 50px;
	font-weight: 100;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
		
}


.about-para {
	padding-top: 50px;
	
}


.about2-button {
	
	font-weight: 200;
	font-size: 18px;
	margin-top: 40px;
	padding: 20px 0px 0px 80px;
	text-align: center;
	text-transform: uppercase;
		
}


.about2-button > a {
	
	background-color: #BEE9E8;
	color: #1B4965;
	padding: 15px 30px;
	
}


.about2-button > a:hover {
	
	background-color: #41D3BD;
	color: black;
	
}




/* Styles here for Portfolio: Section 1 */


.section1-port {
	
	background: #2D6CB5;
	height: 525px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content1-port {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}


.featured-pic {
	
	margin: 0px;
	padding: 85px 0px 0px 30px;
	float: left;
	clear: right;
}



.content2-port {
	
	color: white;
	font-weight:300;
	font-size: 38px;
	font-stretch:extra-expanded;
}


.resources-port {
	
	font-size: 18px;
	font-weight: 300;
	float: right;
	margin-top: 182px;
	padding-right: 30px;
	text-align: center;
	text-transform: uppercase;
		
}


.options-port {
	
	color: white;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-stretch: ultra-expanded;
	font-weight: 100;
	line-height: 24px;
	
}


/* Styles here for Portfolio: Section 2 */


.section2-port {
	
	background: #4789C8;
	height: 220px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.call-to-action-port {
	
	margin: auto;
	width: 100%;
	max-width: 800px;
	
}

.content2-port {
	
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}


.content2-call-port {
	
	color: white;
	font-weight:300;
	font-size: 38px;
	font-stretch:extra-expanded;
	padding-top: 35px;
	text-align: center;
}



/* Styles here for Portfolio: Section 3 */


.section3-port {
	
	background: white;
	height: 800px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.content3-port {
	
	margin: auto;
	width: 100%;
	max-width: 972px;
	
}


.portfolio1 {
	
	color: #1B4965;
	font-size: 50px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 65px;
	text-align: center;
	text-transform: uppercase;
		
}



.section3-port-pics1 > ul li {
	
	display: inline-block;

}


.port-row2 {
	
	padding-top: 50px;
	
}







		
