@charset UTF-8;

/*
List of Colors
Maroon: #6d213cff
Blue: #adb9e3ff
Green: #869d7aff
Yellow: #feb95fff
Brown: #8b5d33ff
*/


body, html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100%;
  margin: 0px;
  background-color: white;

  font-size: 100%;

  box-sizing: border-box;
}

h1 {
  font-family: 'Open Sans';
  text-align: center;
  color: white;
  background-color: #6d213cff;
}

a {
  font-family: 'Open Sans';
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:active {
  text-decoration: none;
  color: inherit;
}

p {
  font-family: 'Open Sans';
}

li {
  font-family: 'Open Sans';
}

input {
  font-family: 'Open Sans';
}

button {
  font-family: 'Open Sans';
}

/* NAVBAR RULES */

.navbar {
  background-color: #6d213cff;
  border-radius: 0px;
  border-width: 0px;
}

.navbar-home {
  transition: 1s;
}

.navbar-home:hover {
  font-size: 1.15em;
  font-weight: 900;
  letter-spacing: 2px;
}

.navbar a {
  color: white;
  padding-right: 0px;
}

.navbar-brand p {
  float: right;
  margin-top: 6px;
  margin-left: 5px;
  font-weight: 900;
}

#navbarvertical {
  width: 768px;
}

.navbar-collapse {
  border-color: #6d213cff;
}

.navbar-nav {
  list-style-type: none;
  padding-left: 25px;
  border-width: 0px;
}

.navbar button {
  float: right;
  background-color: #6d213cff;
  border-width: 0px;
  margin-top: 18px;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
    .navbar-menu {
      display: none;
    }

    .nav-item {
      padding-top: 17px;
      padding-bottom: 17px;
      font-size: 1.25em;
    }

    .navbar-nav li a {
      padding-top: 17px;
      padding-left: 12px;
      padding-right: 12px;
      padding-bottom: 18px;
      transition: 1s;
    }

    .navbar-nav li a:hover {
      background-color: white;
      color: #6d213cff;
    }
}

@media (max-width: 767px) {
    .navbar-menu {
      display: inline;
    }

    .nav-item {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 1.2em;
    }

    .navbar-nav li a {
      padding-top: 10px;
      padding-bottom: 10px;
      transition: 2s;
    }

    .navbar-nav li a:hover {
      font-size: 1.15em;
      font-weight: 900;
      letter-spacing: 2px;
    }
}

/* LOGIN RULES */

.login-welcome {
  margin-bottom: 25px;
}

.login-welcome h1 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.login-signin {
  margin-bottom: 25px;
}

.login-signin input {
  padding: 8px 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #6d213cff;
  outline: none;
  font-style: italic;
  font-weight: 900;
  font-size: 1.25em;
  display: block;
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  }

.login-signin input:focus {
  background-color: white;
}

.login-buttons {
  margin-top: 40px;
  margin-bottom: 20px;
}

.login-buttons button {
  color: white;
  background-color: #6d213cff;
  font-weight: 900;
  font-size: 1.75em;
  padding: 8px 16px;
  border-radius: 0px;
  border-width: 0px;
  border-color: #6d213cff !important;
  margin-left: 10px;
  margin-right: 10px;
  transition: 1s;
}

.login-buttons button:hover{
  color: #6d213cff;
  background-color: white;
}

#userInfo {
  font-family: 'Open Sans';
  color: #6d213cff;
  margin-bottom: 20px;
  font-size: 1.25em;
}

.login-editing label {
  font-family: 'Open Sans';
  color: #6d213cff;
  margin-bottom: 20px;
  font-size: 1.25em;
  transition: 1s;
}

