
body {
    background: url(images/bg.png) repeat-x;
}


.body {
    max-width: 930px;
    margin: 0 auto;
    min-height: 500px;
}

.header {
    background: url(images/top.png) no-repeat right top;
    max-width: 930px;
    height: 220px;
    padding-top:50px;
}

.header-title {
    font-size: 28px;
    text-align: left;
    padding-top: 60px;
    color: #006f8a;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 10px;
    display: block;
    max-width:600px;
}

.nav {
    margin-top: 20px;
    float: left;
    margin-left: 10px;
   
}

.nav ul,
.nav li {
    margin: 0;
    padding: 0;
}

.nav ul {
    padding: 30px;
    list-style: none;
    width: 240px;
    margin-right: 30px;
    background: #c0ecf6;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
}

.nav li a {
    border-bottom: 1px solid #62cae742;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    color: #267b8f;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
  
}

.nav li a:hover {
    color: #6fcbe0;
}

.main {
    float: left;
    width: 650px;
    margin: 0 auto;
}



.display-4, .h1 {
    color: #b0361a;
}

.h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0 20px;
}


.article-title {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
    color: #b0361a;
    background: #ffece8;
}


.article-title a:link,
.article-title a:visited {
    color: #b0361a;
}


.footer-1 {
    background-color: #ffece8;
}

.footer-container {
    color: #b0361a;
}

@media only screen and (max-width: 1000px) {
	.header {
        height:250px;
        min-height: 250px;
        margin: 0 -20px !important;
        width: calc(100% + 40px);
        background: url(images/top.png) repeat-x top right;
	}
}