@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

  
body {
  padding-top: 50px;
}


/* Dropdown Menu */
.dropdown-menu {
	background-image: linear-gradient(rgba(239,249,249,1), rgba(182,199,226,1) 100.2% ) !important;
}

/* Slideshow Carousel */
.carousel .carousel-indicators li {
    width: 9px;
    height: 9px;
    background-color: #fca311;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -78px;
}

/* "Go To Top" Button */
#myBtn {
  display: none;
  position: fixed;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  bottom: 20px;
  right: 0;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: rgb(2, 123, 255);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #0062cc;
}


/* Bios */
.profile .profile-body {
    padding: 20px;
    background: #f7f7f7;
}

.profile .profile-bio {
    background: #fff;
    position: relative;
    padding: 15px 10px 5px 15px;
}

.profile .bio a {
    left: 50%;
    bottom: 20px;
    margin: -62px;
    text-align: center;
    position: absolute;
}

.profile .profile-bio h2 {
    margin-top: 0;
    font-weight: 200;
}

/* Footer */
section {
    padding: 20px 0;
}
#footer {
    background: #3a3a3f;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li{
	padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	font-size:30px;
	margin-top:-10px;
}

#footer ul.social li a {
	color:#ffffff;
}

#footer ul.social li a:hover{
	color:#eeeeee;
}

@media (max-width:767px){
	#footer p {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}


/* Turn OFF lightbox on mobile */
@media (max-width:575px){
  .nolightboxmobile {
  pointer-events: none !important;
  }
  
  .touch-none {
    touch-action: none;
  }