﻿@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;324;400;700");
app {
  position: relative;
  display: flex;
  flex-direction: column; }

svg {
  vertical-align: unset; }

.dropArea {
  border: 2px dashed steelblue;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightblue;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  min-height: 200px; }

.dropArea:hover {
  background-color: lightskyblue;
  color: #333; }

.dropArea input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.dropAreaDrug {
  background-color: lightseagreen; }

.main-container {
  /*min-width: 768px;
    max-width:1000px;
    margin: auto;*/
  flex: 1; }

.main-text {
  margin: 10px 100px; }

.classes-group {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -10% 0 0 -10%;
  width: calc(100% + 10%);
  position: relative; }

.classes-block {
  width: 40%;
  border: 1px solid black;
  background-color: blue;
  margin: 10% 0 0 10%;
  position: relative;
  padding-top: 30%; }

.classes-title {
  position: absolute;
  top: 20%;
  left: 0;
  width: 60%;
  margin: 20%;
  align-content: center; }

.carousel {
  position: relative;
  width: 75%;
  margin: auto; }

.carousel-inner img {
  margin: auto; }

.carousel-control-prev,
.carousel-control-next {
  cursor: pointer;
  background-color: #000000;
  width: 2vw; }

.carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -200px;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none; }

.carousel-indicators li {
  -ms-flex: 0 1 auto;
  width: auto;
  height: auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

button.btn.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  top: 50px;
  position: relative; }

.carousel-navigation-images-container {
  margin: 10px; }

.image-container {
  display: flex;
  justify-content: center;
  margin: 25px; }

.carousel-navigation {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  position: relative; }

img.carousel-navigation-images {
  margin: 0px 3px; }

img.shown-image {
  height: 700px; }

.image-container:hover .image-details {
  display: block; }

.image-container .image-details {
  display: none;
  position: absolute;
  margin: auto;
  line-height: 20px;
  color: white;
  padding: 5px 20px;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  app {
    flex-direction: column; }
  .main {
    position: relative;
    display: flex;
    flex-direction: row; }
  /*  .main .top-row {
        position: sticky;
        top: 0;
    }*/
  .main > div {
    padding-left: .2rem !important;
    padding-right: .2rem !important; }
  .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  /*  .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }*/ }

.heading-topbar {
  height: 5.5rem;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  font-family: 'Roboto Slab, Serif weight 300 spacing 20';
  background-color: #093454;
  color: #fff; }

.header-login-display {
  margin: 3.3rem .5rem 0 .5rem; }

.heading-container-logo {
  position: relative;
  display: flex;
  margin: 5px; }

.header-right {
  position: relative;
  display: flex;
  margin: 5px; }

#header-logo {
  /*position: absolute;*/
  width: 385px;
  display: inline-block;
  bottom: 10px; }

.header-title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 2.6rem 0 0 1rem; }

.cls-2 {
  fill: #fff; }

.cls-1 {
  fill: #ad926b; }

@media (max-width: 633.98px) {
  .header-login-display {
    display: none; } }

.welcome-title {
  font-family: bc-alphapipe, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
  color: #707070;
  line-height: 3.5em;
  width: 50%; }

.welcome-title > span {
  font-size: 80px;
  font-weight: 500; }

.welcome-title > h1 {
  text-align: left; }

.back-link {
  text-align: right;
  margin-right: 20%; }

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px; }

.shown, .collapsible:hover {
  background-color: #555; }

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.shown:after {
  content: "\2212"; }

.Student-Details {
  font-family: sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #707070;
  padding: 20px 0px 30px 0px;
  width: 70%;
  margin: auto;
  max-width: 1000px; }

.Class-Details {
  max-height: unset;
  transition: max-height 0.2s ease-out;
  font-size: 12pt;
  font-family: sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #707070;
  padding: 0px;
  width: 70%;
  margin: auto;
  max-width: 1000px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  /*padding: 20px 0px 30px 0px;*/ }

.Class-Details.showText {
  max-height: unset;
  padding: 20px 0px 30px 0px; }

.fake-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

.fake-link:hover {
  color: #0056b3;
  text-decoration: underline;
  cursor: pointer; }

.Class-Details.desktop {
  max-height: unset; }

.Class-Details.mobile {
  max-height: 0; }

.welcome-index {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex; }

.welcome-index > .transit-welcome {
  width: 50vw; }

.title-image-con {
  margin: 0px 20px; }

.title-image-con > .title-image {
  width: 30vw; }

.title-container {
  display: flex;
  margin: 0px 50px 50px 50px; }

.title-container > .welcome-title {
  margin: 100px 200px 0px 0px; }

.h1, h1 {
  font-size: 3.5rem;
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 1.5rem 0px; }

@media (max-width: 1000px) {
  .welcome-title > span {
    font-size: 60px; }
  .title-container > .welcome-title {
    margin: 0px; }
  .welcome-title {
    text-align: left;
    width: 100%; }
  .Class-Details.desktop {
    max-height: 0; }
  .Class-Details.mobile {
    max-height: unset; } }

@media (max-width: 800px) {
  .title-container {
    display: block; }
  .welcome-title > span {
    font-size: 50px; } }

@media (max-width: 700px) {
  .title-image-con > .title-image {
    width: 60vw; } }

@media (max-width: 600px) {
  .welcome-title > span {
    font-size: 36px; }
  .Class-Details {
    width: 90%; } }

@media (max-width: 500px) {
  .title-image-con > .title-image {
    width: 80vw; }
  .title-image-con {
    margin: 0px; }
  .title-container {
    margin: 0px 25px 50px 25px; } }

@media (max-width: 400px) {
  .welcome-title > span {
    font-size: 20px; } }

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000; }

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem; }

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050; }

