body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@media (max-width: 480px) {
    body {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 9px;
    }
}


.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-responsive:hover + .myText {
    height: 8em !important;
}

.img-responsive:hover + .myText p {
     margin-top: 0.5em;
}

.myCol {
    padding: 0px !important;
    text-align: center;
	 width: 19.66666667%;
	
}

.thumbnail {
    padding: 0px !important;
    border: 0px !important;
    cursor: pointer;
}

.thumbnail {
    width: 92% !important;
}

#middle {	
	display: block;	
	margin-left: auto;
	margin-right: auto;
	width:50%;
	padding-bottom: 0%;
}

#footer {	
    border-top-style: solid;
	border-color: LightGrey;
	padding-top: 2.7%;
	border-width: 1px;
	display: block;	
	margin-left: auto;
	margin-right: auto;
	max-width:60%;
	bottom:0;	
	left:0;
	text-align:center;
}

.grid-container {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 4.8%;
}

.grid-container> div {
    justify-content:center;
	flex-basis: calc(50% - 40px);
    flex-direction: column;
	padding-top: 2.2%;
}

.box{
    text-align:center;
	margin:20px;
}

.img {
	max-width: 100%;
	height: auto;
}

.button {
	background-color: DarkSlateBlue;
	color: White;
	max-width: 100%; 
	height: auto;	
	font-size: 1vw;
	border: 0px;
	text-align:center;
}