


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* { box-sizing: border-box; }

body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 100%;
  
}
.header {
	padding: 0 0;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0px 0;
}

.column {
	flex: 1;
	border: 0px solid gray;
	margin: 2px;
	padding: 0px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

footer {
	padding: 0 15px;
}


@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}




a.navlink:hover
{
    text-decoration: underline; 
}

a.navlink, a.navlink:active, a.navlink:focus {
   outline: none;
}




.tiledBackground {
  background-image: url("images/city2.jpg");
  background-size: 770px 480px;
  width: 770px;
  height: 480px;
  border: 2px solid;
  color: white;
       
       color: white;
            font-size: 16px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: white;


 -webkit-filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));
    filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));



  border: 1px solid;
  padding: 10px;
 
  
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  border-radius: 10px;
  top: 20%;
  left: 40%;
  border: 3px solid #f1f1f1;
 1-
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: black;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 10px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}  
  
  
  
  
  
font-family: 'Open Sans', sans-serif;
}




@media screen and (max-width: 800px) {
	
		#fluid img { display: block; width: 190%; height: 190%;  }
		
         #fluid { background-image: url('images/fondoEstrellas.jpg'); background-repeat: repeat-x; background-size: 10% 10%; width: 100%; height: 100%;}
       
         #wrapper { background-color:black;height:40px }
        .topbar { display:none  }
        .banner { display:block  }
}


.banner { display:none } 

#fixed { position: relative; float: left; }
#fluid { position: relative;  }

#fixed a { position: absolute; background-color: rgba(0, 0, 0, 0); }
#fluid a { position: absolute; background-color: rgba(0, 0, 0, 0); }

#fixed img { vertical-align: bottom; }
#fluid img { display: block; width: 80%; height: 100%; }

.clear { clear: both; }
