  * {
  box-sizing: border-box;
}

@font-face {
    font-family: Quicksand;
    src: url("../elements/Quicksand-Regular.otf") format("opentype");
}

/* Style the body */
body {
  margin: 0;
  font-family: Quicksand !important;
}


/* Header/logo Title */
.header {
  padding: 10px;
  text-align: center;
  background: white;
  color: white;
}
.pagehead {
  font-size: calc(2rem + 2vw);
}

.header_logo {
  max-width: 86.26vw;
  max-height: 64.7vh;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.navbar {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.nav-item{
  padding-inline: 0.3vw;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 40px;
}

.mission_container {
  display: inherit;
  position: relative;
  padding: 5%;
  height: calc(25vh + 40vw);
  text-align: -webkit-center;
  padding-right: 20%;
}

.info_container {
  z-index: 0;
}

.textimage {
  position: relative;
  height: -webkit-fill-available;
  z-index: 1;
  display: inline-block;
}

.imagetext {
  background: white;
  position: absolute;
  width: calc(16vh + 20vw);
  height: calc(17vh + 17vw);
  z-index: 2;
  right: 27%;
  margin-top: calc(-15vh + -17vw);
  margin-right: calc(-17vh + 10vw);
  border-radius: 10px;
  font-size: calc(0.8vh + 0.7vw);
  padding-inline: 1.8%;
  padding-block: 0.5%;
  overflow: hidden;
}

.welcome {
  background: white;
}

.mainimage {
  max-width: -webkit-fill-available;
  max-height: 100vh;
  text-align: center;
}

.mainquote {
  background: #6ebbe4;
  padding-block: 2vh;
  font-size: calc(.75rem + 2vw);
  color: white;
}

.covid {
  background: #8e7cc3;
  padding-block: 2vh;
  font-size: calc(.75rem + 2vw);
  color: white;
}

.covidImg{
  position: relative;
  width: 10vw;
  z-index: 2;
  margin-bottom: 20%;
}

.picassoImg{
  position: relative;
  width: 10vw;
  z-index: 2;
  margin-bottom: 20%;
}

.testimonialheader {
  background: #e06666;
  padding-block: 0.5vh;
  font-size: calc(.75rem + 3vw);
  color: white;
}

.wotw {
  background: #f2c231;
  padding-block: 0.5vh;
  font-size: calc(.75rem + 3vw);
  color: white;
}

.calendar {
  background: #6aa84f;
  padding-block: 0.5vh;
  font-size: calc(.75rem + 3vw);
  color: white;
}

.contenthead{
  margin-bottom: 0.25rem;
  font-size: calc(1.5vw + 0.7vh);

  color: black;
  font-weight: bold !important;
}
.contentbody{
  margin-bottom: 0.25rem;
  text-indent: 1.5vw;
}
.contentfoot{
  margin-bottom: 0rem;
  color: #c0c0c0;
  text-decoration: none;
}

.contentblock {
  background: white;
  padding-block: 5vw;
  padding-inline: 2rem!important;
}

.teacherblock {
  margin-inline: 1rem;
  width: fit-content!important;
  contain: content;
}

.subteacherblock {
  margin-inline: auto;
  text-align: center;
}

.teachercont {
  padding: 1rem;
  background-color: #d7ecf7;
  margin-inline: 0.5rem;
}

.teacherimg {
  max-height: 75vh;
  width: auto;
}

.teachertext {
  max-width: fit-content;
}

.teacherrow {
  justify-content: center;
  text-align: center;
}

.storyheader {
  font-size: calc(2rem + 2vw);
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 2px;
}

.storycontent {
  text-align: left;
  margin-bottom: 0rem;
  text-indent: calc(1.5vw + 2rem);
  padding-inline:  5vw;
  font-weight: bold;
  font-size: calc(1.3rem + .6vw)!important;
  padding-top: 5vh;
}

.bulletcontainer {
  text-align: -webkit-center;
  padding-top: 5vh;
  padding-inline: 20px;
}

.tuitionblock{
  padding-inline: 0px;
  padding-block: 0px;
  margin-inline: calc(0.5rem + 3vw);
  margin-block: 1vh;
  border: calc(0.1vw + 0.1rem) solid black;
}

.carousel-item>.row{
  height: min-content; 
  padding-block: 2vh; 
  padding-inline: 2vw;
}

.carousel-item>.row>.col{
  border: 1px solid black; 
  border-radius: 1.5vw;
  padding-inline: 4vw;
}

.carousel-item:nth-of-type(1)>.row>.col{
    background-color: #79a75adb;
}
.carousel-item:nth-of-type(2)>.row>.col{
    background-color: #5aa8dcdb;
}
.carousel-item:nth-of-type(3)>.row>.col{
    background-color: #e06666db;
}
.carousel-item:nth-of-type(4)>.row>.col{
    background-color: #f2c231db;
}
.carousel-item:nth-of-type(5)>.row>.col{
    background-color: #8b7fbfc7;
}
.carousel-item:nth-of-type(6)>.row>.col{
    background-color: #79a75adb;
}
.carousel-item:nth-of-type(7)>.row>.col{
    background-color: #5aa8dcdb;
}
.carousel-item:nth-of-type(8)>.row>.col{
    background-color: #e06666db;
}
.carousel-item:nth-of-type(9)>.row>.col{
    background-color: #f2c231db;
}
.carousel-item:nth-of-type(10)>.row>.col{
    background-color: #8b7fbfc7;
}

.testquote{
  text-align: left;
  margin-inline: 1vw;
  padding-block: 3%;
  padding-inline: 4%;
  font-size: calc(2vh + 1vw);
}

.testauth{
  text-align: right;
  font-weight: bold !important;
  margin-inline: 1vw;
  padding-inline: 4%;
  font-size: calc(2.3vh + 1.1vw);
  margin-block-end: 3vh;
}

.contentfoot:hover{
  margin-bottom: 0rem;
  color: #767676;
  text-decoration: none;
}

/*.unifont{
  font-family: 'RujisHandwritingFontv20Medium';
  font-weight: normal;
  font-style: normal;
}*/

.calgrid{
  background-image: url("../img/cork-board.jpg");
  background-size: contain;
  border: 0.75rem silver;
  border-style: ridge;
  height: inherit;
}

.stickynote{
  display: inline-block;
  position: relative;
  height: inherit;
  padding-inline: 5%;
}

.event{
  position: absolute;
  right: 14%;
  top: 24%;
  color: black;
  padding-block: 1%;
  padding-inline: 3%;
  line-height: 2.4vh;
  width: 75%;
  height: 65%;
}

.mh{
  height: inherit;
}

.col img{
  max-height: 100%;
}

.textrow{
padding-inline: 15%;
padding-block: 1%;
}

.columns {
  float: left;
  width: 50%;
  padding: 8px;
  display: block;
}

textarea {
    resize: none;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.disabled{
  background-color: #a3a3a3;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.button:hover {
  background-color: #089562;
  color: white;
}

.button2 {
  background-color: #89c262;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.button2:hover {
  background-color: #6ba146;
  color: white;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}


/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  --bs-gutter-x: 0rem !important;
}

.row2 {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.portalcols {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  height: 100vh;
}
.tab {
  float: left;
  background-color: #8b8b8b;
  width: 25%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  text-align: center;
  border-block: 1px solid black;
}
.tab button.last {
  border-bottom: 2px solid black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #5e5e5e;
  color: white;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
  color: black;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 2%;
  border: 1px solid #ccc;
  width: 75%;
  border-left: 2px solid black;
  overflow: scroll;
  background-color: #c6e8ff;
  height: inherit;
}

/* Main column */
.main {   
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
  background-color: #f1f1f1;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #272727;
  color: white;
}

.footer>.row>.col{
  display: inline-block;
  text-align: center;
  min-width: 250px;
  padding-block: 2vh;
}

.code {
  padding-right: 10px;
  padding-bottom: 5px;
  text-align: right;
  background: #272727;
  color: white;
}

.hover:hover{
  color: #c0c0c0;
}

.col{
  text-align: center;
}
.col2{
  padding: 3%;
  text-align: center;
}

.insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 48.8px; /* change this to change the size*/
  
}

.tool-tip {
  display: inline-block;
}

.tool-tip [disabled] {
  pointer-events: none;
}

.loginbody{
  margin: 0;
  padding: 0;
  height: 100%;
  background: #3EA7E0 !important;
}

.user_card{
  width: 350px;
  margin-top: 13vh;
  margin-bottom: auto;
  background: #FCBC1E;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.home_container {
  background-color: #dd4140;
  color: white;
  position: absolute; 
  width: 8%;
  height: 28px;
  border-radius: 20px;
  text-align: center;
  top: 5%;
  left: 6%;

}

.home_button {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
  left: 20px;
  background: #DD4140 !important;
  color: white !important;
}

.brand_logo_container{
  position: absolute;
  height: 170px; 
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #DD4140;
  padding: 10px;
  text-align: center;
}

.center-cropped {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.brand_name_container {
  position: relative;
  height: 80px;
  width: 160px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  border: 4px solid #DD4140;
}

.brand_name {
  position: relative;
  height: 60px;
  width: 133px;
  top: -3px;
  object-fit: cover;
}

.form_container{
  margin-top: 100px;
}

.login_btn{
  width: 100%;
  background: #DD4140 !important;
  color: white !important;
  margin-bottom: 15px;
}

.login_btn:focus{
  box-shadow: none !important; 
  outline: 0px !important;
}
.login_container{
  padding: 0 2rem;  
}
.input-group-text{
  background: #DD4140 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus{
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #c0392b !important;
}

.calgrid>.calmobile {
  place-content: center;
}

.calmobile>.col>.stickynote {
  height: auto !important;
  padding-inline: 0 !important;
  top: -7px;
}
.calmobile>.col>.stickynote>.event>.p {
  margin-bottom: 0 !important;
}
.calmobile>.col>.stickynote>.event {
  right: 8%;
  top: 22%;
  width: 85%;
  height: 69%;
}

.carousel-indicators [data-bs-target] {
  margin-block: -5px;
}
@media all and (max-width: 600px) {
  .textrow{
      padding-inline: 5vw !important;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
.wotwicon>img{
  vertical-align: baseline;
}

/* 
The container box is relative so we can position stuff inside of it 
*/
.image-box {
  position: relative;
}

.semesterblock {
  border: 2px solid white;
  border-radius: 8px;
  padding: 1rem;
  margin-inline: 1rem;
}

.semesterrowhead {
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 2px;
  font-size: 1.75rem;
  margin-bottom: 0;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.semesterrowbody {
  font-size: 1.25rem;
  margin-top: 3rem;
  justify-content: center;
  text-align: center;
}

.regcontent {
  text-align: center;
  padding-top: 2vh;
  padding-inline: 5vw;
}

.columns2 {
  max-width: 750px;
  padding: 8px;
  display: block;
  margin-inline: auto;
}

.classimage {
  position: absolute;
  height: calc(9vh + 2vw);
  top: calc(5vh + 2vw);
}

.image-box__background,
.image-box__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 
The background image div sizes and positions the background itself.
It's also at the bottom-most position in our "div stack" (z-index 1)

We set the image url via a CSS custom property, that's set via the style attribute in our HTML
*/
.image-box__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: var(--image-url);

  z-index: 1
}

/* 
The overlay div is just a colored element with some opacity.
It's above the background image in our stack, so it appears to 
darken the image 
*/
.image-box__overlay {
  background: rgba(0, 0, 0, 0.65);

  z-index: 2;
}

/* 
The content div is at the top of our stack. 
We'd probably add some padding or flexbox properties here as well, 
to place the content appropriately
*/
.image-box__content {
  position: relative;

  z-index: 3;
  
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(0px);
  }
}

.animcontainer {
  max-width: 450px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.avatar {
  width: -webkit-fill-available;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}