
.navbar{
  background: #124200;
  border-color: #9b0000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    background: #124200;
}
.navbar-collapse {
    color: #FFF;
}
.dropdown-item{
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: #124200;
  border: 0;
}
.dropdown-menu:hover{
  color: #000;
}

.jumbotron {
    background-color:#d50303;
    color:   #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5rem;
    border-radius: 0px;
}

.about_me a{
	
}
.bg-primary {
    background-color: #504e4e!important;
	padding : 30px;
}
.bg-dark {
    background-color: #343a40!important;
	padding : 20px;
}
.about_change p{
	margin-right: 30px;
}

.slideshow {
  margin: 0 auto;
  padding-top: 20px;
  height: 450px;
  background: #94dfd5;
  box-sizing: border-box;
}

.content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel{
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 50s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel : hover{
  animation-play-state: paused;
  cursor: pointer;
}

.content-currousel figure{
  width: 100%;
  height: 120px;
  border: 1px solid #4d444d;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1){
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2){
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3){
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4){
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5){
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6){
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7){
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8){
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9){
  transform: rotateY(320deg) translateZ(300px);
}

.shadow{
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 2px;
}

.content-carousel img{
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carousel img:hover{
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar{
  from{
    transform: rotateY(0deg);
  } to{
    transform: rotateY(360deg);
  }
}

.icons{
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: fixed;
  z-index: 100;
}

.icons ul{
  padding: initial;
}

.icons ul li{
  height: 40px;
  width: 40px;
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  margin-top: 5px;
  color: #fff;
}

.icons ul li:hover{
  padding-left: 30px;
  width: 80px;
  transition: 1s;
}
.facebook{
  background: #3b5998;
}
.twitte{
  background: #55acee;
}
.linkedin{
  background: #007bb5;
}
.instagram{
  background: #ff4800;
}
.youtube{
  background: #ff0000;
}

.newsslider{
  height: 400px;
  width: 300px;
  margin: 40px auto;
  box-shadow: 1px 1px 10px 2px; #333;
  border-radius: 5px;
  overflow: hidden;
}

.newsheader{
  background: #000;
  color: #fff;
  padding: 15px 0px;
}
.moving-body{
  padding: 4px;
  height: 300px;
}
ul li {
  list-style-type: none;
}
  .logo{
  height: auto;
  width: 300px;
}

  .nav-item{
  padding-left: 1em;
  text-transform: uppercase;
  color: #000;
}
  .nav-item:last-child{
    padding-right: 0;
  }

.link{
  margin-top: 2rem;
  margin-right: 2rem
}
.link ul li{
  display: inline-block;
  margin: 0 .5rem;
}
.link ul li a:link{
  color: #fff;
}
.link ul li a:link i::before{
  background: #000;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  padding: rem;
  border-radius: 30%;
  font-size: 2rem;
  transition: .5s;
}
.link ul li a:hover i::before {
  background: #393939;
  transform: rotate(360deg);
}
.carousel-item{
  height: 400px;
}

.btn-primary{
  background-color: #124200;
  border-color: #124200;
}

.img{
  height: 50px
}

.dropdown-menu:hover{
  background-color: #fff;
  color: #000;
  }

.nav-item{
  padding-left: 0 !important;
}
.lead{
  color: #000;
}
.display-4{
  color: #0835b5;
}
.pic {
  border-style:;
  border-radius: 10px;
}


#homeicon .fa{
  font-size: 50px;
}

#getstarted {
  position: relative;
  background: url('../img/bb.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 250px;
}
#getstarted .dark-overlay{
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#homevideo {
  position: relative;
  background: url('../img/ccc7.jpeg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100px;
}
#homevideo .dark-overlay{
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#homevideo h2{
  margin-top: 20px;
}

.image img{
  height: 250px;
  border:1px #000;
  border-style:groove;
}

#copyright{
  background: #000;
}
#page-header{
  background: url('../img/ccc7.jpeg');
  background-size:cover;
  height: 200px;
  background-attachment: fixed;
}
#about-info img{
  width: 250px;
  height: 250px;
}
#icon-boxes .fa{
  font-size: 50px;
  margin-bottom: 20px;
}.social_header_top {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
	list-style: none;
}
.social_header_top li {
    font-size: 20px;
    float: right;
    padding: 3px;
    font-weight: bold;
}
.social_header_top li a {
    color: #000;
    background: white;
    padding: inherit;
}
    /*gallery*/
.gallery img{
  height: 250px;
  border:1px #000;
  border-style:ridge;

}
\

@media (max-width: 480px) {
  #dd {
    font-size:36px;}
  }
    @media (max-width: 400px) {
      #getstarted h3 {
        font-size: px;
        margin-bottom: 10px
      }
    }

.img-primary{
  height: 300px;
  width: 400px;
  radius: 50px;
  padding-left: 100px;
  padding-right: 0px;
  border-radius: 100px;
  border-color: #000;
}
