body {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255,0.7)), url('images/DEE_0655.jpg');
    background-size: 100% auto;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    
}

.navbar-nav {
    margin-left: 65%;
}

.navbar-brand {
    font-family: 'Roboto';
    font-weight: bold;
}

h1 {
    font-family: 'Roboto';
    text-align: center;
    padding-top: 20%;
    color: #3a3e7e;
    
}

p {
    font-family: 'Roboto Serif';
    text-align: center;
    color: #15658d;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
    }
    60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
    }
    100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
    }
    @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
    }
    60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
    }
    100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
    }

.media-icons {
    position: absolute;
    top: 50%;
    margin: 0.5%;
}

.fa {
    background-color: #15658d;
    color: white;
    padding: 0.3rem;
    border-radius: 50%;
    margin-bottom: 50%;
}

/* .copyright-1 {
    margin: 10% 0 0;
    color: grey; 
    font-family: Arial, Helvetica, sans-serif;
}

.copyright-2 {
    margin: 0;
    color: white; 
    font-family: Arial, Helvetica, sans-serif;
} */

@media  (max-width: 425px) {
    body {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255,0.7)), url('images/DEE_0655.jpg');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-image: cover;
}
}