﻿/* --- General Pen Styles --- */
body{
	font-family: Georgia, serif;
	color: #333;
	font-size: 1.4rem;
	line-height: 2rem; 
	paddig: 0;
	margin: 0;
	}

a{color: #000;}

h1{
	font-size: 2.6rem;
	line-height: 2.6rem;
}

main{
	777padding: 1% 0; padding: 0;
	position: relative;
	background: #f5f5f5;
	???box-shadow: 0px -10px 60px rgba(0,0,0,0.25);
		height: 100%; 
	box-sizing: border-box;  
	clear: both;  
	}

.content{
	margin: 0 auto;
	7878max-width: 90%; width: 100%;
	?????????????????width: 720px;
	}

footer p{
	font-size: .8rem;
	font-weight: bold;
	color: #ccc;
}

footer a{color: #ccc;}

/* --- Important Pen Styles --- */

.zoom{
	overflow: hidden;
	padding-bottom: 55%; padding-bottom: 11% !IMPORTANT; 
	}

.zoom img{
	position: fixed;
	top: 0%;
	left: 50%;
	max-width: 200%;
	width: 100%;
	transform: translateX(-50%);
	/* Thanks  @bastian_fiessinger. Use when activating blur effect:
	will-change: -webkit-filter, filter, transform; */                  border: 2px solid red; 
	}

@media (max-width: 667px) {
	h1{
		font-size: 1.8rem;
		line-height: 2.6rem;
		text-align: left;
		}

	.content{
		margin: 0 auto;
		7878max-width: 90%;
		width: 100%;
		height: 100%;
		text-align: justify;
		}

	.zoom{
		overflow: hidden;
		padding-bottom: 75%;
		}
	}