@charset "UTF-8";

body{
    padding: 0;
    margin: 0;
}
/* Imgur Upload Style */

body.loading .loading-modal {
    display: block;
    
}

nav{
    height:4rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    
}

.logo{
    position: relative;
    left: 3rem;
}
.list{
    display: flex;
    width: 500px;
    position: relative;
    top: .5rem;
    list-style: none;
    justify-content: space-around;
}

.navigator{
    color: black;
    text-decoration: none;
}

.socialMedia{
    position: relative;
    top: 1rem;
    right: 3rem;
}

.link{
    width: 32px;
    height: 32px;
}

.linkImage{
    width: 32px;
    height: 32px;
}

.barLine{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 97%;
    height: 1px;
    background-color: black;
}

.first{
    min-height: 80vh;
}
.dropzone {
    border: 4px dashed #ccc;
    height: 250px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    max-width: 50%;
}

.info {
    margin-top: 11%;
}

.dropzone p {
    /*height: 100%;*/
    /*line-height: 200px;*/
    margin: 0%;
    text-align: center;
    width: 100%
}

.input {
    height: 100%;
    left: 0;
    outline: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.status {
    border-radius: 5px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.image-url {
    width: 50%;
}

.dropzone.dropzone-dragging {
    border-color: #000
}

.loading-modal {
    background-color: rgba(255, 255, 255, .8);
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loading-table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 15%;
}

.img {
    width: 50%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.footer{
    
    padding: 3%;
    display:flex;
    justify-content: space-between;
    background-color: black;
    color: white;
}

.footer a{
    color: white;
    font-size: 20px;
    text-decoration: none;
}