.invalid {
  outline: 1px solid red; }

.validation-message {
  color: red; }

#notfound {
  position: relative;
  height: 50vh; }

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center; }

.notfound .notfound-404 {
  position: relative;
  height: 240px; }

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px; }

.notfound .notfound-404 h1 > span {
  text-shadow: -8px 0px 0px #fff; }

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px; }

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px; }
  .notfound .notfound-404 h1 {
    font-size: 200px; } }

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px; }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px; }
  .notfound h2 {
    font-size: 16px; } }

.gallery-display-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.square {
  border: #666666 solid 1px;
  position: relative;
  text-align: center;
  width: 27vw;
  height: 27vw;
  margin: 40px 3vw;
  padding: 20px; }

.square:hover {
  cursor: pointer; }

.squareColor {
  padding-top: 100%;
  max-height: 100%;
  background-color: #f6861f; }

.square:hover > .squareColor {
  background-color: #002d62; }

.squareCon {
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 70% 20px 20px 20px;
  color: #FFFFFF; }

@media (max-width: 1090px) {
  .squareCon {
    padding: 50% 20px 20px 20px; } }

@media (max-width: 970px) {
  .squareCon {
    padding: 30% 20px 20px 20px; } }

@media (max-width: 800px) {
  .squareCon {
    font-size: 20pt; } }

@media (max-width: 690px) {
  .square {
    padding: 10px; }
  .squareCon {
    font-size: 18pt;
    padding: 10px; } }

@media (max-width: 600px) {
  .square {
    padding: 5px; }
  .squareCon {
    font-size: 16pt;
    padding: 5px; } }

@media (max-width: 970px) {
  .squareCon {
    font-size: 12pt; } }

@media (max-width: 400px) {
  .square {
    width: 40vw;
    height: 40vw; } }

.class-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.class-item {
  border: #666666 solid 1px;
  width: 20vw;
  height: 20vw;
  margin: 45px;
  padding: 20px 20px 0px 20px; }

.class-item:hover {
  background-color: #DFE8F3;
  cursor: pointer; }

.class-item-image-container {
  width: 100%;
  height: 70%;
  margin: auto;
  overflow: hidden; }

.class-item-image {
  width: 100%;
  object-fit: cover; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid #f6861f; }

.gallery-container {
  position: relative;
  margin: 20px auto 5px auto;
  width: 50%; }

@media (max-width: 1000px) {
  .class-item {
    width: 25vw;
    height: 25vw;
    margin: 30px; }
  hr {
    margin: 0px; } }

@media (max-width: 850px) {
  .class-item {
    width: 27vw;
    height: 27vw;
    margin: 10px; } }

@media (max-width: 800px) {
  hr {
    display: none; } }

@media (max-width: 600px) {
  .class-item {
    width: 30vw;
    height: 30vw;
    margin: 10px; } }

@media (max-width: 500px) {
  .class-item {
    width: 40vw;
    height: 40vw; } }

@media (max-width: 400px) {
  .class-item {
    width: 50vw;
    height: 50vw; } }

.nav-menu-display {
  /*width: 40px;
    height: 40px;*/
  margin: 10px 5px 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.NavMenu-head-container {
  padding: 0; }

.nav-menu-display-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' style='fill: silver;' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  vertical-align: middle;
  content: ""; }

.nav-container-head-box-image {
  height: 80px;
  object-fit: cover;
  margin-top: -10px; }

.nav-container {
  display: flex;
  /*flex-flow: column nowrap;*/
  color: #707070; }

.nav-container-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch; }

.nav-container-head-box {
  margin: 5px 5px 0 5px;
  padding: 10px 10px 0 10px; }

.nav-container-head-box:nth-child(1) {
  flex-grow: 1;
  font-size: 2em; }

.nav-container-head-box:nth-child(2) {
  width: 188px; }

.nav-container-foot {
  max-width: 1100px;
  min-width: 970px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  font-family: bc-alphapipe, sans-serif; }

.nav-container-foot-box {
  margin: 5px 0 0 0;
  padding: 10px;
  flex-grow: 1;
  text-align: center;
  color: #707070;
  text-decoration: none; }

.nav-container-foot-box:hover {
  color: #f6861f;
  text-decoration: none; }

.nav-container-foot-box.active {
  margin: 5px 5px 0 5px;
  padding: 10px;
  flex-grow: 1;
  text-align: center;
  text-decoration: none;
  color: #f6861f; }

svg.header-logo-image {
  width: 220px; }

@media (max-width: 960px) {
  .sidemenu {
    display: none; }
  .nav-container {
    flex-flow: column nowrap; }
  .nav-collapse {
    display: none !important; }
  .NavMenu-head-container {
    margin-bottom: 3px; }
  .nav-container-foot {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1100px;
    min-width: 0px;
    margin-left: 0px; }
  .nav-container-foot-box-active {
    border-radius: 0;
    margin: 5px; }
  .nav-container-foot-box:hover {
    border-radius: 0;
    margin: 5px; } }

@media (min-width: 1200px) {
  .headingmain-logo {
    height: 150px;
    position: relative;
    top: -28px; } }

@media (min-width: 961px) {
  .nav-menu-display {
    display: none; }
  .nav-phone-only {
    display: none !important; } }

footer {
  display: block; }

.footer-container {
  padding-top: 110px; }

#content {
  margin: 20px; }

.btn-tgc {
  position: relative;
  width: 60px;
  background-color: #ad926b;
  color: white !important;
  padding: 14px 10px;
  width: 120px;
  height: 50px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  float: left;
  margin: 5px;
  text-align: center; }

.footer-logo-desktop .cls-1 {
  fill: #ad926b; }

.footer-logo-desktop .cls-2 {
  fill: #002d62; }

.footer-logo-colour-text {
  fill: #002d62; }

.footer-logo-gold {
  fill: #ad926b; }

.layout-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer-right-content {
  color: white;
  position: relative;
  margin: 20px 10px 0 90px;
  line-height: 1.55em;
  font-size: 15px;
  font-weight: 600; }

.footer-right-content-addressdetails {
  position: relative;
  float: left;
  width: calc(-265px + 100%); }

.footer-right-content-schooldetails {
  position: relative;
  display: inline-block;
  width: 260px; }

.footer-right {
  position: relative;
  width: 100%; }

.footer-right-content a {
  color: #ad926b; }

.footer-left {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  font-size: calc(15.4576px + 0.169492vw); }

.footer-logo-desktop {
  position: relative;
  height: 70px; }

.social-media {
  position: relative;
  height: 60px; }

.social-media a {
  position: relative;
  height: 40px;
  width: 40px; }

.social-media svg {
  position: relative;
  height: 40px;
  width: 40px; }

.social-media li {
  padding: 6px;
  list-style: none;
  float: left; }

.footer-bg-behind {
  position: absolute;
  top: 0px;
  right: 400px;
  bottom: 0px;
  left: 0px;
  width: calc(-400px + 100%);
  height: 100%; }

.footer-bg-front {
  position: relative;
  margin-top: -30px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%; }

#footer-logo-layout {
  padding: 45px 50px 60px 50px; }

.footer-right-divider {
  margin-bottom: 50px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

.clear {
  clear: both; }

@media only screen and (min-width: 1140px) {
  .footer-right-content-addressdetails {
    position: relative;
    float: left;
    width: calc(-435px + 100%);
    margin-left: 80px; }
  .footer-right-content-schooldetails {
    position: relative;
    display: inline-block;
    width: 340px; } }

@media only screen and (max-width: 900px) {
  .footer-right-content {
    margin: 30px 0 0 20px; }
  .footer-bg-behind {
    display: none; }
  .footer-logo-colour-text {
    fill: White; }
  .footer-bg-front {
    display: none; }
  .layout-footer {
    border-top: 6px solid #004811;
    background-color: #002d62; }
  #footer-logo-layout {
    padding: 45px 17px 60px 24px; } }

@media (max-width: 770px) {
  ul.social-media {
    padding-left: 20px; }
  .footer-right-content {
    margin: 30px 0px 0px 0px; } }

@media only screen and (max-width: 768px) {
  .footer-bg-behind, .footer-bg-front {
    display: none; }
  .layout-footer {
    border-top: 6px solid #004811;
    background-color: #002d62; }
  .footer-right-divider {
    margin-bottom: 10px; }
  #footer-logo-layout {
    position: relative;
    display: block;
    width: 200px;
    padding: 0;
    margin: 10px auto; }
  .layout-footer {
    display: block; }
  .footer-right-content-addressdetails {
    float: none;
    width: 100%; }
  .footer-right {
    text-align: center; } }

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
