﻿
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    margin: 50px auto;
    /* border: 2px solid #000;*/
    width: 625px; 
    height: 625px;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    color: black;
}

.contact-form {
    margin: auto;
    width: 100%;
    height: 625px;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: white;
    color: black;
}

span {
    color: #666;
    display: block;
    padding: 0 0 5px;
}



button:hover {
    background: #2371a0;
    text-decoration: none;
}

/* The Close Button */
.close {
    /* color: #aaa; */
    color:red; /* Change the color of the close button */
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black; /* Impacted by the .close above and background-color */
    text-decoration: none;
    cursor: pointer;
}

button.button {
    background-color: #99ff66;
    border-radius: 55px;
    border: none;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    width: 70px;
    cursor: pointer;
    font-weight: bold;
}

button.button:hover {
    /* border-bottom: #a99567 1px solid; */
    color: red;
    font-weight:bold;
}
