div.intro-page {
    height: 100%;
    width: 100%;    
    min-width: 800px;
    min-height: 628px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.intro-container {
    position: absolute;
    min-width: 800px;
    min-height: 500px;
    width: 100%;
    height: calc(100% - 128px);
    top: 128px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}
div.intro-text {
    position: absolute;
    left: 10%;
    width: 35%;
    font-size: 400%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
div.intro-text p {
    color: white;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline;
    padding: 0.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


/* SERVICES PART */

div.service-page {
    position: relative;
    min-width: 800px;
    min-height: 850px;
    max-height: 950px;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.service-container {
    position: absolute;
    min-width: 800px;
    min-height: 850px;
    max-height: 950px;
    width: 100%;
    height: 100%;
    top: 0px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* background-color: #5d6d7c; */
}

div.service-mini-container {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0px;
    color:#fff;
}
div.service-mini-container, p {
    font-weight: bold;
}

div.service-title {
    position: absolute;
    width: 100%;
    top: 8%;
    text-align: center;
}
div.service-title, span {
    font-size: 410%;
}

div.service01 {
    position: absolute;
    min-width: 220px;
    height: auto;
    width: 23%;
    left: 17%;
    transform: translateX(-50%);
    text-decoration: none;
}
div.service02 {
    position: absolute;
    min-width: 220px;
    height: auto;
    width: 23%;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}
div.service03 {
    position: absolute;
    min-width: 220px;
    height: auto;
    width: 23%;
    left: 83%;
    transform: translateX(-50%);
} 

a {
    text-decoration: none;
    color:#fff;
}
a:hover{
    color:#fff;
}

div.service-mini-container i {
    color:#e3a765;
}

div.service01-img, div.service02-img,div.service03-img {
    left: 0px;
    right: 0px; 
    height: 128px;
    z-index: 1;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
 }

hr.bottom-bar {
    display: none;
}

/* ABOUT PART */


div.about-page {
    position: relative;
    min-width: 800px;
    min-height: 950px;
    max-height: 1000px;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.about-container {
    position: absolute;
    min-width: 800px;
    min-height: 950px;
    max-height: 1000px;
    width: 100%;
    height: 100%;
    top: 0px;
    /* background-color: rgba(255, 255, 255, 0.6); */
}

div.about-mini-container {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0px;
    color: #000;
    font-weight: bolder;
}

div.about-title {
    position: absolute;
    width: 100%;
    top: 8%;
    text-align: center;
    color: #f2efe2;
}
div.about-title p {
    background-color: #5d6d7c;
    display: inline;
    padding: 0.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
div.about-title, span {
    font-size: 410%;
    bottom: 0px;
}

div.about01 {
    position: absolute;
    height: auto;
    width: 25%;
    top: 0px;
    left: 15%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.80);
}
div.about02 {
    position: absolute;
    height: auto;
    width: 25%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.80);
}
div.about03 {
    position: absolute;
    height: auto;
    width: 25%;
    top: 0px;
    left: 85%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.80);
}
div.about_in {
    position: relative;
    left: 10%;
    width: 80%;
}
div.about_in, h1 {
    color: #000;
}


div.about-mini-container i {
    color: #5d6d7c;
}

/* CONTACT PART */


div.contact-container {
    position: relative;   
    min-width: 800px;
    min-height: 800px;
    width: 100%;
    height: 100%;
}
div.mapbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    background-color: grey;
    text-align: left;
}
div.black-filter{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
div.contact-intro {
    position: absolute;
    min-width: 400px;
    right: 25%;
    left: 25%;
    top: 5%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
}
div.contact-intro p {
    padding: 2px;
}
div.contact-intro p, b {
    font-size: 110%;
}
div.contact-intro p, span {
    padding: 0px 10px;
    font-size: 110%;
}
div.contact-form{
    position: absolute;
    min-width: 400px;
    right: 25%;
    left: 25%;
    bottom:1%;
}
textarea.form-control {
    max-width: 100%;
    resize: none;
    overflow: auto;
    height: 10em;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
    color:white;
    background-color: rgba(0, 0, 0);
    border-color: rgba(0, 0, 0);
}
.btn.btn-dark {
  color:white;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* background-color: rgba(0, 0, 0); #ac8987; inverted green color */
    /* filter: invert(1); */
}

@supports (-webkit-overflow-scrolling: touch) {
    /* On IOS background should not be fixed, as they get expanded to cover all the page, not just the div */
    div.intro-page {
       background-attachment: scroll;
    }
    div.about-page {
       background-attachment: scroll;
    }
}
