body {
    background: url("../images/background_stripe.png");
    font-family: 'Open Sans', sans-serif;
	padding-top: 60px;
}

.navbar {
    background-color: #460277;
    padding: 0px;
    margin: 0px;
}

.navbar > .container {
    background-color: #330157;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #B4FF7D;
    color: #330157;
}

.navbar-default .navbar-nav > li > a:visited {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:visited:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #B4FF7D;
    color: #330157;
}

.navbar-default .navbar-nav > li > a:active {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #330157
}

.nav-contact {
    color: #FFFFFF;
}

.navbar-brand {
    padding-top: 10px;
}

.container {
    background-color: #FFFFFF;
}

.carousel-holder {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 15px;
}

.carousel-caption {
    background-color: #EEEEEE;
    vertical-align: top;
    text-align: center;
    width: 350px;
    height: 240px;
    left: 5%;
    right: auto;
    color: #000000;
    border: 1px solid #DDDDDD;
    padding:10px;
}

ol.carousel-indicators li {
    background: #18024E;
    border-color: #AAAAAA;
}

ol.carousel-indicators li.active {
    background: yellow;
    border-color: #AAAAAA;
}

.carousel-caption h2 {
    padding-bottom: 10px;
}

.carousel-caption p {
    line-height: 25px;
}

.control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

input.form-fixer {
    padding: 1px;
    font-size: 19px;
}

.navbar-form .form-group input, .navbar-form .btn { 
    font-size: 12px;
    height: 28px;
    padding-top: 4px;
}

.zoom {      
    -webkit-transition: all 0.35s ease-in-out;    
    -moz-transition: all 0.35s ease-in-out;    
    transition: all 0.35s ease-in-out;     
    cursor: -webkit-zoom-in;      
    cursor: -moz-zoom-in;      
    cursor: zoom-in;  
}     
    
.zoom:hover, .zoom:active, .zoom:focus {
    -ms-transform: scale(2.5);    
    -moz-transform: scale(2.5);  
    -webkit-transform: scale(2.5);  
    -o-transform: scale(2.5);  
    transform: scale(2.5);    
    position:relative;      
    z-index:100;  
}

.footer {
    border-top-width: 1px;
    border-top-color: #AAAAAA;
    border-top-style: solid;
    padding: 10px 0 10px 0;
    background-color: #f2f2f2;
}

.footer > .container {
    background-color: #f2f2f2;
}

.h4-gap {
    padding-top:20px;
}

.profilephoto {
    text-align: center;
    display : block;
    margin:auto;
}

.footer img {
    margin-bottom: 10px;
}

.aboutme {
    font-family: 'Cookie', cursive;
    font-size:20px;
    line-height: 40px;
}

.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 2px;
    width: 25px;
    font-size: 12px;
    text-align: center;
}

.course-details {
    border-width: 1px;
    border-color: #DDDDDD;
    border-style: solid;
    padding: 10px 50px 10px 50px;
}

.course-title {
    font-family: 'Paytone One', sans-serif;
    font-size: 40px;
    color: #18024E;
}

.course-title-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.course-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 50px;
}

.course-synopsis {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #8b4513;
    text-align: justify;
    padding-bottom: 5px;
}

.course-bullet {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #8b4513;
    text-align: justify;
    padding-bottom: 5px;
    padding-left: 30px;
}

.modal-dialog{
    overflow-y: initial !important
}

.modal-body{
    height: 450px;
    overflow-y: auto;
}