.login-editing label:hover {
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.login-editing span {
    margin-right: 7px;
}

.login-editing button {
  color: white;
  background-color: #6d213cff;
  font-weight: 900;
  font-size: 0.875em;
  padding: 4px 8px;
  border-radius: 0px;
  border-width: 2px;
  border-color: #6d213cff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  transition: 1s;
}

.login-editing button:hover{
  color: #6d213cff;
  background-color: white;
}

/* RKHIVE RULES */

.rkhive-heading h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rkhive {
  margin-left: 2vw;
  margin-right: 2vw;
  text-align: center;
  margin-bottom: 5vh;
}

.rkhive-instructions {
  color: #6d213cff;
  font-style: italic;
  font-size: 0.8em;
  display: inline;
  margin-bottom: 10px;
}

.rkhive span {
  margin: 7px;
}

.rkhive-button-hide {
  border-width: 0px;
  background-color: transparent;
}

.arrow{
  margin-top: 10px;
  margin-bottom: 20px;
  height: 35px;
  width: 65px;
  transition: 1s;
  cursor: pointer;
}

.arrow:hover {
  opacity: 0.5;
  height: 30px;
  width: 75px;
}

.yogDisplay {
  color: #6d213cff;
  font-size: 1.25em;
  display: inline;
  font-family: 'Open Sans';
}

#yogDisplay{
  color: #6d213cff;
  font-size: 1.25em;
  display: inline;
  font-weight: 900;
}

#searchWrapper {
  position: relative;
}

#searchWrapper::after {
  content: '🔍';
  position: absolute;
  top: 14px;
  right: 8px;
}

.rkhive input {
  padding: 8px 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #6d213cff;
  outline: none;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-size: 0.5cm;
  width: 100%;
}

.rkhive input:focus {
  background-color: white;
}

#usersList {
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.user {
  list-style-type: none;
  background-color: #eaeaea;
  border-radius: 15px;
  border-color: #6d213cff;
  border-width: 15px;
  padding: 20px 20px;
  display: grid;
  cursor: pointer;
  margin-top: 15px;
}

