﻿//Imports
@import "bootstrap/css/bootstrap.css";

body{
    margin: 0;
    font-family: Arial,Helvetica,sans-serif !important;
    color: #333333 !important;
    position: relative;
    padding-top: 60px;
    background-repeat:no-repeat; 
    background-attachment: fixed;
    background-position: center; 
}


/* Tweak navbar brand link to be super sleek */
body > .navbar {
    font-size: 13px;
}

.selected
{

    background-color: #337ab7 !important;
    color: #ffffff !important;
}


/* Change the docs' brand */
body > .navbar-brand {
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
    float: left;
    font-weight: bold;
    color: #000;

}

/*.btn-primary
{
    background-color: #3c763d;

}

    .btn-primary:hover {
            color: #fff;
    background-color: #335133;
    border-color: #335133;
    }*/


.post-content {
    background: rgba(255, 255, 255, 0.50) none repeat;
    opacity: 0.9;
    top:0;
    left:0;
    min-width: 600px;
    min-height: 630px; 
    position: absolute;
    color: #ffffff; 
}

.thumbnail{
    position:relative;

}
.details {
    position: absolute; 
    z-index: 2; 
    top: 0;
    color: #ffffff; 
}


.carousel-control.left {
background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%)

}

.carousel-control.right{
   background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%)
}

#login-body {
    
    /*width: 100%;
    min-height: 100%;
	height: auto !important;
	height: 100%;*/

    background: url(images/Login.jpg)  fixed no-repeat;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-top:10px;*/
}

#renderBody {
    
    /*width: 100%;*/
    /*min-height: 100%;*/
	/*height: 100%;*/
    background: url(images/park.jpeg)  fixed no-repeat center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
  
}

.panel-primary > .panel-heading {
      /*background-color: rgba(60, 118, 61, 0.44);
  border-color: rgba(60, 118, 61, 0.44);*/
}

.panel-default > .panel-heading {
  /*background-color: rgba(60, 118, 61, 0.44);
  border-color: rgba(60, 118, 61, 0.44);*/
}


.navbar-default {
  background-color:  rgba(230, 235, 229, 0.83);

}

.panel-group .panel {
    background-color:   rgba(255, 255, 255, 0.9);
}