@charset "UTF-8";

body {
	min-width: 350px;
	max-width: 1350px;
}

#wrapper {
	width: 80%;
	margin: 0 auto 3em auto;
	position: relative;
	padding-top: 12em;
}

.arrow-left, .arrow-right {
	width: 1.25em;
	position: absolute;
	top: 6.25em;
}

.arrow-left {
	right: 10em;
	/*visibility: hidden;*/
}

.arrow-right {
	right: 1em;
}

#vert-logo {
	width: 3em;
	position: absolute;
	top: -1.25em;
	left: 0;
}

.arrow-left img, .arrow-right img, #vert-logo img {
	width: 100%;
}

.print, .print2 {
	width: 100%;
}

.print2 {
	margin-top: 2em;
}

.print img, .print2 img {
	width: 100%;
}

.description {
	margin-top: 2em;
}

.description p {	
	font-family: source-sans-3, sans-serif;
	font-size: .95em;
	font-weight: 300;
	line-height: 1.6;
	color: #A7A7A7;
	margin-top: 1.6em;
}

.description p .title {
	font-size: 1.1em;
	font-weight: 500;
	color: black;
}

.description img {
	width: 60%;
}

.pv2 {
	display: none;
}

a:link, a:visited {
	color: #6D6E71;
	font-weight: 500;
}

a:hover {
	color: #A7A7A7;
	font-weight: 500;
}


@media (min-width: 550px){
	
	#wrapper {
        width: 75%;
        margin: 0 auto 4em auto;
        position: relative;
    }

    .arrow-left, .arrow-right {
        width: 1em;
    }

    .description img {
        width: 50%;
    }
	
}


@media (min-width: 850px){
	
	#wrapper {
        width: 70%;
		padding-top: 5.5em;
    }
	
	.arrow-left, .arrow-right {
        width: 1.25em;
        position: fixed;
    }
	
	.arrow-left {
		top: 32em;
        left: 3em;
    }

    .arrow-right {
        top: 32em;
        right: 3em;
    }

    #vert-logo {
        width: 3em;
		top: 0;
		left: -5.5em
    }

    .description img {
        width: 35%;
    }

    .print2 {
        margin-top: 3em;
    }
	
}


@media (min-width: 1150px){
	
	#wrapper {
        width: 65%;
		padding-top: 6.75em;
    }
	
	.arrow-left, .arrow-right {
        position: absolute;
    }
	
	.arrow-left {
		top: 32em;
        left: -5em;
    }

    .arrow-right {
		top: 32em;
        right: -5em;
    }

    #vert-logo {
        width: 3.5em;
		left: -8em
    }

    .description img {
        width: 25%;
		float: left;
		margin-right: 1.5em;
		margin-bottom: 6em;
		padding-top: .5em;
    }

    .pv1 {
        display: none;
    }

    .pv2 {
        display: block;
    }
	
}





