h1 {
    margin-bottom: 25px;
}

h2, h4 {
    margin-bottom: 15px;
}

body {
    background-color: #eee;
    /*height: 100%;*/
    /*min-height: 100%;*/

}
html,
body {
    height: 100%;
}

.content-wrapper{
    display: flex;
    flex-direction: column;
}

/*.main{*/
/*    flex: 1;*/
/*}*/

/*.footer {*/
/*    flex-shrink: 0;*/
/*}*/

.validation-error {
    color: #c00;
}

.hero-unit {
    padding: 30px;
    margin-bottom: 10px;
}

.hero-unit p {
    font-size: 24px;
    padding-top: 10px;
}

.hero-unit h1 {
    font-size: 50px;
}

.note {
    margin-top: 20px;
}

/*.cropping_image {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

h1 small {
    font-size: 24px;
}

.error {
    color: red;
}

.twitter-share-button {
    padding: 0;
    width: 80px !important;
}

.social {
    float: left;
    margin: 10px 8px 0 8px;
}

.dimensions {
    margin-top: 10px;
}

.resize{
    width: 40px;
    /*line-height: 10px;*/
    /*height: 10px;*/
}

footer{
    padding-top: 20px;
}

.share {
    display:inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

