body {
    font-family: raleway,sans-serif;
}
h1{
    margin:5px 0;
    color: #063A23;
    font-size: 27px;
    text-align: center;
}
h2{
    margin: 0px;
    padding: 0px;
}
#whatsapp_link{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999;
}
.main_container {
    display: block; width: 100%; max-width: 800px;
    min-width: 800px;
    position: relative;
}
#main_cont{
    top:-100px;
    position: relative;
}

#div_popup{
display: none;
background-color: lightgray;
}
.popup { display: none; }
.popup.open { display: block; }
.blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
}
.popup .contents {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 399px;
    height: 200px;
    display: block;
    align-items: center;
    justify-content: center;
    background: lightgrey; 
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
}
#submit_vendor_details{
    margin: 20px;
}
.popup input {
    height: 30px;
    border: 1px black solid;
}
.main button {
    height: 50px;
    width: 200px;
    /* border: 1px black solid; */
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin: 20px;
    border: 1px none;
    border-radius: 5px;
    background-color: rgb(33,133,101);
    color: rgb(255,255,255);
    /* display: block; */
    font-weight: bold;
    letter-spacing: 1px;
    /* line-height: 16px; */
    text-decoration-line: none;
    cursor: pointer;
}

#top_logo {
    text-align: center;
    display: inherit;
    margin: auto;
    /* padding: 10px; */
    width: 100%;
}
#main {
    width: 800px;
}
/* Solid border */
hr.solid {
    border-top: 20px solid #063A23;
  }
#headshot_cont{
    margin-top: 20px;
  }
#headshot{
    width: 25%;
    float: left;
    display: block;
}
.headshot h2{
    display: block;
    text-align: center;
    margin: 0px;
    color: #063A23;
    margin: 2px;
}
.headshot h3{
    padding:2px;
    font-weight: bold;
    color:black;
    margin: 2px;
}
.headshot h4{
    padding:2px;
    font-weight: bold;
    color:black;
    font-size: 13px;
    margin: 2px;
}

.content{
    line-height: 1.4em;
    font-weight: bold;
}

p {
    display: inline-block;
}

#headshot_gabby{
    width: auto;
    height: 150px;
}
#headshot_lilly{
    width: auto;
    height: 150px;
}
#button_cont{
    width:50%;
    float:left;
}
#location{
    display: block;
    width: 98%;
    background: lightgrey;
    float: left;
    padding: 1%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
#social_logos{
    height: 80px;
    width: auto;
    /* height: 300px; */
    display: block;
    text-align: center;
    margin: 10px auto;
}
#kaiser{
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    padding-top: 30px;
}
#footer{
    width:100%
}
#footer h3,#footer h2,#footer h4 {
    width: 98%;
    text-align: center;
    margin: 10px;
}
#details{
    display: inline-block;
}
#bios{
    width: 98%;
}
#bio1{
    width: 100%;
    display: inline-flex;
}
#bio2{
    width: 100%;
    display: inline-flex;
}
#bios img{
    width: 200px;
    height: auto;
    padding: 20px;
}
#para_div{
    padding: 20px;
}
#para_div p{
    margin: 5px;
    line-height: 1.4em;
    font-weight: bold;
}