body {
  background: #333;
  color: #ccc;
}


section {
  position: relative;
}
section > a.anchor {
  position: absolute;
  top: -3.4rem;
  left: 0;
}
.section-padding {
  padding: 3rem;
}
@media(min-width: 700px) {
  .section-padding { 
    padding: 5rem;
  }  
}


h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media(min-width: 800px) {
  h2 { 
    font-size: 2.3rem;
  }  
}

ul {
  list-style: none; 
  padding-left: 0;
}

small {
  font-style: oblique;
}

h3 small {
  font-size: 1rem;
}


.section-dark small,
.section-dark h2,
.section-dark ul.list-icons li:after,
.section-bgimg small,
.section-bgimg h2,
.section-bgimg ul.list-icons li:after {
  color: #fba82d;
}


@media(min-width: 800px) {
  section p,
  section ul {
    font-size: 1.5rem;
  }
  section .btn {
    font-size: 1.4rem;
  }
}


.section-highlight {
  background-color: #fba82d;
}
.section-highlight a {
  color: #333;
}
.section-highlight h2 {
  color: rgb(68, 102, 117);
}



.section-bgimg {
  position: relative;
  background: url(./img/fanci_project__post-delete.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.section-bgimg:after { 
  background-color: rgba(0,0,0,0.8); 
}
.section-bgimg .row {
  position: relative;
  z-index: 2;
}
.section-bgimg h3 {    
  margin-bottom: 15px;
  color: rgb(0, 163, 234);
  text-decoration: underline;
}




.navbar  {
  position: fixed;
  z-index: 110;
  width: 100%;
  background: transparent;
}
.navbar-light .navbar-toggler {
  border-color: #fba82d;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(251, 168, 45, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar > * {
  z-index: 4;
}
.navbar:after { 
  background-color: rgb(68, 102, 117, 1)!important; 
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff9800;
}
.navbar-brand {
  color: #fff!important;
  font-weight: bold;
}
.navbar-brand .fas {
  color: #ff9800;
}





.carousel .carousel-item .text { 
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  flex-direction: column;
  z-index: 90;
  padding: 20px; 
  height: 100%;
  color: #ccc;
  width: 100%;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.carousel .carousel-item .text .btn {
  margin-top: 20px;
}

.carousel h2 {
  color: #fba82d;
}

.carousel .carousel-item .slide-lg,
.carousel .carousel-item .text p { 
  display: none; 
}
.carousel .carousel-item .slide-sm { 
  display: block;
} 


.carousel .carousel-item .text .btn { 
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
}
@media(min-width: 401px) {
  .carousel .carousel-item .text { 
    width: 400px;
    left: calc(50% - 200px); 
  } 
}
@media(min-width: 700px) {
  .carousel .carousel-item .text p { 
    display: block;
  }
}
@media(min-width: 801px) {
  .carousel .carousel-item .text { 
    left: calc(50% - 300px); 
    width: 600px;
  } 
}

@media(max-width: 799px) {
  .carousel .carousel-item .text p {  
    font-size: 1.2rem;
  }
}



@media(min-width: 506px) {
  .carousel .carousel-item .slide-sm { 
    display: none;
  } 
  .carousel .carousel-item .slide-lg { 
    display: block;
  } 
}

.carousel .carousel-item:after {
  background-color: rgba(0,0,0,0.8); 
  z-index: 4;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 100;
}



/* Overlay items */
.carousel .carousel-item:after,
.section-bgimg:after,
.navbar:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%; 
  z-index: 1;
}



/**
 * Individual sections styling
 * ---------------------------
*/


/**
 * List icons
 ------------
*/
ul.list-icons li {
  position: relative; 
  padding-left: 40px;    
  padding-right: 30px;
  line-height: 25px;
  margin-bottom: 20px;
}
ul.list-icons li:last-of-type {
  margin-bottom: 0px;
}
ul.list-icons li:after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 400;

  font-family: "Font Awesome 5 Free";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

  color: rgb(68, 102, 117);
}
ul.list-icons li.check:after {
  content: "\f14a";
}
ul.list-icons li.uncheck:after {
  content: "\f0c8";
}
ul.list-icons li.video:after {
  font-weight: 900;
  content: "\f03d";
}


/* section-flex */ 
.section-flex .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-flex .col > div,
.section-flex .col > ul { 
  width: 300px;
  /* border: 1px solid green; */
}
.section-footer {
  text-align: center;
}
@media(min-width: 800px) {
  .section-flex .col { 
    align-items: flex-start;
    flex-direction: row;
  }
  .section-flex .col > div,
  .section-flex .col > ul { 
    width: 50%;
    /* border: 1px solid blue; */
  }
  .section-footer {
    text-align: left;
  }
  .section-footer .col > div,
  .section-footer .col > ul {
    width: 250px!important;
  }
}
@media(min-width: 1100px) {
  .section-flex .col > div,
  .section-flex .col > ul { 
    width: 450px;
    /* border: 1px solid lime; */
  }
}

.highlight {
  color: rgb(0, 163, 234);
}