html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 200;
}

h1 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: #48c2ed;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #48c2ed;
}

.container {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #B24592;
    background: -webkit-linear-gradient(to left, #B24592 , #F15F79);
    background: linear-gradient(to left, #B24592 , #F15F79);
}

.container .container-body {
    display: table-cell;
    vertical-align: middle;
}

.header {
    font-size: 60px;
}

.smaller-header {
    font-size: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

.subtitle {
    font-size: 18px;
}

@media(min-width: 768px) {
    .container {
        height: 100%;
        padding: 0;
    }

    .header {
        font-size: 100px;
    }

    .subtitle {
        font-size: 26px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: white;
    color: black;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#file-selection {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

#file-selection input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 6px 12px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#submit-button {
    display: none;
    background-color: #f4ed60;
}

.result {
    display: block;
    background: red !important;
}

img {
    max-height: 8%;
    min-height: 200px;
    width: auto;
    padding: 4px;
    background: #fff;
}
