/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

a {
	text-decoration    : none;
}

body {
  padding-bottom		: 1rem;
  color					: rgba(0,0,0,.7);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

#scroll-to-top{
	display				: none;
	position			: fixed;
	bottom				: 15px;
	right				: 20px;
	opacity				: 0.8;
}

#scroll-to-top:hover{
	opacity				: 1;
}

@media (min-width: 992px) {
	.content-left {
		padding-bottom		: 20px;
		border-left-style	: dashed;
		border-width		: 1px;
		margin-top: 10px;
	}
}

.navbar-light .navbar-nav .nav-link {
    color				: rgba(0,0,0,.7);
}

footer {
	padding-top			: 10px;
	margin-top			: 10px;
	margin-left			: 0px;
	margin-right        : 0px;
	text-align			: right;
	border-top-style	: dashed;
	border-width		: 1px;
}

.text-indent-20 {
    text-indent			: 20px;
}

.margin-bottom-20 {
	margin-bottom		: 20px;
}

.my-auto {
	margin-top          : auto;
	margin-bottom       : auto;
}

.line-height-150 {
	line-height         : 150%;
}

.text-right {
	text-align			: right;
}

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

.text-justify {
	text-align			: justify;
}

.container {
	/*width: 992px;*/
}

#scroll-to-top{
	display				: none;
	position			: fixed;
	bottom				: 15px;
	right				: 20px;
	opacity				: 0.8;
}

#scroll-to-top:hover{
	opacity				: 1;
}

#myBtn {
  display				: none;
  position				: fixed;
  bottom				: 20px;
  right					: 30px;
  z-index				: 99;
  font-size				: 18px;
  border				: none;
  outline				: none;
  background-color		: red;
  color					: white;
  cursor				: pointer;
  padding				: 15px;
  border-radius			: 4px;
}

#myBtn:hover {
  background-color		: #555;
}
