﻿body {
   /* padding-top: 50px;
    padding-bottom: 20px;*/
    
}

/* 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;
}

html {
    /*background: url(images/bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('img/middle background.svg') no-repeat center center fixed;
}

footer {
    background-color: #3088a6;
    color: white;
    bottom: 0px;
}

footer a{
    color:white;
    text-decoration:none;
}

footer li{
    padding-bottom:10px;
    list-style-type:none;
}

footer .contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

footer .material-icons {
    font-size: 18px;
    padding-right: 10px;
}

.navbar {
    margin-bottom: 0;
}


.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    padding-left: 3px;
}


/* BODY */

.navbar-btn {
    color: #222 !important;
    text-decoration: none !important;
}

.logo {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

body {
    padding-top: 60px;
}

#loginlink {
    text-decoration: none;
}

.navbar-btn a {
    text-decoration: none;
}

/* HOMEPAGE */

