h1, h2, ul, li, a {
    font-size: 100%
}

.UC {text-transform: uppercase;}

#Titles {
    text-align: center;
    font-size: 2.5em;
    padding-top:0px;
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
    color: #FAB167;
    font-family: "Open Sans Condensed";
    font-weight: normal;
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/*Body*/
body {
    background: #555555;
}

/*Header*/

#header {
    position:absolute;
    width: 100%;
}

#header a {
    color: white;
    text-decoration: none;
}

#header img {
    z-index: 0;
    max-width: 100%;
}

#header h1, #header h2{
    text-align: center;
    color: white;
    text-shadow: 6px 6px 12px #000000;
    z-index: 1;
    position: relative;
    top: -290px;
}

#header h1 {
    margin-bottom: 0px;
    font-family: "Open Sans Condensed";
    font-size: 5em;
}

#header h2 {
    margin-top: -15px;
    font-size: 5em;
    font-family: 'Dancing Script', cursive;
    
}

/*Navigation*/

#navbar {
    margin: 0; 
    width:100%;
    position: fixed;
    top: 0;
    height:54px;
    float: left;
    z-index: 5;
}

#navbar li {
    height: auto;
    font-size: 1.5em;
    text-shadow: 6px 6px 12px #000000;
    width: 80px;
    float: left;
    text-align: center;
    list-style-type: none;
    font-family: "Open Sans Condensed";
    padding: 0;
    margin-right: 100px;
}

#navbar li:hover {
    color: #FAB167;
}

#navbar li a:hover {
    color: #FAB167;
}

#navbar li a { 
    padding: 5px;  
    text-decoration: none; 
    color: white; 
    display: block;
}

#navbar li ul {
    display: none; 
    height: auto;
    padding: 0;
}				

#navbar li:hover ul {
    display: block;
    color: #FAB167;
}

#navbar li ul li {
    color: #FAB167;
} 

#navbar li ul li a {
    font-size: .5em;
    width: 400px;
    text-align: left;
}
				
#navbar li ul li a:hover {
    background-color: #FAB167;
    color: white;
    width: 150px;
}

href[src$=".pdf"]::before{
    background-image:url("Images/pdf2.png");
}

.pdf::before{
    content:url("Images/pdf2.png");
}

/*Content*/


#hcontainer {
    max-width: 100%;
    overflow: hidden;
    background: #555555;
    padding-top: 40%;
    padding-bottom: 10%;
    margin: 0 auto;
}

#hcontainer a {
    font-family: "Open Sans Condensed";
    color: white;
    text-shadow: 6px 6px 12px #000000;
    text-decoration: none;     
}

#hcontainer img {
    display: inline-block;
    max-width: 100%;
}

#hcontainer h1, #hcontainer p {
    margin: 0;
    padding: 0 0 .5em;
    font-family: "Open Sans Condensed";
    text-shadow: 6px 6px 12px #000000;
}

.hcaption {
    position: relative;
    overflow: hidden;
    float: left;
    max-width:30%;
    margin-left: 13%;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.hcaption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.hcaption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.hcaption__media {
    display: block;
    max-width: 100%;
    height: auto;
}

.hcaption__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.hcaption:hover .hcaption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

.hcaption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.hcaption:hover .hcaption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/*Video*/

#video {
    background-color: #555555;
    width: 100%;
    padding-bottom: 100px;
}

#video img {
    display: block;
    text-align: center;
    width: 50%;
    height: 50%;
    margin: 0 auto;
}

/*About container*/

#wrap {
	width: 100%;
    padding-bottom: 10%;
	margin: auto;
    overflow: hidden;
    background: #555555;
    padding-top: 40%;
}

	.content {
		width:70%;
		background-color:#777777;
		padding:10px;
		margin:auto;
		margin-bottom: 20px;
        font-family: "Open Sans Condensed";
        font-size: 1em;
	}
	
	.subcontent {
		background-color:white;
		padding:10px 0 5px 10px;
		margin-bottom: 10px;
        margin-top: 10px;
		display:none;
        font-size: 1.2em;
        
	}
	
	.selected {
		background-color:#900;
	}

h2 {
    font-size: 1.2em;
    text-align: center;
    color: white;
}

