/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  min-height: 2000px;
}


#right
{
    position:absolute;
    right:100px;
}


.break-out{
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  color: rgba(0,0,0,.6);
}


/* Changing color of button */

.btn {
    background: none;
    color: #FFF;
    border-color: #08c;
    background-color: #08c;
}

/* CUSTOM JUMBOTRON - Bill */

.jumbotron_custom {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #003F87;
	color: #fff;
}

.jumbotron_custom p {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 200;
	color: #fff;
}

.jumbotron_custom .container {
  max-width: 100%;
}

.jumbotron_custom_blue {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: inherit;
	font-size: 16px;
	background-color: #003F87;
}

.jumbotron_custom_blue .container {
  max-width: 100%;
}

#blue_panel {
	padding: 20px;
	background-color: #119ee7;
} 

.carousel {
	padding-bottom: 20px;
}

.row_grey {
	background-color: #eee;
}





    