* {
    font-family: "Helvetica", Arial, Sans-Serif;
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h2 {
    font-size:2.3em;
}
p , ul{
    font-size: 1.2em;
}
header img {
    width:auto;
    padding-top: 20px;
}
#logo{
    height: 160px;
    background: #fff;
    width:auto;
    position: absolute;
    z-index: 10000;
    margin-left: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/******** Hamburger Menu ********/
.mobile { 
	display:none;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
/*    top: 10%;*/
    width: 100%;
    text-align: center;
/*    margin-top: 10%;*/
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

nav{
    background-color: #434343;
    padding: 15px 0;
    float:right;
    width:100%;
    margin-top: 70px;
    z-index: 9999;
}
nav a {
    color:#fff;
    margin-left: 20px;
    float:left;
}
#navbar{
    float:right;
    padding-right: 50px;
}
footer{
    background-color: #434343;
    color:#fff;
    padding: 40px 0;
    width:100%;
    float:left;
}
/* Main */
main , footer{
    width:100%;
    margin: 0 auto;
}
main {
    min-height: 470px;
    max-width:1280px;
}
/* Slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
    z-index: 1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

img {
	width:100%;
}
.content{
    width:60%;
    padding-left: 200px;
}
.content ul{
    font-size: 1.3em;
}
#membership{
    width:100%;
    min-height: 180px;
    color:#fff;
    padding: 60px 0;
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.50)
    );
}
#about{
    width:100%;
    min-height: 300px;
    background-color: #F36962;
    color: #fff;
    padding: 30px 0 ;
    float:left;
}
#about-align {
    width:70%;
    margin: 0 auto;
}
.about-content{
    width:400px;
    float:left;
    background-color: inherit;
    min-height: 100px;
}
.about-content h2 {
    padding-top: 20px;
}
.about-content ul {
    list-style: circle;
}
.about-content ul, .about-content p {
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 5px;
}
#classes{
    width:106%;
    min-height: 300px;
    color:#fff;
    padding: 30px 0;
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.50)
    );
}
#location{
    width: 100%;
    float: left;
    color:#434343;
    background-color: #B2E25B;
    padding-bottom: 20px;
    min-height: 140px;
}
#classes h2, #classes p, #location h2, #location p {
    padding:20px 0 0 20px;
}
#classes ul {
    padding-left: 40px;
    list-style: circle;
}
#social {
    width:100%;
    background-color: #3B5998;
    font-size: 1.7em;
    text-align: center;
    float:left;
    min-height: 100px;
    padding-top: 30px;
}
#social a {
    color:#fff;
}
footer {
    float:left;
    width:100%;
}
#footer-content {
    width:80%;
    margin: 0 auto;
}
#footer-contact, #footer-links {
    width:45%;
    float:left;
    margin-left: 40px;
}
#footer-links ul {
    list-style: circle;
    padding-left: 20px;
    font-size: 1.2em;
}
#footer-links a {
    color:#fff;
}
footer h2 {
    font-size: 2.5em;
    padding-bottom: 10px;
}
.color-heading{
    color:#B2E25B;
}
footer address {
    font-size: 1.2em;
}
footer address a{
    color:#fff;
}
.member-parallax {
    /* The image used */
    background-image: url("../img/models.jpg");

    /* Set a specific height */
    min-height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.classes-parallax {
    /* The image used */
    background-image: url("../img/display.jpg");

    /* Set a specific height */
    min-height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* content centering styles */
.content-a {
    display:table;
}
.parallax-content {
	display:table-cell;
    position:relative;
	vertical-align:middle;
}
.parallax-contenct h1{
	font-size:2.0em;
	color:#fff;
}
/* Main content */
#main-content {
    width:70%;
    min-width: 600px;
    margin: 0 auto;
    padding-top: 80px;
}
#main-content h2 {
    color: #B2E25B;
    font-size: 3em;
    padding-bottom: 20px;
    margin-top: 100px;
}
#main-content p {
    width:80%;
    min-width: 600px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    float:left;
    padding-left: 20px;
}
#main-content img {
    min-width: 150px;
    height:auto;
    padding:0 20px 50px 0;
}
.description {
    float:left;
    width: 50%;
}
.activity {
    float:left;
    width:40%;
}
.flyer img {
    float:left;
    width:50%
}
.flyer-description {
    float:left;
    width:40%;
    padding-top:120px;
    padding-left: 40px
}
/* Contact */
#contact-heading {
    color:#434343;
}
#contact {
    width:100%;
    margin: 0 auto;
    float:left;
    padding-bottom: 20px;
    color:#434343;
}
#contactDetails {
    float:left;
    width:350px;
    line-height: 25px;
    min-height: 200px;
    padding: 20px 20px;
    font-size: 1.2em;
}
#contactDetails a {
    color:#434343;
}
#contactDetails h3 {
    font-size: 1.8em;
    line-height:35px;
}
#contactForm {
    float:left;
    width:480px;
}
input, textarea {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    height:50px;
    font-size: 1.8em;
    width:450px;
    background-color: #dedede;
}
textarea {
    height:200px;
}
label {
    font-size: 1.8em;
}
.required {
    color:red;
}
#required {
    font-size:0.9em;
    float:right;
    padding-right: 40px;
    padding-bottom: 15px;
}
.contact-label {
    padding: 10px 0 10px 0;
    float:left;
}
#thankyou {
    font-size:1.7em;
}
#contact-name {
    color:#B2E25B;
}
/* Fulltech style */
#fulltech {
    padding-top: 20px;
	text-align: center;
    width:100%;
    float:left;
}
#fulltech a {
	color:#fff;
}


