@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  font-family: 'Roboto' sans-serif;
  font-style: normal;
  font-weight: normal;
}
.hero h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
  color: #ffffff;
}
.hero p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}
.get-started h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 30px;
}
p {
  font-size: 20px;
}
a.nav-link {
  color: #7295d9 !important;
  font-size: 18px;
  text-transform: uppercase;
}
a.nav-link .active {
  color: #000000;
}
@media (max-width: 576px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero p {
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
  }
}
body,
.container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.col-12 {
  padding-right: 0;
  padding-left: 0;
}
.centre {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero {
  width: 100vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7295d9;
  padding: 2em;
  padding-left: 6em;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.middle-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-left: 20px;
}
.row-title {
  padding-bottom: 2rem;
}
.courses,
.prerequesites {
  padding: 0 0rem;
  padding-top: 5rem;
  text-align: center;
}
.prerequesites p {
  padding-top: 1rem;
}
.get-started {
  padding-top: 4rem;
  height: 70vh;
  background-color: rgba(114, 149, 217, 0.1);
}
.prerequesites {
  background-color: rgba(114, 149, 217, 0.1);
}
.get-started > .col-md-4 {
  top: 70%;
  left: 12%;
}
.signup {
  margin: auto;
}
.course-header {
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7295d9;
  padding: 2rem;
  padding-left: 6em;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.course-content {
  background-color: rgba(114, 149, 217, 0.1);
  padding: 2rem;
}
.tab-pane .list-group li {
  background-color: rgba(114, 149, 217, 0.1);
}
footer {
  padding-left: 10%;
  padding-top: 5rem;
}
.hero img {
  height: 330px;
}
img.line {
  padding: 1rem;
}
.get-started img {
  height: 38vh;
  width: 85%;
}
footer img {
  width: 165px;
  height: 60px;
}
.signup img {
  width: 180px;
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .courses,
  .prerequesites {
    padding-top: 2rem;
    text-align: center;
  }
  .hero {
    text-align: center;
    padding-left: 0;
    width: 100vw;
    align-items: center;
    background-color: #7295d9;
    padding: 2rem;
  }
  .hero img,
  .get-started img,
  #purple-line {
    display: none;
  }
  .get-started {
    padding-top: 1rem;
  }
  .course-header {
    width: 100vw;
    height: 70vh;
    background-color: #7295d9;
    padding: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
  }
  .course-sub {
    padding-bottom: 0;
  }
  .course-content {
    padding: 1rem;
  }
  .prerequesites {
    background-color: #ffffff;
  }
  .login-signup-switch {
    display: none;
  }
  .signup img {
    margin-bottom: 0;
  }
  .signup-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blue {
  color: #7295d9;
}
.purple {
  color: #8f34e2;
}
.grey {
  color: #4e4e4e;
}
.gold {
  color: #ffb93e;
}
.green {
  color: #2da503;
}
.white {
  color: #ffffff;
}
.nav-item .nav-link li {
  color: #7295d9;
}
.nav-item .nav-link li .active a {
  color: #000000;
}
img.logo {
  width: 150px;
  height: 49px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #4e4e4e;
  background-color: #ffffff;
  border-color: #8f34e2;
  border-bottom: 6px solid #8f34e2;
}
.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}
.signed-in {
  display: flex;
  flex-direction: row;
}
.signed-in p {
  margin: auto 0;
  padding-right: 10px;
}
.signed-in img {
  width: 50px;
  height: 50px;
}
@media (max-width: 576px) {
  img.logo {
    width: 147px;
    height: 47px;
  }
}
.btn-purple-primary {
  background: #8f34e2;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
  padding: 15px 20px;
}
.btn-gold-primary {
  background: #ffffff;
  border-radius: 40px;
  color: #ffb93e;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
}
.btn-green-primary {
  background: #2da503;
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 1rem;
}
.btn-blue-primary {
  background: #7295d9;
  color: #ffffff;
  padding: 20px 30px;
  width: 70%;
}
.btn-collapse {
  background: #8f34e2;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-primary-small {
  background: #ffffff;
  border: 1px solid #7295d9;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 22px;
  line-height: 31px;
  color: #7295d9;
}
.btn-primary-small-filled {
  background: #7295d9;
  border: 1px solid #7295d9;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 19px;
  line-height: 31px;
  color: #ffffff;
}
iframe.embed-responsive-item {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 96%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 97%;
  border: 0;
}
.video-content {
  padding-top: 4rem;
}
.card {
  padding: 1rem;
  margin: 0.5rem;
}
.card .card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  color: #8f34e2;
}
.card p {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  color: #4e4e4e;
  text-align: left;
}
@media (max-width: 576px) {
  .btn-purple-primary {
    width: 100%;
  }
  .btn-blue-primary {
    width: 90%;
  }
  .card .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .card p {
    font-size: 16px;
    line-height: 22px;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    left: 12px;
  }
  iframe.embed-responsive-item {
    margin-left: auto !important
		;
  }
  .video-content {
    padding-top: 1rem;
  }
}
form > form-group > input {
  height: 50px !important;
}
.signup {
  padding-top: 40px;
}
.form-body {
  padding-top: 30px;
}
.signup-form {
  padding-top: 0px;
}
.password {
  padding-top: 20px;
}
.column {
  padding-left: 5px;
  float: left;
  width: 33.33%;
  padding: 5px;
}
/* Clear floats after image containers */
.row::after {
  content: '';
  clear: both;
  display: table;
}
.or {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee3e4;
  position: relative;
  margin: 20px 0;
}
.or:before {
  content: 'or';
  width: 40px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: calc(50% - 20px);
  background-color: #ffffff;
  text-align: center;
  line-height: 10px;
  color: #555;
}
.login-with-fb:hover,
.login-with-google:hover,
.login-with-indeed:hover {
  opacity: 1;
}
.footer {
  margin-top: 10px;
}
.button {
  background-color: #7295d9;
  border-color: #7295d9;
}
.button a {
  color: #ffffff;
}
.button:hover {
  background-color: #8f34e2;
  border-color: #8f34e2;
}
.btn-outline-dark {
  color: #ffffff;
}
.btn-login {
  background-color: #ffffff;
  color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-login:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4e4e4e;
}
.btn-signup {
  background-color: #7295d9;
  border-color: #7295d9;
  color: #ffffff;
}
.btn-signup:hover {
  background-color: #8f34e2;
  border-color: #8f34e2;
}
.btn-login2 {
  background-color: #7295d9;
  border-color: #7295d9;
  color: #ffffff;
}
.btn-login2:hover {
  background-color: #8f34e2;
  border-color: #8f34e2;
}
.btn-signup2 {
  background-color: #ffffff;
  color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-signup2:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4e4e4e;
}
.li {
  list-style: none;
}
.container {
  width: 70%;
  margin: 20px auto;
  overflow: auto;
}
.pull-left {
  float: left;
}
.header {
  background: #7295d9;
  color: #ffffff;
  padding: 5px 10px;
  overflow: auto;
  font-size: 16px;
}
.footer {
  background: #ffffff !important;
  color: #ffffff;
  padding: 5px 10px;
  overflow: auto;
  font-size: 16px;
}
.button {
  background-color: #8f34e2;
  border-color: #8f34e2;
}
.button:hover {
  background-color: #7295d9;
  border-color: #7295d9;
}
@media only screen and (max-width: 900px) {
  .container {
    width: 90%;
  }
}
