
body{
	background-color: #484950;
	margin: 0 0 0 0;
	font-family: 'Ubuntu', sans-serif;
    color: #A1A3AF;
}

body h2{
    font-family: 'Righteous', cursive;
    border-top: dashed white 2px;
}

main {
    background-image: url("../imagenes/costabrava_fondo2.png");
    background-position-x: center;
    background-position-y: -100px;
    text-align: center;
    width: 100%;
    height: auto;
}

@media (min-width: 1201px) {
    #espaciosNaturales{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 3;
        column-gap: 3em;
    }
    
    #localidades{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 3;
        column-gap: 3em;
    }

    main h1 {
        font-size: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 220px;
        padding-bottom: 250px;

        text-align: center;
        font-family: 'Shadows Into Light', cursive;
        color: #ffffff;
    }

}

@media (max-width: 1201px) and (min-width: 1000px) {
    #espaciosNaturales{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 2;
        column-width: 50%;
        column-gap: 3em;
    }
    
    #localidades{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 2;
        column-width: 50%;
        column-gap: 3em;
    }

    main h1 {
        font-size: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 70px;
        padding-bottom: 70px;

        text-align: center;
        font-family: 'Shadows Into Light', cursive;
        color: #ffffff;
    }
}

@media (max-width: 1000px) and (min-width: 600px) {
    #espaciosNaturales{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 1;
        column-width: 100%;
        column-gap: 3em;
    }
    
    #localidades{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 1;
        column-width: 100%;
        column-gap: 3em;
    }

    main h1 {
        font-size: 200px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 70px;
        padding-bottom: 70px;

        text-align: center;
        font-family: 'Shadows Into Light', cursive;
        color: #ffffff;
    }
}

@media (max-width: 600px){
        #fiestas{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 1;
        column-width: 100%;
        column-gap: 3em;
    }
    
    #gastronomia{
        margin-left: 40px;
        margin-right: 40px;
        column-count: 1;
        column-width: 100%;
        column-gap: 3em;
    }

    main h1 {
        font-size: 150px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 70px;
        padding-bottom: 70px;

        text-align: center;
        font-family: 'Shadows Into Light', cursive;
        color: #ffffff;
    }
}
header{
    width: 100%;
    background: #1F1F21;
    position: fixed;
}

#boton_menu{
    display: none;
}

header label{
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
}

header label: hover{
    cursor: pointer;
    background: rgba(0,0,0,0.3)
}

header label img{
    width: 30px;
    height: 30px;   
}

nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ffffff;
}

nav li{
    text-align: center;
    flex-grow: none;
    border right: 1px solid #000000;
}

nav li: hover{
    background: rgba(0,0,0,0.3);
}

nav li a {
    display: block;
    padding: 15px 20px;
    color: #A1A3AF;
    text-decoration: none;
    
}

@media (max-width: 1000px) {
    header label {
        display: block;
    }
    
    nav{
        position: absolute;
        background: #1F1F21;
        width: 100%;
        margin-left: -100%;
        transition: all 0.5s;
    }
    
    nav ul {
        flex-direction:column;
        width: 100%;
    }
    
    nav li {
        text-align: center;
        width: 100%;
    }
    
    #boton_menu:checked ~ .menu {
        margin: 0; 
    }
}


footer {
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    color: black;
    font-family: 'Shadows Into Light', cursive;
    font-family: 'Ubuntu', sans-serif;
	background-color: #ffffff;
	padding-bottom: 100px;
	padding-top: 0px;
}


#piedepag1 img {
	float: right;
	height: 50px ;
    border: solid #E2E3E9 2px;

}

#piedepag2 img {
	float: left;
	margin-left: 30px;
	height: 50px ;
    border: solid #E2E3E9 2px;
}

.centrado{
    text-align: center;
}

.vueltainicio{
    border-bottom: #ffffff 2px outset;
}

.cuerpo{
	background-color: #1F1F21;
    margin: 10px;
    padding: 10px;
    clear: both;
    overflow: auto;
    border-radius: 5px;
    border: white 2px dotted;
}

.titulo{
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Righteous', cursive;
}