
h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #6f7173;
    }

h3 {
        color: #0271cd;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
       }

h4 {
    color: #6f7173;

}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #f8f8f8;
    text-align: center;
    margin-left: 15%;
    padding: 30px;
    margin-bottom: 10%;
}

ul {
    list-style-type: none;
}

.img-container {
    float: left;
    height: 230px;
    border-radius: 10px;
}

.card {
    background-color: #fff;
    float: left;
    text-align: left;
    margin-left: 1em;
    padding-bottom: 5px;
    padding-left: 3em;
    width: 70%;
    border-radius: 10px;
}

.contact {
    background-color: #fff;
    float: left;
    line-height: .3em;
    padding-bottom: 0.5em;
   }

#introduction {
    font-style: italic;
}

  
p {
    font-size: .9em;
}

.sub-container {
    background-color: rgb(255, 255, 255);
    float: left;
    width: 50em;
    text-align: left;
    line-height: 1.3em;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 2em;
    }

.side-bar {
    float: right;
    text-align: left;
    margin-right: 10%;
    padding-top: 20px;
}


.contact-button {
    background-color: #0271cd;
    text-align: center;
    font-size: 12px bold;
    color: #fff;
    padding: .5em 1em;
    text-decoration: none;
    width: 200px;
    cursor: pointer;
    opacity: 0.8;
    border: none;
    
}

.contact-button:hover{
    opacity: 0.6;
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

.form-container {
    max-width: 450px;
    padding: 10px;
    background-color: rgb(174, 217, 253);
}

.form-container input[type=text] {
    width: 93%;
    padding: 15px;
    margin: 5px 5px 22px 5px;
    border: none;
    background: #f1f1f1;
}

.form-container textarea {
    width: 93%;
    padding: 15px;
    margin: 5px 5px 22px 5px;
    border: none;
}

.form-container .btn {
    background-color: #0271cd;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

.form-container .cancel-btn {
    background-color: #5e0606;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
    margin-bottom: 10px;
}

.contact-title {
    font-style: oblique;
}