body {
    background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-image: linear-gradient(#00bfff, #0051ff);
    color: #FFFFFF;
    text-align: center;
}
p {
    line-height: 28px;
    margin-bottom: 25px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 150%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: white;
}
a {
    color: white;
    font-size: 150%;
    word-wrap: break-word;
  }

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid black;
    margin: 1em 0;
    padding: 0;
  }
  .header {
    padding-top:10px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 500px;
    width: 100%;
  }
h1 {
    font-size: 500%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: #2f2f2f;    
    background: rgba(0,0,0,0.1);
}
.about {
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
} 
.about p {
    color:white;
    font-family:"Lato";
}
.about i {
    color: #2f2f2f;     
    font-size: 20px;
    padding-right: 8px;
    vertical-align: middle;
}
body a {
    font-size: 150%;
}
.footer {
    background: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer p {
    color: white;
}
.footer h5 {
    color: white;
}
.footer a {
    font-size: 100%;
}
h5 {
    font-size: 200%;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
.footer t {
    font-weight: 700;
    font-size: 100%;
}
.footer i {
    padding-right: 8px;
    font-size: 150%;
}
.footer sm {
    font-size: 22px;
    color: white;
}
.desc {
    padding-top: 50px;
}
.desc p {
    color: #2f2f2f;
}
.desc t {
    color: #34495e;
    font-weight: 700;
}
.desc imp {
    padding: 6px;
    color: white;
    background: #34495e;
}
.desc more {
    color: #616669;
}
sm {
    font-size: 22px;
    color: #2f2f2f;
}
.desc .col-lg-3 {
    text-transform: uppercase;
}
.container .row p.tight {
    margin-bottom: 10px;
}
li{
    margin-left: -50px;
    list-style-type: none;
    font-size: 150%;
}
h6 {
    font-size: 100%;
    margin-bottom: 0%;
    margin-top: 0%;
}