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

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}
 
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	
    
}

.espanol{
	text-align: center;
}

.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;
}
header {
      width: 100%;
      height: 100vh;
      background: url("images/hero2.png") no-repeat 50% 50%;
      background-size: cover;
}


.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: 40%;
    margin: 20px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: justify;	
	border-radius: 15px;
	min-width: 150px;
	min-height: 350;
	color: midnightblue;
	
	
}
.one{
	
	
	
}

.two{

	
}




.contact-form{
  display: flex;
  max-width: 550px;
  margin: 0 auto;
  background: midnightblue;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
 
.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
	
}
 
.input-fields,
.msg{
  width: 100%;
}
 
.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #c5ecfd;
  padding: 10px;
  color: #c5ecfd;
  width: 94%;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
}
 
.msg textarea{
  height: 300px;
}
 
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5ecfd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5ecfd;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5ecfd;
}
 
.btn {
    background: #39b7dd;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
 
 
.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;
      }
 
}
