/* -------------------------------------------- */
/* ------------------ HEADER ----------------- */
/* -------------------------------------------- */
.ws_header_block
{
    color: #101010;
    font-size:14px;
    height:140px;
    width:100%;
    background-color:black;
}

.ws_menu_bar
{
    background-color: #303030;
    width:100%;
}

.ws_header_image
{
    width: 70px;
    padding: 10px;
}

.ws_title_block
{
    width:90%;
}
.ws_header_title
{
    display:inline-block;
    font-size:45px;
	color:white;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-right: 20px;
}

.ws_header_subtitle
{
    display:inline-block;
    font-size:25px;
    color:orangered;
    vertical-align: bottom;
    margin-bottom: 10px;
    
}

.ws_header_menu
{
    width:100%;
    vertical-align: bottom;
}

/* ------------------------------------------ */
/* ------------------ BODY ------------------ */
/* ------------------------------------------ */
.ws_body_block
{
    width:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-color:white;
}


