.banner
	{
		width:100%;
		background-image:url("../images/Digital_Services_Banner.jpg");
		background-position:center center;
		background-size:cover;
		top: 0;
		left: 0;
		opacity:1;
	}
.container
	{
		padding-top:0!important;
	}
.entry-content a
	{
		color:#209fcc;
	}
.entry-title
	{
		color: #464637;
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 10px;
		padding-top:40px!important;
	}
 #myBtn 
	{
		display: block;
		width:120px;
		height:60px;
		position: fixed;
		margin-top: 590px; /* 140px */
		margin-left: 620px;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		cursor: pointer;
		padding: 15px;
		background-color:transparent;
		background-image:url("../images/Explore.png");
		background-position:center;
	}
@media screen and (min-width: 320px) and (max-width: 480px){
html
	{
		max-width:480px;
	}
body
	{
		max-width:480px;
		line-height:1.5; 
		font-family: 'K2D', sans-serif;
		margin:0 auto;
	}
.nav-header
	{
		max-width:480px;
		width:100%;
		height: auto !important;
		display:flex;
	}
.toggle
	{
		display:block;
		position:absolute;
		right:30px;
	}
.site-nav
	{
		background-color: #4e4e4e;
		width: 100%;
		display:none!important;
		margin:0!important;
	}
.show.site-nav a
	{
		text-align:center;
		display:block;
	}
.show
	{
		display:block!important;  
	}
.banner
	{
		max-width:480px;
		max-height:200px;
	}
.background
	{
		max-width:480px;
		max-height:200px;
	}
.carousel
	{
		max-width:100%;
		padding:140px 20px 0 20px!important;
		box-sizing:border-box;
	}
#mybtn
	{
		display:none;
	}
footer
	{
		max-width:480px;
	}
.entry-content
	{
		max-width:480px;
		padding-left:25px;
		padding-right:25px;
	}
.container .entry-title
	{
		max-width:440px;
	}
.entry-title
	{
		font-size:20px;
	}
#section-1
	{
		max-width:480px;
	}
#section-2
	{
		/* max-width:480px; */
	}
.group
	{
		max-width:440px;
	}
.alignright
	{
		text-align:center;
		width:100%;
		float:none;
	}
.alignleft
	{
		text-align:center;
		width:100%;
		float:none;
	}
.aligntext-left
	{
		max-width:440px;
		padding-top:0px!important;
		width: 100%;
	}
.aligntext-left h4
	{
		text-align:center;	
	}
.aligntext-right	
	{
		max-width:440px;
		padding-top:0px !important;
		width: 100%;
	}
.aligntext-right h4
	{
		text-align:center;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
html
	{
		max-width:767px;
	}
body
	{
		max-width:767px;
		line-height:1.5; 
		font-family: 'K2D', sans-serif;
		margin:0 auto;
	}	
.nav-header
	{
		max-width:100%;
		height:  auto !important;
		display:flex;
	}
.toggle
	{
		display:block;
		position:absolute;
		right:30px;
	}
.site-nav
	{
		width:100%;
		display:none!important;
		background-color: #4e4e4e;
		margin:0!important;
	}
.show.site-nav a
	{
		text-align:center;
		display: block;
	}
.show
	{
		display:block!important; 
	}
.banner
	{
		max-width:767px;
		max-height:300px;
	}
.background
	{
		max-width:767px;
		max-height:300px;
	}
.carousel
	{
		max-width:100%;
		padding:140px 20px 0 20px!important;
		box-sizing:border-box;
	}
#mybtn
	{
		display:none;
	}
footer
	{
		max-width:767px;
	}	
.entry-content
	{
		max-width:767px;
		padding-left:25px;
		padding-right:25px;
	}
.container .entry-title
	{
		max-width:700px;
	}
.entry-title
	{
		font-size:28px;
	}
#section-1
	{
		max-width:767px;
	}
#section-2
	{
		max-width:767px;
	}
.group
	{
		max-width:700px;
	}
.alignright
	{
		text-align:center;
		width:100%;
		float:none;
	}
.alignleft
	{
		text-align:center;
		width:100%;
		float:none;
	}
.aligntext-left
	{
		max-width:700px;
		padding-top:0px!important;
		width: 100%;
	}
.aligntext-left h4
	{
		text-align:center;	
	}
.aligntext-right	
	{
		max-width:700px;
		padding-top:0px !important;
		width: 100%;
	}
.aligntext-right h4
	{
		text-align:center;
	}
}