* {
    margin: 0;
    padding: 0;
    list-style: none;
}



body {
    background-image: url("../img/leaf-shadow.jpg");
   background-color: silver;
   text-align: center;
   background-size: cover;
   background-repeat: no-repeat;
}

button#hamburger-button {
    position: fixed;
    font-size: 2em;
    z-index: 1;
    line-height: 1em;
    padding: 0.1em 0.2em 0.2em 0.2em;
    border: 0.1em solid black;
    border-radius: 20%;
    margin: 0.2em;
    left: 93vw;
}
			

        

        button#hamburger-button:hover {
			color:rosybrown;
			background-color: rgba(0,0,0,0.5);
			border-color: rgba(255,255,255,0.5);	
		}

/*font families*/
.cedarvillefont {
    font-family: 'Cedarville Cursive', cursive;
    font-weight: 100;
}

.opensansfont {
   font-family: 'Open Sans', sans-serif; 
   
}

.opencondfont {
  font-family: 'Open Sans Condensed', sans-serif;  
}

.rajfont{
    font-family: 'Rajdhani', sans-serif;
}
 .inline{
     text-decoration: none;
     display: inline;
     left: 4vw;
     padding: 0 2vw 0 0;
     
 }

 nav {
    position:fixed;
    top:0;
    margin: 2vw;
    left: -35vw;
           transition: transform 1s;		
   }

       .slide-the-drawer {
           transform: translateX(35vw);
       }


/*Font Sizes*/

.large {
    font-size: 6vw;
    font-weight: 100;
    float: left;
    margin-left:-15vw;
    margin-top:7vh;
}

.center {
   margin-top: -4vh; 
}

.logo {
    width:20%;
    display: flex;
    margin-left:38vw;
    padding: 2%;
    
}
 a {
     text-decoration: none;}
    
 


.navy {
    color: rgb(12, 17, 20);
}


a:hover{
    color: rosybrown;
}

#picturebox {
    background-color: black;
    width: 50vw;
    height:50vh;
    padding: 2%;
    margin-top: 10vh;
    margin-left: 50vw;
    margin-right: 2vw;
    float: right;
    
}


.rosybrown {
    color: rosybrown;
}

section#map{
    margin-top: -6vh;
    width: 100vw;
    height: 70vh;
}



footer {
    background-color: whitesmoke;
    width: 100%;
    height:10vh;
    
    
}

.icon {
    display: inline;
    margin-bottom: 20px;
    width: 2vw;
    float: left;
    padding: 1vw 1vw 0 0;
    opacity: 20%;
   
}
    .icon:hover {
        opacity: 100%;
    }

.center-two {
    margin-left: 45vw;
}

h6 {
    text-align: center;
    float: left;
    margin-top: -1vh;
    margin-bottom: 1vh;
    margin-left: 47vw;
    font-size: 14px;
    color: lightslategray;
   
  
}

section#hours {
    background-color: rgba(245, 245, 245, 0.699);
    width: 100vw;
    height: 70vh;
}

.titlebar{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height:6.8vh;
    display: flex;
    float: center;
    
}

h2 {
}

.title{
    font-size:40pt;
    text-align: center;
    margin-left: 45vw;
    margin-top: -2vh;
    display: flex;
    
}

#fcf-form {
    display:block;
    
}

#contact {
    font-family:'Montserrat', sans-serif;
    font-size: 1.5em;
}

.fcf-body {
    margin-right: 250px;
    margin-left: 250px;
    margin-top: 100px;
    font-family: cedarville;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 0.25rem;
    max-width: 100%;
    font-size: 1.2em;
}

.fcf-form-group {
    margin-bottom: 1rem;
    font-family: 'Cedarville Cursive', cursive;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    font-family: 'Cedarville Cursive', cursive;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.30s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}



.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-family: 'Cedarville Cursive', cursive;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: rosybrown;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.10rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color:black;
    border-color: black;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: rosybrown;
    border-color: rosybrown;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 35%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}


@media (max-width: 1015px) {
    
    button#hamburger-button {
        left: 80vw;
    }
    h1 {
        font-size: 9vw;
        text-align: justify;
        
    }
    h3 {
        font-size: 2.5vw;
        text-align: left;
        margin-left: 10px;
    }
    hr {
        size: 5px;
    }

    img{
        width: 60%;
    }
    .title{
        font-size:7vw;
        text-align: center;
        margin-left:40vw;
        margin-top: -1vh;
        display: flex;
        
    }

    .fcf-body {
        margin-right: auto;
        margin-left: auto;
        margin-top: 100px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
        padding: 30px;
        padding-bottom: 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        max-width: 100%;
        font-size: 1.2em;
    }

    nav {
        position:fixed;
        top:0;
        margin: 2vw;
        left: -95vw;
               transition: transform 1s;		
       }
   
           .slide-the-drawer {
               transform: translateX(95vw);
           }
           button#hamburger-button {
            position: fixed;
            font-size: 1.5em;
            left: 85vw;
        }

        .logo{
            margin-left: -55vw;
        }
    }