html, body {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    height: 100%;
    padding: 0;
    font-family: 'r', sans-serif;
    color: #555;
}

article header {
    margin-bottom: 20px;
    color: #23282E;
    padding: 20px 0;
    width: 100%;
    border-bottom: 3px solid #337ab7;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}

article header h1, article header h2 {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: whitesmoke;
    outline: black;
}

article header h1 {
    font-weight: 700;
    font-size: 3em;
    font-family: 'rs';
}

article header h2 {
    font-weight: 600;
    font-size: 2em;
    font-family: 'rs';
}

article section {
    padding: 0px 10%;
}

section h1 {
    font-size: 2em;
    color: #1AC3CB;
}

section h2 {
    font-size: 1.8em;
    color: #1AC3CB;
}

section h3 {
    font-size: 1.4em;
    color: #1AC3CB;
}

section p {
    font-size: 1.2em;
    line-height: 25px;
}

div.hcont {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

/* .col-md-6 {
    width: 48%;
    padding: 1%;
    float: left;
} */

 .btn {
    color: #FFF;
    margin: 10px auto;
    /* padding: 2% 5%; */
    /* font-size: 1.4em; */
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-family: 'rs';
    text-transform: uppercase;
}

.btn input[type="button"] {
    color: #FFF;
    background-color: transparent;
    display: inline-block;
    position: relative;
    border: 0;
    font-size: inherit;
}

.btn input[type="file"] {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.input[type="file"] {
    display: inherit !important;
}

.img-thumbnail {
    width: 100px;
    margin: 5%;
    background-image: none;
    text-align: center !important;
}

.media-preview {
    width: 50%;
    height: auto;
}

.media-container {
    margin-bottom: 20px;
    text-align: left;
}

.custom-preview {
    width: 100%;
    border: 2px solid #E6E6E6;
    background-color: #F5F5F5;
    min-height: 50px;
}

.media-preview {
    background-color: #eee;
    padding: 10px;
    color: black;
}

.media-preview input[type="file"] {
    padding: 0;
    margin: 0;
}

.media-preview input[type="button"] {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
