@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

html,
body {
    /* height: 100%; */
    color:white;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    background: url(../images/bg.png);
    background-size: cover;
    background-position: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
}

a {
  transition: color .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

.wrap > .container {
  padding: 90px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wrap > .container > div  {
  width: 50%;
  padding: 0 15px;
}

.main-title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: center;
}

.main-title-overlay{
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767.5px) {
  .wrap > .container {
    flex-wrap: wrap;
  }
  .wrap > .container > div  {
    width: 100%;
  }
  .main-title {
    margin-bottom: 30px;
  }
}

.single-event a {
  display: block;
  padding: 15px 20px;
  background: white;
  color: #555;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s;
}
.single-event:last-child a {
  margin-bottom: 0;
}
.single-event a:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.event-list {
  width: 50%;
}

.single-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar {
  min-height: 60px;
  background: rgba(74, 189, 172, 0.95);
  border-bottom: 1px solid #45b0a1;
}
.navbar-brand {
  font-size: 28px;
  font-weight: bold;
  transition: font-size 0.3s ease, color 0.3s ease;
  padding: 20px;
  color: #EEFBFB;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #fff;
}
.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #EEFBFB;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.breadcrumb.registrant-create {
  padding: 10px 20px;
  background-color: #fff;
}
.breadcrumb a {
  text-decoration: none;
  color: #777;
}
.breadcrumb a:hover {
  color: #555;
}
.breadcrumb .active {
  color: #999;
}

.registrant-create .registrant-form {
  background: white;
  color: #12232E;
  border: none;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  margin-bottom: 50px;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  font-size: 14px;
}
.footer a {
  color: white;
  margin-right: 8px;
  margin-left: 8px;
  text-decoration: none;
}
.footer p {
  margin-top: 10px;
  margin-bottom: 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.form-group .hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
  .nav li > form > button.logout {
      display:block;
      text-align: left;
      width: 100%;
      padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.btn-main {
  border-radius: 50px;
  padding: 10px 40px;
  background-color: #46a7e3;
  border: none;
  transition: all 0.4s ease;
  color: white;
    font-size: 16px;
}

.stacking-bg .main-title {
    color: #eee;
}
