@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,300italic,400italic,500italic,700italic,900italic,100,100italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
body {
    font-family: 'Roboto', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.h2, h2 {
    font-size: 24px;
}
section h3 {
	color:#328ae2;
    font-family: "Roboto Slab",serif;
    font-size: 28px;
    margin: 20px 0 20px;
}
p {
  text-align:left;
}
hr {
    border-color: #ddd;
}
blockquote {
    color: #999;
    font-family: "Roboto Slab",serif;
    font-size: 15px;
    text-align: left;
}
.container {
	padding-left: 0;
    width: 100%;
}
.sidebar-nav > .sidebar-brand {
    height: 100px;
}
.sidebar-nav li {
    line-height: 30px;
    text-indent: 20px;
}
.sidebar-nav li a {
    color: #666;
}
.page-scroll.download {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #328ae2;
    margin: 20px 0;
}
.sidebar-nav li a:hover {
    color: #328ae2;
}
.sidebar-nav > .sidebar-brand a {
    color:#328ae2;
    font-size: 32px;
    font-weight: 100;
    line-height: 120px;
    text-transform: uppercase;
}
.sidebar-nav > .sidebar-brand a:hover {
    color:#333;
}
#menu-toggle {
    background-color: transparent;
    border: medium none;
    color: #fff;
    font-size: 24px;
	outline: 0;
	padding: 0 20px;
	text-decoration: none;
}
#menu-toggle a:active {border: medium none;outline: 0;text-decoration: none;}
#page-content-wrapper {
    padding: 0;
    position: fixed;
	-webkit-backface-visibility: hidden;
    z-index: 2;
}
section {
    margin: 0 0 -160px;
    padding: 100px 40px;
    text-align: center;
	width:640px;
}
section p {
  text-align:left;
}
.intro-section {
    background: #328ae2 none repeat scroll 0 0;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
    height: 105px;
    padding: 0 0 0 30px;
    position: fixed;
    text-align: center;
	-webkit-backface-visibility: hidden;
    width: 100%;
    z-index: 1;
}
.intro-section h1 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	font-weight: 200;
	margin: 20px 0 40px;
	text-align: left;
}
.midsummer {
	border-right: 3px solid #33cc33;
	padding: 4em 0 0;
	width:100%;
}
#sidebar-wrapper {
  background: #eee none repeat scroll 0 0;
	border-left: 3px solid #33CC33;
}
section.intro-section .col-lg-12 {
  max-width:100%;
}
@media(max-width:960px) {
	.intro-section {
	  height: 105px;
	  padding: 2vw 0 0 40px;
	}
	.intro-section h1 {
	  font-size: 5vw;
 	}
	section {
		border-right: medium none;
	}
  .midsummer {
    border-right: medium none;
  }		
}
@media(max-width:768px) {
  section {
	  width: 540px;
  }
}
@media(max-width:540px) {
  #wrapper.toggled {
	  padding-left: 150px;
  }
  #wrapper.toggled #sidebar-wrapper {
	  width: 150px;
  }
  #wrapper.toggled #page-content-wrapper {
	  margin: 0 0 0 -110px;
	  margin-right: 0;
  }
  #wrapper.toggled #intro.intro-section {
	  padding: 0 0 0 150px;
  }
  .sidebar-nav > .sidebar-brand a {
	  font-size: 14px;
	  font-weight: 300;
  }
  .sidebar-nav li a {
	  color: #666;
	  font-size: 13px;
	  line-height: 30px;
  }
  section {
	  border-right: medium none;
	  margin: 0;
	  padding: 100px 20px;
	  width: 480px;
  }
  .intro-section h1 {
	  font-size: 16px;
	  line-height:3.4;
  }
  #wrapper.toggled .intro-section h1 span {color: rgba(255, 255, 255, 0);}
  #wrapper.toggled .intro-section h1 a span {color: rgba(255, 255, 255, 1);}
  .toggled a#menu-toggle {padding: 20px 40px;}
  .intro-section {
		padding: 2vw 0 0 10px;
	}
}
@media(max-width:480px) {
section {
	width:360px;
  }	
}
@media(max-width:360px) {
section {
	width:320px;
  }	
}