@import url('https://fonts.googleapis.com/css?family=Amiko|Arima+Madurai|Farsan|Lalezar|Mogra|Rakkas|Rasa|Shrikhand|Suez+One|Yatra+One');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix::before, .clearfix::after {display: table;  content: ''; }
.clearfix::after { clear: both; }

body {
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #141715;
background-color: #003877;
background-image: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.scroll{
	overflow: scroll;
}
a {
	outline: none;
	color: #003877;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ff6600;
	outline: none;
}

h1,h2{

	color:#fff;
}
.title {
   /*-webkit-animation-name: movimiento-diagonal;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: 2;
   -webkit-animation-direction: alternate;/*para que vuelva a su posicion inicial */
   width: 500px;
   font-family: 'Arima Madurai', cursive;
    text-shadow: 2px 2px 4px #58a7e9;
	color:#fff;	
	    font-size: 3.5vw;
    font-weight: 500;
   position: relative; 
   padding: 2px;



  -webkit-animation-duration: 30s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;


}


.header{

   font-family: 'Arima Madurai', cursive;
    text-shadow: 2px 2px 4px #32373c;
	color:#fff;	

}
.subheader{

    color: #fff;
    font-family: 'Roboto Mono', monospace;

}

.button-menu {
	width: 50px;
	height: 30px;
	position: fixed;
	top: 3em;
	right: 3em;
	border: none;
	background: transparent;
	fill: #fff;
	cursor: pointer;
	pointer-events: auto;
}

.button-menu:focus {
	outline: none;
}

.text-p
{
	font-family: 'Roboto Mono', monospace;
background: rgba(255, 193, 7, 0.7);
border-radius: 5px;
	padding: 15px;
	margin: 5%;
	
}
.mainmenu{
 position: fixed;
    top: 40%;
    left: 80%;
    width: 300px;
    line-height: 20px;
    height: 500px;
    margin-left: -150px;
    margin-top: -100px;
    text-align: center;

    /* needed styles for the overlay */
    z-index: 10; /* keep on top of other elements on the page */
}





/* Header */
.codrops-header {
	padding: 1vmax 0 0 1vmax;
	position: absolute;
	width: 100%;
	z-index: 2000;
	pointer-events: none;
	background: #0f3057;
}

.demo-1 .codrops-header {
	position: fixed;
}

.codrops-header h1 {
	margin-top: 10px;
	letter-spacing: -0.035em;
	font-size: 2.4em;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	margin-left:10px;
	height: 20px;
}

.codrops-header img{
	padding-left:2px;
	padding-right: 5px;
	float:left;
	clear:left;
}

.codrops-header p {
	padding: 0;
	margin: 0;
	margin-left: 10%;
    font-size: 1.7em;
    color: #fff;
    font-family: 'Satisfy', cursive;
    letter-spacing: 3px;
    
}

/* Top Navigation Style */



.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}



.codrops-icon--prev::before {
	content: "\e004";
}

/* Demo links */


/* Content */
.section {
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 800px;
	max-height: 1200px;
	padding: 7vmax;
}

.section--right {
	text-align: right;
}

.section--intro {
	background: linear-gradient(90deg, #58A8FB, #465683);
}

.section--portraits {
	background: linear-gradient(20deg, #F5F0F9, #A8CFF1);
}

.section--shots {
	background: linear-gradient(20deg, #D1D7EF, #5C61F5);
}

.section--cards {
	background: #FFB8CC;
}

.section__heading {
	pointer-events: none;
	padding: 0;
	font-size: 4.5em;
	line-height: 1;
	margin: 0;
	color: #fff;
	position: relative;
	z-index: 1000;
	font-family: 'Playfair Display', serif;
}

.section__heading em {
	font-family: sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.3em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0.15em 0;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0.05em;
}

.section__subtitle {
	pointer-events: none;
	font-size: 1.25em;
	max-width: 500px;
	position: relative;
	z-index: 1000;
}

.section--portraits .section__subtitle {
	color: #688CB1;
}

.section--right .section__subtitle {
	margin: 1em 0 0 auto;
}

.interval {
	position: relative;
	padding: 30vh 20vw;
	background: #1C222F;
	overflow: hidden;
}

.interval__text {
	font-size: 1.75em;
	line-height: 1.5;
	color: #777792;
}

/* Related demos */
.content--related {
	text-align: center;
	font-weight: bold;
	padding: 10vh 2vw;
	background: #1C222F;
	color: #fff;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	margin: 0;
	padding: 0.5em;
	font-size: 1em;
}

.pater {
	position: fixed;
	right: 0;
	bottom: 0;
	color: #fff;
	width: 320px;
	padding: 2em 2em 2em 0;
	text-align: right;
	z-index: 100000;
}

.demo-2 .pater {
	position: absolute;
}

.pater::before {
	content: '';
	position: absolute;
	background: url(../img/ink.png) no-repeat top left;
	width: 491px;
	height: 332px;
	top: -80px;
	left: -60px;
	z-index: 0;
	opacity: 0.9;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-transition: opacity 0.3s, -webit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	pointer-events: none;
}

.pater:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pater__title::before {
	content: 'Sponsored by';
	position: absolute;
	bottom: 93%;
	left: 27%;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 0.45em;
	color: #212738;
}

.pater__title,
.pater__desc {
	margin: 0;
	color: #fff;
	position: relative;
}

.pater__title {
	-webkit-transform: translate3d(5px,10px,0);
	transform: translate3d(5px,10px,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.pater:hover .pater__title {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pater__title img {
	width: 90%;
}

.pater__desc {
	font-weight: 600;
	padding: 0.3em 0 0 0.3em;
}

@media screen and (max-width: 50em) {

	.text-p
{
	font-family: 'Roboto Mono', monospace;
background: rgba(255, 193, 7, 0.7);
border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	
}
div.picture1 {
   width:100px; /*width of your image*/
   height:100px; /*height of your image*/
   background-image:url('img/logo.png');
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */
}
.mainmenu{

    top: 50%;
    left: 85%;
    width: 300px;
    line-height: 10px;
    height: 500px;
    margin-left: -150px;
    margin-top: -100px;
    text-align: center;

    /* needed styles for the overlay */
    z-index: 10; /* keep on top of other elements on the page */
}
	.codrops-header {
		width: 100%;
	}
	.codrops-header h1 {
		font-size: 1.8em;
	}
	.codrops-header p {
		font-size: 1.3em;
	}
	.interval {
		padding: 1.5em;
	}
	.interval__text {
		font-size: 1.25em;
		padding: 0 0 3em 0;
	}
	.section__heading {
		font-size: 2.5em;
	}
	.section__subtitle {
		display: none;
	}
	.codrops-demos {
		margin: 0.5em 0;
		font-size: 0.75em;
	}
	.button-menu {
		top: 0.75em;
		right: 0.75em;
		width: 30px;
		height: 20px;
	}
	.demo-1 .pater {
		width: 100%;
		padding: 1em;
		text-align: left;
		background: rgba(49,63,105,0.8);
		-webkit-transform: translateZ(200px);
		transform: translateZ(200px);
	}
	.demo-1 .pater__title::before {
		left: 0;
	}
	.demo-1 .pater__title img {
		width: 150px;
		margin-top: 0.25em;
	}
	.demo-1 .pater::before {
		display: none;
	}
	.demo-1 .pater__desc {
		font-size: 0.65em;
	}
	.isolayer.isolayer--scroll1 {
		top: -38vh;
	}
	.demo-2 .pater {
		position: relative;
		display: block;
		background: none;
		margin: 0 0 0 auto;
		padding: 0;
		width: 100%;
	}


}
