/* BASIC css start */
.wrap {display:grid; grid-template-columns: repeat(3,1fr); gap:20px 20px; width:94%; margin: auto; padding-bottom: 50px;}
	.wrap img {width:100%; transition: all 0.1s linear;}
	.wrap img:hover {background-color: #fff; opacity: 95%}
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap')
	.headcopy {font-family: 'Roboto', sans-serif;}
    .headcopy h1 {padding: 0px 0px 100px 0px; font-size: 100px; font-weight: 400}
    .headcopy h2 {padding: 0px 0px 0px 0px; font-size: 45px; font-weight: 300}
    
/* BASIC css end */

