﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#23408f;
}

h1 {
  margin: .2em 0;
  font-size: 1em;
 
}

.jumbotron{
	background-color: #dee8f4;
	
}

.blue{
	background-color:#23408f;
}
.fontwhite{
	color:#dee8f4;
}

.contactdata
{
	font-size:1.2em;
	color: #58585a;
	line-height:normal;
}

  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron h3 {
    color: #008ec7;
  }
   .jumbotron p{
    color: #008ec7;
	margin-bottom:2px;
  }

.col-abs-200{
	width:200px;
	float: left;
	position:relative;
}
.col-abs-250{
	width:250px;
	float: left;
	position:relative;
}

.jumbotron{
	padding-top:0px;
}

a:visited{ color: #008ec7;}
a{color:#008ec7;}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 41px;
  }
  .container {
	  width:600px;
  }
}