

/* NAVBAR */
.page_head {
    margin: 0 auto;
    margin-top: 2px;
    padding-top: 5px;
    overflow: hidden;
/*    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;*/
    border-radius: 0px ;
    background: #fff !important;
    /*border-bottom: 5px #febd69 solid;*/
   
}

.page_head .social_and_profil {
    list-style-type: none;
    width: 100%;
    float: left;
    /*background: red;*/
    
    
}


/* LOGO */
.page_head .logo_div {
	float: left; 
        min-width: 230px;
        max-width: 230px;
	padding-top: 5px;
        padding-bottom: 5px;
	padding-left: 40px;
        /*background-color: green;*/
}
 .logo_div a span{
    color: white;
    text-align: left;
}
.page_head .logo_div h1 {
	color: white; /*#B9E6F2*/;
	font-size: 3em;
	letter-spacing: 5px;
	font-weight: 600;
	font-family: 'Tangerine', cursive;
}






