* {
  padding: 0;
  margin: 0;
}

        @font-face {
            font-family:"gothambol";
            src:url(../fonts/GOTHMMED.TTF) format("truetype");
			}
			
.font1 {
	        font-size:24px;
            line-height:1.0;
            letter-spacing:5px;
            text-transform:uppercase;
}

body, html {
  width: 100vw;
  font-size: 18px;
  font-family:"gothambol", verdana, arial;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 2px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: white;
  transition: all 200ms ease-in-out;
}

b {
  text-decoration: none;
  color: #777777;
}

a:hover,
a:active {
  text-decoration: none;
  color: #f4b256;
}

a {
	color: #cb3a59;
}

@media (max-widthL 768px) {
	.header {
		display: none;
	}
	
	.mobile-header {
		display: block;
	}
}
/*
.bgbanner {
	background-image: url("../assets/img/banner.png");
	background-repeat: norepeat;
	height: 5%;
	background-color: #bbbbbb;
}*/

.container {
	margin: 0 auto;
	max-width: 50%;
	color: white;
}


.header {
	min-height: 1537px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.bottomer {
	min-height: 700px;
	height: 40%;
	overflow: hidden;
	position: relative;
}

.mobile-header {
	display: none;
	min-height: 1537px;
	height: auto;
	background-image: url("../assets/img/ilu_complete.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: cover;
}

.layer {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: cover;
	width: 100%;
	min-height: 1537px;
	height: auto;
	position: fixed;
	z-index: -1;
}

.layer-bg {
	background-image: url("../assets/img/layer_bg.png");
}

.layer-one {
	background-image: url("../assets/img/layer_2.png");
}

.layer-two {
	background-image: url("../assets/img/layer_1.png");
}

.layer-three {
	background-image: url("../assets/img/layer_0.png");
}

.layer-bottom {
	background-image: url("../assets/img/bottom.png");
}

.content {
	background-color: #431149;
}

.img-hover-zoom {
  height: 350px; /* siza */
  width: 350px;
  overflow: hidden; /* hide the overflowing of child elements */
  display:inline;
}

/* transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.10);
}

div.spacer {
	background-color: #431149;
	height: 0%;
}

div.portfolioview {
	background-color: #431149;
	height: 25%;
}

div.modelo {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	/* background-image: url('../assets/boards/bgabout.gif'); */
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


/* -------------------------------------------- */

body
{
  margin: 0;
  padding: 0;
  background: #eeeeee;
  color: #dddddd;
}

a
{
  text-decoration: none;
  color: #888888;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: #bbbbbb;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 67px;
  height: 10px;
  margin-bottom: 10px;
  position: relative;
  
  background: #aaaaaa;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * transform all the slices into X
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #eeeeee;
}

/*
 * hiding middle
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * transform last slice
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * position of hamburger
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -130px 0 0 -60px;
  padding: 50px;
  padding-top: 135px;
   padding-left: 50px;
    border-radius: 10px;

  background: #aaaaaa;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * slide
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

/*----------------------------------------------------------------*/


#parallax {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url("../assets/obscura/layer3.png"), url("../assets/obscura/layer2.png"), url("../assets/obscura/layer1.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  background-position: 50% 50%;
}
