﻿/*html {
    margin: 0;
    padding: 0;
    border: 0;
}*/

body {
    font-family: 'Raleway', sans-serif;
    color: #d7ecfb;
    background-color: #072b44;
    text-align: center;
}

h1 {
    font-weight: 400;
}

strong {
    font-weight: 600;
}

#drop {
    position: relative;
    margin: 20px auto;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.10);
    padding: 100px 20px 80px 20px;
    /*outline: 2px dashed #072b44;
    outline-offset: -10px;*/
}

    #drop.hover {
        outline-offset: -10px;
        background-color: rgba(255, 255, 255, 0.15);
    }

#icon {
    width: 100%;
    fill: #EF426F;
    margin-bottom: 30px;
}

#github {
    fill: #EF426F;
}

    #github:hover {
        fill: #8bb5ba;
    }

#file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    z-index: -1;
}

#label {
    cursor: pointer;
}

    #label:hover strong {
        color: #8bb5ba;
    }

#select {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
}

#button {
    font-size: 16px;
    color: inherit;
    margin: 20px auto;
    border: 0px;
    border: 0px;
    background-color: #EF426F;
    height: 40px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}

    #button:hover {
        background: #E40046;
    }

#status {
    margin: 20px auto;
    border: 1px solid #EF426F;
    width: 70%;
    height: 24px;
    visibility: hidden;
}

#bar {
    background: #EF426F;
    width: 0%;
    height: 100%;
}

#transfer {
    width: 100%;
    line-height: 24px;
    margin-top: -24px;
}
