@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');
.w-70{
    width:73% !important;
}
.w-60{
    width:63% !important;
}
.w-40{
    width:43% !important;
}
.w-30{
    width:35% !important;
}
.docwidth{
    width:20vw !important;
}
.pic{
    overflow:hidden;
    width: 180px !important;
    height: 180px !important;
    border-radius: 180px;

    
}
.img-fluid{
    width: 180px !important;
    height: 180px !important;
    object-fit:fill;

}
.bigtitle{
    font-size: 3.5rem !important;
}
.styled-font{
  font-family: 'Roboto Slab', serif;
}

.contimg{
    background-color: white;
    float: left;
    padding: 10px;
    border: 15px solid var(--gray-bg-dark);
    position: relative;
    z-index: 10;
}
.contimg:after {
    background-color: #f8f9fa;
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}
.round5{
    border-radius: 5px;
}
.social-link {
    width: 33px;
    height: 33px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 1.2rem;
  }
  
  .social-link:hover,
  .social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
  }
  .bg-div{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    z-index: -1;
  }
  .translucent{
    padding: 20vh 0vh;
  }


.form-floating > .form-control, .form-floating > .form-control-plaintext {
	padding: 1rem .75rem;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
    .centerMobileOnly {
      text-align: center !important;
      margin:auto;
    }
    .mobifullscreen{
        width:100% !important;
        padding: 0px;;
    }
    .mobiscreenview{
        width:90vw !important;
    }
    .mobiscreentext{
        width:80vw !important;
    }
    .mobiflex-wrap{
        flex-wrap: wrap;
    }
    .mobirowreverse{
        flex-direction: row-reverse;
    }
    .styled-font{
        font-family: 'Roboto Slab', serif;
        font-size: 2.5rem !important;
      }
  }