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

@font-face
{
font-family: amerikaSans;
src: url(../fonts/amerikasans.ttf);
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: rgb(11, 11, 11);
  font-family:amerikaSans;
  /* The html and body elements cannot have any padding or margin. */
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  font-size: 15px;

}

/* Wrapper for page content to push down footer */
#main-wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 20px auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  color:white;

}

#title-image {
   max-width:100%;
   max-height:100%;
}

.img-responsive {

}

.link-image{
	max-width: 340px;
}

.navbar{
    min-width:100%;
    
}

.navbar > .container{
    width:100%;
    min-width:100%;
    font-size:16px;
}

.navbar > .container .collapse{
    float:right;
}

.navbar-brand {
    font-size: 25px;
    color:white;
}

a{
	color:white;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(11, 11, 11);
}

.nav > li > a:focus {
    background-color: rgb(11, 11, 11);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgb(11, 11, 11);
    border-color: #428BCA;
}

.dropdown-menu {
    background-color: transparent;
    font-size:15px;
}

.dropdown-menu > li > a {
    color: white;
}

.navbar-toggle .icon-bar {
    background-color: rgb(220,220,220);
}


/* Custom page CSS
-------------------------------------------------- */

.container .text-muted {
  margin: 20px 0;
}

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

}

.galleryboxes{
    margin-top:0px;
}

.galleryboxes > .featurette:first-child{
	margin-top:6%;
}

.galleryboxes > .featurette{
	margin-bottom:20%;
}

.galleryboxes > .featurette:last-child{
	margin-bottom:10%;
}

.galleryboxes .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}

.galleryboxes .page-header{
    text-align: center;
    margin-top:0px;
    margin-bottom: 10px;
}

.galleryboxes .col-lg-4 h2{
  text-align: center;
  margin-bottom: 10px;
  margin-top:5px;
}

.galleryboxes a {
    color: inherit;
    text-decoration: none;
}

.featurette:before{
  display: block; 
  content: " "; 
  margin-top: -60px; 
  height: 60px; 
  visibility: hidden; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: amerikaSans;
}

.imgwrapper{
	display: inline-block;
	max-width:100%;
}

.link-area-up {
    position: absolute;
    height: 50%;
    top: 0px;
    width: 100%;
}

.link-area-down {
    position: absolute;
    height: 50%;
    bottom: 0px;
    width: 100%;
}

.link-area-up:hover .triangle-up {
    visibility:visible;
}

.link-area-down:hover .triangle-down {
    visibility:visible;
}

.triangle-up {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0,0,0,0.7) transparent;
    border-style: solid;
    border-width: 30px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    top: 10%;
    visibility:hidden;
    
}

.triangle-down {
    border-color: black transparent transparent transparent;
    border-color: rgba(0,0,0,0.7) transparent  transparent;
    border-style: solid;
    border-width: 30px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    visibility:hidden;
    
}

.aboutdiv{
  font-size: 16px;
}



