/* Fonts */

@font-face {
  font-family: 'NBInternationalPro';
  src: url('fonts/nb_international_pro_bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/nb_international_pro_bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/nb_international_pro_bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/nb_international_pro_bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/nb_international_pro_bold-webfont.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
  font-family: 'NBAkademie';
  src: url('fonts/nb_akademie_std_regular-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/nb_akademie_std_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/nb_akademie_std_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/nb_akademie_std_regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
  url('fonts/nb_akademie_std_regular-webfont.ttf') format('truetype')/* Safari, Android, iOS */
}











/*Body, Navigation (Main/Sidebar)*/


/**********************************************************/

body {
  font-family: 'NBAkademie', Arial;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'NBInternationalPro';
}

.home {
  overflow: visible !important;
}

.body-wrapper {
  position: relative;
  overflow-x: hidden;
}

.page-overlay {
  background: #000;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: opacity 0.3s;
}

.page-overlay.active {
  opacity: 0.7;
  z-index: 1;
}

nav {
  position: fixed;
  z-index: 9999;
}

nav #feature {
  display: none;
}

nav #utscom {
  display: none;
  font-size: 30px;
}

nav #industry {
  display: none;
}

#signin {
  font-family: "NBInternationalPro";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (max-width: 450px) {
  #signin {
    font-size: 16px;
  }
}

button {
  cursor: pointer;
}

#left {
  position: absolute;
  height: 100px;
  left: 0;
}

#right {
  position: absolute;
  height: 100px;
  left: 50%;
}

#right #panel a {
  vertical-align: middle;
}

.sidenav {
  height: 100%;
  width: 30%;
  position: fixed;
  z-index: 999999;
  left: 100%;
  top: 0;
  background-color: #0f4beb;
  overflow-x: hidden;
  transition: .3s;
  padding-top: 110px;
  opacity: 1;
}

.sidenav.active {
  left: 70%;
}

@media only screen and (max-width: 450px) {
  .sidenav {
    width: 100%;
    right: -100%;
  }
  .sidenav.active {
    left: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 451px) {
  .sidenav {
    width: 50%;
  }
  .sidenav.active {
    left: 50%;
  }
}

.sidenav a {
  padding: 20px 0;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: .3s;
}

@media only screen and (max-width: 450px) {
  .sidenav a {
    padding: 10px 0;
  }
}

.sidenav .link-style {
  color: white;
  border-top: 1px solid #979797;
  margin-left: 30px;
  margin-right: 30px;
}

.sidenav .link-style p {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  line-height: 20px;
}

.sidenav .link-style:hover p {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}

.sidenav #borderbot {
  border-bottom: 1px solid #979797;
}

.offcanvas a:focus,
.sidenav a:hover {
  color: white;
}

.sidenav .closebtn {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 50px;
  margin-left: 50px;
  text-indent: -9999px;
  background: url('img/noun-926276-cc.png') no-repeat;
  background: url('img/noun-926276-cc.svg') no-repeat;
  width: 30px;
  height: 30px;
}

.sidenav .closebtn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 450px) {
  #logo img {
    height: 42px;
  }
  #menu {
    width: 22px;
  }
}

#logo {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#fp-nav ul {
  background-color: rgba(245, 245, 244, 0.5);
  border-color: rgba(245, 245, 244, 0);
  border-style: solid;
  border-radius: 25px;
}












/*Opening Section (Section 0)*/


/**********************************************************/

#section0 {
  background: #c0c0c0;
  font-size: 24px;
}

#section0:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .54;
  background-image: url("img/splash-background.png");
  background-size: 100% 100%;
  background-size: cover;
}

#section0 #header {
  position: absolute;
  top: 0;
  height: 5%;
  width: 100%;
  font-size: 36px;
}

#section0 #viewcoursesheader {
  display: none;
  position: relative;
  text-align: center;
}

#section0 #viewcoursesheader a:hover {
  opacity: 0.7;
}

