@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700|PT+Serif:400,700|Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Neuton:400,700,300);
@import url(menu.css);
@import url(modelos.css);
@import url(galeria.css);
@import url(boe.css);
@import url(contacto.css);
@import url(foot.css);
@import url(inicio.css);
@import url(gracias.css);
* {
    top: 0;
    left: 0;
}

html {
    background-image: url(../images/wood.jpg);
    background-size: 100% 100vh;
    background-attachment: fixed;
}

body {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

body h1,
h2 {
    font-family: 'Cinzel';
    font-weight: 400;
    color: #fff;
}

body h3 {
    font-family: 'Lato';
    color: #fff;
}

body p,
a,
ul {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 15px;
}

.logo {
    width: 100%;
    text-align: center;
    margin: 0px auto -50px;
    padding: 50px 200px;
    box-sizing: border-box;
    z-index: -50;

}

.logo img {
    width: 100%;
}

@media (min-width: 768px) {
    #splash {
        position: absolute;
        width: 100%;
        height: 350px;
        margin-top: 50px;
        background-image: url(../images/Render800.jpg);
        background-size: cover;
        background-position: center;
    }
    .logo {
        width: 90%;
        text-align: right;
        margin-top: 100px;
    }
    .logo img {
        max-width: 200px;
    }
}

@media (min-width: 1024px) {
    html {
        background-image: url(../images/wood.jpg);
        background-attachment: fixed;
        background-size: 100% 100vh;
    }
	
	/*
    body {
        background: rgba(0, 0, 0, 0.3);
        background-image: url(../images/Wood%20bluir.jpg);
        background-blend-mode: multiply;
        background-attachment: fixed;
        background-size: 100% 100vh;
	
    }
	*/
    #splash {
        width: auto;
        height: auto;
        background: none;
        margin-top: -50px;
    }
    .logo {
		padding-bottom: 980px;
        width: 80vw;
        height: 80vh;
        background-color: #aaa;
        background-image: url(../images/portada.jpg);
        background-size: cover;
        z-index: 50;
		
    }
    .logo img {
        padding: 10px 50px 10px;
        width: 300px;
        max-width: 300px;
        margin-top: 60vh;
    }
    body p,
    a,
    ul {
        font-size: 18px;
    }
	.logo2{
		padding-left:30px;
	}
}