html {
    height: 100%;
    min-height: 620px;
}
body {
    background: url(/maintenance/pattern.jpg) center center no-repeat;
    background-size: cover;
    font-size: 15px;
    color: #002f51;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 20px;
    position: relative;
    height: 100%;
    min-height: 620px;
}
body:after {
    position: absolute;
    content: '';
    background: #edbe0c;
    width: 80%;
    height: 25PX;
    right: 0;
    bottom: 0;
}
img.right-picture {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    top: 0;
    height: 100%;
    padding-bottom: 25px;
}
header#Header {
    padding: 10px 0 0 0;
}
header#Header .logo:after {
    position: absolute;
    content: '';
    bottom: 0;
    background: #0071b9;
    width: 2000px;
    height: 41px;
    right: 60%;
    margin-right: 175px;
}
img.fit-picture {
    max-width: 500px!important;
    display: table;
    margin: 0 auto;
}

h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    background: #a6a6a6;
    width: 100%;
    height: 6px;
    left: 0;
    box-shadow: -347px 0 0 #a6a6a6;
}
h1 {
    color: #006bb7;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
}
header#Header .logo {
    position: relative;
    margin-bottom: 35px;
}
a{color:#002f51;}
a:hover{color:#edbe0c;text-decoration:none;}
div#Content {

    min-height: 250px;
    padding: 0;
}

img.fit-picture, img {
    max-width: 100%;
}
.body-wrapper1 {
    display: inline-block;
    width: 80%;
    height: 36px;
    background: #edbe0c;
}
header#Header .logo img {
    max-height: 139px;
}
img.fit-picture {
    max-width: 500px!important;
}
.body-wrapper2 {
    display: inline-block;
    width: 70%;
    height: 19px;
    background: #a6a6a6;
}
.footer-wrapper{
    display: inline-block;
    width: 80%;
    height: 77px;
    background: #edbe0c;
    float: right;
}
.body-wrapper {
    clear: both;
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    height: 146px;
    width: 80%;
    background: #006bb7;
    padding: 40px 35px;
    right: -35%;
    bottom: 0;
    top: 31.5%;
    font-size: 44px;
}
p {
    margin-bottom: 0;
}
@media (max-width:1199px) and (min-width: 992px) {
	div#slider {
		height: 200px;
	}
	header#Header .logo::after {
    right: 52%;
    margin-right: 175px;
}
	img.fit-picture {
    max-width: 390px !important;
}
}

@media (max-width:991px) and (min-width: 768px) {
	img.fit-picture {
    max-width: 265px !important;
}
header#Header .logo::after {
    right: 34%;
	height: 37px;
    margin-right: 175px;	
}
h1::after {
box-shadow: -266px 0 0 #a6a6a6;
}

}	
@media (max-width:767px) and (min-width: 320px) {
	header#Header .logo::after {
    right: 65%;
}
img.fit-picture {
    max-width: 100% !important;
}
html {
    height: inherit !important;
}
img.right-picture {    
    height: auto;
    padding-bottom: 0;
    max-width: 100px;
}

}

@media (max-width: 480px) {
	img.right-picture {
    max-width: 45px;
}
header#Header .logo img {
    max-height: 104px;
}
p {
    text-align: center;
}
h1 {
    text-align: center;
}
.social {
    margin-top: 40px;
}
}