﻿/*
5/20/2016
body works throughout page
.nick works only in lines with class specified.
.nick2
{
background-color:transparent;	
}




.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  
}
.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}
*/

input [type=text]{
border: full;
background-color:transparent;
color:black;
}

table, th, td
{
	//border: 2px #2b2b2b solid;
//color: #2b2b2b;
	background-color: transparent;
	//color: #000000;
}


body {
	background-image: url('gun.jpg');
	background-color: transparent;
	/*color: #E5E4E2;*/
	color:white;
	font-family: "Times New Roman", Times, serif;
	line-height: 150%;
	vertical-align: top;
	font-size: 12pt;

}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px; /* or 950px */
  
}
.box
{
	font: normal normal 400;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 18pt;
	border: medium solid;
	background-color: #0A7087;
	padding-left: 20%;
	padding-right: 20%;
}

.nick
{
color:white;
font-family:Arial, Helvetica, sans-serif;
line-height: 150%;
font-size: 14pt;

}
  
.large
{
color:white;
font-family:Arial, Helvetica, sans-serif;
line-height: 500%;
font-size: 13pt;
padding-top:75%*/
}
.navbar-default {
color: #E5E4E2;
}
.navbar-default .navbar-brand {
	color: #E5E4E2;
}
.navbar-default .navbar-text{
	color: #E5E4E2;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration(.2s);
}

.carousel-fade .carousel-inner .active {
  opacity: 2;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
a {
	text-decoration: underline;
}
