.footer-container {
    background: #04091e;
    padding: 15px;
}

body {
    font-family: "Open Sans", sans-serif;
}

.projects-photo-section {
    margin-bottom: 20px;
}
.make-appointment-btn {
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    background: #8c8dea;
    color: #fff;
}

#intro {
    padding: 100px;
    background:url("../img/main-background.jpg") left center no-repeat;
    background-size:cover;
    z-index:1;
    color: black;
    position: relative;
    position:relative;
    width: 100%;
}

#intro h3, #intro h2, #intro p {
    /*color: #e4e9ea;*/
    color: white;
}

.since-header {
    color: white;
    font-weight: bold;
}
.box {
    /*background: rgba(153, 153, 153, 0.2);*/
    padding: 30px;
    margin: 0 0 24px 0;
}

.service-boxes {
    align-self: center;
}
.rte .boxHeadline {
    text-align: center;
    margin: 0 0 25px 0;
}

.rte .boxHeadline+.boxHeadlineSub {
    text-align: center;
    margin: -18px 0 30px 0;
    color: #222;
}

.projects-section {
    margin-top: 30px;
    margin-bottom: 20px;
}

.box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #8c8dea;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.box p {
    color: white;
    font-weight: 700;
    /*font-size: 20px;*/
}

.box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
