body {
    background: #212529;
    color:  #FFFBFC;
    padding-top: 70px;
}

.navigation {
    background: #212529 !important;
    min-height: 70px;
    /* border-bottom: 0.5px solid #939598; */
}

.header {
    background:#0095da;
    height: 500px;
/* background: linear-gradient(180deg, rgba(33,37,41,1) 0%, rgba(0,149,218,1) 100%); */
}

.jumbotron-my {
    background: rgb(87,173,213);
background: radial-gradient(circle, rgba(87,173,213,1) 1%, rgba(0,149,218,1) 100%);
  }

.main {
    background: #FFFBFC;
    color: #30332E;
}

.icon-primary{
    color: #0095da;
}

.logo {
    height: 50px;
}

.nav-link {
    color: #FFFBFC;
    font-size: 1.2rem;
}

.nav-link:hover {
    color: #0095da;
    font-size: 1.2rem;
}

.section {
    padding-top: 64px;
    padding-bottom: 48px;
}

.section-subheader {
    padding-top: 0px;
    padding-bottom: 15px;
}

.profile-img {
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    border: 0.4rem solid #FFFBFC;
}

.img-main {
    border: 0.4rem solid #FFFBFC;
}