body{
  color: black!important;
}
.social li{
  display: inline;
  padding-left: 5%!important;
}

a {
  color: black!important;
  font-size: 16px;
}

#top {
  text-align: center;
}

#navigation a {
  padding: 20px;
  font-size: 18px;
}

#navigation a:hover {
  color: rgb(211, 70, 94);
}

.header {
  width: 90%!important;
  margin-left: 5%!important;
}

.header h1 {
  font-size: 25px;
    padding-top: 5%;
}

.social {
  padding-top: 0%;
}

.social a:hover{
  color:#FDAEAE!important;
}

.social i{
  font-size: 25px!important;
}

.table {
  border-collapse: separate;
  border-spacing: 50em;
}

.carousel-inner img {
  width: 60%;
  height: 60%;
  margin-left: 20%;
}

.carousel-control-prev{
  top: 90%!important;
  margin-left: 21%;
}

.carousel-control-next{
  top: 90%!important;
  margin-right: 21%;
}

.main a {
  background-color: #acc7a9!important;
  width: 10%;
  height: 5%;
}

.mainb a {
  background-color: rgb(180, 180, 180)!important;
  width: 150px;
  height: 5%;
}

.fas {
  color: white!important;
}

img {
  width: 100%;
}

.second.row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.second.row.image {
  width: 100%;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 5;
}

.second.row.image:hover {
  transform: scale(1.8);
  position: relative;
  z-index: 10;
}

.text p{
  font-size: 18px;
  padding-top: 5%;
}

 button {
  background-color: rgb(220, 220, 220);
  color: white;
  padding: 2% 9% 2% 9%;
}

.text {
  padding-left: 5%;
  margin-left: 5%;
}

.third button{
  margin-left: 30%;
}

.footer {
  background-color: rgb(200, 200, 200);
  color: white;
}

.text_footer{
  padding: 2% 0% 2% 0%;
  color: black;
}

.footer .row  {
  margin-right: 0!important;
  margin-left: 0!important;
}

.footer a{
  color: black!important;
}

.ul{
  padding-left: 1em;
}

.li{
  padding-left: 1em;
}

@media (max-width: 599px) and (min-width: 0px) {

  .main .line{
    margin-left: 0!important;
    padding: 0!important;
  }

  .main h3{
    font-size: 14px!important;
    line-height: 0.5!important;
  }
}
