/*font-family: 'Titillium Web', sans-serif;*/


/***************************************/
/*-----Header Button and messages------*/
/***************************************/
html{
    font-size: 10px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel-inner .item .gry_transparent {
    width: 50%;
    margin: 0 auto;
    background-color: rgba(46, 46, 46, .6);
    font-size: 3rem;
    font-family: 'Squada One', cursive;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding: .5rem;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption a {
    font-size: 2rem;
    background-color: rgba(46, 46, 46, .6);
    margin: .5rem;
}

.carousel .icon-container {
    width: 10%;
    height: auto;
    display: inline-block;
    padding: .5rem;
    text-align: center;
    border-radius: 50%;
}

/***************************************/
/*-------------Header Button-----------*/
/***************************************/

.carousel-caption .btn-primary{
    color: #ff607c;
    background-color: rgba(46, 46, 46, 0.9);
}

.carousel-caption .btn-primary:hover{
    background-color: #ff607c;
    color: #ffffff;
}
.carousel-caption .btn {

    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
}
.carousel-caption a {

    border-color: #ff607c;
    margin-top: 1rem; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.carousel-caption a {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/***************************************/
/*---------Animation Screen Size-------*/
/***************************************/

@media (max-width: 1140px) {
    .carousel-caption h3,
    .carousel .icon-container,
    .carousel-caption a {
        font-size: 1.5rem;
        background-color: rgba(46, 46, 46, .6);
        margin: .3rem;
    }

    .carousel-caption h3 {
        padding: .4rem;
    }
}
/* Medium  Devices (Laptops & Tablets) */
@media (max-width: 992px) {
    .carousel-inner .item .gry_transparent{
        font-size: 2rem;
        width: 50%;
    }
    .carousel-caption .btn{
        font-size: 1.5rem;
    }
}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {

    .carousel-inner .item .gry_transparent{
        width: 50%;
        font-size: 1.2rem;
        margin-top: 5%;
    }
    .caruselCaption h3:after {
        content: "";
        height: .1rem;
        width: 2.5rem;
    }
    .carousel-caption .btn{
        font-size: 1.3rem;
        padding: .6rem;
    }
}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 480px) {
    .carousel-inner .item .gry_transparent{
        display: none;/*this remove animated banners on header*/
    }
    .carousel-caption .btn{
        display: none;
    }
}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 320px){}

