.carousel-indicators {
    bottom: 20px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    /*min-height: 350px;*/ 
    height: 100%;
    width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: #222;
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;

    border-radius: 50%;
}
.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-size: 42px;
    font-weight: 400;
    color: #FFF;
    /*background-color: rgba(64, 64, 64, 0.9);  HERE PLZ */
    padding: 18px 30px;
    margin: 0 0 1px 0;
    display: inline-block;
    text-transform: none;
    text-align: left;
    float: left;
}
.carousel-caption h3:nth-child(2) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 400;
    background-color: rgba(255,255,255, 0.9);
    color: #303133;
    margin: 0;
    padding: 16px 35px;
    display: inline-block;
    text-transform: none;
    text-align: left;
    float: left;    
}
.carousel-caption button {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/**************************** 320px Screen ****************************/
@media screen and (min-width: 320px) {
    .carousel-caption h3:first-child {
        display: none;
    }
    .carousel-caption h3:nth-child(2) {
        display: none;
    }
    
    .banner-next {
        right: 10%;
        background-image: url('assets/images/arrow_thin_right.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner-prev {
        left: 10%;
        background-image: url('assets/images/arrow_thin_left.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .banner-nav .banner-next, .banner-nav .banner-prev {
        position: absolute;
        font-size: 20px;
        top: 50%;
        width: 64px;
        height: 64px;
        margin-top: -32px;
        cursor: pointer;
        z-index: 50;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}
/**************************** end 320px Screen ****************************/

/**************************** 480px Screen ****************************/
@media screen and (min-width: 480px) {
    .carousel-caption h3:first-child {
        display: block;
        position: relative;
        top: 40px;
        /*left: 50px;*/
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        font-size: 21px;
        font-weight: 400;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;
    }
    .carousel-caption h3:nth-child(2) {
        display: block;
        position: relative;
        top: 40px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        display: inline-block;
        font-family: 'lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        padding: 10px 25px;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;    
    }
}
/**************************** end 480px Screen ****************************/

/**************************** 600px Screen ****************************/
@media screen and (min-width: 600px) {
    .carousel-caption h3:first-child {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        font-size: 28px;
        font-weight: 400;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;
    }
    
    .carousel-caption h3:nth-child(2) {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        display: inline-block;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
        padding: 10px 25px;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;    
    }
}
/**************************** end 600px Screen ****************************/

/**************************** 768px Screen ****************************/
@media screen and (min-width: 768px) {
    .carousel-caption h3:first-child {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        font-size: 30px;
        font-weight: 400;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;
    }
    
    .carousel-caption h3:nth-child(2) {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
        padding: 10px 25px;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;    
    }
}
/**************************** end 768px Screen ****************************/

/**************************** 800px Screen ****************************/
@media screen and (min-width: 800px) {
    .carousel-caption h3:first-child {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        font-size: 30px;
        font-weight: 400;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;
    }
    
    .carousel-caption h3:nth-child(2) {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
        padding: 10px 25px;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;    
    }
}
/**************************** end 800px Screen ****************************/

/**************************** 1024px Screen ****************************/
@media screen and (min-width: 1024px) {
    .carousel-caption h3:first-child {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        font-size: 34px;
        font-weight: 400;
        padding: 10px 20px;
        margin: 0 0 1px 0;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;
    }

    .carousel-caption h3:nth-child(2) {
        position: relative;
        top: 20px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        display: inline-block;
        font-size: 28px;
        font-weight: 400;
        margin: 0;
        padding: 10px 25px;
        display: inline-block;
        text-transform: none;
        text-align: left;
        float: left;    
    }
}
/**************************** end 1024px Screen ****************************/