/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* {
    box-sizing: content-box;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 15px "Univers Next W04 Regular", Helvetica, Helvetica Neue, Arial;
	letter-spacing: -0px;
	line-height: 18px;
    padding: 40px 20px;
}

/* =======================
    ALL: Shoe Guy Design
   ======================= */

.header-container header {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.main-container article h2 {
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0;
	font-weight: 500;
}

.footer-container{
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.title {
    color: black;
}



/* ==============
    MOBILE: Main
   ============== */
header h1.title {
	font-size: 58px;
	line-height: 1em;
	font-weight: 500;
    margin: .5em 0 .45em;
}

.main article h2 {
    font-size: 2em;
	padding: 21px 0 19px 0;
	line-height: 1em;
}

.main article p {
	margin-top: 32px;
    max-width: 826px;
}

.footer-container footer {
    color: black;
    padding: 20px 0;
	overflow: auto;
}

.footer-container .address {
	width: 30%;
	margin: 0px;
	float: left;
}

.footer-container .emailbuttonbox {
	float: right;
	padding: 20px 0 0 0;
}


.footer-container a.contactbutton:link,
.footer-container a.contactbutton:visited {
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 5px;
	color: #000;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 580px) {
	
    body {
        padding: 35px 6px;
    }
	header h1.title {
		font-size: 50px;
		line-height: 0.8em;
		margin: 22px 0;
	}
	
	.main img {
        display: none;
		width: 100%;
	}
	
	footer img {
        display: block;
		width: 100%;
		margin-top: 31px;
	}
	
	.footer-container .address {
		width: 100%;
		margin: 0px;
		float: none;
	}
	
	.footer-container .address p{
		margin: 0;
	}
	
	.footer-container .emailbuttonbox {
		float: none;
        padding-top: 31px;
	}
}
@media only screen and (min-width: 580px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 100%;
        max-width: 1110px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.main img {
		float: left;
		width: 221px;
		margin: 30px 0;
	}
	
	footer img {
		display: none;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}