﻿* {
    box-sizing: border-box;
}






.scroll{
	color: white;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-left: auto;
	margin-right: auto;
}

.vendor {

text-align: right;
margin-right: 2%;

}


.vendor a{

	text-decoration: none;
	font-size: 1em;
	
	color: #027c5e;
}

.vendor a:hover img {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.22); 
}


.logo img{
	width:200px;
	display: block;
   	 margin-left: auto;
    	margin-right: auto;
	margin-bottom: 3%;
	margin-top: 2%;
}
.column {
    float: left;
    width: 25%;
    padding: 5px;
margin-left: auto;
margin-right: auto;
}
.column img{

	margin: 12.5%;
}
.column1 {
    float: left;
    width: 5%;
    padding: 5px;
margin-left: auto;
margin-right: auto;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
	margin: auto;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
    .column1 {
        width: 100%;
    }
}

.row a:hover img {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.4); 
}
  }



	.wel {
		color: white;	
		width: 80%;
	}

