body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777; /*grey*/
	
}

.container {
    padding: 80px 120px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.8;
}
.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: grayscale(90%);  /*make all photos black and white */
    width: 100%; /* Set width to 100% */
    height: 100%;
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.person{
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%); /* make all photos black and white */
}

/* Add a dark background color with a little bit see-through */
.navbar {
    margin-bottom: 0;
    background-color: #2d2d30;
    font-family: Montserrat, sans-serif;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity:0.9;
	position:fixed;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;
}

/* Dropdown links */
.dropdown-menu li a {
    color: #000 !important;
}

/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: red !important;
}

#merch a {
    color: #333399;
    font-weight: bold;
}

#merch a:hover {
    color: #8c8cd9;
    text-decoration: none;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}


footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}


footer .row {
  display: flex;
  align-items: center;
}

footer ul {
  list-style: none;
  align-items: center;
  display: flex;
}

footer li img {
  width: 32px;
  height: 32px;
}

/* Overwrite default styles of h3 and h4 */
h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 5px;
    font-size: 20px;
    color: #111;
    text-align:center;
}

/* Remove rounded borders on input fields */
.form-control {
    border-radius: 0;
}

/* Disable the ability to resize textareas */
textarea {
    resize: none;
}

hr.horizontal
{
   width: 80%;
   height: 20%; /* or height in PX */
}

hr.horizontal-inner
{
   width: 30%;
   height: 20%; /* or height in PX */
}

.bg-1 {
    background: #2d2d30;/*dark grey*/
	background-image: url("../images/wood.jpg");
    color: #bdbdbd;/*light grey*/
}

.bg-1 h3
{
  color: #fff;
}

.bg-1 p
{
  font-style: italic;
}

.thumbnail
{
  background-color: #000000;
  border: 1px solid #000000;
}

#inner-place
{
  color: #ffffff;
}

button
{
  color: #000000;
}

figure img
{
  padding: 10px;
}

iframe
{
  padding: 10px;
}

#myCarousel {
	margin-top:50px;
}
#gallery div.main-content {
	width:300%;
	position: relative;
  height: 900px;
}
#gallery div.main-content div.gallery-thumb{
	width:8.3333333333%;
	float:left;
	padding:0;
	height:300px;
	position:relative;
	overflow:hidden;
	min-height: 300px;
    /*min-width: 300px;*/
}
#gallery div.main-content div.gallery-thumb:hover {
    box-shadow: 0px 1px 5px 1px whitesmoke;
    cursor: pointer;
}
#gallery div.main-content div.gallery-thumb img{
	/*width:100%;*/
	position: absolute;
    left: 50%;
    top: 50%;
    height: 300px;
    right: 0;
    margin: auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gallery-row {
    width: 100%;
    height: 300px;
    left: 0;
    position: absolute;
}
.gallery-arrows {
    width: 31.3%;
	position: absolute;
    top: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #fff;
    margin: 0 1%;
	-webkit-transition:color 0.25s ease-in-out;
	-moz-transition:color 0.25s ease-in-out;
	-ms-transition:color 0.25s ease-in-out;
	-o-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;
	-webkit-transition:box-shadow 0.25s ease-in-out;
	-moz-transition:box-shadow 0.25s ease-in-out;
	-ms-transition:box-shadow 0.25s ease-in-out;
	-o-transition:box-shadow 0.25s ease-in-out;
	transition:box-shadow 0.25s ease-in-out;
	box-shadow: 0 0 0 0 #000;
	z-index:4;
}
.gallery-arrows i:hover{
    cursor:pointer;
	-webkit-transition:color 0.25s ease-in-out;
	-moz-transition:color 0.25s ease-in-out;
	-ms-transition:color 0.25s ease-in-out;
	-o-transition:color 0.25s ease-in-out;
	transition:color 0.25s ease-in-out;color: #4c4c4c;
	-webkit-transition:box-shadow 0.25s ease-in-out;
	-moz-transition:box-shadow 0.25s ease-in-out;
	-ms-transition:box-shadow 0.25s ease-in-out;
	-o-transition:box-shadow 0.25s ease-in-out;
	transition:box-shadow 0.25s ease-in-out;
	color: #4c4c4c;
    box-shadow: 1px 1px 1px 1px #fff;
}
div#gallery-overlay {
    width: 100%;
    height: 100%;
    background: rgba(35,35,35,0.8);
    z-index: 50;
    position: fixed;
    top: 0;
}
div#gallery-popup-container {
    position: absolute;
    top: 60%;
    z-index: 51;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}
div#gallery-popup-container img {
    max-width: 80%;
    max-height: 80%;
    text-align: center;
    margin: 0 auto 0 auto;
}
i#gallery-overlay-close{
	float: right;
    top: 5%;
    position: absolute;
    color: white;
    right: 0;
    font-size: 25px;
	margin-right:50px;
}
i#gallery-overlay-close:hover{
	cursor:pointer;
	color:#b3b3b3;
}
.img-news {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
}
