/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.btn-primary {
  color:  white;
  background-color: #57BC90;
  border-color: #282e3e;
}

.jumbotron {
	text-align: center;
}

.container{
	text-align: center;
}

.linksbelow{
	border: black;
	border-width: 10px;
	background: grey;
	padding-top:20px;
	padding-bottom:30px;
	width:100%;
}

.companyinfo{
	padding-top: 50px;
	width: 100%;
}
.ul{
	list-style-type: none;
}

.linksbelow a{
	color: green;
}

.ourteam .jumbotron{

	background-image: url('../images/allworkers.jpg');
	  background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;     
    min-height:300px;         /* optional, center the image */
}

.jumbotron{
	/*background-image: url('../images/boxes.jpg'); */
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    background-color: white;
}

.index .jumbotron h1{
	color: white;
	border: black;
	font-family: 'Quicksand', sans-serif;
	border-width: 10px;
}

.index .jumbotron p{
	color: white;
	border: black;
	font-family: 'Open Sans', sans-serif;
	border-width: 10px;
}

.images{
	size: 200px;
	padding:1px;
	border:1px solid #021a40;
	background-color:#ff0;
}

.coolblue{

}

.navbar-inverse a{
	color: gold;
}

.navbar li{
	color: gold;
}


.index .jumbotron{
	
	background-image: url('../LamarsPhotos/DCIM/100CANON/IMG_0315.jpg');
	  background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;     
     position: fixed;
 	 top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  overflow: auto;
	 
}


.navbar {
background-color: #282e3e;
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}



.navbar a{
	color: #FF9E00;
}

.navbar-inverse .navbar-nav>li>a {
 color : #FF9E00;
}
.navbar-inverse .navbar-fixed-bottom>li>a{
	color: #FF9E00;
}

.navbar-inverse .navbar-brand {
  color: #FF9E00;
}

.effectscale {
  border: none;
  margin: 0 auto;
}
.effectscale:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.ourteam body{
	padding-bottom: 500px;
}

.roadmapleft
{
	float: left;
}

.roadmapright
{
	float: right;
}

img.resize
{
	width:300px;
	height:300px;
}

table
{
	text-align: center;
}

iframe
{
	border: 5px solid orange;
}

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}