/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    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,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
}

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #eee;
    color: #000;
    padding: 0.2em 0;
    text-align: center;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	color:#5d5c54;
}
body {
	font: normal 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	width: 700px;
}
header {
	margin: 0 auto;
}
address {
	font-style: normal;
	padding: 1em;
}
#content {
	padding: 1em;
	text-align: center;
}
#logo {
	background: #b2b09c;
	text-align: center;
}
hr {
	clear: both;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
   
   .leftalign {
   	float: left;
   }
   .rightalign {
   	float: right;
   }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 320px) and (max-width: 600px) {
	.wrapper {
		width: 100%;
	}
	#logo {
		float: none;
		margin-top: -10em;
	}
	address {
		width: 245px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
    /* ==========================================================================
       Sticky Footer
       ========================================================================== */
    
    * {
    	margin: 0;
    }
    html, body {
    	height: 100%;
    }
    .wrapper {
    	min-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
    }
    footer, .push {
    	height: 155px; /* '.push' must be the same height as 'footer' */
    }
    
    header {
    	width: 60%;
    }
    #logo {
    	width: 200px;
    	padding-top: 2em;
    	margin-left: 1em;
    }
    address{
    		text-align: right;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
    address {
    	/*text-align:right;*/
    	padding: 1em;
    }
    #logo {
    	background: transparent url('../img/logo-sw.png') no-repeat left top;
    	width:200px;
    	height: 140px;
    	float: none;
    	margin: 0 auto;
    }
    #logo img{
    	display: none;
    }
    #content {
    	text-align: left;
    }
    
}
