:root {
    --body-background: #0060a7;
}

.bg-darkblue {
	background: #323E68;
}

.vh-80 {
    height: 80vh !important;
}
.maintenance_container {
    background: #fbb401 !important;
}

.nav-item .active {
    background: #0060a7;
    color: white !important;
}

.nav-link {
    font-family: Impacted, sans-serif;
    text-transform: uppercase;
    collapse: white !important;
    font-stretch: ultra-expanded;
    font-size: 24px;
}

.nav-link .active {
    color: white !important;
}

.nav-item:hover {
    background: #0060a7;
}

.nav-item:hover a {
    color: white;
}

.logo {
    max-height: 200px;
}

@font-face {
    font-family: MyGothic1;
    src: url(../fonts/diagoth.ttf);
}

@font-face {
    font-family: MyGothic2;
    src: url(../fonts/lightning_strike.ttf);
}

@font-face {
    font-family: MyGothic3;
    src: url(../fonts/electrical.ttf);
}

@font-face {
    font-family: MyGothic4;
    src: url(../fonts/woodcutter_electric.ttf);
}

@font-face {
    font-family: Airline;
    src: url(../fonts/airline.ttf);
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

@font-face {
    font-family: Impacted;
    src: url(../fonts/Impacted.ttf);
}

h1,h2,h3 {
    text-align: center;
}

hr {
    border: 0;
    height: 1px !important;
    background: #0060a7 linear-gradient(to right, #ccc, #0060a7, #ccc) !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.site_container {
    color: #5c4f61;
    width:100% !important;
    margin: 0 !important;
    border: 1px solid lightgrey !important;
}

.left_side {
    /*background:lavender;*/
}

.right_side {
    border-left: 1px solid grey;
}

/*.menu_container {*/
/*padding: 0 !important;*/
/*border: 0;*/
/*height: 1px;*/
/*background: #0060a7;*/
/*background-image: linear-gradient(to right, #ccc, #0060a7, #ccc);*/
/*}*/

#main_menu {
    padding: 0 !important;
    margin-top: 40px;
}


.main_menu  hr {
    border: 0;
    height: 1px;
    background: #0060a7 linear-gradient(to right, #ccc, #0060a7, #ccc);
}

.main_menu ul {
    text-align: center;
    margin: 20px 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.main_menu ul li {
    list-style: none;
    display: inline-block;
    margin:0;
    width: 100%;
    text-align: left;
    height: 40px !important;
    line-height:40px;

}

.main_menu ul li a:hover {
    color: #B22E3A !important;
}



.main_menu ul li:nth-child(even) {
background:lightsalmon;
}

.main_menu ul li:nth-child(odd) {
background:lightpink;
}

.main_menu ul li a {
    font-weight: 700;
    font-size: 25px;
    margin:0 10px;
    color: white !important;
    font-family: Impact, serif;
}

.menu_item a {
    padding: 10px;
    margin: 10px;
}

/*.logo-container {*/
/*height: 150px;*/
/*padding: 0 !important;*/
/*}*/

.logo_text {
    display: block;
    margin: 40% 35%;
    vertical-align: middle;
}

.site-name_container {
    padding:25px 0;
    height:150px;
}

.main_title {
    font-family: Impact, serif;
    font-size: 32px;
    color: #0060a7;
    text-align: left;
    margin-top: 45px;
}

.secondary_title {
    font-family: Impact, serif;
    font-size: 30px;
    color:red;
    text-align: center;
    display: none;
}

.upper_body_container {
    display: flex;
    float:right !important;
    background: #007b9a;
    padding: 0 !important;
    margin-top : 10px !important;

}

.greeting_text {
    padding: 10%;
    display: inline-block;
    flex: 1;
}

.info {
    font-family: Arial, serif;
    font-size: 14px;
    text-indent: 20px;
    text-align: justify;
    color:white;
}

.readmore {
    font-family: Impact, serif;
    font-size: 16px;
}

.greeting_picture {
    display:flex;
    padding: 0 !important;
    flex: 1;
    width: 100%;
    border: 2px solid whitesmoke;
    margin: 0 !important;
}

.greeting_image {
    text-align: center;
    vertical-align: middle;
    display: table-cell !important;
    width: 100%;
}

h2.title {
    font-family: Impact, serif;
    font-size: 30px;
    text-indent: 20px;
    text-align: justify;
    color:white;
}

.middle_body_container table, .middle_body_container table thead, .middle_body_container table tbody, .middle_body_container table tbody tr {
    padding: 0 !important;
}

.middle {
    border-left: 1px dotted lightgrey;
    border-right: 1px dotted lightgrey;
}

.table_elem {
    text-indent: 50px;
    text-align: justify;
    padding: 10px;
    float: left !important;
}

.lower_body_container {
    background: #007b9a;
}

.footer {
    display: block;
    padding: 0 !important;
    background: #304A69;
    color: #304A69 ;
}

.footer_links {
    padding-left: 0 !important;
}

.footer_links li {
    list-style: none;
    display: block;
    text-align: left !important;
    padding-left: 0 !important;
    border-bottom: 1px solid white;
    color: white;
}

.footer_links li:hover {
    /*color: #a94442;*/
    cursor: pointer;
    font-weight: 700;
}

.table_elem {
    vertical-align: top;
}

.copy {
    text-align: center !important;
    font-size: 10px;
}

.motto {
    font-size: 36px;
    color: orange;
    font-family: MyGothic1, serif;
    margin:250px 0 0 1100px;
}

/*.author {*/
/*font-size: 22px;*/
/*color: orange;*/
/*text-indent: 500px;*/
/*font-family: MyGothic1;*/
/*margin-left: 1080px;*/
/*}*/


#date_companie {
    float: left;
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    text-align: left;
    padding-left: 1px;
}

