﻿a.transparent:link { text-decoration: none; color: #000000; border-bottom: 1px #000000 dotted;}
a.transparent:visited { text-decoration: none; color: #000000;}
a.transparent:hover { text-decoration: none; color: green ;}
a.transparent:active { text-decoration: none; color: #000000;}

body {
    background-color: #000000;
	background-image: url("../images/background.png");
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

 } 
 
 .jumbotron {
   background: rgba(200, 54, 54, 0); 
   height: 150px;
    margin-bottom: 0px;
    /*background-image: url(../images/logo.jpg);*/
    background-position: 0% 25%;
    background-repeat: no-repeat;
}

 
.bottom {
	/*background-color: #d3d3d3;*/
	background-color: #ffffff;
	border: 1px dashed #000000;
	border-radius: 50px;
	/*padding:30px 0px 30px 0px;*/
	margin: 30px 0px 30px 0px; 
 } 
 
* {
	font-family: Roboto;
	font-size: 17px;
	/*line-height: 2;*/
	color: #000000;
}


.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
}

.logo-img {
/*	width: 120px;
	height: auto; */
    padding:0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
/*	border: 1px solid #000000; */
}

h1 {
	font-size:50px;
}

.logo {
    font-family: Lobster, Roboto;
    color: #cb4e1d;
}

.lobster {
    font-family: Lobster, Roboto;
}

.shadow
{
	text-shadow: -1px -1px #CCCCCC;
} 

.seo {
	font-size: 19px;
}

.gold {
	color: #8a6d3b;
}

.black {
	color: #000000;
}

hr{
   border: 1px solid #cb4e1d;
   height: 5px;
   background-color: #cb4e1d;
   margin: 0.1px;
   padding: 0.1px;
}

.navbar-collapse {
  text-align:center;
}
.navbar-nav {
    display:inline-block;
    float:none;
	border-radius: 0px;
}

.navbar {
	border-radius: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color:  transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #8a6d3b;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #7f0303;
}


/* 3 bard */
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
/* background */
.navbar-default .navbar-toggle {
border-color: #ffffff;
background-color: #cb4e1d;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #8a6d3b;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 2px;
    background-color: #8a6d3b;
}