***************************************************************************
                                MAIN
***************************************************************************
.files form {
    margin-top: 0px;
    padding: 30px 30px;
}

.files h1 {
    color: #488ace;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main h1 {
    color: white;
    background: linear-gradient(0.25turn,#2a78ca, #71a1d4);
    width: 100%;
    height: 100px;
    float: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
    padding-top: 6%;

}

.main div{
    float: center;
    text-align: center;
}

.files h3 {
    color: #488ace;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.files p {
    margin: 0 0px 10px;
    margin-left: 0px!important;
}

button {
    color: white;
    background: linear-gradient(0.25turn,#2a78ca, #71a1d4);
    width: 10%;
    float: center;
    border: none;
    border-radius: 4px;
    padding: 15px 25px;
    /* margin-right: 10px; */
    box-shadow: 0px 0px 4px 0px #00000087;
    margin-top: 15px;
}

.flashmessage {
    color: red;
    width: 100%;
    height: 100px;
    float: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
    padding-top: 6%;
}

.browsebutton {
    color: white;
    background: linear-gradient(0.25turn,#2a78ca, #71a1d4);
    border: none;
    border-radius: 4px;
    padding: 15px 23px;
    box-shadow: 0px 0px 4px 0px #00000087;
    margin-top: 15px;
}

.files textarea {
    width: 90%;
    height: 122px;
}

***************************************************************************
                                CONTACT
***************************************************************************/

.contact form {
    margin-top: 0px;
    padding: 0px 30px;
}
.contact h3 {
    color: #488ace;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact h1 {
    color: #488ace;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact b {
    color: #488ace;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p {
    margin: 0 0px 10px;
    margin-left: 0px!important;
}
.contact label {
    display: none;
}
.contact input {
   width: 100%;
    border: none;
    border: 1px solid #dddddd78;
    padding: 10px;
    border-radius: 4px;
}
.contact textarea#message {
    width: 100%;
    height: 122px;
    border: 1px solid #dddddd78;
    border-radius: 4px;
    padding: 10px;
}

.contact input#submit {
    color: white;
    background: linear-gradient(0.25turn,#2a78ca, #71a1d4);
    width: 10%;
    float: left;
    border: none;
    border-radius: 4px;
    padding: 15px 23px;
    /* margin-right: 10px; */
    box-shadow: 0px 0px 4px 0px #00000087;
    margin-top: 15px;
}

.contact a {
    color: blue;
    padding: 23px 23px;
    margin-top: 15px;
}

/***************************************************************************
                                END CONTACT
***************************************************************************/

/***********************************************************************
                                Nav bar mostly
**********************************************************************/
ul {
  list-style-type: none;
  margin: 0px;
  padding: 15px;
  overflow: hidden;
  background: linear-gradient(0.25turn,#2a78ca, #71a1d4);
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #71a1d4;
}

.active {
  margin: 15px;
  background-color: #71a1d4;
}