﻿body {
    margin: 0;
    padding: 0;
}

header {
    height: 70px;
    background-color: rgb(186,224,189);
}

.main-cont {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 20px;
}

#fs-nav-bar {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}

.fs-link-holder:first-child {
    margin-left: 100px;
}

.fs-link-holder {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
}

    .fs-link-holder a {
        text-decoration: none;
        font-size: 25px;
        color: azure;
        font-weight: 600;
    }

.cont-item {
    width: 200px;
    height: 300px;
    text-align: center;
    background-color: azure;
    margin: 5px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    border: 1px solid blue;
}

.upload-btn {
    display: block;
    width: 270px;
    height: 270px;
    text-align: center;
    background-image: url("/SimpleFileShareStatic/Images/Plus.png");
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.link-holder a {
    color: green;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    outline: none;
    font-size: 20px;
    text-decoration: none;
    word-wrap: break-word;
}

.file-input-label {
    width: 600px;
    height: 400px;
    border: 3px dotted rgb(186,224,189);
    background-color: azure;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: url("/SimpleFileShareStatic/Images/Upload.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    cursor: pointer;
}

.upload-form-holder {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.file-upload-submit-btn {
    width: 600px;
    height: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 2px solid rgb(186,224,189);
    font-size: 20px;
    font-weight: 600;
    background-color: azure;
    color: rgb(186,224,189);
    cursor: pointer;
}

#lock_img {
    position: absolute;
    background-image: url("/SimpleFileShareStatic/Images/Lock.png");
    background-position: center;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    top: 70px;
}

#header-cont {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: rgb(186,224,189);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.upload-submit-btn-holder {
    margin-top: 5px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.about-head {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    padding-bottom: 5px;
    color: rgb(186,224,189);
    border-bottom: 1px solid rgb(186,224,189);
}

.about-text {
    font-size: 20px;
    color: rgb(186,224,189);
    line-height: 30px;
}

    .about-text > a {
        color: blue;
    }

.about-main-cont {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    margin-top: 100px
}

#about-body {
    background-color: dimgrey;
}

#check-cont-header {
    font-size: 25px;
    margin-right: 20px;
    color: rgb(186,224,189);
}

#check-input {
    width: 25px;
    height: 25px
}

#shared-sub-cont {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
