@charset "UTF-8";

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

*/


/* Set the special effects style */



/* Styles for Section 3, Homepage */


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


.gd1:hover .gd {
  opacity: 4;
}



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


.md1:hover .md {
  opacity: 4;
}



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

.ve1:hover .ve {
  opacity: 4;
}



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




/* Styles for Section 3, 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%);
}



