/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "Open Sans",sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.h1, h1 {
    font-size: 2em;
}

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

body > .container {
  padding: 60px 15px 0;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.content {
	margin-top: 110px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 1px 2px #5a3874;
}
.nologo {
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

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

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

code {
  font-size: 80%;
}

/***********************************************************/

html {
	background: url("/img/bg.jpg") no-repeat fixed center center /cover transparent;

}

body{background: none;}

.navbar-default {
    background: #00bdbd; /* Old browsers */
background: -moz-linear-gradient(left,  #00bdbd 40%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(40%,#00bdbd), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #00bdbd 40%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #00bdbd 40%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #00bdbd 40%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to right,  #00bdbd 40%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdbd', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */

    border-color: #00bdbd;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

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

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #00BDBD;
}
.nav > li > a {
    
    font-size: 16px;
    

    text-transform: uppercase;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-right: 10px;
    width: 200px;
    margin-bottom: 20px;
}
.btn:hover {
    background: #fff;
    border: 2px solid #554343;
    border-radius: 0;
    color: #554343;
    margin-right: 10px;
    width: 200px;
    transition: ease 0.5s;
    text-shadow: none;
}

.teamfoto {
    border: 2px solid #fff;
    margin-bottom: 40px;
    margin-top: 40px;
}

.footer {
	background: none;

    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}

footer a{
	color: #fff;
}

a {color: #fff; }
a:hover {color: #fff; }
.text-muted {
    color: #fff;
    text-align: center;
}


@media (max-width: 568px) {
	
	.navbar-nav {
    float: none;
    margin: 0;
}

.nav > li {
    display: block;
    position: relative;
    text-align: center;
}

.content img{
	width: 100%;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

}

