﻿.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.slide-container {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(68, 68, 68, 0.40);
    padding: 50px;
}

    .slide-container div {
        margin-top: 150px;
        color: white;
    }

        .slide-container div h1 {
            font-size: 40pt;
        }

        .slide-container div p {
            font-size: 25pt;
        }

.highlight-navbar {
    background: #ffffff;
    border-bottom: 3px solid #7952B3;
    color: #7952B3;
}

.app-navbar {
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.item-featured-img {
    max-height: 256px;
    max-width: 256px;
    margin-bottom: 30px;
}

.item-title {
    text-transform: uppercase;
    letter-spacing: .15em;
}

.item-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.item-image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-find-out-more {
    margin-top: 3px;
}

.viewport-height-full {
    height: 100vh;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(121, 82, 179);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(121, 82, 179, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.h1.block-title, h1.block-title{
    font-size: 3em;
}

.footer-link {
    color: white;
    margin: 3px;
}

    .footer-link:hover {
        color: white;
        text-decoration: underline;
    }

.footer-section-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .20em;
}