.date_firma {
    text-indent: 0 !important;
    margin: 0 0 10px 25px;
}

#contact-area {
    text-align: left;
    display: inline-block;
    float: left;
    padding: 15px 25px 0 25px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 7px;
}

#contact-area .submit-button {
    background: #38405C !important;
}

#contact-area input {
    padding: 5px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}

#contact-area textarea {
    padding: 5px;
    width: 100%;
    max-width: 99%;
    min-height: 51px;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    margin: 0 0 5px 0;
    height: 50px;
}

.req {
    float: right !important;
    font-size: 10px !important;
    margin-top: -10px;
    color: lightgrey;

}

#home {
    background: #060315 !important;
}

#about {
    background: #19282D !important;
}

#services {
    background: #203954 !important;
}

#materials {
    background: #304A69 !important;
}

#clients {
    background: #5C7BA4 !important;
}

#contact {
    background: #B6ACCC !important;
}

.item {
    max-height: 100% !important;
    height: 100% !important;
}

.item a img {
    max-width: 100%;
    width: 100%;
}

#contact_page {
    background-image: url("../img/v_background.jpg");
    color: white !important;
    padding: 0 !important;
}

#contact_page h3 {
    text-align: left !important;
    text-indent: 25px;
}

.footer div.col-lg-12, .footer div table, .footer div table tbody {
    padding: 0 !important;
}

.submit-button {
    background: #706c6b !important;
}

#contact_form {
    margin-top:17px;
}

.slider_container {
    text-align:center;
    display: block;
    clear: right;
    margin:0 auto;
}

.carousel-control {
    width: 5% !important;
}

.slide_text_container {
    display: block;
}

.slide_text {
    color: lightgoldenrodyellow;
    z-index: 1000;
    position: absolute;
    top: 350px;
    left: 485px;
    font-size: 24px;
    font-weight: initial;
    font-family: fantasy;
    text-align: left;
    display: block;
}

.author {
    font-size: xx-small;
    color: lightgrey;
}


body{
    text-align: center;
    /*background: #00ECB9;*/
    font-family: sans-serif;
    font-weight: 100;
}

h1{
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0 20px;
    text-align: center;
}

.countdown {
    text-align: center;
    margin-bottom: 20px;
}
.countdown .timeel {
    display: inline-block;
    padding: 10px;
    background: #151515;
    margin: 0 15px 0 0;
    color: white;
    min-width: 2.6rem;
    border-radius: 10px 0 0 10px;
}
.countdown span[class*="timeRef"] {
    border-radius: 0 10px 10px 0;
    margin-left: -20px !important;
    background: #e8c152;
    color: #000;
}

.gdpr {
    text-align: center;
}

#copy {
    text-align: center;
}

.copyright_container {
    position: fixed !important;
    bottom: 0;
}

.testimonial {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.testimonial-footer {
    /*background-color: #686de0;*/
    color: #fff;
    padding: 40px;
    text-align: center;
}

.t_one {
    background-color: blue;
}

.t_two {
    background-color: yellow;
}

.t_three {
    background-color: red;
}

.testimonial-footer img {
    border-radius: 50%;
    border: 5px solid #fff;
    height: 120px;
    width: 120px;
    margin-top: -100px;
}

.testimonial-footer h3 {
    margin: 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-footer h4 {
    color: #b3b5ef;
    margin: 0;
    letter-spacing: 1px;
}

#contact_container {
    background: url('../../static/img/contact_background.jpg') ;
    background-size: 100% auto;
}