/* Colors

Off White:  #FAEBD7
Navy:       #1C2841

*/






/* Global Styles */
html,
body {
  height: 100%;
  width: 100%;
}


.vert-text {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.mid-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}


/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #FAEBD7;
  display: black;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #FAEBD7;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}




/* Header - Full Page Image */

.header {
  background: #FAEBD7;
  color: #1C2841;
  padding: 20px;
  display: table;
  height: 40%;
  width: 100%;
  position: relative;
  background: url(http://i.imgur.com/rDcnBnx.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.header-intro {
  
  color: #1C2841;
  background-color: D3D3D3;
  background-opacity: 0.7;
  padding: 30px;
}


/* About */

.About {
  background: #1C2841;
  color: #FAEBD7;
  border-style: double;
  border-width: 2px;
  padding: 25px 0;
  margin: 5px;
  height: auto;

}



/* Contact */

.Contact {
  background: #FAEBD7;
  color: #1C2841;
  border-style: double;
  border-width: 2px;
  font: 200 200px/0.2 arial;
  padding: 5px, 5px, 5px, 5px;
  margin: 5px;
}






/* Footer */

footer {
  background: #1C2841;
  color: #FAEBD7;
  border-style: double;
  border-width: 2px;
  margin: 5px;
  padding: 20px 0;
}