#topic #story {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid;
    border-top: solid;
    justify-content: center;
    text-align: center;
    background-color: #dd5725;
    color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#topic #cont {
    font-size: 16px;
    margin-bottom: 30px;
}
#topic a {
    margin-top: 25px;
}
#topic #abt h2 {
    text-align: center;
    font-weight: bold;
    color: #dd5725;
    font-family: sans-serif, calibri, serif, fantasy, verdana, arial, monospace, cursive;
    margin: 35px 0;
}
#contact_row {
    height: 500px;
}
#contact_row h4 {
    font-size: 24px;
    color: #15302b;
    font-weight: bold;
}
#contact_row p {
    font-size: 16px;
}
#find_us span {
    font-size: 16px;
}
#find_us img {
    /* */
}
#find_us span {
    border: solid;
    width: 100px;
}
#find_us #text {
    font-size: 16px;
}
#topic #email {
    background-color: #dd5725;
}
#send_us {
    color: white;
    font-size: 24px;
    font-weight: bold;
}
#topic form label {
    font-size: 18px;
    color: white;
    width: 150px;
}
#topic #email {
    margin: 0 4px;
    border-radius: 0 10px 0 10px;
}
#topic #contactz {
    margin: 0 4px;
}
#topic form #sect {
    margin: 20px 0;
}
#topic form input[type=text]{
    width: 250px;
    height: 45px;
    font-size: 16px;
    border: none;
    border-radius: 0 5px 0 5px;
}
#topic form input[type=email]{
    width: 250px;
    height: 45px;
    font-size: 16px;
    border: none;
    border-radius: 0 5px 0 5px;
}
#topic form textarea{
    width: 250px;
    font-size: 16px;
    border: none;
    border-radius: 0 5px 0 5px;
}
#topic form input[type=submit]{
    width: 100px;
    height: 45px;
    font-size: 16px;
    border: none;
    margin-left: 150px;
}