* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
}

html {
    font-size: 14px;
    position: relative;

}



header, h1, h2 {
    font-family: "Playfair Display", serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}



#logoheader {
/*    position: fixed;
    z-index:20;*/
}

.logo-sticky {
    position: fixed;
    opacity: 0.9;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
    background: #59798e;
    color: #fff;
}




#main-flex-container {
    margin-top: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-content {
    flex-grow: 1;
    position: relative;

}


.section-header {
    margin-top: 50px;

}

#section-header-left {
    background: url('../images/office1.jpg') center no-repeat;
    background-size: cover;
    min-height: 500px;
}

#section-solutions, #section-contact {
    margin-top: 40px;
}

.tri {
    min-height: 500px;
    border-radius: 4px;
}

.tritext {
    font-family: Tahoma, Arial, Verdana;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: center;
/*    width: 90%;*/
/*    margin: 0 auto;*/
}

.tri p {
    font-size: 1.1rem;
}

.triheader {
    background-color: rgba(222, 222, 255, 0.1);
}

.tri1 {
    background-color: #000;
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/tri1.jpg') center no-repeat;
    background-size: cover;
}

.tri2 {
    background-color: #000;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5) ), url('../images/tri2.jpg') center no-repeat;
    background-size: cover;
}

.tri3 {
    background-color: #000;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5) ), url('../images/tri3.jpg') center no-repeat;
    background-size: cover;
}

#divheader a {
    text-decoration: none;
    color: #333;
}

.doPrint {
    color: var(--dark);
    font-size: 1.1rem;
}

#privacy a, #terms a, #phi a, #privacyCali a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
}

.skip {
    text-decoration: none;
    color: #333;
    font-size: .8rem;
}

#privacyCali ul li, #phi ul li {
    line-height: 1.6;

}

#privacyCali ul, #phi ul {
    margin-bottom: 12px;
    margin-top: 10px;
}

.doPrint a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
}

textarea {
    resize: none;
}

/*.doPrint, #privacy a:hover {
    text-decoration: underline;
}*/

#privacy, #terms, #phi, #privacyCali {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.heading1 {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.heading2b {
    padding-top: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.heading2u {
    padding-top: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

.preText {
    font-family: 'Open Sans', sans-serif;
    color: #668;
    margin-top: 17px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}


footer {
    background: #030503;
    color: #ccc;
    padding: 10px;
    line-height: 1.7;
    min-height: 90px;
/*    width: 100%;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottomlinks {
    line-height: 1.3;
    font-size: .9rem;
   
}

.bottomlinks a {
    color: #ccc;
}

footer a {
    text-decoration: none;
    color: #ccc;
}

footer a:hover {
    text-decoration: underline;
}