/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
        
/* Customize the NavBar Attributes */
    .navbar {
    margin-bottom: 0;
    background-color:transparent;
    font-size: 18px !important;
    letter-spacing:4px;
    border-radius: 0;
    border-color:transparent;
    }
    
    .navbar li a, .navbar .navbar-brand{
    color:#000000 !important;
    }
    
    .navbar-nav li a:hover, .navbar-nav li.active a{
    color:#0000FF !important;
    background-color:#8FFF93 !important;
    }
    
    .navbar .navbar-toggle{
    border-color: transparent;
    color:#fff !important;
    }
    
	.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

    .navbar .navbar-nav > li > .dropdown-menu{
    background-color:#56d448;
	border-color: transparent;
	border-radius: 0;
    }

    .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    }

/* Jumbotron Customization */
.container-grid.jumbotron.jumbotron-fluid{
   max-height:100px;
   background-attachment:scroll;
   background-position:left top;
   background-clip:border-box;
   background-repeat:no-repeat;
   opacity:0.65;
   background-blend-mode: normal;
}
.jumbotron h1{
  text-align:center;
  color: white;
  text-shadow:black 0.1em 0.1em 0.1em;
  font-variant:small-caps;
 }

/* Carousel Personalization */
.carousel-caption h4 {
  font-size: 30px;
  font-style: italic;
  color:black ! important;
}

.carousel-caption p {
 color:black ! important;
 }

.item span {
  font-style: normal;
}

/*FOOTER*/

footer {
  background: #16222A;
  /* background: -webkit-linear-gradient(270deg, rgba(144,238,144,0.15), rgba(0,128,0,0.75)); */
  /* background: -webkit-linear-gradient(59deg, #3A6073, #16222A); */
  /* background: linear-gradient(45deg, rgba(144,238,144,0.15), rgba(0,128,0,0.75)); */
  /* background: linear-gradient(59deg, #3A6073, #16222A); */
  color: white;
  /* margin-top:100px; */
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: ##0000d6;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCIAL ICONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}

/* Scroll Button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* Remove bullets from List */

	.noBull {
	list-style-type: none;
	margin: 0;
	
	}
	
/* Style Buttoms */

.btn {
	background-color: #28A745;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	color: white;
}

/* Darker Background on hover */

.btn:hover {
	background-color: #218838;
	color: white;
}
