html {
  position: relative;
  min-height: 100%;
}

body{
    min-height:1100px;
}

@media screen and (max-width:500px){
    body{
        min-height:1200px;
    }
}

.topHeader{
    background-image: url("banner.jpg");
    background-size: cover; /* Resize the background image to cover the entire container */
    height:200px;
}

.navbar-default {
    background-color: #222;
    border-color: #222;
    border-radius:0px
}
.navbar-default .navbar-brand {
    color: #eeeeee;
}
.navbar-default .navbar-nav > li > a {
    color: #eeeeee;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    font-weight:bold;
    background-color: #222222;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color:#ffffff !important;
}

.bottom-left {
    position: relative;
    top: -200px;
    left: 25px;
    color:#ffffff;
    margin-top:200px;
}
.fLinks{
    color:#ffffff;
}
.credits{
    float:right;
    padding-bottom:25px;
    text-align:right;
}

.headerTitle{
    font-size:42px;
    color:#ffffff;
}
.headerSubTitle{
    font-size:20px;
    color:#ffffff;
}

@media screen and (max-width:560px){
    .compTitle{
        font-size:18px;
        padding-top:25px;
    }
    .compSubTitle{
        font-size:16px;
    }
    .headerTitle{
        font-size:38px;
        color:#ffffff;
    }
    .headerSubTitle{
        font-size:16px;
        color:#ffffff;
    }
}
@media screen and (max-width:450px){
    .compTitle{
        font-size:16px;
        padding-top:10px;
    }
    .compSubTitle{
        font-size:14px;
    }
    .headerTitle{
        font-size:32px;
        color:#ffffff;
    }
    .headerSubTitle{
        font-size:12px;
        color:#ffffff;
    }
}

@media screen and (max-width:380px){
    .compTitle{
        font-size:14px;
        padding-top:5px;
    }
    .compSubTitle{
        font-size:12px;
    }
}

.container {
    position: relative;
    text-align: left;
   /* margin-bottom:25px; */
}
.tint {
    position: relative;
    float: left;
    cursor: pointer;
    max-width:100% !important;
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.3);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
  font-family: Verdana,Georgia,Arial;
}

@font-face {
    font-family: "NotesEsaBold";
    font-style: normal;
    font-weight: normal;
    src: url("NotesEsaBol.eot?#iefix") format("embedded-opentype"), url("NotesEsaBol.ttf") format("truetype");
}

h1, h2, h3 {
  font-family: NotesEsaBold;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #222222;
  color: #eeeeee;
  padding: 15px;
}

@media screen and (max-width: 560px){
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 140px;
        background-color: #222222;
        color: #eeeeee;
        padding: 15px;
    }
}

.carousel .fill {
    background-position: center center;
    /*background-size: cover;*/
    background-attachment: local;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.carousel .item .carousel-caption {
  background-color: rgba(0,0,0,0.25);
}

.carousel .item {
  height: 500px;
  background-color: #FFF;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.timeline-start {
  float: left;
  margin-right: 1em;
}

.timeline-end {
  float: right;
  margin-left: 1em;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.hp_friend {
  display: none;
}

.media-left {
  width: 10%;
}

.thumbnail .img-rounded {
  border-radius: 4px;
}

.link-row {
  cursor: pointer;
}

/*
.carousel-caption {
  max-width: 550px;
  margin: auto;
  margin-left: 0px;
  left: 150px;
  text-align:left;
  top: auto;
  bottom: auto;
  bottom: initial;
  padding: 0 20px;
}
*/

a, a:active, a:focus {
    outline: none;
}

p{
    font-family:Arial;
}
li{
    font-family:Arial;
}
.arial{
    font-family:Arial;
}

button{
    font-family:Arial;
}
