/* HEADER */
#struct-feed-navbar {
    color: #FFFFFF !important;
    /* background-color: rgb(204, 139, 216) !important; */
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#struct-feed-navbar a.nav-link {
    color: black !important;
}

#struct-feed-navbar a.nav-link:hover {
    /**background-color: rgb(204, 139, 216) !important;*/
    /*background-color: rgb(255, 115, 0) !important;*/
	  color: rgb(255, 115, 0) !important;
      -webkit-transition: color .7s; /* For Safari 3.1 to 6.0 */
      transition: color .7s; /* Standard Notation */
}

/* HEADER ENDS */
.custom-hide {
    display: none;
}

.custom-show-inline {
    display: inline;
}

/* Hide for mobile, show later */
.custom-sidebar {
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px 0px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*background-color: #f5f5f5;*/
    border-right: 1px solid rgba(0,0,0,.1);
    height: 100%;
    top: 4rem;
}

/* Sidebar navigation */
.custom-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
   
    /*margin-left: -20px;*/
    margin-left: -42px;
    background: #FFFFFF;
    /*margin-bottom: .8em;
    margin-top: .8em; */
  }

  .custom-sidebar > li {
    padding-top:2px;
    padding-bottom:2px;
  }
  .custom-sidebar > li > a {
    padding-right: 20px;
    padding-left: 5px;
    color:black;
    text-decoration: none;
  }

  .custom-sidebar > li > a:hover{
    color: rgb(255, 115, 0);
    -webkit-transition: color .7s; /* For Safari 3.1 to 6.0 */
      transition: color .7s; /* Standard Notation */
  }

  .custom-sidebar > .active {
    background-color: rgba(207, 207, 204, 0.685);
  }

  .custom-sidebar-tut-heading {
    padding-left: 5px;
    font-weight: bold;
  }

  .custom-display-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-image-card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .custom-thumbnail {
    height: 96%;
    vertical-align: middle;
    text-align: center;
  }

  .custom-thumbnail > a {
    text-decoration: none;
    vertical-align: middle;
  }

  /*.custom-thumbnail:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.445), 0 6px 20px 0 rgba(0, 0, 0, 0.445);
  } */

  .cust-thumbnail-rel {
    position:relative;
  }

  .custom-thumb-text {
    font-size: 0.9rem;
    text-transform: capitalize;
    text-shadow: -1px -1px 1px #aaa, 
                  0px 2px 1px rgba(0,0,0,0.5), 
                  2px 2px 2px rgba(0,0,0,0.7), 
                  0px 0px 3px rgba(0,0,0,0.4);
    text-align: center;
    width:100%;
  }

  .custom-thumb-title {
    fill: orangered;
  }

  .custom-thumb-btn {
    width:80%;
    border-color: orangered;
    margin-bottom: 20px;
  }

  .custom-thumb-btn > text {
    font-size: 0.8rem;
    text-shadow: -1px -1px 1px #aaa, 
                  0px 2px 1px rgba(0,0,0,0.2), 
                  2px 2px 2px rgba(0,0,0,0.4), 
                  0px 0px 3px rgba(0,0,0,0.1);
  }

  .custom-thumb-btn:hover {
    background-color: rgb(255, 115, 0);
    fill:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.222), 0 6px 20px 0 rgba(0, 0, 0, 0.222);
  }

  #custom-page-body {
    background: #eceff1;
  }

  #custom-page-title {
    text-align: center;
    padding-top:.6em;
    padding-bottom: .6em;
  }

 /** @media (min-width: 1000px) { 
    #custom-page-title::after,
    #custom-page-title::before {
      content: "";
      height: 2px;
      display: inline-block;
      width: 25px;
      margin: 10px 10px;

      padding: 0 20px;
      background-color: #009688;
    }
} */

#custom-main-page-content {
  padding-right: 15px;
  padding-left : 15px;
  font-size: 1.1rem;
  background: #FFFFFF;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-bottom: 12px;
      
}

#custom-page-content {
  padding-right: 15px;
  padding-left : 15px;
  font-size: 1.1rem;
  background: #FFFFFF;
  margin-bottom: .5em;
  margin-top: .5em;
  padding-bottom: 12px;
      
}
@media (max-width: 767px) {
  #custom-page-content {
    margin-left: -34px;
    margin-right:-36px;
  }
}
@media (min-width: 768px) {
  #custom-page-content {
    margin-left:.1em;
    margin-right:-36px;
  }
}

.custom-margin-0 {
  margin-left:0 !important;
  margin-right:0 !important;
}

.custom-padding-1 {
  padding:1rem !important;
}

.custom-prev-page {
  text-align: left;
}

.custom-next-page {
  text-align: right;
}

.custom-page-btn {
  background-color: rgb(255, 115, 0);
  color:white;
  padding: 7px;
  margin-top:10px;
}

.custom-page-btn:hover {
  color:black;
}

.row {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
  /**** FOOTER BEGIN ****/

footer {
	background: #222; 
	margin-bottom: 0px;
}
footer .copyright-section {
	background: #111;
	padding: 30px 0; 
}
footer .copyright-section .logo {
	max-width: 300px;
	margin: 0 auto; 
}
footer .copyright-section .social-media {
	margin-top: 30px; 
}
footer .copyright-section .social-media ul {
	text-align: center; 
}
footer .copyright-section .social-media ul li a {
	display: block;
	color: #FA5C4A;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FA5C4A; 
}
footer .copyright-section .social-media ul li a:hover {
	background: #FA5C4A;
	color: #fff; 
}
footer .copyright-section .copyright {
	margin-top: 30px; 
}
footer .copyright-section .copyright p {
	text-align: center;
	color: #666; 
}
footer .footer-logo{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	color: #999;
}
footer .footer-logo strong{
	color: #FA5C4A;
}

/**** FOOTER END ****/