.splash {
  color: black;
  font-size: 120px;
  position: relative;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */
}

.splash span {
  -webkit-text-fill-color: black;
  -webkit-background-clip: text;
  display: block;
  background-size: cover;
  background-position: center;
}

#splashfont {
  display: block;
  margin: 0 24% 0 26%;
  width: 50%;
}




/*
@media only screen and (min-width: 1920px) {
  #splashfont {
    width: 1050px;
  }
}

@media only screen and (max-width: 1919px) {
  #splashfont {
    width: 600px;
  }
}*/

@media only screen and (max-width: 500px) {
  #splashfont {
    width: 250px;
    margin: 0 auto;
  }
}

.control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.control img {
  height: 50px;
  width: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

.control img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 450px) {
  .control img {
    height: 32px;
  }
}











/**********************************************************/


/*Section 1*/

#section1 {
  background-image: url("img/backgroundsection2.png");
  background-size: 100% 100%;
  background-size: cover;
}

#section1 #copy {
  width: 60%;
  margin: 0 auto;
  background-color: rgba(192, 192, 192, 0.8);
}

@media only screen and (max-width: 450px) {
  #section1 #copy {
    width: 90%;
  }
}

#section1 #copy a {
  color: black;
}

#section1 #copy #header {
  color: black;
  padding-bottom: 20px;
  border-bottom: 4px solid white;
  top: 5%;
  padding-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 36px;
}

@media only screen and (max-width: 450px) {
  #section1 #copy #header {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#section1 #copy p {
  font-size: 16px;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
}

@media only screen and (max-width: 450px) {
  #section1 #copy p {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

#section1 .button-wrapper {
  text-align: center;
}

#section1 .button-set {
  background-color: #FF2305;
  margin-bottom: 5%;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 1920px) {
  #section1 .button-set {
    font-size: 18px;
  }
}


#section1 .button-set:hover {
  opacity: 0.7;
}











/**********************************************************/


/*Section 3*/

#section3 {
  background-color: #FFF;
}

#section3 h1 {
  font-size: 36px;
}

@media only screen and (max-width: 450px) {
  #section3 h1 {
    font-size: 20px;
  }
}

#section3 #partnerStatement {
  font-size: 20px;
}

@media only screen and (max-width: 450px) {
  #section3 p {
    font-size: 14px;
  }
}

#section3 .container {
  position: relative;
  height: 50px;
  margin: 6% 5%;
  padding-left: 15%;
}

#section3 #pseudo {
  height: 152px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #section3 #pseudo {
    height: 76px;
  }
}


@media only screen and (max-width: 450px) {
  #section3 .container {
    height: 60px;
    text-align: center;
  }
}

#section3 .container img {
  position: absolute;
  bottom: 0;
  width: 30%;
  max-height: 60px;
  display: block;
  margin: 0 auto;
}

#section3 .padding-left {
  padding-left: 3rem;
  padding-right: 3rem;
}

#section3 .title {
  position: relative;
  color: black;
  font-family: "NBInternationalPro";
  left: 4rem;
}

#section3 .info {
  position: relative;
  width: 60%;
  color: black;
  font-family: "NBInternationalPro";
  left: 4rem;
}

#section3 .industry-header {
  padding-left: 4rem;
  padding-top: 4.5rem;
  position: relative;
  margin-bottom: 0;
}

#section3 .industry-wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
}

#section3 .industry-text {
  width: 70%;
}

#section3 .industry-button {
  width: 30%;
  text-align: right;
}

