.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}
img.header-icon{
    border-radius: 5px;
    width: 10%;
    height: 10%;
}
.navbar{
    background-color: #003366!important;
    height: 70px!important;
    font-size: large!important;
    color: white!important;
}
.container{
    margin-top: 100px;
    position: relative;
}

.display-4, .lead, .my-4, .follow{
    color:white;
}
.btn:hover{
    opacity:0.5;
    transition:1s;
}
.footer-container{
    background-color: #003366;
    color:white;
    margin-left: 0;
    padding:0;
    width:100%;
    height:120px;
    position: relative;
    bottom:0;
}
.back{
    float:right;
    color: white;
}
.btn{
    background-color: #003366!important;
    border-color: #003366!important;
}
.btn:active{
    background-color: #003366!important;
    border-color: #003366!important;
}
.btn:visited{
    background-color: #003366!important;
    border-color: #003366!important;
}

/* .bottom_info{
    height:120px;
    width: 100%;
    margin-bottom:0;
} */
/* .footer-container{
    background-color: #003366;
    color: white;
    margin-left: 0%;
    width:100%;
    height:auto;
} */
a.term,a.private{
    color:white;
}

.d-inline-block:hover{
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

.nav-link{
    color:white;
}

.nav-link:hover{
    color:rgb(197, 197, 197);
}

.nav{
    margin-left:auto;
}