/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.wellBox {
	height: 290px;
	 margin-left: auto;
  margin-right: auto;
  float: none;
}

.wellBoxsm {
	height: 150px;
}

.itemcenter {
  margin-left: auto;
  margin-right: auto;
  float: none;	
	 
}

.spacer {height: 20px;
	}

footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.boxheight200 {
	height: 200px; 
}

.boxheight250 {
	height: 250px;
}

.boxheight300 {
	height: 300px;
}

.boxheight350 {
	height: 350px;
}

#column-wrap {
    overflow: hidden; 
}

.left-col {
    background:#fff;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.middle-col {
    background:#eee;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.right-col {
    background:#eee;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}