body 
{
background-image: url('../img/fondo-web-01.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
font-family: 'Raleway', sans-serif;
margin: 0;
line-height:26px;
color:#7F7F7F;
}



h1 {
	font-weight: 400;
	font-size: 32px;
	color: #3388c5;
	line-height: 40px;
}

h2, h4 {
	background-color: #0099b2;
	font-size: 18px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	text-align: center;
}

h4 { 
margin: 90px 0 0 0; 
font-size: 24px;
padding: 20px;
}


h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	line-height: 40px;
	background-color: rgba(0,153, 178, 0.5);
	padding: 15px;
}


section {
	margin: 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

article {
	flex: 1;
}


a {
	text-decoration: none;
	color: #3388c5;
}

a:hover {
	color: #0099b2;
}

aside {
	display: none;
}

footer {
	background-color: #0099b2;
	margin-top: 150px;
}




.navbar {   
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px -6px #0099b2;
	-moz-box-shadow: 0 5px 6px -6px #0099b2;
	box-shadow: 0 5px 6px -6px #0099b2;  
}
.main-nav, .social-nav {
    list-style-type: none;
    display: none;

}

.main-nav {
	  border-top: 1px solid #3388c5;
}

.nav-links {
    text-decoration: none;  
    color: #0099b2;

}

.nav-links:hover {
      
    color: #97adc6;
}

.main-nav li, .social-nav li {
    text-align: center;
    margin: 15px auto;
}



.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer; 
    font-size: 24px;
}

.active {
	display: block;
}

.activesoc {
	display: flex;

}

.current {
	color: #97adc6;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.hero {
	background-image: url(../img/fondo-hero.jpg);

	 height: 90vh;
     background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-top: 80px;
}

.historia, .pesca {
	
	background-size: cover;
	background-position: center;
	 height: 60vh;
	 display: flex;
	 padding: 50px 15px 0 15px;
	text-align: center;
}

.historia {
	background-image: url(../img/historia-portada.jpg);
}

.pesca {
	background-image: url(../img/pesca-portada.jpg);
}




.moto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.foto {
	padding: 0;
	flex: 1;
	margin-right: 0;
}

.foto-izda .foto-dcha {
	order: 1;
}


.foto img {
	width: 100%;
	
}

.secciones {
	padding: 15px 30px;
}

.secciones-carta {
	display: flex;
	justify-content: space-between;
}

.secciones-carta p {
	padding: 0 5px;
}


.dcha .izda {
	order: 2;
}


.carta {
	background-color: #fff;
	margin: 0 10px;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
}



.langosta {
	background-image: url(../img/langosta-pesca-sostenible.jpg);
	
}

.ecologico {
	background-image: url(../img/plato-de-pescado-sostenible.jpg);
}

.pincho {
	background-image: url(../img/pincho-ecologico.jpg);
}

.tapas {
	background-image: url(../img/tapas-bio.jpg);
}

.restaurante {
	background-image: url(../img/restaurante-noche.jpg);
}

.banco {
	background-image: url(../img/banco-peces.jpg);
}

.pescado {
	background-image: url(../img/pescado.jpg);
}

.entrante {
	background-image: url(../img/carta-fondo-01.jpg);
}

.verdura {
	background-image: url(../img/carta-fondo-03.jpg);
}

.arroz {
	background-image: url(../img/carta-fondo-04.jpg);
}

.marisco {
	background-image: url(../img/carta-fondo-02.jpg);
}

.pitu {
	background-image: url(../img/carta-fondo-05.jpg);
}

#contacto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}


.mapa img {
	width: 100%;
	height: auto;
	margin: 15px 0 20px 0;
}

.info {
	display: flex;
	flex-direction: column;
	padding: 50px;
}

.info div{
	
	padding-right: 50px;
}
.logo {
	align-self: center;
}
.no {
		display: none;
	}

@media screen and (min-width: 960px) {


body {background-image: url('../img/fondo-web-02.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	}

	h2 {
		text-align: left;
	}

	section {
	display: flex;
	flex-direction: row;
	}

	 .navbar {
        display: flex;
        justify-content: space-around;
        padding-bottom: 0;      
    }

	  .main-nav, .social-nav {
	        display: flex;
	        margin-top: 15px;
	        border-top: none;
	    }

	
    .nav-links, .current {
        margin-left: 40px !important;
    }
     .navbar-toggle {
       display: none;
    }

	.foto {
	padding: 30px;
	}

	.secciones {
	padding: 20px;
	}

	.dcha {
	order: 2
	}

	.izda {
	order: 1
	}

	.izda > div {
		padding: 20px 30px;
	}

	.foto-izda {
	order: 1;
	}

	.foto-dcha {
	order: 2;
	}

	#contacto {
	display: flex;
	flex-direction: row;
	}

	.no {
		display: block;
	}
}

@media screen and (min-width: 425px) {

	section {
	margin: 50px;
	}

	aside {
		display: block;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
	background-position: center;
	padding: 0;
	position: relative;
}

h3 {
	
	background-color: transparent;
}

	.info {
	display: flex;
	flex-direction: row;

	}

	.historia {
	 padding-left: 75px;
	}

	.carta {
	
	margin: 0 50px;
	padding: 50px;
	
}

	
}


