body{
	
	font-family: 'Lora';
}

.container{
	/*background-color: white;*/
}

.jumbotron{
	
	text-align:center;
	background-image: url("image/photo_acc.jpg");
	background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-color: #cccccc;
	color:white;
	height:300px;
	
	

	
}

#title{
	font-size:70px;
	font-family: 'Pirata One';
	text-shadow: 2px 2px #ff9933;
	
}

#subtitle{
	font-size: 20px;
	font-family: 'Pirata One';
	
}




img{
	max-height:1000px;
	
}
	
.navbar{
	background-color:rgba(0,0,0,0.3);
	
	
}
.nav-link{
	color:white;
	font-size:20px;
	margin-right:10px;
}
a.nav-link:hover{
	color:#cc6600;
}

.modal-content{
	border: 2px solid #cc6600;
	
}


.list-group-item{
	text-align:center;
	font-size: 30px;
}

.modal-title{
	margin-left: 39%;
}
.close{
	font-size: 2rem;
}

.fa-bars{
	color:white;
	font-size:30px;
}
.fa-bars:hover{
	color:rgba(255,255,255,0.5);
}
.navbar-toggler{
   border-color:rgba(255,255,255,.5);
}

#linkPage{
    position:sticky;
	top:30%;	
}




.fa-book-open{
	
	
	color:rgba(204,102,0,.5);
	font-size:40px;
	padding:15px;
	border:none;
	border-radius: 100%;
}
.fa-book-open:hover{
	color:rgba(204,102,0,1);
	
}

.menu-text{
	text-align:center;
}
	


footer{
	background-color:#222;
	color: white;	
	border: 1px solid black;
	text-align:center;
	
}

#imgFB{
  	width:150px; 
	height:150px;
	border:1px solid black;
	border-radius: 100%;
	
	
}
#imgFB:hover{
  	background-color:#3b5998;
	border:none;
}

#phoneNumber{
	border: 1px solid #cc6600;
	font-size: 25px;
	background-color:rgba(204,102,0,.5);
	display: inline-block;
	align-content: center;
	padding: 10px;
	
}

#adress{

	
}
#maps{
	height:400px;
	width: 100%;
	
}


	