@import url("bootstrap-min.css");

.contenttest {
  padding: 0;
}

.text-brand {
  font-size: 15;
  font-weigth: 10;
}

amazingslider-title1 {
  color: black;
}


.news-image a img {
 max-width: 100%;
}

footer {
  background-color: #333;
  color: white;
  margin-top: 10px;
}

.nopadding {
  padding: 0;
}

.form-group label {
  border: 0px solid black;
}

.slider-sec {
  padding-top: 0;
  padding-bottom: 0;
}

.item-nav-test {
  font-size: 10;
}
.img-carosel{

}
.carousel .item img {
    min-width: 100%;
}


#fullcarousel-example > div > div> img {
  height: 600px;
  width: 100%;
}


@media (min-width: 1400px) {
  .item-nav-test {
    font-size: 25;
  }
  .navbar-brand{
    font-size: 35;
    padding-left: 40px;
  }
  #fullcarousel-example > div > div> img {
    height: 600px;
  }

}  


/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1450px){
  .item-nav-test {
    font-size: 20;
  }
  .navbar-brand{
    font-size: 28;
  }
  #fullcarousel-example > div > div> img {
    height: 500px;
  }

}

    
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .item-nav-test {
    font-size: 17;
  }
  .navbar-brand{
    font-size: 20;
  }
  #fullcarousel-example > div > div> img {
    height: 500px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .item-nav-test {
    font-size: 10;
  }
  #fullcarousel-example > div > div> img {
    height: 400px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .item-nav-test {
    font-size: 10;
  }
  #fullcarousel-example > div > div> img {
    height: 350px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .item-nav-test {
    font-size: 10;
  }
  #fullcarousel-example > div > div> img {
    height: 300px;
  }
}

.navbar-nav {
   float: left;
   text-align: left;
   top: 20px;

}

.navbar {
   background-color: #333!important;
   border-radius: 0;
}

.navbar-nav a {
   font-size: 20px;
   color: white!important;
}

.navbar-nav a:hover {
  background-color: gray!important;
  transition: .2s ease;
}