html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.Headcontainer {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-size: cover
}

.ProfilePicDiv {
    margin-top: 150px;
    border-radius: 50%;
}

.ProfileImg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid white;
}

/* Custom Styles */
.profile-picture {
    height: 360px;
    width: 360px;
    object-fit: cover;
}

.profile-pictureToMenu {
    max-height: 250px;
    max-width : 350px;
    width: 300px;
    object-fit: cover;
}

.profile-pictureToMainMenu {
  /*  height: 250px;*/
    max-width: 350px;
/*      width: 350px;*/
    object-fit: cover;
    object-position:center
}


.profile-Logo {
    height: 360px;
    width: 523px;
    object-fit: cover;
}

.profile-picture_Item {
  /*  height: 360px;*/
    width: 100%;
    object-fit: cover;
}
