html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    position: relative;
    border: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 700;
}
    
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

em {
    font-weight: 300;
}

a {
    color: #000;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.navbar .nav > li > a {
    font-size: .9em;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
}

.navbar-toggle {
    background-color: #000;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.navbar-inverse {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #003366;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #003366;
}

@media (max-width: 768px) {
    body, h1, h2, h3, h4, h5, h6 {
        font-size: 1.3em;
    }

    p { 
        font-size: .9em;
    }
}

.navbar-inverse .navbar-collapse { 
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.navbar-inverse {
        border: none;
}

#home {
    background: url('../img/jumbotron.jpg') no-repeat center top;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 750px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home h1 {
    font-family: 'Open Sans', sans-serif;
    color:#ffffff;
    text-shadow: 2px 2px 2px #000;
    letter-spacing: 3px;
    line-height: 1.2em;
    margin-top: 80px;
    font-weight: 700;
}

#home p {
    margin-top: 120px;
}

#ratings {
    padding-top: 50px;
    padding-bottom: 50px;
    }

#footer {
    background: #003366;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

#footer h6 {
    color: #fff;
}

.blog-bg {
    padding-right: 0px;
    padding-left: 0px;
}

.blog-bg h4 {
    padding-top: 0px;
}

.blog-bg h5 {
    font-size: 11px;
}

.blog-content {
    padding-top: 10px;
}

.red h2 {
    color: #ff0000;
    font-weight: 700;
}

#about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #003366;
    color: #fff;
}

#about h1 {
    color: #fff;
}

#about h2 {
    color: #fff;
}

#about h3 {
    padding-top: 20px;
}

#pas {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
    width: 100%;
}

#pas h1 {
    margin-top: 50px;
}

#pas p {
    font-size: .9em;
}
#pas hr {
    padding-bottom: 20px;
}

#educ h2 {
    color: #003366;
    padding-top: 30px;
}

#admiss h2 {
    color: #003366;
    padding-top: 30px;
}

#pub {
    padding-bottom: 50px;
}

#pub h2 {
    color: #003366;
    padding-top: 30px;
}

#pubs {
    padding-top: 50px;
    padding-bottom: 50px;
}
#pubs h1 {
    margin-top: 50px;
}

#contact {
    padding-bottom: 50px;
    width: 100%;
    background-color:  #f5f5f5;
}

#contact h1 {
    margin-top: 50px;
}

#contact li {
    display: inline;
}

#footer small {
    font-weight: 300;
    color: #fff;
}