/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html, * {
    font-family: 'Roboto', sans-serif;
}

textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

h1 {
    font-size: 70px;
    margin-bottom: 50px;
    font-weight: bold;
}

.fb-like, .twitter-share-button, .g-idiotic {
    float:right;
}


input[type="button"] {
    font-size: 30px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: #0084d5;
}

input[type="button"]:hover {
    background: #009fff;
}


textarea.error {
    border: 1px solid #C24848;
    background: #ffede8;
}









