* {
    margin: 0;
    padding:0;
}

html,body {
    background-color:#ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

/* ----- HEADER ----- */

header.ind {
    background-image: url(images/IMG_08873.jpeg);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: visible;
    /*overflow: hidden;*/ 
}	
	
/*header {
    background-image: url(photos/IMG_9940.jpg);
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /*                overflow: hidden;*/
/*}*/
        /*                      for mobile image resize _ takes away parrallax effect  :(          */
        
/*#main_image {
    background-image: url(images/IMG_08873.jpeg);
    height: 30vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: local;
}    */

@media only screen and (min-width:826px) {
	#main_image img {
		 width: 100%;
	}
}

#logo {
    margin:8px;
    width:55px;
    float:left;
}

h1 {
    padding: 20px;
    color: #ffffff;
    font-weight: 300;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-size: 170%;
    float: left;
}

#top-bar {
    width: 100%;
    margin:0;
    height:70px;
    backface-visibility: .7;
    background-color:#000000;
    border-bottom: 3px #000000 solid;
    overflow: visible;
    z-index: 100;
    text-color: #ffffff;
}

/* ----- NAVIGATION ----- */
nav {
    float: right;
    margin: 17px 5% 10px 10px ;
}

nav ul {
    display: block;
    list-style-type: none;
}

nav ul li {
    font-size: 105%;
    display: inline-block;
    float: left;
    padding: 0px 15px;
}

nav ul li a:hover {
    color:#000000;
    border-bottom: 2px #000000 solid ;
    text-transform:none;
}
a , a:link, a:visited {
    text-decoration: none;
    color: #ffffff;
}

.topnav .icon {
    display: none;
    color: #ffffff;
}
        
/* ----- SECTION TWO ----- */

#section-two {
    background-color:#ffffff;
    height:500px;
    width:100%;
    background-attachment: fixed;
   
    
}

h2 {
    margin: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 260%;
    font-weight: 300;
    width: 250px;
    border-bottom: 2px solid #000000; 
}

.wide {
    margin: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 260%;
    font-weight: 300;
    width: auto;
    display: block;
    border-bottom: 2px solid #000000;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 150%;
    margin-bottom: 5px;
    color: #000000;
    
    
}


.square {
    height: 350px;
    width:29%;
    float: left;
    margin:80px 2%;
    overflow: hidden;
    
}

#square-one {
 
    
}

#square-two {

    
    
}

#square-three {
   
    
    
}

.specific {
	margin: 20px;
	width: 350px;
	border: 10px solid black;
	display: block;
	float: left;
	text-align: center;
}

.specific img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.col {
	width: 33%;
	float: left;
	
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 98%;
    color: #acabab;
    text-align: center;
    padding-top: 10px;
}

/* ----- MAGIC BOXES IN EVENT & CONTACT SECTION ----- */
.hideme
{
    opacity:0;
}

/* ----- GALLERY SECTION ----- */

#gallery-section {
   
    background-attachment: fixed;
    height: auto;
}

.picture-sections {
    list-style: none;
    width:100%;
}

.picture-sections li {
    display: block;
    width:25%;
    float:left;
}

.picture {
    width:100%;
    margin:0;
    overflow: hidden;
    background-color: #000000;
}

.picture img {
    width:100%;
    height: auto;
    opacity: 0.7;
    transform: scale(1.15);
    transition: transform .5s, opacity .5s;
}

.picture img:hover {

    transform: scale(1.04);
    opacity: 1;
}

/* ----- VIDEO SECTION ----- */

#video-section {
    background-color:#ffffff;
    height:500px;
    width:100%;
    background-attachment: fixed;
}




/* ----- CONTACT SECTION ----- */

#contact-section {
    width:100%;
    height:70px;
}

#contact-section h2 {
    width: 182px;
    margin-top:10px;
}
.contact-box {
    height: 200px;
    width:29%;
    float: left;
    margin:70px 2%;
    overflow: hidden;
}

.contact-box  li {
    text-align: center;
}
#contact-one {
    
}

#contact-two {
   
}

#contact-three {
    
}

/* ----- FOOTER SECTION ----- */

footer {
    clear: both;
    background-color: #000;
    width:100%;
    height:70px;
    overflow: hidden;
    color: #acabab;
}

footer table tr td {
	color: #acabab;
	text-align: center;
}

footer table tr td a:link {
	padding-top: 35px;
	color: #acabab;
	text-decoration: none;
	font-weight: 200;
}

footer table tr td a:visited {
	padding-top: 35px;
	color: #acabab;
	text-decoration: none;
	font-weight: 200;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 98%;
    color: #acabab;
    text-align: center;
    padding-top: 10px;
}

.main p {
	margin: 0px 15px;
}

@media only screen and (max-width:825px) {
    header {
	    height: 73px;
        background-image: none;
        overflow: visible;
    }
    #main_image {
        background-image: url(images/IMG_08873.jpeg);
        height: 40vh;
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: local;
    }
    #main_image img {
	    height: 0px;
	    width: 0px;
	    visibility: hidden;
    }
}

@media only screen and (max-width:525px) {
	#main_image {
        background-image: url(images/IMG_08873.jpeg);
        height: 30vh;
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: local;
    }
    #main_image img {
	    height: 0px;
	    width: 0px;
	    visibility: hidden;
    }
}


#signup-section {
    background-color:#ffffff;
    height:800px;
    width:100%;
   overflow: hidden;
    background-attachment: fixed;
   
    
}

form {
    margin:0px auto;
}
.row {
    margin: 20px 0px;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
}

label {
    letter-spacing: 1px;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

#signup-button input {
    width:20%;
    margin:0px 40%;
    padding:10px;  
    background-color:#fff; 
    font-family: 'Lato', sans-serif;
    font-weight: 30;
    text-transform:uppercase;
    letter-spacing:5px;
    border:1px #800cb1 solid;
}

#signup-button input:hover {
    background-color:#800cb1;
    color:#fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 80%;
}
