nav.mt-2 ul.nav-sidebar li a:hover{
	background-color:  rgba(242,175,88,0.5) !important;
}

.bg-1{
	background-color: rgba(20,143,119);
}
.bg-2{
	background-color: rgba(241,196,15);
}
.bg-3{
	background-color: rgba(253,132,105);
}

.brand-link
{
	margin-top: -55px;
}

.info{
	font-size: 17px !important;
	letter-spacing: 0.0625em;
	margin:-5px;
}

.btn-circle.btn-sm {
            width: 30px;
            height: 30px;
            padding: 6px 0px;
            border-radius: 15px;
            font-size: 8px;
            text-align: center;
        }
.btn-circle.btn-md {
            width: 50px;
            height: 50px;
            padding: 7px 10px;
            border-radius: 25px;
            font-size: 10px;
            text-align: center;
        }
.btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            border-radius: 35px;
            font-size: 12px;
            text-align: center;
        }
		
.alert-success{color:#2bb14a;background-color:#d4edda;border-color:#c3e6cb}
.alert-danger{color:#d55661;background-color:#f8d7da;border-color:#f5c6cb}

.btn-xsmall{
	font-size: 11px;
    text-align: center;
}


.btn-text-center{
	text-align: center;	
}
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed in screen */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of popup */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  border-radius:5px;
}
/* The Close Button */
#close {
  color: #aeaeae;
  float: right;
  font-size: 50px;
  font-weight: bold;
}
#close:hover,
#close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.blend{
	width: 100vw;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blend img{
position: absolute;
}

.blend h1{
	font-size: 100px;
	mix-blend-mode: overlay;
}




.topnav {
  overflow: hidden;
  background-color: #8A87C7;
  
}
 
.topnav form{
	display: inline;
}



.topnav input[type=search] {
  float: left;
  padding: 10px;
  border: none;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 2px;
  font-size: 18px;
}

.topnav button {
  float: right;
  padding: 6px 4px;
  margin-top: 8px;
  margin-right: 0;
  background: #ddd;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 6px 4px;
  text-decoration: none;
  font-size: 11px;
}
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}






#gradback {
 background-size: cover;
  background-image: linear-gradient(to bottom right, rgba(255,255,255), rgba(255,255,255));
  /*background-image: linear-gradient(to bottom right, rgba(220,200,213), rgba(142,136,195));*/
}


#gradcard {
 background-size: cover;
  /*background-image: linear-gradient(to bottom right, rgba(213,189,206), rgba(157,142,170));*/
  background-image: linear-gradient(to bottom right, rgb(240, 239, 246), rgb(236, 236, 240));
}

#bg-1{
	background-image: linear-gradient(to bottom right, rgba(233,220,229), rgba(180,168,189));
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: #bb94af;
  
  
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color:#413b75;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #5d55a8;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  background-color: #8f9bee;
  
}
.topright {
  float: right;
  cursor: pointer;
  font-size: 30px;
}

.topright:hover {color: #a92230;}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#gradlogin {
 background-size: cover;
  /*background-image: linear-gradient(to bottom right, rgba(187,147,174), rgba(93, 85, 168));*/
  background-image: linear-gradient(to bottom right, rgb(213, 220, 239), rgba(86, 138, 161));
}


/* Style the tab content */
.tabcontent1 {
  display: none;
  padding: 6px 12px;
  background-color: #gradback;
  border: 1px solid #ccc;
  border-top: none;
}


.input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 17px;
    color: #b8b8b8;
    }
.buttonupload{
  display: inline-block;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #7f72ec;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}