				html, body {
			    margin: 0;
			    height: 100%;
			}
			header .container-fluid, .header {
    			max-width: 140px;
    			padding-bottom: 15px;
    			padding-top: 15px;
    			display: block;
		  		margin-left: auto;
		  		margin-right: auto;
		  		width: 50%;
    		}

    		.header-center {
		  		width:250px;height:80px;
			}
			footer {
			  background-color: #4d4d4f;
			  color: white;
			  margin-top: -4px;
			}
			.accorimg {
				margin-left: auto;
				margin-right: auto;
				flex-basis: 30%;
				text-align: center;
				
			}
			.contactus {
			  text-align: center;
			}
			.contactus a:link{
				color: white;
			}
			.contactus a:visited{
				color: white;
			}
			.lastline {	
    			margin: 0 auto;
    			padding: 0 36px 36px;
    			display: flex;
    			flex: 0 0 auto;
    			justify-content: space-between;
    			align-items: flex-end;

			}
			.socialmedia {
				flex-basis: 35%;
				text-align: right;
			}
			.targetDiv {
				height: 95%;
			}
			.copyright {
				padding-bottom: 4px;
				flex-basis: 35%;
			}
			.sociallinklist a img{
				width:44;
				height:45px;
			}
			ul {
			    list-style: none;
			    margin: 0;
			    padding: 0;
			}
			.sociallinklist {
				display: inline-block;
			    margin: 0 5px 2px 0;
			}
			@media screen and (max-width: 650px){
				div.lastline {	
    				display: inline-flex;
    				flex-direction: column-reverse;
				}
				div.socialmedia {
					align-self: baseline;
					text-align: left;
				}

				
			}