/* GENERAL 
-----------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Halant', serif;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
}

.h-center {
    text-align: center;
}

a {
    color: #f6d037;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h5 {
    font-size: 18px;
}

.h-light {
    color: #fff;
}

.link-dark {
    color: #9F8702;
}

.link-dark:hover{
    color: #000 !important;
}

.left {
    text-align: left;
}

/* NAVIGATION AREA 
---------------------------------------------------- */

.nav-logo {
    margin-top: -12px;
}

.navbar-fixed-top {
    background: #f6d037;
    color: #000;
    font-family: 'Halant', serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.navbar-fixed-top a{
    color: #000 !important;
}

.navbar-fixed-top a:hover{
    color: #fff !important;
    background-color: #000 !important;
}

.u-nav {
    border-right: 1px solid #4b4b4b;
    border-left: 1px solid #4b4b4b;
}

.second-nav {
    background: #2b2b2b;
    height: auto;
    color: #f6d037;
}


/* MAIN CONTENT HOME
----------------------------------------------------*/
/* #main-bg-area {
    background: url(img/school-buildings-2.jpg) no-repeat center center;
    overflow: hidden;
    height: 100%;
}*/

#main-bg-area {
background: #cdcdcd; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #cdcdcd, #3f3f3f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #cdcdcd, #3f3f3f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #cdcdcd, #3f3f3f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #cdcdcd, #3f3f3f); /* Standard syntax */
}

.main-cont {
}

.class-pic {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 13px solid #f6d037;
}

.welcome-area {
    background: #3b3b3b;
    min-height: 150px;
    color: #f6d037;
    border-bottom: 3px solid #f6d037;
}

.welcome-info {
color: #000;
background: #c2c2c2;
padding: 1% 0 .5%;
    
}

.welcome-pic {
    margin: 25px auto;
    border-radius: 10px;
    width: 100%;
    max-width: 550px;
}

.bg-gray {
    background: rgba(0, 0, 0, 0.85);
    margin: 50px 0px;
    border-radius: 10px;
    padding: 30px;
}

.w-info-text {
    text-align: center;
    font-size: 18px;
}
.emp-head {
    background: #c2c2c2;
}
.emp-heading {
    font-family: 'Halant', serif;
    margin: 50px 0px;
    font-size: 24px;
    text-align: center;
    color: #000;
}

#cont-row-2 {
    margin-top: 40px;
}

.mid-pic {
    display: block;
    margin: 25px auto;
}


.photo-table {
    width: 100%;
}

/* LIST STYLES
---------------------------------------------------*/

.home-list {
    font-family: 'Raleway', sans-serif;
    list-style: none;
    text-align: center;
    padding: 0px;
}

.home-list li{
    line-height: 25px;
}

/* TABLE STYLES
---------------------------------------------------*/
.directory-tab {
    font-family: 'Raleway', sans-serif;
    max-width: 600px;
    margin: 50px auto;
}

.directory-tab tr{
    border-bottom: 1px solid #c2c2c2;
}

.directory-tab td{
    padding: 10px 0px;
}

.directory-tab th{
    font-size: 18px;
    font-family: 'Halant', serif;
}

.directory-tab a{
    color: #000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    padding-top: 50px;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



