/* toolbar css start */

.social-media {
    display: none !important;
    
}

.social-media a img {
    width: 16px;
}

.banner {
    font-size: 14px;
    color: #f8f9fa;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    height: 35px;
    font-family: AvenirMediumBold;
    background-image: linear-gradient(to right, #5476B9, #5476FF, #926dc0, #b35eb1, #cd4c98)
  }

  .navbar-nav .nav-item .nav-link {
    color: #4e82c2 !important;
    font-family: AvenirLight;
    font-size: 16px;
  }


  /* toolbar css end */

/* font family */

@font-face {
    font-family: AvenirLight;
    src: url("../webfonts/AvenirLTStd-Light.woff2") /* EOT file for IE */
  }
  
  @font-face {
    font-family: AvenirBold;
    src: url("../webfonts/AvenirLTStd-Roman.woff2") /* EOT file for IE */
  }
  
  @font-face {
    font-family: AvenirMediumBold;
    src: url("../webfonts/AvenirLTStd-Medium.woff") /* EOT file for IE */
  }

  @font-face {
    font-family: Publico;
    src: url("../webfonts/Publico_Headline_Web_Bold_Regular.woff") 
  }


  
.pbblue {
    background-color: #4E82C2 !important;
  }
  
.pbpink {
    background-color: #cd4c98 !important;
    color: #ffffff;
}

.rlcb-t {
    color: #4E82C2;
}

.rlcp-t {
    color: #cd4c98;
}



.rl-body {
    position: relative;
    display: grid;
}


.footer {
    text-align: center;
    padding-bottom: 200px;
    background-color: black;
    color: #ffffff;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    justify-items: center;
    margin-top: 60px;
}

.footer .logo {
    width: 20vh;
    margin: 30px 10px 10px 10px;
}

.f-social-media {
    display: grid;
    grid-gap: 1rem;
    justify-content: left;
    align-items: end;
    grid-template-columns: auto auto auto auto;
    margin-bottom: .2rem;
    margin-top: 2rem;
}

.f-social-media a img {
    width: 30px;
}

.footer-menu {
    margin-top: 2em;
    width: 70vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
    grid-gap: 10px;
    margin-bottom: 2em;
}

.footer-menu a {
    color: #ffffff !important;
}


.bgImage {
    height: 600px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.bg-headline {
    text-align: center;
    font-family: AvenirMediumBold;
    font-size: 2em;
    color: #ffffff;
}

.bgImage button {
    background-color: #ffffff;
    justify-content: center;
    align-content: center;
}

.bg-headline, .bg-btn {
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
}

.apt-info-img {
    display: grid;
    justify-items: center;
}

.apt-info {
    padding: 20px;
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
}

.apt-info p {
}

.apt-img img {
    width: 300px;
}

.bt-img-apt-info {
    position: relative;
}

@media (max-width:600px) {
    .apt-info-img {
        grid-template-rows: auto minmax(400px, 1fr);
    }

    .rl-short-links {
        grid-template-columns: 1fr !important;
    }
    
}

@media (min-width:600px)  {
    .bg-headline {
        font-size: 16px;
        font-size: 3em;
    }

    .apt-img img {
    }

    .rl-body {
    }

}

@media (min-width:800px)  {
    .bg-headline {
        font-size: 16px;
        font-size: 3em;
    }

    .apt-info-img {
        grid-template-columns: 1fr 1fr;
    }

    .apt-img img {
        position: absolute;
        top: 400px;
        right: 75px !important;
    }

    .apt-info {
        padding: 50px;
    }
}

.apt-additional-info {
    padding-top: 10%;
}

.rl-additional-info-second {
    margin: 3% 0 2% 0;
}

.rl-download-apps{
    justify-content: center;
    display: grid;
}

.rl-download-apps img {
    padding-top: 1em;
    width: 150px;
}

.rl-short-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(30px, 1fr));
    grid-gap: 2em;
    align-self: center;
    margin-bottom: 2em;
}

.rl-short-links .card {
    background-color: #4E82C2;
    text-align: center;
    color: #f8f9fa;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}