@font-face {
	font-family: Fanwood;
	src: url(fonts/fanwood-webfont.woff);
}

@font-face {
	font-family: Raleway;
	src: url(fonts/Raleway-VF.woff2);
}

html {
	width: 100%;
}

body {
	background-color: black;
	color: white;
	font-family: Helvetica, Arial;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Raleway;
}

.social-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

#idiomas ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Fanwood;
}

h1,
h2 {
	font-size: 5em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2em;
}

a:link {
	color: white;
	font-weight: bold;
}

a:active {
	color: white !important;
	font-weight: bold;
}

section#Altay div {
	clear: both;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#sobre-mi.description {
	padding: 0;
}


.description {
	padding: 0 20%;
}

#mapa {
	width: 100%;
	margin-top: 100px;
}

#mapa iframe {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.description p {
	text-transform: uppercase;
	text-align: justify;
}

#info-contacto {
	font-size: 1.2em;
	margin-bottom: 100px;
}

#info-contacto.description p {
	text-align: center;
}

#sobre-mi,
#sobre-mi-trabajo,
#galeria,
#servicios {
	margin-bottom: 50px;
}

#sobre-mi h3 {
	width: 80%;
	font-size: 2.5em;
	text-align: left;
	margin: 0 auto;
}

#diseno_interiores h3 {
	font-size: 2.5em;
}

#servicios figure {
	margin: 0;
}

section#Altay#emPty {
	clear: both;
}

section#Altay div img {
	float: left;
}

section#Altay div div {
	width: 50%;
	float: right;
	text-align: right;
}

nav#idiomas {
	float: right;
	display: inline;
	width: 10%;
}

nav#idiomas ul li {
	display: inline-block;
	pointer-events: auto;
}

div#menu_wrapper nav.social_icons {
	float: left;
	display: inline;
	width: 10%;

}

nav#compleMentary {
	display: none;
}

div#menu_wrapper nav.social_icons ul li {
	display: inline-block;
	pointer-events: auto;
}

div#menu_wrapper {
	width: 100%;
	display: block;
	position: fixed;
	/*background-color:black;*/
	margin: 0;
	margin-top: 0%;
	pointer-events: none;
	z-index: 1;
}

header#header_home {
	/*background-image:url("img/imagen_5_B&W_optimizada.png");*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
}

ul {
	list-style: none;
	padding: 0;
}

h1#Altay_Title {
	display: none;

}

img#altay_logo {
	width: 50%;
	height: auto;
	display: block;
	text-align: center;
	position: relative;
	position: sticky;
	margin-left: auto;
	margin-right: auto;

}

section p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div#parallax2 {
	background-image: url("img/MESA_1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

div#parallax3 {
	background-image: url("img/CONJUNTO_1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

div#parallax4 {
	background-image: url("img/imagen_4_B&W_optimizada.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

div#parallax5 {
	background-image: url("img/imagen_5_B&W_optimizada.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

div#parallax6 {
	background-image: url("img/imagen_8_B&W_optimizada.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

#portfolio {}

#diseno_interiores figure img {
	width: 500px;
	height: auto;
}

.boton {
	background-color: grey;
	margin: 1%;
	padding: 1%;
	color: white;
	text-decoration: none;
	border: solid 1px white;
	border-radius: 25px;
	font-size: 2em;

}

a.boton:hover {
	color: black;
	background-color: white;
	border: solid 5px white;
}

footer {
	width: 100%;
}

footer nav.social_icons ul li a {
	color: white;
}

div#galeria_de_Elisabeth {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	width: 100%;
}

div#galeria_de_Elisabeth img {
	height: 200px;
	width: auto;
}

div#galeria_de_Elisabeth figure {
	display: inline-block;
}

#galeria_muebles img {
	height: 200px;
	width: auto;
	display: inline-block;
}

#galeria_muebles {
	display: inline-block;
	width: 100%;
}

#galeria_muebles figure {
	display: inline-block;
}

#prensa a {
	text-decoration: none;
	font-size: 1em;
	color: white;
}

#prensa a:hover {
	background-color: white;
	color: black;
}

@media print {
	*.noPrint {
		display: none;
	}

	body {
		color: black;
		background-color: white;
	}

}

@media only screen and (max-width: 700px) {
	nav#idiomas {
		float: left;
		display: block;
		clear: both;
	}

	nav#idiomas ul li {
		display: block;
	}

	nav#idiomas ul {
		padding: 0;
		margin: 0;
	}

	div#menu_wrapper nav.social_icons {
		float: left;
		display: block;
		clear: both;

	}

	#footer_icons {
		display: none !important;
	}

	div#menu_wrapper nav.social_icons ul {
		padding: 0;
		margin: 0;

	}

	div#menu_wrapper nav.social_icons ul li {
		display: block;

	}

	section#Altay div {
		width: 100%;
	}

	section#Altay div img {
		float: none;
		width: 90%;
	}

	section#Altay div div {
		float: none;
		text-align: center;
		width: 80%;
	}

	h2 {
		font-size: 3em;
	}

	div#parallax1,
	div#parallax2,
	div#parallax3,
	div#parallax4,
	div#parallax5,
	div#parallax6 {
		display: none;
	}

	footer address {
		display: block;
		width: 100% !important;
		float: none !important;
	}

	footer nav {
		display: block;
		width: 100% !important;
		float: none !important;
	}

	div#galeria_intro {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	div#galeria_de_Elisabeth {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	div#galeria_de_Elisabeth img {
		width: 100%;
		height: auto;
	}

	div#galeria_intro img {
		width: 90% !important;
		height: auto;

	}

	header#header_home {
		background-image: none;
	}

	nav#compleMentary {
		display: block !important;
		float: left;
		clear: both;
		width: 10%;
		pointer-events: auto;
	}

	nav#compleMentary ul {
		margin: 0;
	}

	#Elisabeth_details {
		width: 80% !important;
	}

	#diseno_interiores figure img {
		width: 80%;
		height: auto;
	}

	#prensa ul {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#diseno_interiores h3 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}



	#sobre-mi h3,
	h3,
	#diseno_interiores h3 {
		font-size: 2em;
		text-align: center;
		padding: 0 12%;
	}

	h2 {
		font-size: 2.5em;
		padding: 0 12%;
	}

	#sobre-mi h3 {
		padding: 0;
	}

	.description {
		padding: 0 12%;
	}

	.description p {
		font-size: 1em;
	}

	#sobre-mi.description {
		padding: 12%;
	}

	#mapa {
		padding: 0;
	}

	.boton {
		padding: 10%;
		font-size: 1.5em;
	}

	#info-contacto.description p {
		text-align: center;
	}

	section p {
		width: 100%;
	}

	.galeria {
		padding: 0 12%;
	}

	#mapa iframe {
		height: 400px;
	}

	.social-header {
		display: block;
	}

	#idiomas ul {
		display: block;
	}

	.b-espana img{
		width: 40px;
		height: auto;
		margin-left: 5px;
		margin-top: 5px;
	}
	

}

#myBtn,
#myBtnCall {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 24px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #808080;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

#myBtn:hover,
#myBtnCall:hover {
	background-color: #555;
}

#myBtnCall {
	display: block;
	bottom: 50px;
	text-decoration: none;

}