html {
    scroll-behavior: smooth;
}

body {
    font-family: Candara, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

p {
    text-align: justify;
}

#hiddenImg {
    position:fixed;
    z-index: -1;
    width: 100%;
}

#hiddenImg img {
    width: 100%;
}

#navbar {
    position: sticky;
    top: 0;
    z-index: 250;
    background-color: #fff;
    padding-top: 15px;
}

#logoCont {
    cursor: pointer;
}

#navCont {
    text-align: center;
}

#navCont a {
    text-decoration: none;
    color: #808080;
    padding-bottom: 0.8em;
    border-bottom: 0.2em solid #fff;
}

#navCont a:hover {
    color: #808080;
    border-bottom: 0.2em solid #808080;
}

#img1Cont {
    position: relative;
}

#img1Cont img {
    width: 100%;
}

#chartLine {
    position: absolute;
    top: 0;
    left: 0;
}

.headerQuote{
    text-align: center;
    color: #808080;
    padding-bottom: 1em;
}
.headerQuoteDark {
    text-align: center;
    color: #fff;
    padding-bottom: 1em;
}

#about {
    position: relative;
    top: -5px;
}

#about, #services, #company, #contact {
    background-color: white;
}
.quotes {
    width: 35px;
}

#construction, #globalglazing {
    background-color: #808080;
    color: white;
}

#construction a {
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

#construction a:hover{
    color: #dd5;
}

#mh-text{
    color: #aaa;
    font-size: 0.8em;
}
#contactFormDiv {
    background-color: #d5d8e7;
    color: #333;
}
#contactFormCont {
    display: inline-block;
    width: 70%;
}

#contactFormDiv h2 {
    padding-top: 20px;
}

.g-recaptcha {
    display: inline-block;
}


#darkcurtain {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 500;
}

.warningBox {
    background-color: #e0e0e0;
    color: black;
    padding: 25px;
    position: fixed; top: 100px; left: 40px;
    display: inline-block;
    width: 300px; 
    border-radius: 10px;
    z-index: 800;
}

.warningBoxOK {
    float: right;
    background-color: #808080;
    color: #ffffff;
    font-size: large;
    font-weight: bold;
    margin: 15px;
    padding: 5px 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    cursor: pointer;
}

.warningBoxOK:hover {
    background-color: #ffffff;
    color: #808080;
}

#credits-block {
    display: block;
    position: static;
    z-index: -1;
    width: 100%;
    height: 50px;
    background-color: #202020;
}

#credits-text {
    display: block;
    position: static;
    border-left: 30px solid #202020;
    font-size: 11px;
    color: #aaa;
    height: 50px;
    background-color: #202020;
}

#sssLink {
    float: right;
    margin-right: 20px;
}

.contactSubmit {
    cursor: pointer;
    padding: 15px;
    margin: 20px 0;
    background-color: #808080;
    color: #fff;
    font-weight: bold;
    border: 2px solid #808080;
    border-radius: 5px;
}
.contactSubmit:hover {
    background-color: #fff;
    color: #808080;
    border: 2px solid #808080;
}
