
#menu_style{
    color: #ffffff;
    font-family: georgia;
    font-size: 21px;
    font-style: oblique;
    cursor: pointer;
    text-decoration: none;
}

#footer_style{
    color: #ffffff;
    font-family: georgia;
    font-size: 14px;
    font-style: oblique;
    cursor: pointer;
    text-decoration: none;
}

.para{
    font-family: serif;
    color: #000000;
    font-size: 25px;
    font-weight: normal;
}

.slogan{
    font-family:Verdana;
    color:#ffff00;
    font-size:17px;
    font-weight:bold;
}

.h2{
    color:green;
}

#blogTable{
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
}

#blogName{
    border-radius: 15px;
    border :2px solid #73AD21;
    padding: 10px;
}

#blogText{
    border-radius: 15px;
    border :2px solid #73AD21;
    padding: 10px;
}

#blogSubmit{
    background-color: #3ABAE0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
}

#blogReset{
    background-color: #3ABAE0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
}
                
.blogWho{
    font-family:arial;
    color:#F1948A;
    font-size:15px;
    font-weight:bold;
}

.blogWhat{
    font-family:arial;
    color:#000000;
    font-size:12;
    font-weight:normal;
}

.product_dropdown{
    display: inline-block;
    position: relative;
}

.product_content{
    display: none;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    background-color: #3ABAE0;
}

.product_dropdown:hover .product_content {
  display: block;
}

.product_content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}

.product_content a:hover {
  color: #FFFFFF;
  background-color: #00A4BD;
}





