body {
    font-family: 'Varela Round', sans-serif;
}

/* .modal-login {
    width: 400px;
} */

a.nav-link {
    font-size: 25px;
}

img.img-fluid.about-img {
    height: 200px;
    width: auto;
    margin: 0px a;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3.1rem;
        padding-left: 3.1rem;
    }
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -90px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #084298d6;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

    .modal-login .avatar img {
        width: 100%;
    }

.modal-login .close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.modal-login h4 {
    color: black;
    text-align: center;
    font-size: 26px;
	margin-top: -0.5rem!important;
}

.modal-login .modal-content {
    color:black;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   black !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   black !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   black !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    black !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    black !important;
}

.modal-login .form-group {
    margin-bottom: 20px;
}

.modal-login label {
    font-weight: normal;
    font-size: 15px;
}

.modal-login .form-control {
    min-height: 38px;
    padding-left: 0px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

    .modal-login .form-control:focus {
        border-color: #ccc;
    }

.modal-login .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-bottom: 1px solid #ced4da;
    padding-right: 5px;
    border-radius: 0;
}

.modal-login .btn,
.modal-login .btn:active {
    font-size: 16px;
    font-weight: bold;
    /* background: #19aa8d !important; */
    border-radius: 3px;
    border: none;
    min-width: 140px;
}

    .modal-login .btn:hover,
    .modal-login .btn:focus {
        background: #179b81 !important;
    }

.modal-login .hint-text {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.modal-login .modal-footer {
    color: black;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -25px -25px;
    font-size: 13px;
    justify-content: center;
}

.modal-login a {
    color: #fff;
    text-decoration: underline;
}

    .modal-login a:hover {
        text-decoration: none;
    }

.modal-login a {
    color: #1b19aa;
    text-decoration: none;
}

    .modal-login a:hover {
        text-decoration: underline;
    }

.modal-login .fa {
    font-size: 21px;
    position: relative;
    top: 6px;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal-header .btn-close {
    padding: 0;
    margin: -8px;
}

.card {
    border-radius: 4px;
    background: #fff;
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12); */
    padding: 10px;
    cursor: pointer;
    border: rgba(0, 0, 0, .08);
}

    .card:hover {
        transform: scale(1.05);
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06); */
    }

.col-xl-5.col-lg-5.col-md-5.col-12.plan {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    margin: 0px 30px;
    justify-content: center;
    text-align: center;
}

img.img-fluid.Performer {
    height: 200px;
    padding-bottom: 10px;
}

.card.Performer-card {
    padding: 0px;
}

.row.mt-3.mb-3.text-center {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}


/* .container {
    width: 100%;
    height: 500px;
} */

.picture {
    height: 250px;
    width: 100%;
    /*background-image: url('images/mobile_front.jpg');*/
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
    margin-top: 16px !important;
}

    .picture:hover {
        /*background-image: url('images/mobile_back.jpg');*/
    }


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 768px) {
    .col-xl-5.col-lg-5.col-md-5.col-12.plan {
        box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
        transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
        margin: 0px;
    }

    a.animated-button.victoria-one {
        border: 2px solid #084298d6 !important;
        width: 100% !important;
        border-radius: 26% !important;
    }
	button.btn.btn-sm.animated-button.victoria-one {
   width: 30% !important;
}
	a.btn.btn-sm.animated-button.victoria-one {
    width: 50% !important;
    border-radius: 5% !important;
}
	button.btn.btn-sm.animated-button.victoria-one.reg-btn {
    width: 80% !important;
}
	img.img-fluid.about-img {
    height: auto;
}
}

.bg-color {
    background-color: #f8f9fa;
}

.modal-login .btn {
    background: #fff !important;
    color: #084298d6;
}

    .modal-login .btn:hover, .modal-login .btn:focus {
        background: #084298d6 !important;
        color: #fff;
    }

    .modal-login .btn:active {
        font-size: 16px;
        font-weight: bold;
        background: #084298d6 !important;
        border-radius: 3px;
        border: none;
        min-width: 140px;
        color: #fff;
    }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #084298d6;
}
/*---*/
a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a.animated-button:link:after,
    a.animated-button:visited:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    a.animated-button:link:hover,
    a.animated-button:visited:hover {
        color: #FFF;
        text-shadow: none;
    }

        a.animated-button:link:hover:after,
        a.animated-button:visited:hover:after {
            height: 450%;
        }

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0px;
    color: #084298d6;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/* Victoria Buttons */
.col-xl-5.col-lg-5.col-md-5.col-12.plan a.animated-button.victoria-one, .navbar a.animated-button.victoria-one {
    border: 2px solid #084298d6 !important;
    width: 80%;
    margin: 5px auto 0;
    border-radius: 5%;
}

a.animated-button.victoria-one {
    border: 2px solid #084298d6 !important;
    width: 10%;
    border-radius: 5%;
}


    a.animated-button.victoria-one:after {
        background: #084298d6 !important;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
        transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    }

nav.navbar.navbar-expand-lg.navbar-light {
    border-bottom: 1px solid #084298d6 !important;
}

img.img-fluid.non-img {
    max-width: 100%;
    height: auto;
}
img.img-fluid.mx-2.grade-img {
    height: 60px;
    width: 60px;
}
a.btn.btn-sm.animated-button.victoria-one.btn-submit {
    width: 20% !important;
}
button.btn.btn-sm.animated-button.victoria-one {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0px;
    color: #084298d6;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: 2px solid #084298d6 !important;
    width: 20%;
    margin: 5px auto 0;
    border-radius: 5%;
}
button.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
button.btn.btn-sm.animated-button.victoria-one:hover,button.btn.btn-sm.animated-button.victoria-one:active{
	background: #084298d6 !important;
    color: #fff;
}
button.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 10px 0px;
    color: #084298d6;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
button.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
button.animated-button.victoria-one:after {
    background: #084298d6 !important;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg) !important;
}
button.animated-button:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
button.btn.btn-sm.animated-button.victoria-one.reg-btn {
    width: 40%;
}
h3.text-center ,h5.text-uppercase.text-center,h2.text-center.mt-4.mb-4.ng-binding{
    font-size: 30px;
    font-weight: 700;
    color: #084298d6;
	text-shadow: 2px 2px #d0d1d2;
}
.mySlides a {
    text-decoration: none;
}