body, html {
  /* important */
  height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
}


/*------------------------------------------------
                 side menu
-------------------------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #d7d1e0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1100;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #38304c;
  font-weight: 400;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*------------------------------------------------
                 spacing tools
-------------------------------------------------*/

.index-padding
{
  padding-top: 5%;
  padding-bottom: 10%;
  height: 100%;
}

.thumbnail-padding
{
  min-width: 100%;
  padding-top: 18%;

}


.turnright
{
  text-align: right;
  position: relative;
  right:-25%;
}

.turnleft
{
  text-align: left;
  position: relative;
  left:-25%;
}

.top-room
{
  padding-top:30%;
}

.sm-top-room
{
  padding-top:4%;
}

.sm-bottom-room
{
  padding-bottom: 4%;
}

.sm-left-room
{
  padding-left: 15px;
}

.sm-right-room
{
  padding-right:15px;
}

.space{
margin-top: 20px;
}

.text-top-space
{
	padding-top: 7px;
}


.centerImg {
  display:block;
  margin: 0 auto;
  text-align: center;
}

.imdbPadding
{
  padding: 15% 10% 10% 10%;
}



/*------------------------------------------------
                 full page css
-------------------------------------------------*/
#section0, #section1, #section2, #section3, #section4, #section5
{
  background-color: #eadbac;
}


.side-bg
{
  background-color: white;
}

.row
{
  height: 100%;
  margin-left: 0px ;
  margin-right: 0px ;
}