.user-grid-image{
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sheen-name {
  line-height: normal;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: rgb(0,0,0,1);
}

.sheen-name::after {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: -20%;
  background-image:
    linear-gradient(135deg,
      rgba(255,255,255,0),
      rgba(255,255,255,.8),
      rgba(255,255,255,0)
    );
}

.sheen-name:hover::after {
  transition: all 1s ease-out;
  right: 100%;
}

.sheen-name:hover{
  color:#6d213cff;
}

.modal-dialog{
  width: 90vw;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.modal-content {
  border-width: 0px;
}

.modal-header {
  background-color: #6d213cff;
  border-width: 0px;
  padding-top: 20px;
}

.modal-header button {
  color: white !important;
  opacity: 1;
  display: inline;
  transition: 1s;
}

.modal-header button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal-close {
  font-size: 1.2em;
}

.modal-header p {
  color: white;
  font-size: 2em;
}

.modal-body {
  background-color: white;
  padding: 30px;
  position: relative;
  overflow-y: auto;
}

.img-container span {
  margin-right: 7px;
}

.modal-body img{
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}

.modal-attribute {
  color: black;
  text-align: center;
  font-size: 1.2em;
}

.modal-description {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.modal-quote {
  font-style: italic;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: left;
}

.modal-body button {
  color: white;
  background-color: #6d213cff;
  font-weight: 900;
  font-size: 1.4em;
  padding: 8px 16px;
  border-radius: 0px;
  border-width: 0px;
  border-color: #6d213cff;
  transition: 1s;
  margin-left: 20px;
  margin-right: 20px;
}

.modal-body button:hover{
  color: #6d213cff;
  background-color: white;
}

.editable {
  color: #6d213cff;
  font-family: 'Open Sans' !important;
}

/* LOADER RULES */

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6d213cff;
  display:flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

/* UTILITY RULES */

.white {
  color: white;
}

.maroon {
  color: #6d213cff;
}

.bgred {
  background-color: #6d213cff;
}

.bggreen {
  background-color: #869d7aff;
}

.bgblue {
  background-color: #adb9e3ff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.none {
  display: none;
}

/* OTHER RULES */

.email {
  color: white;
}

.email:hover {
  color: #adb9e3ff;
}

.box {
 width: 225px;
 float:left;
}

.editBox{
  font-family: 'Open Sans';
  font-size: 1.25em;
  font-style: italic;
  font-weight: 800;
  padding: 10px 10px;
}

.datahouser {
  display: block;
  margin-bottom: 15px;
  height: 80vh;
}

.heading-gap {
  margin-top: 5vh;
}

#banner {
  padding: 0 none !important;
}

.choosefile {
  font-family: 'Open Sans';
}

.choosefile:hover {
  text-decoration: underline;
}

input[type="file"] {
    display: none;
}

.subtitle {
  padding-bottom: 15px;
  background-color: white;
  color: #6d213cff;
  transition: opacity 1.5s;
  transition: text-decoration 1.5s;
  text-decoration: overline;
}

.subtitle:hover {
  opacity: 0.75;
}

.title {
  font-size: 1.1cm !important;
  padding: 0 none !important;
}

.btn-default {
  padding: 5px 5px;
}

.alumni {
  background-color: #adb9e3ff !important;
}

.alumni-subtitle {
  padding-bottom: 15px;
  background-color: white !important;
  color: #adb9e3ff;
  transition: opacity 1.5s;
  transition: text-decoration 1.5s;
  text-decoration: overline;
}

.alumni-subtitle:hover {
  opacity: 0.75;
}

.pagearrow {
  width: 2vw;
  padding-top: 1vh;
}

.form-control {
height: 50px;
}

.realign {
  margin-left: 4vw;
}

.personDesc{
  text-align: center;
  padding: 0px;
}

.entry{
  border-width: 2px;
  border-style: solid;
}


.nav-pills {
margin: auto;
width: 100vw;
color: white !important;
font-size: 1.25em;
}

.nav.nav-pills li a {
  color: white;
  background-color: #6d213cff;
  transition: background-color 1s;
  transition: color 1s;
  font-size: 1.25em;
}

.nav.nav-pills li a:hover {
  background-color: white;
  color: #6d213cff;
  border-radius: 0px;
}

.nav.nav-pills li a:active {
  background-color: white;
  color: #6d213cff;
  font-weight: bolder;
}

.btn-sm {
  font-size: 0.8em;
  transition: background-color 1.25s;
}

.btn-sm:hover{
  color: #6d213cff;
  background-color: white;
}

.footer {
background-color: #6d213cff;
padding-top: 15px;
padding-bottom: 5px;
font-size: 1.5em;
}

.bold {
transition: font-weight 0.25s;
}

.bold:hover {
font-weight: 900;
}

.noborders {
  border-width: 0 none;
}

.dropdown-menu a {
  background-color: #6d213cff;
  color: white;
}

.dropdown-menu a:hover {
  background-color: white;
  color: #6d213cff;
}

.studentname {
  text-align: center;
  margin-top: 2.5vh;
  font-size: 1.25em;
}

.modalname {
  text-align: center;
  margin-top: 2.5vh;
  font-size: 3em;
}

.border {
  border-style: solid;
  border-radius: 15px;
  border-color: black;
  border-width: 3px;
  padding: 5px;
  margin: 1vw;
  transition: background-color 1s;
  text-align: center;
  min-height: 30vh;
  background-color: #e0e0e0ff;
}

.border:hover{
  background-color: #e0e0e033;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.gridImg {
  width: 150px;
  height: 150px;
  object-fit: cover;
  padding: 0px;
  margin-top: 1.5vh;
}

.scrolling-box {
  overflow-y: scroll;
  scroll-behavior: smooth;
  text-align: center;
}

.topmargin {
  margin-top: 45px;
}

.samplemodal {
  border-style: solid;
  border-radius: 15px;
  border-color: black;
  border-width: 3px;
  padding: 5px;
  margin: 1vw;
  transition: background-color 1s;
  text-align: center;
  min-height: 30vh;
  background-color: #e0e0e0ff;
  width: 225px;
}

#fileButtonLabel{
    margin-top: 20px;
}

#posterButtonLabel{
  margin-top: 20px;
}

.space {
  margin-left: auto;
  margin-right: auto;
}

/* sm */
@media (min-width: 768px) {
    .gridImg {
      width: 100px;
      height: 100px;
      object-fit: cover;
      padding: 0px;
    }
    .border{
      min-height: 28vh;
    }
    .modal-dialog{
      margin: auto;
      margin-top: 5vh;
      width: 800px;
      height: 560px;
    }
}

/* md */
@media (min-width: 992px) {
    .gridImg {
      width: 125px;
      height: 125px;
      object-fit: cover;
      padding: 0px;
    }
    .border{
      min-height: 29vh;
    }
    .modal-dialog{
      margin: auto;
      margin-top: 5vh;
      width: 1000px;
      height: 700px;
    }
}

/* lg */
@media (min-width: 1200px) {
    .gridImg {
        width: 150px;
        min-height: 150px;
        object-fit: cover;
        padding: 0px;
    }
    .border{
      min-height: 30vh;
    }
    .modal-dialog{
      margin: auto;
      margin-top: 5vh;
      width: 1200px;
      height: 840px;
    }
}
