body{
    background-image: url("img/bg.jpg");
     
    background-size: 100% 100%;
    background-repeat: no-repeat;

    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;

 color:white;
 font-size: 18px;
}

#menu-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;	

	color:white;
	border-radius: 50%;
	background-color: gray;
		
	display: flex;
	justify-content: center;
	align-items: center;

	opacity:0.8;
	float:right;
	
}

h1,h5,h6, a{
    color: #D5B755;
    padding-bottom: 10px;
    text-decoration: none;
}

.tel{
    text-align: center;
}

.header  img{
    height:150px;
    width:auto;    
    display: block;
    margin: auto;
}

.about, .prices, .slider{
    padding:25px;
    padding-bottom: 0px;
}

.prices > .col-md{
    background-color: rgb(48, 48, 48);    
    margin:10px;
    opacity: 0.8;
    border-radius: 5px;
    padding:30px;
}

.header{
    padding-bottom:20px;
}

.footer{
    padding:20px;
}

.content>.col-md{
    padding:5px;
}

.content img{
    width:100%;   
    display: block;
    margin: auto;

    box-shadow: 0px 0px 15px black;
}
