@import url('https://fonts.googleapis.com/css?family=Lobster|Audiowide|Saira+Semi+Condensed');

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

body {
    background-color: #ffffff;
	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;

 } 
 
 * {
	font-family: 'Saira Semi Condensed';
	font-size: 17px;
	/*line-height: 2;*/
	color: #c0c0c0 ;
}
 
 .logo {
    font-family: 'Audiowide';
    color: #c0c0c0 ;
	text-shadow: -4px 0px #ffffff;
}

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

 
.bottom {
	/*background-color: #d3d3d3;*/
	background-color: #000000;
	border: 1px dashed #cb4e1d;
	border-radius: 50px;
	/*padding:30px 0px 30px 0px;*/
	margin: 30px 0px 30px 0px; 
	/* box-shadow: -1px -1px orange; */
 } 


.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;
}

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


.silver {
	color: #c0c0c0 ;
}


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: #c0c0c0 ;
}

.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: #c0c0c0 ;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}

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