body {
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #818181;
}

h1 {
font-size: 24px;
text-transform: uppercase;
color: #ffffff;
font-weight: 400;
margin-bottom: 30px;
letter-spacing: 10px;
}

h2 {
font-size: 24px;
text-transform: uppercase;
color: black;
font-weight: 600;
margin-bottom: 30px;
padding-top: 10px;
}

h3 {
font-size: 24px;
text-transform: uppercase;
color: black;
font-weight: 600;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
}
	
h4 {
font-size: 19px;
line-height: 1.375em;
color: white;
color: #303030fe;
font-weight: 400;
margin-bottom: 30px;
}

.darkimg h4{
color: #fff;
}

h5 {
font-size: 19px;
line-height: 1.375em;
color: black;
font-weight: 400;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.container-fluid	{
background-color: #ffffffc0;
}

.container-fluid h2, p {
color: white;
color: #000000fe
}

.col-sm-4	{
padding-bottom: 20px;
}

.navbar {
font-family: Lato, sans-serif;
margin-bottom: 0;
background-color: #b9ff00;
background-color: #b9ff0080;
border: 0;
font-size: 11px !important;
letter-spacing: 4px;
padding-right: 30px;
padding-left: 30px;
color: black;
}

.navbar li a, .navbar .navbar-brand, .navbar-brand a {
color: #000 !important;
}

.navbar-nav li a:hover, .navbar-nav li .active a
{
text-decoration: underline;
}

.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover
{
background: none
}

.navbar-brand {
font-size: 11px !important;
color: black;
background: none;
}

.navbar-brand a:hover {
text-decoration: underline;
background: none;
}

.navbar-nav .open .dropdown-menu {
background-color: #f00;
}

.foot {
font-family: Lato, sans-serif;
margin-bottom: 0;
background-color: #b9ff00;
background-color: #b9ff0080;
border: 0;
font-size: 11px !important;
letter-spacing: 4px;
padding-right: 30px;
padding-left: 30px;
color: black;
}

.foot a {
color: black;
}

.foot a:hover {
text-decoration: underline;
}

.alert, .alert-success {
text-align: center !important;
} 
	
.jumbotron {
background-color: #b9ff00;
background-color: #b9ff00f0;
color: black;
font-family: Lato, sans-serif;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px !important;
}
	
.jumbotron .container-fluid  {
padding-top: 0px !important;
padding-right: 30px; 
padding-bottom: 0px;
padding-left: 30px;
}

.bg-grey {
background-color: #f6f6f6;
}

.btn {
background-color: #DCDCDC;
}

.circle {
    background: red;
    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    display: table;
    margin: 20px auto;
}

.thumbnail {
border: none;
}
    
.center-block {
width: 50%;
}

.wide {
width: 90%;
color: black;
text-align: justify;
}

.carousel-control.right, .carousel-control.left {
background-image: none;
color: #b9ff00;
display: none;
}
  
.carousel-indicators li {
border-color: #b9ff00;
display: none;
}

.item h4 {
font-size: 19px;
line-height: 1.375em;
font-weight: 400;
font-style: italic;
margin: 70px 0;
}
  
.item span {
font-style: normal;
}

.page-header {
border-bottom:none;
}

footer .glyphicon {
font-size: 20px;
margin-bottom: 20px;
color: black;
}

.down .glyphicon {
font-size: 20px;
margin-bottom: 20px;
color: black;
}

.kp
{
font-size: 150px;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
line-height: 80%;
}

.thumbnail	{
background: transparent;}

.circle .kp {
    vertical-align: middle;
    display: table-cell;
}
  
.slideanim {visibility:hidden;}
.slide {
animation-name: slide;
-webkit-animation-name: slide;
animation-duration: 1s;
-webkit-animation-duration: 1s;
visibility: visible;
}

@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
} 
100% {
opacity: 1;
transform: translateY(0%);
}
}
  
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
} 
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}

.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.image:hover {
  opacity: 0.7;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
 
/*BLINDSPOT - Style */

.blindspot_footer
{
<!--<background-image:url(stripes_web_white_rubber.png); background-repeat:repeat-x;-->
color: black;
background-color: #b9ff00;
background-color: #b9ff00f0;
}

@media (max-width: 880px) {
.center-block {
width: 70%;
}
}

@media (max-width: 600px) {
.logo {
width: 90%;
}
.center-block {
width: 90%;
}
}

.modal-header, .close {
background-color: #b9ff00e0;
color: black !important;
font-size: 20px;
border-bottom: none;
}
.modal-header, .modal-body {
text-align: center;
padding: 20px 20px;
}

.modal-header a {
}

.modal-header a:hover {
text-decoration: underline;
}

.content-circle {
    width: 20rem;
    height: 20rem;
    text-align: center;
    padding-top: 0rem;
    display: inline-block
}

.content-circle p {
    text-transform: uppercase;
    font-size: 10rem;
    max-width: 10rem;
    margin: 0 auto
}

.content-circle em, .content-circle--small em {
    text-transform: none;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.5625rem;
    display: block;
    font-style: normal
}

.content-circle--primary {
    background-color: white;
    border-radius: 50%
}

.content-circle--secondary {
    background-color: #c6c6c5;
    border-radius: 50%
}



@media screen and (max-width:48.0625em) {
    .content-circle {
        margin-bottom: .9375rem
    }
}

.parallax { 
  /* The image used */
  background-image: url("images/dead.jpg");

  /* Set a specific height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-curtain{
      height:10vh;
      background:rgba(255,255,255,0.5);
    }