body {
    font-family: Helvetica;
    font-size: 1.2vw;
    background: #1f1f1f;
    color: #ffffff;
}


ul {
    width: 10vw;
    float: left;
    list-style-type: none;
}

li {
    margin-left: 2px;
    Margin-Bottom: 2px;
}

#description {
    width: 225px;
    float: left;
    margin-top: 0px;
    text-align: left;
    list-style-type: none;
}

#content {
    width: 400px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

#blog-content-header {
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

#blog-content {
    text-align: left;
    font-size: 20px;
    float: left;
    width: 80%;
    margin-top: 15px;
    margin-left: 15px;
}

#blog-content p {
    line-height:1.5;
    margin-bottom: 5px;
}

#blog-content #mc_embed_signup {
    margin: auto;
    width: 65%;
}

/*form css*/
#mc_embed_signup {
    color: #EE5A24;
    margin-top: 10%;
    margin-bottom: 5%;
    border: 1px solid #EE5A24;
    border-radius: 5px;
    font-size: 16px;
}

#mc_embed_signup_scroll {
    margin: auto;
    font-weight: bold;
    width: 45%;
    padding: 0px;
    text-align: center;
}

#mce-EMAIL {
    margin-bottom: 5%;
}

#mc-embedded-subscribe {
    color: #EE5A24;
    /* border: 0px; */
    /* color: #000; */
    border: 1px solid #EE5A24;
    border-radius: 5px;
    background: none;
    box-shadow: none;
    margin-bottom: 5%;    
}

#mc-embedded-subscribe:hover {
    opacity: 80%;
}

/*detailing*/
a:link {
    color: #EE5A24;
}

a:hover {
    color: #ff8A24;
}

a:visited {
    color: #ff8A24;
}