/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /* background: url('../img/bg.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    /* font-size: 1.25em; */
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.brand p{ /* add */
    font-size: 0.15em;
    text-align: left;
    width: 500px;
    margin-top: 25px;
    font-weight: normal;
    text-shadow: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    /* background: #fff;
    background: rgba(255,255,255,0.9); */
    background:#333333; /* add */
    margin-top: 50px; /* add */
}

footer p {
    margin: 0;
    padding: 50px 0;
    color: white; /* add */
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        /* color: #fff; */
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

/* addition for this site */
a:hover img {
    opacity: 0.7;
}

@media screen and (min-width:1200px) {
    #move-right { margin-left: 40px; }
}


@media screen and (min-width:768px) {
    .navbar-fixed-top { position: relative; }
}

@media screen and (max-width:767px) {
    body { padding-top: 70px; }
}

.carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 0%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin: 0px;
  text-align: center;
  list-style: none;

  color: #000;
}
.carousel-indicators li {
  display: list-item;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-bottom: 20px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #4475CD;
  border-radius: 10px;

  padding: 4px 0px 4px 0px;
}
.carousel-indicators .active {
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-bottom: 20px;
  background-color: #fff;

  color: #000;
  background: linear-gradient(transparent 20%, #6495ED 80%);
}


#glovalnav {
    width: 180px;
    height: 40px;
    float: left;
    background: url("../img/common/gnavbg.png") no-repeat;
}

#glovalnav a{
    width: 180px;
    height: 40px;
    float: left;
    text-decoration: none;
    color: #000000;
}

#glovalnav a:hover{
    background-position: -200px 0;
    text-shadow: 1px 1px 3px #000;
}

#gnav_intro{
    background: url("../img/common/gnav1.png") no-repeat;
}
#gnav_course{
    background: url("../img/common/gnav2.png") no-repeat;
}
#gnav_gallery{
    background: url("../img/common/gnav3.png") no-repeat;
}
#gnav_lecture{
    background: url("../img/common/gnav4.png") no-repeat;
}
#gnav_admission{
    background: url("../img/common/gnav5.png") no-repeat;
}
