﻿body {
    padding-top: 50px;
    padding-bottom: 20px;    
    background-image: url('../images/seeplbg.jpg');
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: black;
    
}

.mainheading {
    /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    /*line-height: 1.428571429;*/
    color: white;
    text-align: center;
    /*background-color: black;*/
    text-shadow: 4px 4px 4px #181e92;
}

.footertext {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*line-height: 1.428571429;*/
    color: white;
    text-align:center;
    /*background-color: black;*/
    
}

.panel {
  margin-bottom: 20px;
  background-color: white;
  opacity: 0.8;
  border-color: #428bca;
  border: 1px solid;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.btn-info {
  color: #ffffff;
  background-color: #181e92;
  border-color: #181e92;
}

.navbar-inverse {
    background-color: #1c70b9;
    border-color: #1c70b9;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.2 !important;
}

.opacity-2 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.6 !important;
}

.opacity-4 {
    opacity: .8 !important;
}

.opacity-5 {
    opacity: 1 !important;
}