body {
	background: white;
	color: black;
	margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

ul {
	margin: 0;
}

.bg-steel {
	background-color: #5f788a;
}

.bg-nav {
	background-color: white;
}

.site-header .navbar-nav .nav-link {
	color: white;
	height:40px;
}

.site-header .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
	font-weight: 500;
}

.content-section {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 20px;
}

.article-title {
	color: #444444;
}

a.article-title:hover {
	color: #428bca;
	text-decoration: none;
}

.article-content {
	white-space: pre-line;
}

.article-img {
	height: 65px;
	width: 65px;
	margin-right: 16px;
}

.article-metadata {
	padding-bottom: 1px;
	margin-bottom: 4px;
	border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
	color: #333;
	text-decoration: none;
}

.article-svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.account-img {
	height: 125px;
	width: 125px;
	margin-right: 20px;
	margin-bottom: 16px;
}

.account-heading {
	font-size: 2.5rem;
}

.active-menu-item {
    background-color: green;
    border-top: 2px solid white;
}

.my-container {
	margin:0 auto;
	width:90%;
}

li.doc-serial-number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: green;
	color: white;
}

img#app-icon{
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

#app-icon-container {
	height:40px;
	width:40px;
}

#project_name{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
	line-height: 40px;
	padding:0px;
}

.page-footer{
	position: relative;
}

.page-footer-section {
	position: static;
	bottom: 0;
	top: calc(100vh-80px)
}

.flex-display {
	display: flex;
	justify-content: space-between;
}

.flex-display > .image-container {
	width:40%;
}

.flex-display > .about-image {
	width:55%;
	border: 2px solid green;
}

.my-image {
	height:400px;
	padding-bottom:50px;
}

#fissalaatCarousel {
	background-color: rgb(2, 68, 80);
	border-left:4px solid #00802b;
	border-right:4px solid #00802b;
}

.text-color-blue {
	color: blue;
}

h5 {
	color: black;
}

.content-heading {
	margin-top: 20px;
	height:40px;
	background-color: rgb(1, 21, 44);
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 24px;
}

.content-heading-contents:first-of-type {
	padding-top: 10px;
}

.content-heading-contents {
	text-align: justify;
	text-justify: inter-word;
	padding:0 10px;
	font-size:14px;
}

ul{
	list-style: none;
}

ul.ul-padding-none{
	padding-left:0;
}

.border-dotted-green {
	border:2px dotted green;
}

.feature-image {
	height:300px;
}

.feature-video {
	width:100%;
}

div.feature-container>li video {
	height: 300px;
}

.feature-heading {
	text-align: center;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-family: oswaldregular;
	font-weight: normal;
	line-height: 30px;
	padding:5px 0;
	margin:10px 0;
}

.next-feature-button {
	height:30px;
	line-height: 30px;
}

.feature-heading-image {
	height:30px;
	width: 30px;
	margin-right:20px;
	margin-top:-5px;
}

.feature-text,.content-heading-contents {
	text-align: justify;
	border-left:4px solid #00802b;
	border-right:4px solid #00802b;
	background-color: rgb(2, 68, 80);
}

.content-heading-contents:first-of-type {
	margin-top:20px;
}

.none-display {
	display:none;
}

.visibility-hidden {
	visibility: hidden;
}

.bg-modal-content {
	background-color: rgb(2, 68, 80);
}

.btn {
	background-color: #00802b;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
	background-color: rgb(20, 58, 5);
}

.disclaimer-content-text>li {
	text-align: justify;
	font-size:12px;
}

.modal-download-body {
	font-size:12px;
}

.feature-wrapper:first-of-type {
	border-top: 0px;
	margin-top:0px;
}

.feature-wrapper {
	border-top: 4px solid #00802b;
	margin-top:20px;
}

.feature-wrapper:last-of-type {
	border-bottom: 4px solid #00802b;
	padding-bottom: 20px;
}

.logo-icon-footer {
	width:60px;
	height: 60px;
}

/* .feature-content {
	border-bottom:2px solid white;
	padding-bottom:10px;
} */

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	/* min-width: 250px; Set a default minimum width */
	/* margin-left: -125px; Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 900; /* Add a z-index if needed */
	left: auto; /* Center the snackbar */
	top: 100px; /* 30px from the bottom */
	right: auto;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
	animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

#application_logo {
	height: 200px;
	width: 200px;
	margin: 0 auto;
}

#application_logo>img {
	height: 200px;
	width: 200px;
}

#application_name {
	text-align: center;
	font-size: 40px;
}

#playstore_download {
	margin: 0 auto;
	width: 327px;
	height: 129px;
	margin-bottom: 80px;
}

#playstore_download>a>img {
	height: 125px;
	width: 323px;
}

#application_download {
	text-align: center;
	font-size: 28px;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {top: 0; opacity: 0;}
	to {top: 100px; opacity: 1;}
}

@keyframes fadein {
	from {top: 0; opacity: 0;}
	to {top: 100px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {top: 100px; opacity: 1;}
	to {top: 0; opacity: 0;}
}

@keyframes fadeout {
	from {top: 100px; opacity: 1;}
	to {top: 0; opacity: 0;}
}

@media screen and (min-width: 768px) {
	.content-heading-contents {
		font-size: 16px;
	}

	.disclaimer-content-text>li {
		font-size:12px;
	}

	.modal-download-body {
		font-size:14px;
	}

	/* li.feature-wrapper {
		height: 560px;
	} */

	.feature-image {
		height:500px;
	}

	.my-image {
		height:500px;
		padding-bottom: 120px;
	}

	.content-heading {
		height:50px;
		line-height: 50px;
		font-size: 28px;
	}

	.feature-heading {
		font-size: 24px;
		line-height: 50px;
		padding:10px 0;
	}

	.video-fluid {
		height:500px;
	}
}