#headerdiv{
	/*background-color: #F4F4F4;*/
	background-color: #2E302D;
	height: 6em;
	border-bottom: 0.15em solid white;
}

#middle_header{
	background-color: red;
	width: 75%;
	height: 100%;
	margin:0 auto 0 auto;
	border-left: 0.15em solid white;
	border-right: 0.15em solid white;
}

@media screen and (max-width: 1300px) {
	#middle_header{
		width: 100%;
	}	
}

#logo{
	width: 6em;
	height: 100%;
	background-color: blue;
	border-right: 0.15em solid white;
	display: inline-block;
	position: relative;
	float: left;

}

@media screen and (max-width: 600px) {
	#headerdiv, #middle_header, #logo {
		display: none !important;
	}


}

a.piclogo {
  	z-index: 999;
  	display: inline-block;
  	background-color: #5fd38d; /* green-color. color of the home icon button */
  	height: 6em;
  	width: 6em; 
  	position: absolute;
  	background-image:url('./logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
}

#headerpic{
	background-image: url('./header.png');
	height: 6em;
	max-width: 100%;
	/*display: inline-block;
	position: relative;
	/*background-repeat: no-repeat;*/
    background-position: center;
    /*float: left;*/
    background-size: cover;
    overflow: auto;
}

@font-face {
  font-family: headerFont;
  src: url('./../fonts/Sketchetica-Black.ttf');
}

#headerpic p {
  margin: 0;
  padding: 0.4em 0 0 0.75em;
  /*padding-left: 1em;*/
  font-family: headerFont;
  color: white;
  font-weight: normal;
  font-size: 1.6em;
  text-shadow: 0.09em 0.09em black;
}

@media only screen and (min-width: 768px) {
  
  .feed_icon_fb {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #fff;
    background-image: url("./fb_icon.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    position: relative;
    float: right;
    margin-right: 5px;
    top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .feed_icon_fb:hover {
    border: 1px solid red; }

  .feed_icon_tw {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #fff;
    background-image: url("./tw_icon.png");
    background-repeat: no-repeat;
    background-size: 29px 29px;
    position: relative;
    float: right;
    margin-right: 10px;
    top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

  .feed_icon_tw:hover {
    border: 1px solid red; } }