body 		{
font-family: "Lato", sans-serif;
background: url(../images/haydyn-garden.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100% 100%;
		}
html {
    	height: 100%
}

h1 		{
	color: 	dark-green;
	width:900px;
   	margin: 0 auto;
   	text-align: center;
	font-size: 50px;
		}

/* .content 	{
	width: 90%;
	margin-left: 20%;
	margin: auto;
	}
*/



.Site-Name	{
	width: 100%;
/*	text-indent: 10%;*/
/* 	background-color: rgba(255);*/
	padding-left:5%;
		}


.banner-text-and-logo {
 	background-color: rgba(255,255,255,0.5);
	font-size: 30px;
	font-weight: 900;
/*	text-align: center;*/ 
	width: 80%; 
	text-align: justify;
  	text-justify: inter-word;
	margin: 0 auto;
 	padding-left:18%;
	padding-right:5%;
		}
	
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 10%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (max-width: 700px) {
.body	{width: 50% }

h1              {
         color:  red;
         //width:900px;
         margin: 0 auto;
         text-align: right;
         font-size: 5px;
                }
.banner-text-and-logo
                 {
         background-color: rgba(255,255,255,0.5);
         font-size: 10px;
         font-weight: 100;
         text-align: right;
         //width: 900px;
         text-align: justify;
         text-justify: inter-word;
         margin: 0 auto;
                 }
sidenav {
   height: 100%;
   width: 10%;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   background-color: #fff;
   overflow-x: hidden;
   padding-top: 100px;
  }
}

