@import "http://webfonts.ru/import/aquarion.css";


body{
    font-size: 1.6em;
    font-family: 'Aquarion';
    height: 52vh;
}
.news-wrapper{
    padding: 20px; 
}
.news-image{
    width: 145px;
}
a.news-link{
    color: #364688;
    text-decoration: none;
    font-size: 1.4em;
}
a.news-link:hover{
    color: #2C2C43;
    text-decoration: none;
}
main {
    padding-top: 20px;
    min-height: 90%;
    position: relative;
}
main a{
    color: #364688;
}

main a:hover{
    text-decoration: underline;
    color: #22100C;
}
header {
    margin-bottom: 25px;
    margin-top: 25px;
}
article{
    margin: 0px 0px 10px 0px;
    line-height: 24px;
    font: 1.4em;
}
.date{
    margin: 0px;
}
.news-text{
    padding-left:10px; 
    margin-bottom:20px;
}
.banner-1 {
    padding-left: 0;
}
.bordered {
    border-bottom: 1px solid white;
}
footer {
    color: #fff;
    background: #2C2C43;
    padding-top: 15px;
    margin-top: 20px;
}
footer a{
    color: white;
}
footer a:hover {
    color: white;
}
.main-menu {
    background-color: #364688;   
}
.main-menu a{
    color: #fff;
    font-size: 1.4em;
    text-shadow: 1px 1px 2px black;
}

.main-menu li a:hover{
    background-color: #364688;
    text-decoration: underline;
}
.bf p {
    font-size: 1em;
}
main p {
    font-size: 1.1em;
}
#spec{
    top:60px;
}