﻿body {
    background-color: #e8e8e8;
}


#introTxt {
    font-family: Arial, 'Helvetica Neue';
    font-size: 20px;
    color: #1b1b1b;
    width: 300px;
    text-align:left;
    margin-top:-100px;
    margin-left:98px;
    letter-spacing:2px;
}

#subIntro {
    font-family: Arial, 'Helvetica Neue';
    font-size: 16px;
    color: #1b1b1b;
    width: 320px;
    /*text-align:left;
    margin-left:98px;*/
    letter-spacing:2px;
}

main #regForm, #details, #confirmation {
    margin-top:100px;    
}


.imgClick{
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    cursor: pointer;
}

#wrapper {
    width:auto;
    max-width:700px;
    margin:0 auto;
    /*border: 1px solid white;*/
}


#wrapper article {
    float:left;
	width:300px;
	margin-right:20px;
}


/* Modal Content (Image) */
#wrapper article img{
	float:left;
}



/* Modal Content (Image) */
/*#wrapper .modal-content {
    position: relative;
    width: 300px;
    margin-left:0px;
    float: left;
    clear:left;
}*/

/*.clearfix::after {
    content: "";
    clear: both;
    display: table;
}*/

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#wrapper article #caption {
    width: 300px;
    text-align: left;
    color: #ccc;    
    vertical-align:top;
    
}




/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.carousel-indicators li {
    background-color:#000;
}

.carousel-indicators .active {
    background-color: #a84a08;
}

.lead {
    color:#707070;
}



@media only screen and (min-width: 701px){

    #youtube {
        width: 560px;
        height: 315px;
    }

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
    

    #youtube {
        width: 325px;
        height: 183px;
    }

}