﻿
body {
    background: #ffffff;
}

/*HEADER--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------*/
header {
    height: auto;
    background: #3C3E77;
    box-shadow: none;
}

header .logo {
	background: url(images/logo.png) no-repeat;
    background-size: auto 50px;
    height: 50px;
    width: 200px;
}

.well .well  {
    background: #ffffff;
}