*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-image: url(nightsky.jpg);
    background-position:  left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    overflow: auto;
    min-width: 100vw;
    min-height: 100vh;
}

a{
    color: white;
    text-decoration: none;
}

#cont{
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    margin: auto;
    flex-wrap: wrap;
    overflow: auto;
}
#top {
    display: flex;
    width: 80%%;
    height: 20%;
    margin: 5px;
    align-content: center;
    flex-wrap: wrap;
    background-image: url(nightsky2.jpg);
    background-position:  left top;
    background-repeat: no-repeat;
    background-size: cover;
}

#mid {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    height: 50%;
    margin: 5px;
    align-content: center;
    background-image: url(nightsky3.jpg);
    background-position:  left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

#bot {
    display: block;
    width: 80%;
    height: 15%;
    margin: 5px;
    background-image: url(nightsky4.jpg);
    background-position:  left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

#bank1 {
    order: 2;
    display: flex;
    background-image: url(portfoliologo.jpg);
    background-position:  left top;
    background-repeat: repeat;
    background-size: cover;
    margin: 10px;
}


#github{
    display: flex;
    order: 1;
    background-image: url(githublogo.png);
    background-position:  left top;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin: 10px;
}

#calendar{
    display: flex;
    order: 3;
    background-image: url(calendar.jpg);
    background-position:  left top;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin: 10px;
}


.project-display
{
    display: inline-block;
    width: 100%;
    height: 100%;


}

.project-display-single{
    display: inline-block;
    overflow: auto;
    margin: 20px 3px 3px 20px;
    font-size: 20px;

}


.form {
    display: flex;
    flex-direction: column;

}

.input-textarea
{
    width: 100%;
    height: 200px;
}
div.top-button {
    height: 100px;
    width: 200px;
    opacity: 1.0;
    transition-property: opacity;
    transition-duration: 0.2;

}

div.top-button:hover{
    opacity: 0.4;
}
