body {
	margin: 0;
	background-size: cover;
}

.navbar{
	min-height: 100px;	
}

.ms-main-container{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.navbar-collapse{
	margin-left: auto;
}

.heading {
    margin-left: 2em;
    margin-top: 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.ms-nav{
	padding: 2em;
}


#logo {
	color: black;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#logo:hover {
	color: #444;
	text-decoration: none;
}

.logo-img {
    width: 70px;
    height: 70px;
}

header {
	background: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#menu-icon{
	position: relative;
	padding: 20px 25px;
	margin-right: 2px;
    line-height: 1.42857143;
	text-transform:uppercase;
	font-size: 20px;
}


#logo {
		float: left;
		width: 60px;
		margin-right: 10px;
}

.logo-name-mb{
	float: left;
	font-size: 30px !important;
	display: none;
	text-transform: uppercase;
}

.logo-name{
	float: left;
	font-size: 20px !important;
	text-transform: uppercase;
}

nav {
	float: right;
	background: #fff; 
}

.text_content{
	text-align: justify;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {
		display:inline-block;
	}

	.logo-name {
		display: none;
	}
	.logo-name-mb {
		display: block;
	}

	.nav-tabs>li {
		width: 100%;
	}

}
img.display-img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    /* left: 0; */
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #999;
}