/*samsung 6 7*/
@media screen and (min-device-width : 360px) and (device-height : 640px) {
  #section3 #partnerStatement {
     font-size: 14px; 
  }
 #section3 .industry-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section3 .industry-text {
    width: 100%;
  }
  #section3 .industry-button {
    width: 100%;
    text-align: left;
  }
  #section3 .container img {
    width: 70%;
  }

}
/* Samsung S8 , Samsung S8 Plus (chrome and IE)*/
@media screen and (min-device-height: 740px) and (orientation: portrait){
  #section3 #partnerStatement {
    font-size: 16px;
  }
  #section3 .industry-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section3 .industry-text {
    width: 100%;
  }
  #section3 .industry-button {
    width: 100%;
    text-align: left;
  }
  #section3 .container img {
    width: 70%;
  }
}
 /* Retina style, Samsung s8 and Samsung s8 plus(firefox)*/
 @media
 /* only screen and (-webkit-min-device-pixel-ratio: 2) and (device-height: 740px), */
 only screen and (   min--moz-device-pixel-ratio: 2){
 /* only screen and (     -o-min-device-pixel-ratio: 2/1) and (device-height: 740px),
 only screen and (        min-device-pixel-ratio: 2) and (device-height: 740px),
 only screen and (                min-resolution: 192dpi) and (device-height: 740px),
 only screen and (                min-resolution: 2dppx)  and (device-height: 740px) {  */

    #section3 #partnerStatement {
      font-size: 16px;
    }
    #section3 .industry-wrapper {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    #section3 .industry-text {
      width: 100%;
    }
    #section3 .industry-button {
      width: 100%;
      text-align: left;
    }
    #section3 .container img {
      width: 70%;
    }
    #section3 .padding-left {
      padding-top:5rem;
    }
}
/*iphone 6 7 8 */
@media only screen and  (min-device-width : 375px) and (max-device-width : 413px)and (max-device-height: 667px){
  #section3 #partnerStatement {
     font-size: 16px; 
  }
  #section3 .industry-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section3 .industry-text {
    width: 100%;
  }
  #section3 .industry-button {
    width: 100%;
    text-align: left;
  }
  #section3 .container img {
    width: 70%;
  }

}

/*iphone 6Plus 7Plus 8Plus*/
@media only screen and  (min-device-width : 414px) and (max-device-width : 736px){
  #section3 #partnerStatement {
     font-size: 18px; 
  }
  #section3 .industry-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #section3 .industry-text {
    width: 100%;
  }
  #section3 .industry-button {
    width: 100%;
    text-align: left;
  }
  #section3 .container img {
    width: 70%;
  }

}
/*ipad orientation:landscape*/
@media (min-device-width:737px) and (max-device-width:1024px) and (orientation:landscape){
  #section3 .industry-header {
    padding-top: 1.5rem;
  }
  #section3 #partnerStatement {
     font-size: 23px;
  }
  #section3 .industry-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #section3 .industry-button {
    width: 30%;
    text-align: center;
  }
  #section3 .industry-text {
    width: 70%;
  }
  #section3 .container{
    margin: 5% 5%;
  }
  #section3 .container img {
    width: 35%;
  }

}
/*ipad orientation:portrait*/
@media(min-device-width:737px) and (max-device-width:1024px) and (orientation:portrait){
  #section3 .industry-header {
    padding-top: 1.5rem;
  }
  #section3 #partnerStatement {
     font-size: 26px;
  }
  #section3 .industry-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #section3 .industry-button {
    width: 100%;
    text-align: left;
  }
  #section3 .industry-text {
    width: 100%;
  }
  #section3 .padding-left{
    padding-top:3rem;
  }
  #section3 .container img {
    width: 45%;
  }
  #section3 .container {
    margin: 6% 5%;
  }

}
/*Chrome*/
@media(min-device-width:1024px){


}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 450px) {
  #section3 .industry-header {
    padding-left: 1rem;
    padding-top: 4.5rem;
  }
}

@media only screen and (max-width: 450px) {
  #section3 .title {
    position: relative;
    top: 5.5rem;
    left: 1rem;
    color: black;
    font-family: "NBInternationalPro";
  }

  #section3 .info {
    position: relative;
    top: 5.5rem;
    width: 80%;
    left: 1rem;
    color: black;
    font-family: "NBInternationalPro";
  }

  #section3 #viewcourses {
    position: relative;
    top: 5.5rem;
    left: 1rem;
  }

  #section3 .padding-left {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3rem;
    /* padding-bottom: .5rem; */
  }
}











