@font-face {
  font-family: 'Pacifico';
  src: url('pacifico.eot');
  src: url('pacifico.eot?#iefix') format('embedded-opentype'),
    url('pacifico.woff') format('woff'),
    url('pacifico.ttf') format('truetype'),
    url('pacifico.svg#Pacifico') format('svg');
}

#disqus_thread {
  margin-top: 20px;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p{
  padding: 0;
  margin: 0;
}
.blue-course {

  color: #3498db;
}

.blue-course h3 {
  background: #1b7be1;
  color: #fff;
  font-size: 16.2vw;
  line-height: 16.2vw;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.button {
  background: #3498db;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 48%;
}

.buttons {
  padding: 0 20px 20px;
  margin-bottom: 10px;
}

.buttons .button {
  background: #FFF;
  color: #3498db;
  float: left;
  margin: 5px;
}

.center1 .slick-center h3 {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  /* color: #e67e22; */
  opacity: 1;
  transform: scale(1.08);
}

.center1 h3 {
  opacity: 0.8;
  transition: all 300ms ease;
}

.content {
  margin: auto;
  /* padding: 4vw; */
  width: 100%;
}

.content:after,
.buttons::after {
  clear: both;
  content: "";
  display: table;
}

.destroy {
  font-weight: 400;
  margin-top: 40px;
}

.features {
  display: block;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}




.slick-slide img.slick-loading {
  border: 0
}

.slick-slider {
  margin: 30px auto 50px;
}

/* .subheading {
  color: #555;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin: 10px auto;
  text-align: center;
} */

.white {
  background: #fff;
  color: #3498db;
}

.white pre,
.white hr {
  background: #3498db;
}

body,
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: 'Lucida Grande', sans-serif;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  width: 100%;
}

p.guff {
  font-size: 16px;
}

pre {
  background: #fff;
  margin: 0 10px 20px;
  padding: 10px;
}

section {
  width: 100%;
}


@media (max-width: 420px) {
  ul.nav li a {
    display: block;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .blue-course h3 {
    font-size: 10vw;
  }

  .button {
    margin: 0 auto 20px;
    width: auto;
  }

  .button.first {
    margin-top: 40px;
  }

  .buttons {
    padding: 0 0 20px;
  }

  .buttons .button {
    float: left;
    font-size: 12px;
    margin: 1%;
    width: 48%;
  }

  .center {
    margin-left: -40px;
    margin-right: -40px;
  }

  .center .slick-center h3 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    /* color: #e67e22; */
    opacity: 1;
    transform: scale(1);
   
  }

  .center h3 {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.8;
    transform: scale(0.95);
    transition: all 300ms ease;
  }

  .content {
    margin: auto;
    /* padding: 20px 40px; */
    width: auto;
  }



  pre {
    font-size: 12px;
    overflow-x: scroll;
  }

  
}