.col-md-6
{
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.col-md-4
{
  padding-top: 3%;
}


.projectNameBox
{
  height: 34%;
}

.ptitle
{
  padding-left: 10%;
  padding-top: 5%;
}

.ptitle .desc
{
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
  width: 65%;
}



.project-name
{
  font-family: 'Rufina', serif;
  font-size: 45px;
  color: #38304c;
}

a
{
  color: #38304c;
}


.ow-padding
{
  margin-right: 30px;
}



.hover-state
{
  -webkit-filter: grayscale(1);
}

img.hover-state:hover
{
   -webkit-filter: grayscale(0);
   -webkit-transition: all .2s ease-in-out;
}

.banner
{
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.proj-bg-color
{

}

/*------------------------------------------------
                       NavBar
-------------------------------------------------*/
.navbar .header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default{
  background-color: rgba(248,248,248,0);
  border-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s ease-in-out;
}

.navbar-default.a {
  background-color: rgba(248,248,248,0.95);
}

.navbar{
  min-height: 80px;
}

.navbar.shrink{
   min-height: 15px !important;
}

.header {
  padding-top: 25px;
  padding-bottom: 10px;
}

.p-header
{
  line-height: 120%;
  color: #38304c;
  font-size: 16px;
}

.header-back
{
  color: #494949;
  font-family: 'Rufina', serif;
  font-size: 20px;
}

p.header-text {
  line-height: 120%;
  color: #38304c;
  padding-top: 50%;
}

span.name{
  font-size: 25px;
  font-weight: 400;
  font-family: 'Rufina', serif;
}

span.role {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Rufina', serif;
}

a:hover{
  text-decoration: none !important;
}

a:visited{
  text-decoration: none !important;
}

a.more-color {
  color: #0e6b66;
  font-size: 14px;
}
/*------------------------------------------------
                      Grid
-------------------------------------------------*/
.sectionTitle{
  text-align: center;
  font-family: 'Rufina', serif;
}

.header-title{
    font-weight: 800;
    font-size: 40px;
}

.footer
{
	text-align: center;
}

.footer .desc {
  font-family: 'Lato', sans-serif;
   font-size: 14px;
   padding-bottom: 10px;
   font-weight: 300;
}


.link{
  width: 120px;
  border: 2px solid white;
  padding: 8px;
  font-size: 15px;
  margin: 0 auto;
}

hr.divide{
  width: 18%;
  border-top: 1px solid #888888;
  margin-top: 5px;
}

.shorter {
  margin-top: 0;
}



/*------------------------------------------------
                      footer
--------------------------------------------------*/
.about_content {
  position: fixed;
  bottom: 5%;
  z-index: -1;
  right: 20%;
  left:20%;
} 

.footer_content{
  min-height: 190px;
  font-size: 18px;
  padding-bottom: 1%;
  padding-top: 5%;
}

.space_social{
  text-align: right;
  padding-top: 70px;
}

.social_icon{
  padding-left: 10px;
  position: relative;
  margin-top: 0px;
  -webkit-transition: margin-top 0.2s ease-out;
  -moz-transition: margin-top 0.2s ease-out;
  transition: margin-top 0.2s ease-out;
}

.social_icon:hover {
  position:relative;
  margin-top: -5px;
}


.bottom {
  position: relative;
  top: 75px;
  color: #0e6b66;
  font-size: 13px;
}

/*------------------------------------------------
                  mouse scroll
-------------------------------------------------*/

.icon-scroll-transparent {
  opacity: 0 !important;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  opacity: 1;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 90%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}


/*------------------------------------------------
                  Project page
--------------------------------------------------*/
.container
{
  width: 85% !important;
}

.nav-container
{
  width: 95% !important;
  margin-right: auto;
  margin-left: auto;
}

.menu
{
  float: right;
}

.p-desc
{
  width: 80%
}

.inner-desc
{
  width: 33%;
}

.darkGrey {
  background-color: #2b2b2b;
}

.lightGrey {
  background-color: #f1f1f1;
}

.title {
  font-family: 'Rufina', serif;
  font-size: 40px;
  font-weight: 700;
  color: #4d515e;
}

.subtitle {
  font-family: 'Rufina', serif;
   font-size: 22px;
   font-weight: 400;
}

.titlelineHeight {
   line-height: 160%;
}

.body {
  font-weight: 300;
  font-size: 18px;
}

.indent {
  padding-left: 100px;
}

.altColor {
  color: #d6d6d6;
}

.detail {
  width: 600px;
  display: block;
  margin: 0 auto;
}

img.inline {
  display: initial;
}

.icon-padding {
  padding: 0px 10px 0px 10px;
}

.video iframe{
  width: 560px;
  height: 319px;
}

/*-------- Back To TOP ----------*/
.back-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(32, 32, 32, 0.8) url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.home {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 85px;
  right: 40px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(32, 32, 32, 0.8) url(../img/home.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.back-to-top.is-visible, .home.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.back-to-top.fade-out, .home.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.back-to-top.is-visible, .back-to-top.fade-out, .cd-top:hover, .home.is-visible, .home.fade-out {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.back-to-top:hover, .home:hover  {
  background-color: rgb(32, 32, 32);
  opacity: 0.9;
}


/*---------------------------------------------------
               project page responsive
----------------------------------------------------*/
@media (min-width: 2500px ) {

	.thumbnail-padding
	{
		padding-top: 8%;
	}

	.banner
	{
  	image-rendering: auto !important;
  	image-rendering: crisp-edges !important;
 	image-rendering: pixelated !important;
	}

}

@media (min-width: 2000px ) and (max-width: 2499px){

	.thumbnail-padding
	{
		padding-top: 12%;
	}

	 .ptitle
  	{
  		padding-top: 12%;
  	}

  	.banner
	{
  	image-rendering: auto !important;
  	image-rendering: crisp-edges !important;
 	image-rendering: pixelated !important;
	}

}

@media (min-width: 1500px) and (max-width: 1999px){

  .p-desc
  {
    width: 100%;
  }

  .ptitle .desc
  {
  	width: 84%
  }

  .ptitle
  {
  	padding-top: 8%;
  }

  .img-responsive
  {
  	max-width: 70% !important;
  }

  .banner
	{
  	image-rendering: auto !important;
  	image-rendering: crisp-edges !important;
 	image-rendering: pixelated !important;
	}

}


@media (min-width: 1200px) and (max-width: 1499px){
  .bottom {
    top: 60px !important;
  }

  .index-padding
  {
  	padding-top: 2% !important;
  }

    .img-responsive
  {
  	max-width: 90% !important;
  }

    .banner
  {
  	image-rendering: inherit !important;
	image-rendering: initial !important;
	image-rendering: unset !important;
  }

  p.header-text
  {
  	padding-top: 70% !important;
  }

  span.role
  {
  	font-size: 20px !important;
  	padding-left: 5%;
  }

  span.name
  {
  	font-size: 20px !important;
  	padding-right: 5%;
  }


}

@media (min-width: 992px) and (max-width: 1199px) {
  .bottom {
    top: 50px !important;
  }

    .img-responsive
  {
  	max-width: 90% !important;
  }

  .banner
  {
  	image-rendering: inherit !important;
	image-rendering: initial !important;
	image-rendering: unset !important;
  }

    p.header-text
  {
  	padding-top: 70% !important;
  }

  span.role
  {
  	font-size: 20px !important;
  	padding-left: 5%;
  }

  span.name
  {
  	font-size: 20px !important;
  	padding-right: 5%;
  }

    .footer
  {
  	position: relative;
  	bottom: 10%;
  }

}

@media (min-width: 768px) and (max-width: 991px) 
{
  .indent {
      padding-left: 75px;
  }

  .bottom {
    top: 40px !important;
  }

   .img-responsive
  {
  	max-width: 40% !important;
  }

    .banner
  {
  	image-rendering: inherit !important;
	image-rendering: initial !important;
	image-rendering: unset !important;
  }

  p.header-text
  {
  	padding-top: 0px !important;
  }

  .turnright
  {
  	text-align: center !important;
  	right: 0px !important;
  }

  .turnleft
  {
  	text-align: center !important;
  	left: 0px !important;
  }

    span.role
  {
  	font-size: 20px !important;
  }

  span.name
  {
  	font-size: 20px !important;
  }

  .footer
  {
  	position: relative;
  	bottom: 10%;
  }


}

@media (min-width: 401px) and (max-width: 767px) 
{
  .indent {
      padding-left: 50px;
  }

  .bottom {
    top: 20px !important;
  }

  .img-responsive
  {
  	max-width: 40% !important;
  }

    .banner
  {
  	image-rendering: inherit !important;
	image-rendering: initial !important;
	image-rendering: unset !important;
  }

  p.header-text
  {
  	padding-top: 0px !important;
  }

  .turnright
  {
  	text-align: center !important;
  	right: 0px !important;
  }

  .turnleft
  {
  	text-align: center !important;
  	left: 0px !important;
  }

    span.role
  {
  	font-size: 20px !important;
  }

  span.name
  {
  	font-size: 20px !important;
  }

    .footer
  {
  	position: relative;
  	bottom: 10%;
  }




}

@media screen and (max-width: 400px)
{
  .indent {
      padding-left: 50px;
  }

  .bottom {
    top: 20px !important;
  }

 .img-responsive
  {
  	max-width: 40% !important;
  }

    .banner
  {
  	image-rendering: inherit !important;
	image-rendering: initial !important;
	image-rendering: unset !important;
  }

  p.header-text
  {
  	padding-top: 0px !important;
  }

  .turnright
  {
  	text-align: center !important;
  	right: 0px !important;
  }

  .turnleft
  {
  	text-align: center !important;
  	left: 0px !important;
  }

    span.role
  {
  	font-size: 20px !important;
  }

  span.name
  {
  	font-size: 20px !important;
  }
    .footer
  {
  	position: relative;
  	bottom: 10%;
  }


}