@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHIC.TTF");
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.advert__widthbtn{
    width:100px;
}
/*.page {
  font-family: "Century Gothic";
}*/

/* nav menu */
.header__nav .nav-link {
  padding: 1.4rem 1.5rem;
}
.nav_border {
    border-bottom: 5px solid #0090ff;
    font-size: 25px;
    line-height: 25px;
}
/* advert */
.advert {
  color: #6e6e6e;
}
.advert__fontsize{
    font-size:16px;
    text-decoration:none;
}
.advert__header {
  font-weight: bold;
}
.advert__photos .carousel-control-prev-icon,
.advert__photos .carousel-control-next-icon {
  background-color: #6e6e6e;
  border-radius: 50%;
}
.advert__photo.advert__photo--current {
  width: inherit;
}
.advert__photo.advert__photo--current {
  filter: none;
}
.advert__photo:not(.advert__photo--current) {
  width: 100px;
  height:100px;
  margin-right: 1.5rem;
  cursor: pointer;
}
.advert__photo--current {
  height: 450px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items:center;
}
.advert__photo--current img {
  width: 100%;
  height: auto;
}
.advert__photo:not(.advert__photo--current) img {
  filter: opacity(55%);
  transform: scale(1);
  transition: all ease-in-out 0.3s;
}
.advert__photo:not(.advert__photo--current) img.advert__photo--now {
  filter: none;
  transform: scale(1.1);
}
.advert__photo:not(.advert__photo--current) img:hover {
  filter: none;
}
.advert__photo:not(.advert__photo--current):last-child {
  margin-right: 0;
}
.AdsName {
    text-decoration:none;
    font-weight:bold;
}
.AdsName:visited{
    color:black;
}
.img-ads {
    width:100px;
    height:100px;
}
.info__header {
  font-size: 0.9rem;
}
.info__text {
  color: #333;
  font-size: 1.2rem;
}

/* footer */
.footer {
  background-color: #f0f0f0;
}

@media (min-width: 0px) and (max-width: 992px) {
    .info {
        display: flex;
        justify-content: space-between;
    }

    .img-ads {
        width:70px;
        height:70px;
    }

    .advert__fontsize{
        font-size:15px;
    
    }

    .info__text{
        font-size:1rem;
    }

    .footer {
        text-align:center;
        bottom:-30px;
        height:auto;
        line-height:40px;
    }

    .mobileBlock {
        display:block;
        width:100%;
        text-align:left;
        padding-top:1.5rem;
        padding-bottom:1rem;
        padding-left:1.5rem;
    }

    .mobile-full {
        width:100%;
    }

    .mobileLgBtn {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }

    .mobileFull {
        width:100%;
    }

    .mobileHide {
        display:none;
    }
    .advert__info {
        padding: 2rem 0 0;
    }
    .navbar-brand {
        font-size:18px;
    }
    .link-site {
        font-size:15px;
    }

    .advert__photo--current {
        height:350px;
    }
   
}

