/* 
    Created on : Mar 11, 2016, 8:55:20 AM
    Author     : Zimba_000
*/
@import url(https://fonts.googleapis.com/css?family=Lora:700italic,400);
/*Imported a google font because the look I wanted wasn't available'*/
body{
    margin: 0px;
}
header{
    background-color: #005683;

}
.col1, .col2{
    display: inline-block;
    vertical-align: top;
}/* Almost all pages styled using this class for the img and the paragraphs*/
.col1{
    width: 50%;
}
img{
    display:inline-block;
    margin-bottom: 0px;

}
.center{
    width: 100%
    margin: auto;
    text-align: center;

}/*class center is used on all the pages to keep the content centered on the page*/
body{
    font-family: "Trebuchet MS", Helvetica, sans-serif;

}

h1,h2,h3,h4,h5,h6{
  font-family: 'Lora', serif;
}

#top{
    background-color: #430107;
    padding: 1%;
    text-align: center;
    margin-top: -.3%;
    box-shadow: .5vw .5vw .5vw #777777;
}
#top ul{
    padding: 0;
    
}
#top li{
    display: inline;
}
#top a:link{
    color:  #DDD9DE;
    text-decoration: none;
    margin: 1vw 1vw 0px 1vw;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: .2vw;
    font-size: 1vw;
    padding: 1%;
    border: solid .1vw transparent;
    transition: .5s;
    /* other styles */
}
#top a:visited{
    color: #DDD9DE;
    /* other styles */
}
#top a:hover{
    color: #005683;
    border: solid .5px #005683;
     /* other styles */
}
#top a:active{
    color: #DDD9DE;
    /* other styles */
}


/* Secondary Navigation Style */
#secondnav{
    padding-top: 10px;

   }

#secondnav li{
display: inline;
color: #DDD9DE;

   
}
#secondnav a:link{
    color:  #DDD9DE;
    text-decoration: none;
    margin: 5px 45px 0px 0px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    letter-spacing: .2em;
    font-size: 1em;
    padding: 10px;
    border: solid .5px transparent;
    transition: 5s;
    /* other styles */
}
#secondnav a:visited{
    color: #DDD9DE;
    /* other styles */
}
#secondnav a:hover{
    color: #430107;
    border: solid .5px #430107;
    /* other styles */
}
#secondnav a:active{
      color: #DDD9DE;
    /* other styles */
}
footer{
     background-color: #005683;
    text-align: center;
    color: #DDD9DE;
    padding-bottom: 10px;
}
h1, h2, h3 ,h4, h5, h6{
    color: #430107;
    font-weight: 700;
    font-style: italic;
}


/* Style for individual headings */
h1{
    font-size: 3em;
    text-align: center;
}

h2{
     font-size: 2.5em;
    text-align: center;
}

h3{
font-size: 2em;
}

h4{
    font-size: 1.5em;
    margin: 1px;
    margin-bottom: -10px;
}

h5{
font-size: 1em;
}



/* List Styles */
ul{
    color: #2b2b2b;
   
}
ul li{
 letter-spacing: 1px;

}

ol{
  color: #2b2b2b;
}
ol li{
    text-align: left;
    letter-spacing: 1px;
}


/* Non-Navigational Link Styles */

a:link{
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #005683;
    text-decoration: none;
}
a:visited{
    color: #2B2B2B; 
}
a:hover{
    color: #C2BD04;
}
a:active{
    color: #2b2b2b;
}


/* Paragraph Styles */
p{
    color: #2b2b2b;
    letter-spacing: 1px;
    text-align: justify;
    /* Other paragraph styles */
}


/* Figure and Figcaption Styles */
figure{
    padding: 10px;
    display: inline-block;
    width: 200px;
    margin: auto;

} 
div.gallery{
    width: 700px;
    margin: auto;
}
figcaption{
    font-family: Lora, serif;
    font-style: italic;
    text-align: center;

}
aside{
    text-align: left;
    width: 500px;
    padding-bottom: 50px;
}
figure.doc{
      margin: 0px;
      width: 460px;
}
figure.battalion{

    margin: 0px;
    width: 460px;


}
figure.free{
    
    margin: 0px;
    width: 460px;
}
figure.low{
    margin: 0px;
    width: 460px;
}


section{
    text-align: left;
    width: 500px;
    padding-bottom: 50px;

}  
div#contact{/*used to style contact form all the way to input submit*/
    font-family: Lora;
    font-size: 1em;
    float: left;
    display: inline-block;
    text-align: justify;
    padding: 60px 20px 0px 60px;
    margin-left: 80px;
    width: 300px;
}
form{
    width: 300px;
    padding:50px;
    margin: auto;
    font-family: Lora;
    font-size: 1.25em;
    display: inline-block;
    
}

input{
    font-family: Lora;
    font-size: 1em;
    padding: 2px;
    background-color: #f2f2f2;
    border: .5px solid #bdbdbd;
    display: block;
    border-radius: 5px;
}
input#submit{
    border-radius: 5px;
}

figure#camp{
    width: 300px;
    margin-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: absolute;
    
}

.cook{
    display: inline-block;
    width: 460px;
    margin-left: 0px;

}
.kids{
    display: inline-block;
    width: 500px;
    margin-left: 200px;
}
.message{
    background-color: #005683;
    color: #ffffff;
}