/* It is recommended to place all your extra/additional CSS rules here */

div.logo a
{
    font-size: 30px;
    font-weight: bold;
}

div.logo a span
{
    font-weight: normal;
}

div.logo h1 {
    font-size: 30px;
    font-weight: bold;
}

div.logo h2 {
  font-size: 16px;
  padding: 15px 0px;
  font-weight: bold;
  color: #1589FF;
  margin: 0px;
}

h4 {

    font-weight: normal;
    font-size:17px;
    font-family: sans-serif;
}

h4 strong
{

    font-weight: bold;
    font-family: sans-serif;
}

.main-page-content p
{
    font-weight: normal;
    font-family: sans-serif;
}

.main-page-content p strong
{
    font-weight: bold;
    font-family: sans-serif;
}

.isolated-sections header .logo {
    padding: 10px 0px 20px 0px;
}

div.logo
{
    line-height: 1.2;
}

body.w_bg_image
{
    background-image: url(../images/temp/background.jpg);
}

header.fixed-at-top {
    height: 155px;
}

.main-page-content img
{
    max-width:100%;
    
}
