.zoom-on-hover{
    border-radius: 50%;
    padding-bottom: 0px;
}
.zoom-on-hover:hover{
    border-radius: 0%;
    border: 2px solid #323232;
}
.login.vercenter{
    margin-top: 5%;
}
.custombtn{
    font-size: 30px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
}
.custombtn:hover{
    background-color: rgba(255, 255, 255, 0.19);
}
.team{
    padding: 5px;
}
.team:hover{
    border: 3px solid #1cd9c8;
}
.top{
}
.gradient-p-b{
    background-image: linear-gradient(to top right, purple, darkblue);
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}

.logo{
    background-color: rgba(0, 0, 0, 0.42);
    height: 10%;
}
.smalltext{
    font-size: 10px;
}

.bigtext{
    font-size: 30px;
}

.hugetext{
    font-weight: bold;
}

nav ul a,
nav .brand-logo {
  color: #d3d3d3;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 280px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,0.75);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 15%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.forum-section{
    background: rgba(0, 0, 0, 0.06);
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.droptop:hover{
    color: black;
}
.droptop{
    color: grey;
}
#info{
    transition: 0.5s;
}

img.splash{
    height: 250px;
    width: auto;
}
img.modal-splash{
    height: 150px;
    width: auto;
}

@media only screen and (max-width : 600px) {
    img.splash {
        height: 250px;
    }
}

/*----------------------------------------
	Avatar
------------------------------------------*/
.avatar-status
{
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 28px;
    vertical-align: bottom;
    white-space: nowrap;
    border-radius: 50px;
}
.avatar-status i
{
    position: absolute;
    right: -2px;
    bottom: 18px;

    width: 9px !important;
    height: 9px !important;

    border: 1px solid #fff;
    border-radius: 100%;
}
.avatar-status span.text-circle
{
    font-size: 1.2rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.avatar-status img
{
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar-online i
{
    background-color: #00e676;
}

.avatar-off i
{
    background-color: #bdbdbd;
}

.avatar-busy i
{
    background-color: #ff1744;
}

.avatar-away i
{
    background-color: #ffc400;
}

.avatar-status.avatar-100
{
    width: 100px;
}
.avatar-status.avatar-100 span.text-circle
{
    width: 100px;
    height: 100px;
}
.avatar-status.avatar-100 i
{
    width: 20px;
    height: 20px;
}

.avatar-status.avatar-50
{
    line-height: 0;

    width: 50px;
}
.avatar-status.avatar-50 span.text-circle
{
    width: 50px;
    height: 50px;
}
.avatar-status.avatar-50 i
{
    right: -1px;
    bottom: 21px;

    width: 12px !important;
    height: 12px !important;
}

.avatar-status.avatar-lg
{
    width: 144px;
}
.avatar-status.avatar-lg span.text-circle
{
    width: 144px;
    height: 144px;
}
.avatar-status.avatar-lg i
{
    right: 0;
    bottom: 0;

    width: 20px;
    height: 20px;
}

.avatar-status.avatar-md
{
    width: 40px;
}
.avatar-status.avatar-md span.text-circle
{
    width: 40px;
    height: 40px;
}
.avatar-status.avatar-md i
{
    right: 0;
    bottom: 0;

    width: 10px;
    height: 10px;
}

.avatar-status.avatar-sm
{
    width: 32px;
}
.avatar-status.avatar-sm span.text-circle
{
    width: 32px;
    height: 32px;
}
.avatar-status.avatar-sm i
{
    width: 8px;
    height: 8px;
}

.avatar-status.avatar-xs
{
    width: 24px;
}
.avatar-status.avatar-xs span.text-circle
{
    width: 24px;
    height: 24px;
}
.avatar-status.avatar-xs i
{
    width: 7px;
    height: 7px;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle
{
    background: #e6e6e6;
}