body {
    background: url(pictures/bg5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-fluid {
    min-height: calc(100vh - 50px);
}

#header {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: Calibri, Arial;
    background-color: rgb(0,145,200);
    height: 170px;
    border-bottom: 2px solid black;
}

#footer {
    border-top: 2px solid black;
    color: white;
    font-weight: bold;
    background-color: rgb(0,145,200);
    font-family: Calibri, Arial;
    text-align: center;
    padding: 5px 0 5px 0;
    height: 50px;
}

#headerA {
     background: linear-gradient(to bottom, rgba(1, 19, 127, 1), rgba(0, 0, 0, 1));
     margin-top: -100px;
     line-height: 30px;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: white;
}

.links {
    padding: 0 3vw 0 3vw;
}

.logo {
    max-height: 170px;
    max-width: 200px;
    padding: 3px;
    position: relative;
    z-index: 100;
}

#content {
    padding: 30px;
}

h1 {
    font-size: 46px;
    color: black;
}

h2 {
    font-size: 32px;
    color: black;
}

p {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

#bold {
    font-weight: 500;
    color: black;
    font-size: 16px;
}

#bolder {
    font-weight: 900;
    color: black;
}

.tag {
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
    color: white;
    background-color: rgb(0,103,143);
    float: left;
}

.input {
    border: 1px solid white;
    font-size: 28px;
    padding: 5px 10px 5px 10px;
    float: left;
}

.button {
    color: white;
    background-color: rgb(0,145,201);
    font-size: 24px;
    padding: 10px;
    width: 150px;
    border: 0;
}

#result {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#result a {
    color: rgb(0,103,143);
}

.filename {
    padding-top: 20px;
    font-size: 16px;
}

.image {
    margin: 0 0 30px 60px;
    float: right;
    height: 250px;
}

.upload {
    border: 1px solid darkgrey;
    background-color: darkgrey;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
}

#contact {
    border-top: 3px solid black;
    background-color: rgba(255,255,255,0.7);
}

@media (max-width : 1010px) {
    #headerA {
        margin-top: 0px;
    }
    .image {
        height: 150px;
    }
}