/**********************************************************/


/*Section 4*/

#section4 {
  background-color: #ebebeb;
  color: white;
}

#section4 .title {
  position: relative;
  color: black;
  bottom: 4rem;
  left: 4rem;
  top: 1rem;
}

@media only screen and (max-width: 450px) {
  #section4 .title {
    left: 1rem;
    top: 0;
  }
  #section4 .title h1 {
    font-size: 20px;
    margin: 0;
    padding-right: 70px;
  }
}

.flickity-prev-next-button.previous {
  display: none;
}

.flickity-prev-next-button.next {
  position: absolute;
  top: -45px;
  margin-right: 7rem;
  z-index: 3;
}

@media only screen and (max-width: 450px) {
  .flickity-prev-next-button.next {
    margin-right: 1rem;
    top: -30px;
    width: 34px;
    height: 34px;
  }
}

.flickity-page-dots {
  display: none;
}

.button-set {
  background-color: #FF2305;
  margin: 5px 0 0;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 1920px) {
  .button-set {
    font-size: 18px;
  }
}

.button-set:hover {
  opacity: 0.7;
}

#section4 #viewcourses {
  position: relative;
  width: 100%;
  left: 4rem;
  top: 3rem;
}

#section4 .container {
  position: relative;
  padding-left: 4rem;
  top: 1rem;
  z-index: 100;
  max-height: 100%;
  background-color: #ebebeb;
}

@media only screen and (max-width: 450px) {
  #section4 .container {
    left: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  #section4 .container {
    width: 1740px;
    margin-left: auto;
    margin-right: auto;
  }
  #section4 .title {
    width: 1740px;
    margin-left: auto;
    margin-right: auto;
  }
  #section4 .container .flickity-prev-next-button.next {}
}

#section4 .carousel {
  position: relative;
}

#section4 .carousel-cell {
  height: 381px;
  width: 317px;
  margin-right: 44px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

#section4 .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#section4 .carousel-top {
  position: absolute;
  top: 0;
  height: 156px;
  width: 100%;
  background-image: url("img/courseimg.jpg");
  background-size: 100% 100%;
  background-size: cover;
}

#section4 .blockchain {
  background-image: url("img/courseimages/blockchain-min.png");
}

#section4 .copyright {
  background-image: url("img/courseimages/copy-and-human-rights-min.png");
}

#section4 .datajourneys {
  background-image: url("img/courseimages/creating-data-journeys-min.png");
}

#section4 .designingoutproblems {
  background-image: url("img/courseimages/designing-out-problems-min.png");
}

#section4 .interjournal {
  background-image: url("img/courseimages/international-journalism-min.png");
}

#section4 .mediaethics {
  background-image: url("img/courseimages/media-law-and-ethics-min.png");
}

#section4 .podcasting {
  background-image: url("img/courseimages/podcasting-matters-min.png");
}

#section4 .problemsolving {
  background-image: url("img/courseimages/problem-solving-min.png");
}

#section4 .systemsthinking {
  background-image: url("img/courseimages/systems-thinking-min.png");
}

#section4 .trademark {
  background-image: url("img/courseimages/why-trade-mark-min.png");
}

#section4 .protectyourbrand {
  background-image: url("img/courseimages/protect-your-brand-min.png");
}

#section4 .facebookknowyou {
  background-image: url("img/courseimages/do-facebook-know-you-min.png");
}

#section4 .geneticounselling {
  background-image: url("img/courseimages/genetic-counselling-min.png");
}

#section4 .entrepreneurship {
  background-image: url("img/courseimages/entrepreneurship-min.png");
}


#section4 .carousel-top .course-info {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15%;
  width: 40%;
  background-color: #0f4beb;
  text-align: center;
}

