/*!
 * Start Bootstrap - One Page Wonder v5.0.3 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

 /********************* Setup Stuff *********************/
html {
position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 300px;
}
body h1, h2, h3, h4, h5 {
    font-family: 'Nunito', sans-serif;
}
.plain-link {
    color: black;
    text-decoration: none;
}
.text-uppercase {
  text-transform: none!important;
}
.btn-xl {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background-color: #2C59BE;
  border-color: #2C59BE;
  width: 100%;
  display:block;
  margin-left: auto;
  margin-right: auto;
}
.btn-xl:hover {
  background-color: #213760;
  border-color: #213760;
}
.bg-black {
  background-color: #000 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 89, 190, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(44, 89, 190, 0.5);
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}
.nav-header-spacer {
  margin-top: 126px;
  margin-bottom: 3rem;
}

#registerComplete a, #resources a  {
  color: #2C59BE;
}
#resources a:hover {
  color: #213760;
}

svg{
    fill: #212529;
    width: 25px; 
    cursor: pointer;
}

/********************* Navigation Bar *********************/
#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  color: white;
  border: 0;
  background-color: #2C59BE;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #2C59BE;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 95%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #2C59BE;
}
.hiddenBadges{
  display: none;
}
@media (min-width: 992px) {
  .homePage #mainNav {
    -webkit-transition: 500ms;
    transition: background-color 500ms;
    background-color: rgba(0,0,0,0);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.25em 0.5em !important;
  }
  #mainNav.navbar-shrink {
    transition: background-color 500ms;
    background-color: #212529;
  }
  #mainNav .classLink {
    border: 1px solid white;
    border-radius: 5px;
    padding: 0;
  }

  #mainNav .classLink:hover {
    border-color: #2C59BE;
  }
}

#logoutButton {
    background-color: transparent;
    border: none;
}

#logoutButton:hover {
    cursor:pointer
}


/********************* Index Page *********************/
header.masthead {
	color: white;
  background-image: url("/images/boomer-header.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;

}
header.masthead .masthead-content .container {
  padding-top: 65vh;
  text-align: left;
  width: 100%;
}
header.masthead .masthead-content .masthead-heading,
header.masthead .masthead-content .masthead-subheading {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}
header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1.5rem;
}
#aboutAndy .aboutAndyTextContainer .display-4 {
  text-align: center;
 }
#logos .badges{
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 576px) {
  .btn-xl {
    width: max-content;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #logos .hiddenBadges{
    display: inherit;
  }
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(28rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .container {
  padding-top: 10vh;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 1.65rem;
  }
  #aboutAndy .aboutAndyTextContainer .display-4 {
    text-align: left;
  }
  #logos .badges{
    margin-left: auto;
    margin-right: auto;
  }
}

/********************* Other Pages *********************/
.spacer{
  margin-top: 56px;
}
@media (min-width: 992px) {
  .spacer{
    margin-top: 68px;
  }
}

/********************* Classes Page *********************/
#classTypeSelect .classCard{
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
}
#classTypeSelect .classCardImage{
    margin: 0;
    padding: 0;
}
#classTypeSelect .classCardBody{
    margin: 1%;
    margin-bottom: 5%;
}
#classTypeSelect .classCardTitle{
    font-size: 1.65em;
    font-weight: 600;
    color: black;
}
#classTypeSelect .classCardText {
    font-size: 1.1em;
}
#classTypeSelect .classCardButton{
    background-color: #2C59BE;
    color: white;
}
#classTypeSelect .classCardButton:hover{
    background-color: white;
    border: 1px solid #2C497F;
    color: #2C497F;
}
#classTypeSelect .sidebar{
    display: none;
}
#classTypeSelect .sidebarLinks a{
    color: black;
}
#classTypeSelect .sidebarLinks a:hover{
    transition: 500ms;
    color: #2C497F;
}
#classTypeSelect .col-lg-8{
    padding: 0;
}
@media (min-width: 576px) {
  #classTypeSelect .classCardBody {
      margin-top: 7%;
      padding: 0;
  }
  #classTypeSelect .classCard {
      background-color: #FbFbFb;
      border: none;
      border-radius: 0;
      width: 100%;
      margin: 0;
  }
  #classTypeSelect .classCardButton:hover{
      background-color: white;
      border: 1px solid #2C497F;
  }
  #classTypeSelect .classCard:nth-child(even) {
      background-color: #F4EFF4;
  }
}
@media (min-width: 768px) {
  #classTypeSelect .classCardBody {
    margin-bottom: 0;
    margin-top: 17%;
  }
}
@media (min-width: 992px) {
  #classTypeSelect .sidebar {
    display: inline;
  }
}


/********************* Specific Class Page *********************/
.card{
    width: 20rem;
    margin: 0 auto;
}
.classHeader{
    font-size: 1.75em;
}
.classDescription{
    margin-top: 15px;
    font-size: 1.1em;
    margin-left: 5px;
}

/********************* Register Form *********************/
.formClassDetails{
    padding-left: 5px;
}
.formSection{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 20px;
}

/********************* Admin Dashboard *********************/
.dashboardClassDetails{
    width: 100%;
}
.dashboardClassDetails th{
    padding-top: 30px;
}
.dashboardClassDetails td{
    border: 1px solid lightgray;
    padding: 5px;
}
.dashboardShowDatabase{
    width: 100%;
}
.dashboardShowDatabase td{
    border: 1px solid lightgray;
    padding: 5px;
}
.crumbs{
    padding: 7px 0;
}
.notesCustomWidth {
  width: 40%;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/********************* Page Actions **********************/
#actionButtons a, #actionButtons label{
    color: #212529;
    text-decoration: none;
}

#actionButtons .svgContainer:hover a
,#actionButtons .svgContainer:hover label{
    color: #2C59BE;
}

/********************* Multi Select **********************/
.svgContainer:hover svg{
    fill: #2C59BE;
}

#multiSelectActions {
    height: 50px;
}

#multiSelectActions #title{
    padding: 0.75rem;
}

.multiSelectTools{
    display: none;
}

#cloneStudentsIcon {
    width: 20px;
    cursor: pointer; 
    margin-left:-8px;
}

/********************* Table *********************/
.table {
    table-layout: fixed;
    word-wrap: break-word;
}

#selectCount {
    width: 50px;
}
/*Hide any after the 3th*/
/* #table tr:nth-child(n + 25) {
    display: none;
} */

/********************* Footer *********************/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 283.2px;    
}
.footerNavLinks {
  list-style: none;
  padding-left: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}