@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden
}

hr {
    border-top: 0.01em solid #dadada6e;
    background: #989c9e;

    margin: auto;
}

/* NAVIGATION */

nav {
    background: #bac1c4;
    display: grid;
    font-size: 1.1rem;
    border-bottom: 1px solid #a3a3a3;
}

nav > * {
    grid-area: 1/1;
}

nav ul {
    display: flex;
    justify-self: center;
    list-style-type: none;
}

nav ul li a {
    display: block;
    padding: 1em 1.5em;
    color: #1a1b1f;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 500;
}

nav li a:hover {
    color: #696c75;
}

nav li a.active {
    font-weight: bold;
}

.logo {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 35%;
}

/* HOME PAGE */
    /* HEADER */

.homepage-header {
    background-image: url(/image/background.webp);
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.contact-btn {
    background: linear-gradient(to top, #034f75, #91b5c9);

    font-weight: bold;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1.2rem;

    border: none;
    border-radius: 0.3em;
    padding: 1em 2em;
    margin: 1em 0;

    cursor: pointer;
    text-decoration: none;
    position: absolute;
    left: 50%;
    bottom: 38%;
    transform: translateX(-50%);
}

.contact-btn:hover {
    background-color: #006395;

    text-decoration: none;
}

#contact-btn {
    color: #fff;

    text-decoration: none;
}

.call-us {
    color: #000000;

    text-decoration: none;
}

ul #call-us {
    display: flex;
    justify-self: left;
    list-style-type: none;

    font-size: 1.5rem;
}

.phone-img {
    margin: 0 1em 0 -2em;
}

    /* MAIN */

        /* SECTION */


/* CONTACT PAGE */
    /* MAIN */
.contact-body {
    background-image: url(/image/background.webp);
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.contact-page h1 {
    color: #083955;
    text-shadow: 2px 2px 4px white;
    
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    font-size: 4rem;

    margin: 1em auto 0;
}

.contact-form {
    padding: 4em 0;
    margin: 0 1em;

    font-family: 'Montserrat';
    font-weight: 300;
}
 
.form-container {
    background: linear-gradient(to bottom, #abcee4d0, #81bee9d0);
    max-width: 80%;
    margin: 0 auto;
    padding: 2em 0;

    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
 
.form-group {
    margin-bottom: 2em;
}
 
.form-container label {
    text-shadow: 1px 1px 2px white;
    
    display: block;
    font-weight: bold;

    margin: 0.5rem auto;
    width: 80%;

    font-size: 1.1em;
    font-family: 'Montserrat';
    font-weight: 400;
}

.form-container input, textarea{
    background-color: #ffffffcc;
    
    width: 80%;
    padding: 1em 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    resize: vertical;

    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 1rem;
    display: block;
}

.form-container #submitBtn {
    background: #6faedf;
    color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);

    font-weight: bold;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1rem;

    border: none;
    border-radius: 0.2em;
    padding: 1em;
    margin: -1em 0 1em 0;

    cursor: pointer;
    text-decoration: none;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#submitBtn:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}

.privacy-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    line-height: 1.5;
}

.privacy-label input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    width: auto;
}

.privacy-label a {
    display: inline;
    text-decoration: underline;

    color: #27035e;
    text-decoration-style: dotted;
}

/* CONTACT INFO STYLES */

.contact-info {
    font-family: 'Montserrat';
    font-size: 1rem;

    text-align: center;
}

.contact-info img {
    max-width: 1.5em;
    margin-right: 1em;
}

.contact-info #phone {
    color: #464646;

    text-decoration: none;

    font-weight: 500;
}

.contact-info #email {
    color: #464646;

    text-decoration: none;

    font-weight: 500;
}

/* FOOTER */

footer {
    background-color: #1d688f;
    color: #ffffff;

    text-align: center;
    justify-content: center;

    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 1rem;

    padding: 1em;
    /* margin-top: 8em; */
    position: sticky;
}

/* PRIVACY POLICY */

.toc-head h1 {
    font-family: 'Montserrat';
    font-size: 2.5rem;
    font-weight: 700;

    letter-spacing: 0.25rem;

    text-align: center;

    padding: 0.5em;
}

.toc-section {
    width: 50vw;

    margin: auto;
}

.toc-section section {
    margin-bottom: 2em;
}

.toc-section h2 {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-weight: 600;

    letter-spacing: 0.1rem;
}

.toc-section h3 {
    font-family: 'Montserrat';
    font-size: 1.25rem;
    font-weight: 500;
}

.toc-section p {
    font-family: 'Montserrat';
    font-size: 1rem;
    line-height: 1.6em;
}

.toc-section address {
    font-family: 'Montserrat';
}

.toc-section ul {
    font-family: 'Montserrat';
    font-weight: 400;
}

.toc-section a:link {
    color: #284f61;

    text-decoration-style: dotted;
}

.toc-section a:visited {
    color: #284f61;
}

.toc-section a:hover {
    color: #9b309b;
}

a:link.privacy-policy,a:visited.privacy-policy {
    color: #ffffff;

    text-decoration-style: dotted;
}

a:hover.privacy-policy {
    color: #9b309b;
}

.credit a:link {
    color: #ffffff;

    text-decoration: none;
}

.credit a:visited {
    color: #1a1b1f;
}

.credit a:hover {
    color: #9b309b;
}