@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Economica:400,700');

body {
    background: #f3f3f3;
    color: #6b6b6b;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal; 
}

a {
    color: rgba(111, 111, 111,1);
    text-decoration: none;
}

a:hover {
    color: rgba(111, 111, 111,0.5)
}

header {
    background-color: rgba(23,30,64, 1);
}

.header {
    min-height: 690px;
}

.header-small {
    min-height: 245px;
}

.carousel-caption {
    position: unset;
    color: #a8abab;
    text-align: left;
    padding: 20px;
    height: 225px;
}

.carousel-caption p {
    min-height: 50px;
}

.carousel-item a.article-link {
    background-color: #cccccc;
    color: rgba(255, 255, 255, 1);
    border-radius: 2px;
}

.slider-container {
    background-color: rgb(255, 255, 255);
    min-height: 690px;
    position: relative;
    top: 30px;
    border-bottom: 1px solid #dddddd;
}

main {
    margin-top: 50px;
}

.card {
    border: none;
    border-radius: 0;
}

.card img {
    height: 100%;
}

.card-body {
    padding: 1rem 1rem 1rem 0;
}

.card-text {
    min-height: 95px;
}

.card .btn.btn-primary {
  background-color: #a8abab;
  border: none;
  color: #ffffff;
  border-radius: 2px;
  padding: .175rem .55rem;
}

footer {
    min-height: 200px;
    background-color: #6f6f6f ;
    color: #ffffff;
    margin-top: 50px;
}

span.block {
    display: block;
}

.contact-info a {
    color: rgba(255, 255, 255, 1);
}

.contact-info a:hover {
    color: rgba(255, 255, 255, 0.5);
}

ul.mainmenu li a {
     text-decoration: none;
     font-family: 'Economica', sans-serif;
     font-weight: 400;
     color: rgba(204, 204, 204,1);
     font-size: 2rem;
}

ul.mainmenu li a:hover {
    color: rgba(204, 204, 204, 0.5);
}

.carousel-control-next, .carousel-control-prev {
    height: 71%;
}

@media (min-width:992px) and (max-width:1199.98px) {

    .slider-container {
        min-height: 600px;
      }
}

@media (min-width:768px) and (max-width:991.98px) {

    .slider-container {
        min-height: 500px;
      }
}

@media (max-width:767.98px) {

    .header {
        min-height: 390px;
      }

    .slider-container {
        min-height: 220px;
      }

      .card-body {
        padding: 2rem;
      }
}

@media (max-width:530px) {

    .header {
        min-height: 1px;
      }

    .slider-container {
        min-height: 1px;
      }

}