#welcome .item {
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#welcome .carousel-caption p {
    font-size: 1.75em;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    text-shadow: none;
    padding: 15px;
    border-radius: 15px;
}
#welcome .carousel .on-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
}
#welcome .logo {
    display: inline-block;
    background-color: rgba(255,255,255,.9);
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 30px;
    box-shadow: 0px 0px 20px #000;
}
#welcome .carousel-caption {
    left: 30px;
    right: 30px;
}
@media(max-width:767px) {
    #welcome {
        margin-top: 50px;
    }
    #welcome .carousel .on-top {
        position: relative;
    }
    #welcome .logo {
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }
    #welcome .carousel-caption p {
        font-size: 1em;
        border-radius: 0;
        margin-bottom: 0;
    }
    #welcome .carousel-caption {
        left: 0;
        bottom: 0;
        padding-bottom: 0;
        right: 0;
    }
    #welcome .embed-responsive-16by9 {
        padding-bottom: 133%;
    }
    #eye-catcher {
        display: none;
    }
    .navbar-social > li {
        display: inline-block;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #welcome {
        margin-top: 50px;
    }
    #welcome .carousel .on-top {
        margin-top: -50px;
    }
    #welcome .logo {
        font-size: .6em;
    }
    #welcome .logo .fa-3x {
        font-size: 1.8em;
    }
    #welcome .logo img {
        width: 50%;
        height: 50%;
    }
    #welcome .carousel-caption p {
        font-size: 1.05em;
        margin-bottom: 0;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    
    #welcome .carousel-caption p {
        font-size: 1.em;
        margin-bottom: 0;
    }
}
#overview h3 {
    border-bottom: 1px solid #999;
}
#overview h4 {
    text-align: center;
}
#overview h4 > .fa, #welcome h1 {
    color: #921953;
}
.modal p {
	text-align: justify;
}