html, body {
	font-family: 'GTHaptikLight';
	font-style: normal;
	background-image: url("../images/background-03-01.png");
	background-repeat: repeat;
	background-size: 130px 130px;
	background-color: #C6C6C6;
	margin: 0;
	padding: 0;
}

h1 {
    line-height: 3.5vw;
	font-size: 3vw;
    font-style:normal;
    font-weight:normal;
    text-transform: uppercase;
    padding-left: 2vw;
    padding-right: 2vw;
}

h2 {
    line-height: 2.7vw;
	font-size: 2.1vw;
    font-style:normal;
    font-weight:normal;
    text-transform: uppercase;
}

p {
    line-height: 2.2vw;
	font-size: 1.5vw;
    font-style:normal;
    font-weight:normal;
}

a:link { color:#000; text-decoration: none; }
a:visited  {color:#000; text-decoration: none; }
a:active { color:#000; text-decoration: none; }
a:hover  {color:#000; text-decoration: underline; }


.wrapper{
	overflow: hidden;
	max-width: 900px;
	margin: auto;
	background: #fff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-style: solid;
	border-color: black;
	margin-top: 50px;
	margin-bottom: 50px;
}

.entry-header {
	border-bottom: 2px solid #000000;
	padding-left: 10px;
	width: calc(100% + 10px);
	padding-top: 5px;
	padding-bottom: 7px;
}

.entry-header h2{
	padding-left: 10px;
}

.entry-header img{
	height: 5vw;
	width: auto;
	float: left;
	margin-top: 15px;
	margin-right: 75px;
	margin-left: 10px;
}

.entry-pic{
	border-bottom: 2px solid #000000;
	padding: 0;
	margin: 0;
	background-color: #000;
}

.entry-pic img{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}

.entry-content{
	padding-left: 20px;
	padding-right: 20px;
}

.entry-content ol, .entry-content ul{
	list-style: none;
	margin-left: -1.5em;
}

.entry-content ol li, .entry-content ul li{
	margin-bottom: 10px;
}

.entry-content ol li:before, .entry-content ul li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -2em;
	padding-left: 1em;
}

/* for 480px or less */
@media screen and (max-width: 480px) {
    
    
    h1 {
    line-height: 5vw;
	font-size: 3.8vw;
    font-style:normal;
    font-weight:normal;
    text-transform: uppercase;
    padding-left: 1vw;
    padding-right: 1vw;
    }
    
    h2 {
    line-height: 4vw;
	font-size: 4.5vw;
    font-style:normal;
    font-weight:normal;
    text-transform: uppercase;
    }
    
    p {
        line-height: 5.5vw;
        font-size: 3.8vw;
        font-style:normal;
        font-weight:normal;
    }
	
	.entry-header {
		border-bottom: 2px solid #000000;
		padding-left: 10px;
		width: calc(100% + 10px);
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.entry-header img{
		height: 10vw;
		width: auto;
		float: left;
		margin-top: 0px;
		margin-right: 30px;
		margin-left: 10px;
	}
    
}
