@charset "utf-8";
/* CSS Document */

.navbar-inverse {background-color:#000;}
.navbar-inverse .navbar-brand {color:#fff;}
.navbar-inverse .navbar-nav>li>a {color:#fff;}

.jumbotron {background-color:#81AEFF; padding:0 30px 0 0; margin-top:45px; color:#FEFEFE;}

.container .header {padding-bottom:30px;}

.start img {max-width: 100%;}
.start p {font-size:16px;}

.main-content {margin-top: 75px;}
thead {font-weight:bold;}

.footer p {padding-top:25px;}

.article img {margin:0 15px; max-width:100%; height:auto;}


/* Sticky footer CSS 
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
.container-fluid {padding:0;}
.start h1 {font-size: 55px; margin:75px 0 15px 0;}
.start p {font-size:18px;}
.start .col-md-4 {padding-left:0;}
}

@media (min-width: 768px) and (max-width: 992px){
	.start h1 {font-size:75px; margin:30px 0 15px 0;}
	.start p {font-size:16px;}
}