* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-position: center;
    background-image: url(/view/img/bg.png);
}

header, footer, div.main-wrapper, body, html {
    min-width: 320px !important;
}

.mobile_menu {
    display: none;
}

.wrapper-img a {
    color: white;
}

.content {
    margin: auto;
    font-size: 0;
    width: 1150px;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 26pt;
    text-align: center;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    margin: 0 0 30px 0;
}

span.first_letter {
    font-family: "Times New Roman";
    font-size: 88pt;
    font-weight: bold;
    line-height: 79px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
}

.content p {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    margin: 20px auto;
    line-height: 21px;
    text-align: justify;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

header img {
    display: block;
    margin: 20px 0;
}

header nav {
    display: block;
    text-align: right;
    background-color: #026ac2;
    font-family: Arial, sans-serif;
    padding-right: 30px;
}

header nav a:last-child {
    margin-right: 0;
}

header nav a {
    font-size: 12pt;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 5px;
    margin: 0 10px;
    color: white;
}

header nav a:hover {
    text-decoration: underline;
}

.left_img {
    float: left;
    max-width: 40%;
    margin-right: 20px;
}

.right_img {
    float: right;
    margin-left: 20px;
    max-width: 45%;
}

.big_in_center {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

footer {
    margin-top: 50px;
}

footer .construction {
    position: relative;
}

footer .construction::before {
    content: "\00a0";
    position: absolute;
    background: linear-gradient(270deg, #6bc9fc, #6bc9fc, #6bc9fc, #6bc9fc, transparent);
    height: 1px;
    width: calc(40% - 50px);
    transform: translate(-50px, -50%);
    right: 50%;
    top: 50%;
}

footer .construction::after {
    content: "\00a0";
    position: absolute;
    background: linear-gradient(90deg, #6bc9fc, #6bc9fc, #6bc9fc, #6bc9fc, transparent);
    height: 1px;
    width: calc(40% - 50px);
    transform: translate(50px, -50%);
    left: 50%;
    top: 50%;
}

footer .construction img {
    display: block;
    margin: auto;
}

footer h2 {
    color: #0073d6;
    font-size: 18pt;
    text-align: center;
}

footer p {
    text-align: center !important;
    color: black;
    max-width: 500px;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content {
        width: 970px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .content {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .content {
        width: 748px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