h3 {
    font-size: 1em;
	padding-bottom: 5px;
	margin-left: 10px;
}

p.bodytext {
	margin:10px 20px 10px 5px;
	font-family:"Open Sans Condensed";
	font-size: 1em;
}

/*Members Container*/

#mcontainer {
    width: 67%;
    overflow: hidden;
    background: #555555;
    padding-top: 40%;
    padding-bottom: 10%;
    margin: 0 auto;
}

#mcontainer a {
    font-family: "Open Sans Condensed";
    color: white;
    text-shadow: 6px 6px 12px #000000;
    text-decoration: none;
        
}

#mcontainer img {
    display: inline-block;
    width: 216px;
}

#mcontainer h1, #mcontainer p {
    margin: 0;
    padding: 0 0 .5em;
    font-family: "Open Sans Condensed";
    text-shadow: 6px 6px 12px #000000;
}

.container {
    margin: 0 auto;
    max-width: 480px;
}

/*Caption component*/

.caption {
    position: relative;
    overflow: hidden;
    float: left;
    max-width:30%;
    margin: 10px;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/*W caption*/

#weisenmiller {
    clear:left;
    display: block;
}

.wcaption {
    position: relative;
    overflow: hidden;
    height: 216px;
    width: 216px;
    margin: 0 auto;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.wcaption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.wcaption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.wcaption__media {
    display: block;
    max-width: 100%;
    height: auto;
}

.wcaption__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.wcaption:hover .wcaption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.wcaption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.wcaption:hover .wcaption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/*Events Container*/

#econtainer {
    width: 100%;
    overflow: hidden;
    background: #555555;
    padding-top: 40%;
    padding-bottom: 10%;
}

#Events {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #777777;
    border-radius: 50px;
}

#Events h2 {
    text-align: left;
    font-family: "Open Sans Condensed";
    font-size: 1.5em;
    color: #FAB167;
    padding-left: 30px;
}

#Events h2:first-child {
    padding-top:30px;
}

#Events p {
    text-align: left;
    font-family: "Open Sans Condensed";
    font-size: 1.3em;
    padding-left: 100px; 
    color: white;
    padding-right: 30px;
    padding-top:15px;
    padding-bottom:15px;
}

/*Contact Container*/

#ccontainer {
    width: 100%;
    overflow: hidden;
    background: #555555;
    padding-top: 40%;
    padding-bottom: 10%;
}

#ccontainer h1{
  font-family: "Open Sans Condensed";
  font-weight: normal;
  color: #FAB167;
  font-size: 3em;
  line-height: 0.3em;
  padding-bottom: 20px;
}

#ccontainer form{
  width:50%;
  margin: 0 auto;
}

input,textarea,select{
  display: block;
  width:89%;
  padding: 10px 5%;
  border: 2px solid #FAB167;
  border-radius: 10px;
  margin-top: 10px;  
}

select {
    height: 40px;
    width: 100%;
    color: #999999;
}

textarea{
  height: 150px;  
}

textarea:focus, input:focus, button{
    outline: 0;
}

.submit{
  border-radius: 10px;
  background-color: #FAB167;
  color: #fff;
  border: 0;
  padding: 5px 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Open Sans Condensed";
  font-size: 1.5em;
  cursor: pointer;
  width: 100%;
  display: block;
}

.submit:hover{
  background-color: #fff;
  color: #FAB167;
  border: 2px solid #FAB167;  
}

/*Footer*/

#footer {
    position: fixed;
    bottom: 0;
    background-color: #333333;
    width:100%;
    height: 30px;
    float: left;
    padding-top:10px;
}

#fmenu li {
    display: inline-block; 
    height: auto;
    width: 100px;
    font-size: .75em;
    text-align: center;
    list-style-type: none;
    font-family: "Open Sans Condensed";
    border-right:2px solid #FAB167;
    margin-right:10px;
}

#fmenu li:last-child {
    border-right:none;
}

#fmenu ul {
    width: 30%;
    margin: auto;
    display:inline;
    margin-right: 270px;
    margin-left:17%;
}

#fmenu li:hover {
    color: #FAB167;
}

#fmenu li a:hover {
    color: #FAB167;
}

