* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main Styling */

html,
body {
  font-family: "Montserrat", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7em;
  background: #f9f9f9;
  font-size: 14px;
  color: #666666;
  background: #d7ebfe;
}
a {
  text-decoration: none;
}
li {
  margin-left: 10px;
}

ul {
  /* list-style-type: none; */
  margin: 20px;
  padding: 10px;
}
ol {
  margin: 20px;
  padding: 10px;
}

/*Utilities*/

.container {
  max-width: 1100px;
  margin: auto;
  overflow: auto;
  padding: 20px 70px 70px 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
  /* margin-top: 30px; */
}
.container-2 {
  max-width: 1100px;
  margin: auto;
  overflow: auto;
  padding: 0px 70px 0px 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 30px;
}

/*------Navigation bar-------*/
#navbar {
  margin-bottom: 1.5rem;
}
#navbar-top {
  color: #d41c1c;
  height: 100%;
  overflow: hidden;
  padding: 25px 0px 15px 50px;
}
.navcontainer {
  display: flex;
  flex-flow: row wrap;
  background: #002c5e;
  max-width: 95%;
  margin: auto;
  height: 50px;
  align-items: center;
}

.crumb-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  overflow: auto;
  padding: 10px 70px 5px 50px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  /* margin-bottom: 50px;
  margin-top: 30px; */
}
.crumbs {
  display: flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  flex-flow: row wrap;
  height: 30px;
  width: 100%;
  /* background: #d41c1c; */
  align-items: flex-start;
}
.crumb-item {
  font-size: 14px;
  font-weight: 800;
}
.crumb-item a {
  color: #666;
}
.nav-item {
  flex: 1;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  /*border: #d41c1c 1px solid;
  margin-left: 0.35rem;
  margin-right: 0.35rem;*/
}
.nav-item a {
  color: #ffffff;
}
.nav-item:hover {
  background: #325379;
}

.linkspace {
  margin-right: 10px;
}
.subheader {
  font-size: 21px;
  font-weight: 700;
  margin: 25px 0;
  border-bottom: 1px solid #ff6347;
  line-height: 2em;
}
.subheader-2 {
  font-size: 21px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.5em;
}
.subheader-top {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1em;
  padding-bottom: 5px;
  /*background: #ffffff;
  border-bottom: 1px solid tomato;*/
  text-align: center;
}
.heading1 {
  font-size: 40px;
  line-height: 2.5em;
  font-weight: 900;
}

.lead {
  font-size: 20px;
}
/*Buttons*/
.btn {
  display: inline-block;
  padding: 7px 15px;
  background: #ff6347;
  border-radius: 3px;
  color: #ffffff;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 800;
}
.btn:hover {
  background: #d41c1c;
}

.btninheader {
  display: inline-block;
  padding: 7px 15px;
  background: #ff6347;
  border-radius: 3px;
  color: #ffffff;
  margin-top: 35px;
  font-size: 16px;
}
.btninheader:hover {
  background: #d41c1c;
}

.topic-heading {
  font-weight: 800;
}

/*------------Page Printing-----------*/
@media print {
  #footer {
    display: none;
  }
  #navbar {
    display: none;
  }
  .btn {
    display: none;
  }
  #navbar-top p img {
    width: 30%;
  }
}

/*Showcase Styling*/

#showcase {
  height: 400px;
  background: url(../img/coursemain.jpg) no-repeat center center/cover;
}
#showcase .showcase-content {
  text-align: center;
  padding-top: 70px;
  color: #ffffff;
}
#showcase .showcase-content p ul li {
  padding-left: 0.5em;
}
/*Overlay*/
/*position: absolute;
top: 400px;
left: 0px;
right: 0px;
background-color: rgba(0, 0, 0, 0.8);
*/

/*Footer */
#footer {
  overflow: auto;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  padding: 0px 5px;
}
/*-------------------Responsiveness----------------------*/
@media (max-width: 700px) {
  #navbar-top {
    color: #d41c1c;
    padding: 15px 20px 10px 20px;
  }
  #navbar-top p img {
    max-width: 30%;
  }
  .btninheader {
    display: none;
  }

  .navcontainer {
    display: flex;
    flex-flow: column wrap;
    min-height: 30vh;
    /* flex-grow: 1; */
  }
  .navcontainer > * {
    padding: 3px;
  }
  .heading1 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  .lead {
    font-size: 12px;
  }
  #showcase {
    height: 150px;
  }
  #showcase .showcase-content {
    padding-top: 15px;
  }
  .btninheader {
    display: none;
  }
  .btn {
    padding: 5px 10px;
    margin-top: 30px;
    font-size: 14px;
  }
  .subheader-top {
    font-size: 10px;
  }
  .subheader {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1em;
  }
  .subheader-2 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1em;
  }
  .container-2 {
    /*max-width: 1100px;*/
    margin: auto;
    overflow: auto;
    padding: 0px 70px 0px 50px;
    background: #ffffff;
    border: 0px solid #e5e5e5;
  }
  .container {
    margin: auto;
    overflow: auto;
    background: #ffffff;
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .crumb-container {
    display: none;
  }
  body,
  html {
    font-size: 12px;
  }
}
