@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');

header{background: url(../img/img.jpg);
        background-size: cover;
            background-position: center;
        height: 18rem;
        flex-wrap: wrap; }

nav ul {
    background: #C77960;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: -2.5rem;
}
nav ul li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    padding: 1rem;
    align-content: center;
    font-weight: 400;
    text-align: center;
}
nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: white;
    background-color: #C77960;
    padding: 1rem 2rem 1rem 2rem;
}
nav ul li a:hover {
    color: #58595B;
    background-color: #DFE0E1;
}

h3 {margin-bottom: 2rem;
    margin-top: 5rem;
    color: black;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.5rem;}

video {margin: 0 auto 0 auto;
	display: flex;
    flex-wrap: wrap;
    border: solid 0.2rem black; }

h1 { font-family: 'Montserrat', sans-serif;
    font-weight: 200; 
    margin-top: 5rem;
    margin-left: 5rem;
    margin-right: 5rem;
}
.negrita { font-family: 'Montserrat', sans-serif;
    font-weight: 400; }

@media (max-width: 500px)
    {nav ul li {display: flex;
	         flex-direction: column;
	         flex-wrap: nowrap;
	         justify-content: flex-start;
	         align-items: stretch;
	         align-content: stretch;
             padding: 0rem;  }}





