﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:21px;
    background-color: #e9e9e9;
}
.container {
        background-color:#fff;
        border-left:1px solid #d7d7d7;
        border-right:1px solid #d7d7d7;
        border-bottom:1px solid #d7d7d7;
        max-width:1000px;
        }
.header {
    background-image: linear-gradient(#E5EBED, #fff);
    border-top:1px solid #d7d7d7;
    display: block;
    }

.secondparagraph {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}
.cookie {
    background-color: #e9e9e9;
    text-align: right;
margin:auto;
    border: 0px solid #d7d7d7;
    max-width: 1000px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}
.jumbotron {
background: linear-gradient(to bottom left, transparent, #fff,#fff), url('../images/jumbobackground.jpg') no-repeat center; 
background-size: cover; 
}

p{text-align:justify;color:#5F5F5F;padding-bottom:15px;}

.footer2 {
    margin-top: 30px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}

.footer2 th{vertical-align:top;text-align:right;}
.mainimg img{border:8px solid #454547; width:100%; outline: 5px solid #C1C5C8;
}

.navbar-nav {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
   /* background-color: #e7e7e7;*/
}
h1 {
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #5f5f5f;
    font-size: calc(12px + 1.5vw);
    font: bold 3.2vw Arial, Helvetica, sans-serif;
    text-align: center;
}
h1 a, h1 a:hover { color:#5f5f5f;
 text-decoration:none;
}
h1 span { color:#03a5d1;
}
h1 small { padding-left:86px;
 font:normal 13px/1.2em Arial, Helvetica, sans-serif;
}

h2 { font:bold 24px Arial, Helvetica, sans-serif;
 color:#323a3f;
 padding:8px 0;
 margin:8px 0;
}
.logo { width:auto;
 float:left;
 margin-top:20px;
 display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo img{ display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; max-width:130px;}
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.navbar {
    margin-left: 50px;
    margin-right: 50px;
}