@charset "UTF-8";
/* CSS Document */

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
	height: 100%
	
}
 
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	
	
    
}
 
header {
      width: 100%;
      height: 100vh;
      background: url("images/hero2.png") no-repeat 50% 50%;
      background-size: cover;
}


.espanol a{
    background-color: midnightblue;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    opacity: 1;
    font-style: normal;
    font-weight: lighter;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 2px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 6px 0px #848484;
    box-shadow: 4px 4px 6px 0px #848484;
    min-width: 115px;
    transition-duration: .7s;
	
}

.espanol a:hover{
	background-color:azure;
	color: midnightblue;
	transition-duration: .7s;
}


.container2{
    justify-content: center;
	width: 100%;
    height: 83%;
    display: flex;
    flex-flow: wrap;
    top: 100px;
    position: absolute;
}

.box{
	
	text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 25%;
    margin: 20px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: justify;	
	border-radius: 15px;
	min-width: 150px;
	min-height: 350;
	color: midnightblue;
	
	
}
.one{
	font-size: 50px;
	text-align: right;
		
	
	
}

.two{

	
}

.three{
	
	background-size: cover;
	
}


 
.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}
 
.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}
 
nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
	z-index: 3;
}
 
nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}
 
nav.black ul {
      background: azure;
}
 
nav ul li {
      display: inline-block;
      padding: 16px 40px;;
}
 
nav ul li a {
      text-decoration: none;
      color: midnightblue;
      font-size: 19px;
	  transition-duration: .7s;
}

a:hover{
	color: powderblue;
	transition-duration: .5s;
}
 
.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: midnightblue;
      display: none;
	transition-duration: .5s;
}





 
@media screen and (max-width: 990px) {
	
	.box{
		width: 90%;
	} 
	
	
      .logo {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }
 
      nav ul {
            max-height: 0px;
            background: azure;
      }
 
      nav.black ul {
            background: azure;
      }
 
      .showing {
            max-height: 34em;
      }
 
      nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    text-align: center;
    background-color:azure;
      }
 
      .menu-icon {
    display: block;
    opacity: 1;
    background-color: azure;
      }
 
}
