html {
	font-family: 'Open Sans', sans-serif;
}

.navbar {
  border-radius: 0px 0px 10px 10px;
}

.def_backs {
    background-color: #343a40;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.foot {
	padding: 16px 16px 10px 16px;
	border-radius: 10px 10px 0px 0px;
	background-color: #343a40;
	color: white;
}

.copy_r {
		color: grey;
}

.version {
	color: grey;
	text-align: right;
	font-size: 8pt;
}

.tagline {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
}

.lines {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 5px;
}

.title {
		font-weight: bold;
		margin-bottom: 12px;
		color: grey;
		line-height: 1;
		max-width: 230px;

}

ul li {
	list-style-type: none;
	display: inline-block;
	padding: 3px;

}

.sociall {
	text-align: center;
	padding-left: 0px;
}

.sociall ul li a button {
	padding: 8px 16px;
	color: white;
	border-radius: 50%;
	border: none;
	cursor: pointer;

}

.fb {
	background-color: #3b5998;
}

.twt {
	background-color: #1da1f2;	
}

.yt {
	background-color: #ff0000;
}

.insta {
	background-color: #c33999;
}

ul li a button:hover, fb ,twt, yt, insta {
	background-color: #610802;
	box-shadow: 0px 0px 10px #c39c8f;
}

p {
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;
}

