/* Fonts css */
 /* Fonts css */

/*Fonts css end*/

body,
html {
	width: 100%;
	height: 100%;
}

body {
	/*navbar-fixed-top overlapping layout*/
	padding-top: 50px; 
}

.topnav {
	font-size: 14px; 
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
	background: url(/images/backgrounds/intro-bg.jpg) no-repeat center center;
	background-size: cover;
}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 5em;
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	padding: 50px 0;
	background-color: #f8f8f8;
}

.content-section-b {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}
p.copyright {
	margin: 15px 0 0;
}
.text-thankyou {
	color: #074066;
}
footer {
	position: relative;
	background-color: #F1F1EE;
	z-index: 9999;
}
footer a {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	color: #2B2B2B;
	margin: 0 20px;
}
.container-footer{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.container-footer p { 
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	color: #2B2B2B;
	margin: 0;
}
.footer-logo {
	width: 171px;
	height: 181px;
}
.icon-social > img {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.copyright-p {
	font-style: normal;
	font-weight: 400;
	font-size: 0.75rem;
	text-align: center;
	color: #2B2B2B;
}
.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/*_______________Scroll To Top_______________*/
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #fa5050;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
.back-to-top:hover {
	background: #e9ebec;
}
.back-to-top.show {
	opacity: 1;
}

/*_______________Scroll To Top_______________*/

@media screen and (max-width: 480px) {
	.container-footer {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.footer-logo {
		margin: auto;
	}
	.footer-content {
		margin: 20px 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-content > a {
		margin: 10px 0;
		flex: 0 0 100%;
	}
	.copyright-p {
		margin: 10px 0;
	}
}