@font-face { 
	font-family: 'FranSanciscoHilton';
    src: url('../FranSanciscoHilton.ttf') format('truetype'); 
}

body{
    background-color: #000;
	/*background-image: url(/img/bg.png);*/
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron {
    background-color: transparent;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.navbar-custom{
	background-color: rgba(100,100,100,0.3);
}

.navbar-custom .navbar-nav > li > a {
    color: #FFF;
}

/*
.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

*/

.logo {
	padding-bottom: 40px;
}

.img-responsive {
	min-width: 450px;
}

.show-container {
	background-color: rgba(100,100,100,0.3);
	color: red;
	padding: 10px;
}

.show-container-head {	
	font-family: 'FranSanciscoHilton', serif;
	font-size: 40px;
}

a, a:hover {
	color: red;
}

.container {
	color: white;
}
