@charset "UTF-8";

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

*/


/* Styles here for Portfolio: Section 1 */


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


.section1-portcontent-gd {
	
	background: #4789C8;
	height: 1080px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.section1-portcontent-design {
	
	background: #4789C8;
	height: 1060px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.section1-portcontent-icons {
	
	background: #4789C8;
	height: 1060px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-logos {
	
	background: #4789C8;
	height: 1015px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-news {
	
	background: #4789C8;
	height: 1980px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-posters {
	
	background: #4789C8;
	height: 1080px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-resume {
	
	background: #4789C8;
	height: 950px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-sm {
	
	background: #4789C8;
	height: 780px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-type {
	
	background: #4789C8;
	height: 1590px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-di {
	
	background: #4789C8;
	height: 1080px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}



.section1-portcontent-illu {
	
	background: #4789C8;
	height: 1380px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-wd {
	
	background: #4789C8;
	height: 790px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-md {
	
	background: #4789C8;
	height: 1090px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


.section1-portcontent-ve {
	
	background: #4789C8;
	height: 790px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	
}


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



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




.port-row3 > li {
	
	display: inline-block;

}


.portfolio4 {
	
	color: white;
	font-size: 50px;
	font-weight: 200;
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
		
}


/* Styles here for Portfolio: Section 3 */


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



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


.portfolio3 {
	
	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;
	
}




/* Special Effects Styles for Portfolio */

.gd-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 50px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.gd2:hover .gd-port {
  opacity: 4;
}



.md-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin: 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.md2:hover .md-port {
  opacity: 4;
}



.ve-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin-left: 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}

.ve2:hover .ve-port {
  opacity: 4;
}


.illu-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 50px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.illu2:hover .illu-port {
  opacity: 4;
}



.wd-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin: 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.wd2:hover .wd-port {
  opacity: 4;
}



.di-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin-left: 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}

.di2:hover .di-port {
  opacity: 4;
}



.text2 {
  color: #1B4965;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.text3 {
  color: #1B4965;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  text-align: center;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}





/* Style for the design.html page here */


.banner-port {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 50px;
  width: 872px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.banner:hover .banner-port {
  opacity: 4;
}


.gd-port-design {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 200px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.gd2-design:hover .gd-port-design {
  opacity: 4;
}



.md-port-design {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin: 0px 0px 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.md2-design:hover .md-port-design {
  opacity: 4;
}



/* Style for newsletter.html here */


.gd-port-news {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: 200px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.gd2-news:hover .gd-port-news {
  opacity: 4;
}



.md-port-news {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin: 0px 0px 0px 27px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.md2-news:hover .md-port-news {
  opacity: 4;
}



/* Style for digital_imaging.html here */


.gd-port-di {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0px 23px 75px 50px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.gd2-di:hover .gd-port-di {
  opacity: 4;
}



.md-port-di {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;	
  margin: 0px 24px 75px 7px;
  width: 270px;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #BEE9E8;
}


.md2-di:hover .md-port-di {
  opacity: 4;
}



/* Style for motion_design.html here */




