@media screen and (max-width: 5120px)
{
	h3 
	{
		padding-top: 0px !important;
		margin-bottom: 0px !important;
		font-size: 30px !important;
	}
}

@media screen and (max-width: 1920px) 
{
	#header a img
	{
		/*width: 136px;
		height: 32px; */
		margin-top: 22px;
	}
	
/* 	#header  */
/* 	{ */
/* 	    padding-left: 80px !important; */
/* 	    padding-top: 0px !important; */
/* 	    padding-right: 80px !important; */
/* 	} */
}

@media screen and (max-width: 480px) 
{
	#header a img
	{
		width: 120px;
		height: 40px;
		margin-top: 16px;
	}
	
	#header 
	{
	    padding-left: 24.5px !important;
	    padding-top: 0px !important;
	    padding-right: 0px !important;
	}
	
	#inner header img 
	{
		width: 300px;
	}
	
	h3 
	{
        padding-top: 0px !important; 
        margin-bottom: 0px !important;
        font-size: 20px !important;
    }
}

a
{
	border-bottom: 0px !important;
}

.box
{
	border: solid 0px !important;
    border-radius: 6px;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.style1
{
	padding-top: 30px !important;
}
