@import url(http://fonts.googleapis.com/css?family=Satisfy|Pathway+Gothic+One);

body {
  font-family: 'arial';
  margin:0px;
}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a {  text-decoration: none;}
h1{  font-family: 'Satisfy', 'cursive';  font-size:4em;  color:#fff;}
 
/*menu*/
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 60px;*/
  z-index:15;
  background: rgba(0,0,0,0.7);  
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left; }

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #007bb7;}
ul.topnav li.icon {display: none;}

.button{
  padding: 20px 30px;
  margin: 4px 4px;
  width:200px;
  background-color: #007bb7;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 30px;
 /* display: inline-block;*/
}
.button:hover{
  background-color: #2ecccc;
 }
 
.bg {
  position: fixed;
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/air-bubbles.jpg'); 
  -webkit-background-size: cover;  
  -moz-background-size: cover;  
  -o-background-size: cover;
  background-size: cover;
  font-family: 'arial';
  color:#fff;
  z-index: -1;
}

.layout1 {
  background: rgba(0,0,0,0);
  text-shadow: 2px 2px #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  color:#fff;
  font-size:20px;
}

.layout2 {
  background: rgba(255,255,255,0.8);
  height: 600px;
  width:100%;
  text-align:justify;
  margin-top:-42px;
  padding-left:20px;
}
.layout2 h1{
  font-family: 'Satisfy', 'cursive';
  font-size:4em;
  color:#000;
  text-align:center;
}
.layout2 p{
  font-family: 'arial';
  font-size:1em;
  color:#000;
}
.layout2 li{
    color:#2ecccc;    
    list-style:square;                
}
.layout2 li p
{
  color: #000;
}

.layout3 {
  background: rgba(0,0,0,0.8);
  height: 500px;
  width:100%;
  text-align:justify;
  padding-left:20px;
}
.layout3 p{
  font-size:16px;
  color:#fff;
  text-align:center;
}
.layout3 h2{
  font-family: 'Satisfy', 'cursive';
  font-size:2em;
  color:#fff;
  text-align:center;
}
/*fin menu*/
.down {
  background: rgba(0,0,0,0.8);
  /*position: absolute;
    bottom: 0px;*/
  width: 100%;
  height:100%;
  margin-top: -40px;
}
.down a{
	text-decoration: none;    
	color:#fff;	
}
.down h1, table{
	padding-right: 20px;
    padding-left: 20px;
}
.down img {
  display: block;
}


@media screen and (max-width: 1250px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

.button{
  padding: 10px 20px;
  margin: 4px 4px;
  width:100px;
  font-size: 15px;
}
  
.layout1 { 
  font-size:14px;  
}
.layout2 {
  height: 900px;
}
.layout2 img {
width:60%;
height:60%;
}
.layout2 h1{
  font-size:3em;
}
}

@media screen and (max-width:499px) {
.layout2 {
  height: 1000px;
}
.layout2 img {
width:50%;
height:50%;
}
.container {
  padding-right: 15px;
  padding-left: 5px;
  padding-top:40px;
}
.container h1 {
  font-size: 2em;
}
}




