 @import url('https://fonts.googleapis.com/css?family=Raleway');
 @import url(menu.css);

 * { margin: 0;
     padding: 0;
     box-sizing: border-box; }

body {font-family: 'Raleway', sans-serif;
    background-image: url(../ima/extinback.png)
    
	  }

header {
	width: 100%;
	height: 50px;
	background: #333;
	color:#fff;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;}


h1 {float: left;}


.contenedor {
	width: 75%;
	margin: auto;}

header .contenedor {display: table;}


/*--logo__*/

#logo .codsica {
    margin-top: 80px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;}

#logo article {margin: 15px;}

#logo img {width: %;
			max-width: 280px;
		   }
/*--logo end--*/




/*contacto*/


form {
    width: 450px;
    margin: auto;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 60px;
    border-radius: 7px;
}

h2 {
    color:antiquewhite;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
}

input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border:none;
    
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton {
    background: #31384a;
    color: #fff;
    padding: 20px;
}

#boton:hover {
    cursor: pointer;
    
}

h5 {color:black;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;}

article {color:black;
    text-align: center;
    font-size: 20px;}

@media (max-width:480px){
    form {
        width: 100%;}
    }

















