/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 #header { 
 background: url(../images/SunsetBackground.png); center;
 background-size:cover;

 }
 
 #logo {
  	width:100%;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left:120px;
 }
	
 h1 {
 	text-align:center;
	font-family: futura; weight:med;
	font: size: 30px; 
	color: black;	
 }
	
h3 {
 	text-align:Left;
	font-family: futura; weight:med;
	font-size: 20px; 
	color: black;	
 }	
 
 h4 {
 	text-align:center;
	font-family: futura; weight:med;
	font-size: 16px; 
	color: black;	
 }	
 body {
	font-family: baskerville; 
	font-size: 16px;  
    overflow-x: hidden; 
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
	
}

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

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 95%;
    position: absolute;
    padding: 15px;
	overflow-x: hidden;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -50px;
}

.fixed-brand{
	width: auto;
}

/* Sidebar Styles */

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

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

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

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

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

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

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

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

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 45%;
      margin: auto;
  }

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	Background-color: black;
	font-size: small;
	font-family: Futura; 
	margin-top: 40px;
	margin-right: auto;
	text-align: center;
	color: #999999;
	
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
	
	.fixed-brand{
		width: 250px;
	}
	
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0px;
    }

    #page-content-wrapper {
        padding: 15px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: -50;
		
    }
	
	.navbar {
		width:100%;
		 background:#000;
}
	
	 a:link {
	color: #999999;
	text-decoration: none;
}
    a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #7A7878;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
	
}


#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	Background-color: black;
	font-size: small;
	font-family: Futura; 
	margin-top: 40px;
	margin-right: auto;
	text-align: center;
	color: #999999;
	clear:both;
	
}

}

@media(max-width:768px) {
	
	 #logo {
  	width:100%;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: 20px;
 }
 
 
 
 	#page-content-wrapper {
    width: 90%;
    position: absolute;
    padding: 10px;
	overflow-x: hidden;
}
	
	
	.navbar {
		width:100%;
		 background:#000;
}

	.menu {
		height:0;
		overflow:hidden;
		transition: height 0.3%;
}

	.open {
		height: 295px;
}

	 a:link {
	color: #999999;
	text-decoration: none;
}
    a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
    color: #7A7878;
    background: rgba(255,255,255,0.2);
}
			
	#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	Background-color: black;
	font-size: small;
	font-family: Futura;
	margin-top: 40px;
	margin-right: auto;
	text-align: center;
	color: #999999;
	clear:both;
}

}