

/* Footer */

footer{
		display:grid;
		grid-template-columns:repeat(6,1fr);
		width:100%;		
		text-align:center;
		border-top:1px solid #000;
		background-color:rgba(255,255,255,1);
		z-index:100;
		margin-top:100px;
		padding-top:75px;
		padding-bottom:50px;
}

	.footer1{
			grid-column:1;
	}
	.footer2{
			grid-column:2;
	}
	.footer3{
			grid-column:3;
	}
	.footer4{
			grid-column:4;
	}
	.footer5{
			grid-column:5;
	}
	.footer6{
			grid-column:6;
	}

.foot-title{
		font-family:'Playfair Display', serif;
		font-weight:600;
		font-size:14px;
		padding-bottom:15px;
}

		.foot-title a:link {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}

		.foot-title a:visited {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}

		.foot-title a:hover {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}

.foot-link{
		font-family:'Lato', sans-serif;
		font-weight:600;
		font-size:13px;
		padding-bottom:5px;
}

		.foot-link a:link {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}

		.foot-link a:visited {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}

		.foot-link a:hover {
		  color: #5082A4;
		  background-color: transparent;
		  text-decoration: underline;
		}




/*src="images/shikainah_img102.png"
@media(min-width:1201px)
@media screen and (min-width: 1000px) and (max-width: 1250px) 
@media screen and (max-width: 1000px)
*/

@media screen and (max-width: 1000px){
	footer{
			display:grid;
			grid-template-rows:repeat(6,1fr);
			grid-template-columns:1fr ;
			text-align:left;
			margin:auto;
			padding-left:5%;
			padding-top:100px;
	}
	.footer1{
			grid-row:1;
			grid-column:1;
			
	}
	.footer2{
			grid-row:2;
			grid-column:1;
			
	}
	.footer3{
			grid-row:3;
			grid-column:1;
			
	}
	.footer4{
			grid-row:4;
			grid-column:1;
			
	}
	.footer5{
			grid-row:5;
			grid-column:1;
			
	}
	.footer6{
			grid-row:6;
			grid-column:1;
			
	}

}

