/*** Nav ***/
.navbar-toggler {
    border-radius: 0;
}
.navbar-brand {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #e70000 !important;
}
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.75rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
    }
}

.nav-link {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 400;
}
.about {
    background-color: #f2f2f2;
}
.instructors {
    background-color: #f2f2f2;
}
.contact {
    background-color: #4c4c4c;
    color: #f2f2f2;
}
/**introduction**/
.introduction {
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.eod {
    font-size: 0.85rem;
    color: rgba(255,255,255,.6);
    margin-bottom: 1rem;
}
h1 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.25;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #e70000;
    text-shadow: 2px 2px #000000;
}
@media (max-width: 576px) {
    h1 {
        font-size: 2.5rem;
    }
}
h1 .and{
    font-family: 'Teko', sans-serif;
   
    font-weight: 300;
}
h1 .break{
    display:block;
}
h2 {
    font-size: 3.25rem;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2rem;
}
.btn {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.conf-datetime {
    margin-top: 2rem;
}
.conf-datetime span  {
    display: block;
}
.conf-datetime .when,
.conf-datetime .where  {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: rgba(255,255,255,.5);
}
.conf-datetime .place  {
    font-family: 'Teko', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    color: #cea585;
}
.conf-datetime .date {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    color: #cea585;
}
.conf-datetime .cost,
.conf-datetime .address  {
    font-family: 'Jura', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    color: rgba(255,255,255,.6);
}
.conf-datetime.registration .when,
.conf-datetime.registration .where  {
    color: rgba(0,0,0,.5);
}
.conf-datetime.registration .place  {
    color: #333;
}
.conf-datetime.registration .date {
    color: #333;
}
.conf-datetime.registration .cost,
.conf-datetime.registration .address  {
    color: rgba(0,0,0,0.9);
    font-weight: 400;
}

/***schedule***/
.scheduleBG  {
     background-attachment: scroll;
    background-image: url(../img/header-bg2.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.scheduleBG h2 {
    color: rgba(255,255,255,0.8);
}
.schedule {
    color: rgba(255,255,255,0.8);
}
.schedule .card {
    padding: 1rem 2rem;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid rgba(255,255,255,0.2);
}

.schedule .day {
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255,255,255,.8);
}
.schedule  .date {
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 300;
    color: rgba(255,255,255,.6);
}
.time-slot{
    margin-bottom: 2rem;
}
.time-slot span{
    display: block;
}
.time-slot i{
    padding-right: .5rem;
}
.time-slot .time{
    padding-right: .5rem;
    color: #ae9480;
}
.topic {
    font-family: 'Jura', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.25rem;
    color: #e70000;
}
.speaker {
    font-style: italic;
    color: rgba(255,255,255,0.8);
}
.speaker-item{
    margin-bottom: 2rem;
    padding:1rem;
}
.speaker-item .name{
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'Jura', sans-serif;
}
.speaker-item .title{
    font-style: italic;
}
.speaker-item .line{
    width: 5rem;
    height: 0.25rem;
    background-color: #cea585;
    margin: 1rem 0;
}
.speaker-item .name,
.speaker-item .title,
.speaker-item .email,
.speaker-item .line{
    display: block;
}
/** Contact **/
.contact-item{
    display: flex;
    align-item: top;
    margin-bottom: 1rem;
    vertical-align: top;
}
.contact-icon{
    display: inline-block;
    width: 25px;
    text-align: center;
    color: #e70000;
}
.contact-info{
    display: inline-block;
}
.contact-label{
    display: inline-block;
    width: 80px;
}
@media (min-width: 992px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
}
@media (max-width: 991px) {
    .card-group {
      display: flex;
      flex-flow: column wrap;
    }
}
a {
    color: #c20202;
    text-decoration: underline;
}
a:hover {
    color: #d10202;
}
