@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%;
}

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

h2 {
  text-align: auto;
  color: white;
  font-family: 'Open Sans';
  background-color: #6d213cff;
  padding: 15px 15px;
}

h3 {
  text-align: center;
  color: white;
  font-family: 'Open Sans';
  background-color: #6d213cff;
  font-weight: 500;
  font-size: 0.5cm !important;
  font-style: italic;
}

h4{
  text-align: auto;
  color: white;
  font-family: 'Open Sans';
  background-color: #6d213cff;
  padding: 10px 10px;
  margin-top: 35px;
  font-size: 0.75cm !important;
}

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';
}

label {
  text-align: center;
  width: 100%;
  color: white;
  font-family: 'Open Sans';
  background-color: #6d213cff;
  padding: 10px 7px;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 3vh;
}

option {
  font-weight: bolder;
  font-size: 1.5em;
  text-align: center;
  border-left: 0px;
  font-family: 'Open Sans';
}

input {
  padding: 8px 15px;
  margin: 4px 0;
  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;
}

input:focus {
  background-color: white;
}

/* 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: 1px;
}

.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;
    }
}

/* INDEX RULES */

.index-logo {
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14vh;
  margin-bottom: 21vh;
  transition: 1s;
}

.index-logo:hover {
  height: 90vh;
  margin-top: 4vh;
  margin-bottom: 6vh;
}

.index-welcome {
  background-color: white;
  height: 80vh;
}

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

.index-welcome-message {
  padding-top: 125px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 1.5em;
  font-weight: 900;
  color: #6d213cff;
}

@media (min-width: 767px) {
  .index-arrow {
  width: 10vw;
  margin-bottom: 100px;
  transition: 2s;
  }

  .index-arrow:hover {
  opacity: 0.65;
  }
}

@media (max-width: 767px) {
  .index-arrow {
  width: 100px;
  margin-bottom: 100px;
  transition: 2s;
  }

  .index-arrow:hover {
  opacity: 0.65;
  }
}

/* ABOUT RULES */

.about-welcome {
  background-color: white;
}

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

.about-info {
  float: right;
  margin-top: 30px;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 45px;
  font-size: 1.4em;
}

.about-founders {
  float: left;
  width: 40vw;
  display: inline;
  margin-right: 30px;
  margin-bottom: 10px;
}

/* 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;
}

.editbutton:link {
    color: white;
    border-width: 0px;
}

.editbutton:active {
    color: white;
    border-width: 0px;
}

.editbutton:focus {
    color: white;
    border-width: 0px;
}

.editbutton:visited {
    color: white;
    border-width: 0px;
}

.editbutton:hover{
  color: #6d213cff !important;
  background-color: white;
  border-color: #6d213cff;
  transition-duration: 1s;
}

.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 {
  font-family: 'Open Sans';
  width: auto;
  text-align: center;
  color: white;
  background-color: #6d213cff;
  font-weight: 900;
  margin-bottom: 3vh;
  font-size: 2em;
  border-radius: 0px;
}

.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;
}

.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;
}

.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;
    }
}
