
/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #414E57;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 20px;
    margin: 7px;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #E36D5F;
    color: #f2f2f2;
    border-radius: 6px;
    background-clip: revert;
    text-decoration: none;
}

.topnav .myprojectBottom{
    overflow: hidden;
    background-color:#E36D5F ;
    border-radius: 6px;
}

.myprojectBottom a:hover{
    background-color:black ;
    position: center;
    border-radius: 6px;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
    float: left;
    width: 60%;
}
/* Right column */
.rightcolumn {
    float: right;
    width: 40%;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #000;
    width: 100%;
    padding: 20px;
}

.clip-circle {
  clip-path: circle(50px at center);
}

.circleDash {
    clip-path: circle(50px at center);
    height: 100%;
    line-height: 4;
    font-size: 3vh;
    background-color: #439cbc;
    text-align: center;
    color: #ffffff
}
/* Add a card effect for articles */
.card {
    box-shadow: 0 0.5em 1em -0.125em rgba(10 10 10 50);
    background-color: #1f1f1f;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.profileEditIcon {
   position: relative;
  float: right;
  left: 1px;
}

.cardAvatarImage{
    float: left;
    background: none;
    width: 100px;
    height: 100px;
}

.profileAboutText{
    overflow: hidden;
    background: none;
}

.VerificationsCheck {
    float: right;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .topnav a {
        float: none;
        width:100%;
    }
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    margin: 0 0;
}

.breadcrumb {
    background-color: black;
}

.breadcrumb a {
    color: #8d9297;
}

.breadcrumb a:hover{
    color: #439cbc;
}

.liClass {
    list-style-type: none;
}


.btn {
    color: white;
    background-color: #454545;
}






