/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
	
}

.intro-text {
  position:absolute;
  top: 40%;
  color: #fff;
  padding-left: 10%;
  padding-right: 3%;
  padding-bottom: 2%;
  text-shadow: 0px 0px 4px #000; 
  background-color: rgba(68,59,50,.7);
  font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.intro-text h1 {
  font-size: 4vw;
}

.intro-text h2 {
  font-size: 2.0vw;
}


/* Custom Button Styles */

.me-btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2em;
  
}

.me-btn-dark:hover,
.me-btn-dark:focus,
.me-btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}



/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}



#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 20px;
    left: 20px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

