body,html,#page,header{
	font-family: Calibri;
	margin:0;
	box-sizing: border-box;
}
.bg-img{
	background-image: url("bkg_home.jpg");
	min-height: 600px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right:30px;
	margin-bottom: 0px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	position: relative;
}
.cont{
	position:absolute;
	width: auto;
}

.topnav{
	font-weight: bold;
	overflow: hidden;
	background-color: transparent;
	margin-left:455px;
	font-size: 18px;
}
ul.topnav
{
	list-style-type: none;
	overflow:hidden;
}
ul.topnav li{
	float:left;
	padding:10px;
}
ul.topnav li a{
	text-align:center;
    display: inline-block;
	padding:10px;
	background-color:transparent;
}
ul.topnav li a:hover:not(.active) {
	background-color:rgba(255, 255, 255,0.5);
}
ul.topnav li a.active{
	background-color: rgba(255, 255, 255,0.5);
}
ul.topnav li.right{float:right;}
a:link{
	color:white;
	text-decoration:none;
}
a:visited{
	color:white;
	text-decoration:none;
}
@media screen and (max-width: 600px) 
{	ul.topnav li.right,
	ul.topnav li{float: none;}
}
h1{
	margin-left: 43px;
	margin-top:28px;
	font-family: Calibri;
	font-size:32px;
	display: inline-block; 
	float:left;
}
h2{
	color:#5c5855; 
	font-family: 'Cinzel', serif; 
	font-size: 30px;
	font-weight: lighter;
	text-align: center;
}
h5{
	font-family:'Newsreader', serif; 
	font-size:20px;
	margin-left: 90px;
	color:rgb(53, 51, 49);
	margin-right:90px;
	text-align: center;
}
hr{
	height: 2.5px;
	border-width:0;
	background-color: rgb(235, 227, 224);
	margin-left: 30px;
	margin-right:30px;
}
p{
	font-family:'Newsreader', serif; 
	font-size:19px;
	margin-left: 30px;
	color:black;
	margin-right:30px;
	text-align: center;
}
/*Under menu - nav-bar*/
*, *:before, *:after {
  box-sizing: inherit;
}
.column {
  float: left;
  width: 33.33%;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-left:30px;
  margin-right: 30px;
}
.container {
  padding: 0 16px;
}
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}
h4{
	font-family:'Newsreader', serif; 
	font-size:25px;
	margin-left: 30px;
	color:black;
	margin-right:30px;
}
.servicii{
	font-family:'Newsreader', serif; 
	font-size:20px;
	margin-left: 30px;
	color:black;
	margin-right:30px;
	font-weight: 600;
}

.servicii ul{
	border-left: 5px solid #334d4d;
	background-color: rgba(235, 227, 224, 0.05);
	list-style-type: none;
	padding: 8px 15px;
}

.footer{
	position: absolute;
	padding-bottom:5px;
	width:100%;
	background-color:rgba(235, 227, 224,0.8);
}
.footercontent{
	font-family:'Newsreader', serif; 
	font-size:17px;
	color: black;
	text-align: right;
}