#section4 .carousel-top .course-info-upcoming {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 15%;
  width: 40%;
  background-color: #000;
  text-align: center;
}

#section4 .carousel-bottom {
  position: absolute;
  top: 156px;
  height: 225px;
  width: 100%;
  background-color: white;
  color: black;
}

#section4 .carousel-bottom .tagline {
  margin-left: 15px;
  margin-right: 15px;
}

#section4 .carousel-bottom .tagline h1 {
  font-size: 20px;
  letter-spacing: -0.5px;
}
/*@media not all and (min-resolution:.001dpcm) { @media { #section4 .carousel-bottom .tagline h1{
      font-size: 18px;  
    } 
  } 
}*/

#section4 .carousel-bottom .tagline p {
  font-size: 15px;
}

#section4 .carousel-bottom .img-holder {
  position: absolute;
  bottom: 20%;
  height: 25%;
  width: 100%;
}

#section4 .carousel-bottom .img-holder .pace {
  position: absolute;
  float: left;
  left: 0;
  height: 46px;
  width: 50%;
}

#section4 .carousel-bottom .img-holder .pace img {
  position: relative;
  height: 100%;
  width: auto;
  margin-left: 10%;
}

#section4 .carousel-bottom .img-holder .pace span {
  width: auto;
  position: absolute;
  line-height: 46px;
  padding-left: 5%;
}

#section4 .carousel-bottom .img-holder .timer {
  float: right;
  height: 46px;
  width: 50%;
}

#section4 .carousel-bottom .img-holder .timer img {
  height: 100%;
  width: auto;
  padding-left: 20%;
}

#section4 .carousel-bottom .img-holder .timer span {
  width: auto;
  position: absolute;
  line-height: 46px;
  padding-left: 5%;
}

#section4 .carousel-bottom .explore {
  position: absolute;
  bottom: 0;
  height: 42px;
  line-height: 12px;
  width: 100%;
  background-color: #0f4beb;
  color: white;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#section4 .carousel-bottom .explore-upcoming {
  position: absolute;
  bottom: 0;
  height: 42px;
  line-height: 12px;
  width: 100%;
  background-color: #000;
  color: white;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#section4 .carousel-bottom .explore:hover {
  opacity: 0.7;
}

#section4 .carousel-bottom .explore-upcoming:hover {
  opacity: 0.7;
}

.carousel-bottom .explore a {
  display: block;
  text-decoration: none;
  margin: 16px;
}

.carousel-bottom .explore-upcoming a {
  display: block;
  text-decoration: none;
  margin: 16px;
}

#section4 .allcourses {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #bebebe;
}

#section4 .allcourses img {
  z-index: 1;
  height: auto;
  width: 100%;
}

#section4 .allcourses .button-set {
  position: absolute;
  top: 60%;
  width: 65%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF2305;
  height: 48px;
}

@media only screen and (max-width: 450px) {
  #section4 .allcourses .button-set {
    width: 80%;
    top: 50%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1920px) {
  #section4 .allcourses .button-set {
    font-size: 18px;
  }
}

#section4 .allcourses .button-set:hover {
  opacity: 0.7;
}

#section4 .allcourses .button-set p {
  line-height: 20%;
}











/**********************************************************/


/*Section 5*/

#section5 {
  background-color: #ebebeb;
  color: black;
}

#section5 .fp-controlArrow {
  position: absolute;
  width: 105px;
  height: 106px;
  cursor: pointer;
  border: none;
}

#section5 .fp-controlArrow.fp-prev {
  position: absolute;
  top: 80%;
  left: 60px;
  background: url("img/leftarrow.png") no-repeat;
}

#section5 .fp-controlArrow.fp-next {
  position: absolute;
  top: 80%;
  left: 165px;
  background: url("img/rightarrow.png") no-repeat;
}

#section5 .slide {
  position: relative;
  width: 100vw;
}

