:root {
    --default-background: linear-gradient(90deg, rgba(0,62,126,1) 30%, rgba(10,129,102,1) 100%);
    --social-text-color: rgba(0,62,126, 1);
}

#background {
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-image: url('background2.jpg');
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    animation: fadeIn 3s;
}

#background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
/*    background: radial-gradient(circle, rgba(0,62,126,0) 0%, rgba(0,62,126,0) 50%);*/
}

#background-texture {
    width: 100%;
    height: 100%;
/*    background: radial-gradient(circle, rgba(10,129,102,0) 0%, rgba(10,129,102,0) 50%, rgba(10,129,102,.4) 65%, rgba(10,129,102,.4) 70%, rgba(0,62,126,.95) 80%, rgba(0,62,126,1) 100%);*/
    background: radial-gradient(circle, rgba(10,129,102,0) 0%, rgba(10,129,102,.2) 50%, rgba(0,62,126,1) 100%);
}

#background-texture::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-image: url('texture.png');
    background-repeat: repeat-y;
    background-size: auto 120%;
    background-position: -400px -165px;
}

#background-texture2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-image: url('texture.png');
    background-repeat: repeat-y;
    background-size: auto 120%;
    background-position: -418px -122px;
    rotate: 180deg;
}

.logos img {
    height: 35px;
}

#tagline{
    text-shadow: 3px 4px 13px #000000;
}

button[type="submit"]{
    background-image: linear-gradient(90deg, rgba(85,180,223,1) 100%, rgba(85,180,223,1) 100%);
    box-shadow: 3px 4px 13px #000000 !important;
}

button[type="submit"]:hover{
    background-image: linear-gradient(90deg, rgba(0,62,126,1) 100%, rgba(0,62,126,1) 100%);
}

.footer-container{
    background: linear-gradient(90deg, rgba(0,62,126,1) 40%, rgba(10,129,102,1) 100%);
}

@media screen and (max-width: 1024px) {
    #background-texture, #background-texture2 {
        display: none;
    }

    #background::before {
        width: 100%;
/*        background: radial-gradient(circle, rgba(0,62,126,1) 65%, rgba(10,129,102,1) 100%);*/
        background: radial-gradient(circle, rgba(10,129,102,.5) 50%, rgba(0,62,126,1) 75%, rgba(0,62,126,1) 100%);
        opacity: .75;
    }

    .logos img {
        height: 20px;
    }

    .footer-container{
        background: linear-gradient(90deg, rgba(0,62,126,1) 30%, rgba(10,129,102,1) 100%);
    }
}
