body {
    margin:0;
    padding:0;
    font-family: 'Sintony', sans-serif;
    font-weight: normal;
    background-image:url(gallery/bg.jpg);
    background-position: center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;

}

img {
    max-width: 100%
}

header {
    width:100%;
    overflow:hidden;
    padding:10px 0 0 0;
    background: #fff;
    text-align: center;
    opacity:0.9;
    
}

.socialicons {
    position:absolute;
    top:0;
    right:0;
    overflow: hiddne;
    width:65px;
    height:30px;
    margin:5px 5px 0 0;
    padding:5px 0 0 0;
    display: inline-block;

}

.handle {
    width:100%;
    background: #000;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    padding:10px;
    cursor:pointer;
    display:none;
    opacity:0.9;
}

a {
    text-decoration: none;
    color:inherit;
}

nav ul {
    background-color:#fff;
    overflow: hidden;
    text-align: center;
    opacity:0.9;
    margin:0;
    padding:0;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;    
}

nav ul li:hover {
    background:#fff;
    color:gray;
}

nav ul li {
    list-style: none;
    display:inline-block;
    padding:15px 20px;
}

.current {
    background-color:#99ccff;
    color:#fff;
}


section {
    width:100%;
    height:auto;
    position: absolute;
    top:75%;
    overflow: hidden;
    background-image: url(capoeira/bg_transparent.png);
    background-repeat: repeat;
}

.container {
    position:relative;
    top: 0;
    width:70%;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.divider {
    width:100%;
    overflow: hidden;
    text-align: center;
    margin:10px 0 20px 0;
    background-color:#e6e600;
    color:gray;
}

.middle {
    width:100%;
    overflow: hidden;
    margin: 0 auto 20px 0;
    clear: both;
}

.middle ul li {
    list-style: none;
    display:inline-block;
    float:left;
    
    
} 

.middle img {
    padding: 2px 5px;
}

footer {
    width:100%;
    overflow: hidden;
    clear: both;
}

.copyright {
    width:100%;
    padding: 15px 0;
    background-color:#f2f2f2;
    text-align: center;
    font-size: 70%;
    opacity: .70;
    clear: both;
    margin:20px 0 0 0;
}

.map {
    width:100%;
    overflow: hidden;
    margin:0;
    
}

.scrollToTop{
	width:20px; 
	height:20px;
	padding:7px 2px 3px 7px; 
	text-align:center; 
	background: lightgray;
	font-weight: normal;
    font-size:60%;
    border-radius: 5px;
	color: #gray;
	text-decoration: none;
    opacity:.7;
	position:fixed;
	bottom:50%;
	right:20px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
}

.arrow {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	
	border-bottom: 12px solid gray;
}







@media screen and (max-width: 780px) {
   
    #mobile_collapse {
        width:auto;
        float:none;
    }
    

    
       nav ul {
            max-height: 0;
           opacity:0.99;
    }
   
     
    .showing {
        max-height: 27em;
    }
        
    
    nav ul li {
              box-sizing: border-box;
              width:100%;
              padding:15px;
              text-align: left;
              background-color:#f2f2f2;
          }
    
    .handle {
        display:block;
      
        }
    
    
    body {
        background-image: url(gallery/bgs.jpg);
        background-size:cover;
        background-position: top;
        background-attachment: scroll;
        font-size:90%;
    }
    
    section {
    width:100%;
    overflow: hidden;
    background-color: #fff;
    margin:0;
}
    
    .container {
        width:90%;
    }
    
    iframe {
        width:100%;
        height: 300px;
    }
    .copyright {
        padding: 5px 0;
    }
    
    .map {
    text-align: center;
    width:100%;
    font-size:70%;
}
  
    
    .scrollToTop {
        position:fixed;
        right:10px;
    }

}