#section5 .slide #circle {
  position: absolute;
  top: 10%;
  right: 0;
  width: 30%;
}

#section5 .slide #container {
  padding-left: 60px;
  width: 50%;
}

#section5 .slide #container h2 {
  font-size: 3rem;
}

#section5 .slide #container p {
  font-size: 1.5rem;
}

#section5 .slide #container #stardom {
  color: #0f4beb;
  font-weight: bold;
}











/*Mobile*/


/**********************************************************/

@media only screen and (max-width: 1100px) {
  #section5 nav {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  /*  Section 0*/
  .splash span {
    background-color: transparent;
    color: black;
    font-size: 25%;
  }
}

@media only screen and (max-width: 450px) {
  /*  Section 3*/
  /*Section 4*/
  #section4 nav {
    display: none;
  }

  #section4 #viewcourses {
    position: relative;
    width: 100%;
    height: 5%;
    left: 1rem;
    top: 1rem;
    text-align: left;
  }

  #section4 #viewcourses a {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: bottom;
  }

  #section4 .carousel-cell {
    height: 381px;
    width: 70vw;
    margin-right: 50px;
    border-radius: 5px;
    counter-increment: gallery-cell;
  }

  #section4 .carousel-top .course-info {
    width: 50%;
    height: 20%;
    line-height: 20%;
  }

  #section4 .carousel-bottom .tagline h1 {
    font-size: 15px;
  }

  #section4 .carousel-bottom .tagline p {
    font-size: 12px;
  }

  #section4 .carousel-bottom .img-holder {
    position: absolute;
    bottom: 20%;
    height: 30%;
    width: 100%;
  }

  #section4 .carousel-bottom .img-holder .pace {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
  }

  #section4 .carousel-bottom .img-holder .pace img {
    position: relative;
    height: auto;
    width: 30%;
    margin-left: 10%;
  }

  #section4 .carousel-bottom .img-holder .pace span {
    font-size: 12px;
  }

  #section4 .carousel-bottom .img-holder .timer {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
  }

  #section4 .carousel-bottom .img-holder .timer img {
    position: relative;
    height: auto;
    width: 20%;
    padding-left: 10%;
  }

  #section4 .carousel-bottom .img-holder .timer span {

    font-size: 12px;
    width: auto;
    position: absolute;
    line-height: 46px;
    padding-left: 5%;
  }

  #section4 .allcourses .button-set p {
    font-size: 12px;
  }

  #section5 nav {
    display: none;
  }

  #section5 #container {
    width: 80%;
  }

  #section5 #container h2 {
    font-size: 2rem;
  }

  #section5 #container p {
    font-size: 1rem;
  }

  #section5 #container #stardom {
    color: #0f4beb;
    font-weight: bold;
  }
}

.side-menu {
  display: inline-block;
  margin-right: 0;
  text-indent: 9999px;
  width: 54px;
  height: 41px;
  background: url('img/uts-hamburger-menu.png') no-repeat;
  background: url('img/uts-hamburger-menu.svg') no-repeat;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.side-menu:hover {
  opacity: 0.5;
}

.side-menu.white-menu {
  background: url('img/uts-hamburger-menu-white.png') no-repeat;
  background: url('img/uts-hamburger-menu-white.svg') no-repeat;
}

@media only screen and (max-width: 450px) {
  .side-menu {
    width: 22px;
    height: 17px;
    background-size: 22px 17px;
  }
  .side-menu.white-menu {
    background-size: 22px 17px;
  }
}











/*footer*/

#footer {
  background-color: black;
  color: white;
  bottom: 0;
  width: 100%;
}

#section3 #footer {
  position: absolute;
}

#footer #container {
  text-align: center;
  padding-top: 2rem;
}

#footer #container a {
  text-decoration: none;
}

#footer #container #footer-tagline {
  color: #b2b2b2;
}

@media (max-width: 720px) {
  #footer #container {
    padding-top: 1rem;
  }
}

