/* -------------------------------------------- */
/* ------------------ HEADER ----------------- */
/* -------------------------------------------- */
.ws_header_block
{
    color: #505050;
    font-size:14px;
    height:180px;
    width:100%;
    background-color:#505050;
	min-width:750px;
}

.menu_bar
{
	height:60px;
	width:100%;
	background-color:black;
}

/* -------------------------------------------- */
/* ---------------- TITLE  -------------------- */
/* -------------------------------------------- */

.ws_header_image
{
	display: block;
	width:160px;
	height:160px;
	margin-top:4px;
	margin-left:10px;
	margin-right:50px;
	border-radius:50%;
	overflow-x:hidden;
	overflow-y:hidden;
	border: solid 6px orangered;
}

.ws_header_title
{
	display:inline-block;
    font-size:70px;
    /*color:#101010;*/
    color:white;
    padding:5px;
    padding-bottom:30px;
	
}

.ws_header_subtitle
{
	display:inline-block;
    font-size:30px;
    color:orangered;
    padding:5px;
    margin-top:auto;
    margin-left:5px;
	padding-bottom:30px;
}

/* ------------------------------------------ */
/* ------------------ BODY ------------------ */
/* ------------------------------------------ */
.ws_body_block
{
    width:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-color:white;
    min-height:50%;
	min-height:600px;
}