#fmenu a { 
    text-decoration: none; 
    color: white; 
    display: block;
}

#fmenu li ul {
    display: none; 
    height: auto;			
    margin: 0; 
    padding: 0; 
}				

#fmenu li:hover ul {
    display: block;
    color: #FAB167;
}

#fmenu li ul li {
    color: #FAB167;
} 
				
#fmenu li ul li a:hover{
    background-color: #FAB167;
    color: white;
}

/*social media icons*/

#social {
    float: left;
    background-color: #333333;
    margin-top: -5px;
}

#social img {
    margin-right: 2px;
    max-width:30px;
    max-height: 30px;
    margin-bottom: 2px;
}

#social li {
    display: inline-block; 
    height: auto;
    list-style-type: none;
    border-right: none;
    width:30px;
    margin-right:8px;
}

/*Horizontal tablet*/
@media (max-width:980px){
    #Titles{
        font-size:2.3em;
        height:40px;
    }
    #header h1, #header h2{
        font-size:4em;
        top:-210px;
    }
    .hcaption{
        max-width: 20%;
        margin-left:10%;
        margin-top: 20px;
    }

}

/*Vertical tablet*/
@media (max-width:768px){
    #Titles{
        font-size:2.1em;
        height:20px;
    }
    #header h1, #header h2{
        font-size:3em;
        top:-170px;
    }
    #navbar li{
        font-size:1.05em;
        width:20px;
    }
    #navbar li ul li a:hover{
    background-color: #FAB167;
    color: white;
    width: 80px;
}
     .hcaption{
        max-width: 50%;
        margin-left:36%;
        margin-top: 40px;
    }
    .caption{
        max-width:50%;
    }
    #Events h2{
        font-size:1.3em;
    }
    #Events p{
        font-size:1em;
        padding-left:70px;
    }
    #footer ul{
        margin-right:20px;
    }
    #footer li{
        margin-right:8px;
    }
    #fmenu ul{
        margin-left: 1%;
    }
}

/*Horizontal phone*/
@media (max-width:480px){
    #Titles{
        font-size:1.3em;
        height:10px;
    }
    #header h1{
        font-size:2em;
        top:-100px;
    }
    #header h2{
      font-size:2em;
        top:-95px;  
    }
    
    #navbar li{
        font-size:1em;
        margin-right:70px;
    }
    #navbar li ul li a:hover{
        background-color: #FAB167;
        color: white;
        width: 70px;
    }
     .hcaption{
        max-width: 35%;
        margin-left:32%;
        margin-top: 20px;
    }
    #video{
        padding-bottom: 70px;
    }
    .caption{
        max-width:43%;
    }
     #Events h2{
        font-size:1.1em;
    }
    #Events p{
        font-size:.9em;
        padding-left:70px;
    }
    #ccontainer form, #econtainer{
        margin-bottom:30px;
    }
    #social{
        margin-left:35%;
    }
    #social img{
        max-width:20px;
    }
    #fmenu{
        display:none;
    }
}

/*Vertical phone*/
@media (max-width:320px){
    #Titles{
        font-size:.8em;
        height:10px;
        margin-bottom:25px;
    }
    #header h1{
        font-size:1.2em;
        top:-70px;
    }
    #header h2{
      font-size:1.2em;
        top:-55px;  
    }
    #navbar li{
        font-size:.6em;
        margin-right:43px;
    }
   
    #navbar li ul li a:hover{
        background-color: #FAB167;
        color: white;
        width: 40px;
    }
    .hcaption{
        max-width: 40%;
        margin-left:30%;
        margin-top: 20px;
    }
    .content{
        font-size:.6em;
    }
    .caption{
        max-width:100%;
    }
    #mcontainer{
        padding-bottom: 20%;
    }
    #Events h2{
        font-size:.8em;
    }
    #Events p{
        font-size:.7em;
        padding-left:50px;
    }
    #ccontainer form{
        margin-bottom:30px;
    }
    #ccontainer h1{
        font-size:1em;
    }
    .submit{
        font-size:1.2em;
    }
    #social{
        margin-left:27%;
    }
    #video{
        padding-bottom: 70px;
    }
}
