@font-face {
    font-family: myFirstFont;
    src: url("noway-regular-webfont.ttf") format("truetype");
}

body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	
	font-family: myFirstFont, Tahoma, Verdana, Arial, Times New Roman, Courier New;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(0,9,25,0.75);
}

.notsticky {
}

.mobileLogo{
	margin-right: 50%;
	margin-top: -10px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
}

#content{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 900px;
}

/* thanks */
#content #specialthanks {
	width: 100%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 50px;
	text-align: center;
}

/* HOME INSTAGRAM */

#content #story #blockInstagram{
	text-align: center;
}

#content #story #blockInstagram #feedInstagram{
	max-width: inherit;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

#content #story #blockInstagram #feedInstagram #description{
	padding: 10px;
	font-size: 12px;
}

#content #story #blockInstagram #feedInstagram #image{
	width: inherit;
	margin: 0 auto;
}

#content #story #blockInstagram #feedInstagram #image img{
	width: 80%;
	border-radius: 50%;
	opacity: 1;
	transition-duration: .5s;
}

#content #story #blockInstagram #feedInstagram #image:hover img{
	width: 90%;
	border-radius: 5%;
	border: 1px solid #e2228590;
	opacity: 1;
	transition-duration: .5s;
}

#content #story #blockInstagram #feedInstagram #icons{
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	transition-duration: .5s;
}

#content #story #blockInstagram #feedInstagram #icons img{
	width: 25px;
	height: auto;
	border-radius: 50%;
	border: 3px solid #fff;
	margin: 0px -4px -4px -4px;
	transition-duration: .5s;
}
#content #story #blockInstagram #feedInstagram #icons img:hover{
	border: 3px solid #e2228590;
	margin-left: 5px;
	margin-right: 5px;
	transition-duration: .5s;
}

/* BACK TO TOP */

#backToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	width: 60px;
}

.aligncenter{
	width: 100% !important;
	height: auto;
}

/* SLIDER HOMEPAGE */

#myimage{
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: -15px;
	text-align: center;
	overflow: hidden;
}

@media screen and (min-width: 901px ){
	#myimage img{
		width: 100%;
	}
}
@media screen and (max-width: 900px ){
	#myimage img{
		width: 180%;
		margin-left: -42%;
	}
}

/* LANGS */

#langs{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 75px;
	text-align: right;
}

#langs img{
	width: 16px;
	height: 12px;
	margin-right: 3px;
	border: 3px solid rgba(0,0,0,0);
	/* border-radius: 50%; */
	/* transition-duration: .5s; */
}

#langs img:hover{
	border: 3px solid #e2228590;
	transition-duration: .5s;
}