body {
    margin: 8;
    padding: 8;
    position: relative;
    color: #2E2925;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA head font */
    background-color: #F2F3F4;
}

h3 {
    font-family: "Georgia, Times"; /* FDA body font */
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 5;
    color:  #2E2925;
    font-size: 20px;
    line-height: 1.5;
    margin: auto;
    text-indent: 2em;
}

h4 {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA body font */
    font-size: 20px;
}

.fda-masthead {
    height: 58px;
    border: 1px solid #007cba;
    background-color: #007cba;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 30px;
        background-image: url("https://www.coastsouthwest.com/wp-content/uploads/2019/03/fdabluero_1143576.jpg");
        background-size:300px;
        background-repeat: no-repeat;
        background-position: center;
    }

.click-button{
    transition-duration: 0.8s;
    border-radius: 30%;
    color: #007cba;
    size: 0cm;
}
    
.click-button:hover {
    color: #007cba;
    box-shadow: 5px 12px 16px 5px #007cba, 0 17px 50px 0 #2E2925;
}

.click{
    display: block; 
    margin: center;
    width: 25vw;
    border-radius: 30%;
    
    
}

.col-md-11 {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA body font */
    margin-left: 230px;
}

.col-md-12 {
    text-align: center;
    color: #007cba; /* FDA offical color */
    font-weight: bolder;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA body font */
}

.col-md-13 {
    text-align: center;
    font-weight: bold;
    color: #2E2925; /* FDA offical color */
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA body font */
}

.col-md-14 {
    text-align: center;
    font-weight: lighter;
    color: #2E2925; /* FDA offical color */
    float: left;
    padding: 10px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif; /* FDA body font */
}

.table {
    margin-left: 10px;
}

/* @media (max-width:550px){
    .headline {
        width: 95%;
        margin-left: 10px;
        }
      .container {
        width: 96%;
        margin-left: 10px;
        background-color: #F2F3F4;
        }
    }
  
  @media (min-width:551px){
    .headline {
        width: 50%;
        margin-left: 10px;
        }
    .container {
         width: 73%;
         margin-left: 10px;
         background-color: #F2F3F4;
        }
    } */

    a:link {
        color:#007cba;
        text-decoration: none;
    }

    a:visited {
        color:#007cba;
    }
    
    a:hover {
        color:white;
        background-color: #D68910;
    }