/* Responsive queries */

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
 @media screen and (max-width: 1260px) {
     nav {
         margin-top: 180px;
     }
     #main-content h2 {
         margin-top: 180px;
     }
     
}
 @media screen and (max-width: 1169px) {
     .description {
        float:left;
        width: 75%;
    }
     
}
@media screen and (max-width: 997px) {
    #footer-links h2 {
        padding-top: 40px;
    }
    #footer-content {
        margin: auto 0;
    }
.flyer img {
    float:left;
    width:90%
}
.flyer-description {
    float:left;
    width:90%;
    padding-top:60px;
    padding-left: 40px
    margin-bottom: 60px;
}
    }
@media screen and (max-width: 986px) {
    /****** Menu *******/
    .desktop { /*Hide desktop menu */
        display:none;
    }

    .mobile {
        display:initial;
    }
    #miniNav {
        background-color:#434343;
        min-height: 180px;
    }
    #miniNav img {
        padding:20px 20px;
        clear:both;
        float:left;
    }
    #open{
        float:right;
        padding: 50px 100px;
        color:#fff;
    }
    .content{
        width:90%;
        padding-left: 40px;
    }
    .about-content{
        width:90%;
        float:left;
        background-color: inherit;
        min-height: 100px;
    }
    #main-content {
        width:80%;
        margin: 0 auto;
        padding-top: 80px;
    }
    #main-content h2 {
         margin-top: 0px;
     }
    main , footer{
        width:100%;
        margin: 0 auto;
    }
    #footer-content {
        width:80%;
        margin: 0 auto;
    }
    #footer-contact, #footer-links {
        width:40%;
        float:left;
        margin-left: 20px;
    }
    #footer-links ul {
        padding-left: 10px;
        font-size: 0.8em;
    }
    footer h2 {
        font-size: 1.5em;
        padding-bottom: 5px;
    }
    footer address {
        font-size: 1.0em;
    }  
}
@media screen and (max-width: 547px) {
    #open{
        float:left;
        padding: 50px 100px;
        color:#fff;
    }
    #miniNav {
        min-height: 130px;
    }
    #miniNav img {
        width:150px;
    }
}

@media screen and (max-width: 481px) {
    #open{
        float:right;
        padding: 50px 20px;
    }
}
@media screen and (max-width: 1024px) {
    .member-parallax {
        /* The image used */
        background-image: url("../img/models.jpg");
        background-attachment: scroll;
    }
    .classes-parallax {
        /* The image used */
        background-image: url("../img/display.jpg");
        background-attachment: scroll;
    }
    .content{
        width:80%;
        padding-left: 15%;
    }
    .about-content{
        width:45%;
        float:left;
        background-color: inherit;
        min-height: 100px;
    }
    #main-content {
        width:80%;
        margin: 0 auto;
        padding-top: 80px;
    }
    #classes{
        width:100%;
    }
     #footer-contact, #footer-links {
        width:45%;
        float:left;
    }
}
@media screen and (max-width: 414px){
    .about-content{
        width:95%;
        float:left;
        background-color: inherit;
    }
    #social {
        width:100%;
        font-size: 1.0em;
        float:left;
        min-height: 100px;
        padding-top: 30px;
    }
    #footer-content {
        width:80%;
        margin: 0 auto;
    }
    #footer-contact, #footer-links {
        width:90%;
        float:left;
        margin-left: 20px;
    }
    #footer-links ul {
        padding-left: 10px;
        font-size: 1.0em;
    }
    footer h2 {
        font-size: 2.0em;
        padding-bottom: 5px;
    }
    footer address {
        font-size: 1.0em;
    }  
}
/* Mitchell's Stuff */
/* Banner */
/*Thanks W3 schools :)*/
 .alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

 .alert.happy {background-color: #37c474;}
 .alert.info {background-color: #2196F3;}
 .alert.warning {background-color: #ff9800;}

 .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

 .closebtn:hover {
  color: black;
}