﻿body {
   
}
.jumbotron {
       text-align: left;
            }

.hero {
  background:  no-repeat center center;
  background-size: cover;
  height: 100vh; }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
    opacity: .8; }

.parallax {
  width: 100%;
  height: 630px;
  overflow: hidden;
  display: block;
  background-size: 100%;
}

.parallax .parallax-background img{
  width: 100%;
  height: 630px;
  position: relative;
}

.glyphicon {
    font-size:3em;
    display:block;
    margin: auto;
    color:#2B5451;
    }
.table {
 width: 70%;

}
.navbar-inverse {
    background-color:#094240;
  
}
h1,
.h1 {
  font-size: 20px;
}
tr {
    text-align:left;

}
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

