﻿html, body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #212529;
    font-size: 1.1rem;
    font-weight: 400;
    z-index: 4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

/*navigation bar*/

nav {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 6;
    text-transform: uppercase;
}

nav ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

nav li a {
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    display: block;
    padding: 18px 15px;
    text-decoration: none;
}

nav li a:hover,
nav .menu-btn:hover {
    color: black;
    transition: .5s;
}

nav .logo-name {
    display: block;
    color: rgba(0, 0, 0, 0.70);
    float: left;
    font-size: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    font-family: "montserrat", 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

nav .navbar {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

nav .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

nav .menu-icon .navicon:before {
    top: 5px;
}

nav .menu-icon .navicon:after {
    top: -5px;
}

nav .menu-btn {
    display: none;
}

nav .menu-btn:checked ~ .navbar {
    max-height: 400px;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

nav .menu-btn:checked ~ .menu-icon 
.navicon:before {
    transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon 
.navicon:after {
    transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

hr {
    max-width: 50px;
    border: 2px #E2682D solid;
    display: block;
    margin: auto;
}

header {
    color: white;
    height: 100vh;
    background-image: url(/img/header.jpg);
    background-size: cover;
    text-align: center;
}

header > div {
    font-size: 1.15rem;
    padding: 5px;
}

.logo {
    width: 45%;
    display: block;
    margin: auto;
    padding: 30px 0 0 0;
}

.bib {
    padding: 70px;
    text-align: center;
}

.bib > div, footer {
    margin: auto;
    max-width: 1800px;
}

.info-block {
    color: white;
    background-color: #E2682D;
}

.info-block hr {
    border: 2px white solid;
}

.info-content {
    display: block;
    max-width: 720px;
    margin: auto;
}

.service-box {
    flex: 1;
    padding: 0 30px 0 30px;
    min-width: 300px !important;
}

.fa-icon {
    color: #E2682D;
}

.center-div {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 3;
}

.center-box {
    flex: 1;
    padding: 30px 0 30px 0;
}

.employee-img {
    vertical-align: middle;
    border-style: none;
}

.text-wrapper {
    display: flex;
    min-height: 400px;
    width: 100%;
    justify-content: space-around;
    font-family: Arial;
}

.text-wrapper-2 {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-family: Arial;
}

.text-area, .text-area-2 {
    background-color: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: .5s ease-out;
}

.text-area-2 {
    width: 715px;
    height: 242px;
}

.text-area:hover, .text-area-2:hover {
    transform: translateY(15px);
}

.text-area:hover:before, .text-area-2:hover:before {
    opacity: 1;
}

.text-area:hover .image-content, .text-area-2:hover .image-content-2 {
    opacity: 1;
    transform: translateY(0);
}

.image-content {
    width: 400px;
    padding: 0 10px 10px 10px;
}

.image-content-2 {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.partners-img {
    vertical-align: middle;
    border-style: none;
}

.text-area:before, .text-area-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #E2682D, rgba(226, 104, 45, 0.85), rgba(226, 104, 45, 0.6), transparent);
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
}

.text-area img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text-area-2 img {
    position: absolute;
    top: 0;
    left: 0;
}

.text-area .image-content, .text-area-2 .image-content-2 {
    position: relative;
    z-index: 2;
    color: white;
    opacity: 0;
    transform: translateY(60px);
    transition: 0.5s;
}
    
.image-content a, .image-content-2 a{
    color: white;
    text-decoration: none;
}

.image-content a:hover, .image-content-2 a:hover{
    font-weight: bold;
}

.container {
    padding: 70px;
}