/* @override 
	http://www.marvelivfsolutions.com/css/main.css */


html, body {
	position: relative;
}

body {
	background-image: url("/images/pattern.png");
}

.wrapping { 
	position: relative;
	height: 100vh; 
	min-height: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
}
	
body {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0; 
}

::-moz-selection {
    background: #ffc4c4;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #ffc4c4;
    text-shadow: none;
    color: #ffffff;
    }


img {
    vertical-align: middle;
}


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



/* ===== Initializr Styles ==================================================
   Typography
   ========================================================================== */

p	{
    font: 18px Helvetica, sans-serif, Helvetica Neue, Arial;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-weight: normal;
    color: #4C4C4C;
	}

h1, h2, h3 {
    font-family: Utopia, serif, Helvetica;
    font-weight: normal;
    line-height: 1.2em;
    color: #444444;
} 	
 	
  h1 {
 	color: #ff8484;
 	}
 		
  h1, h2 {
 	font-size: 36px;
 	text-align: center; 
 	margin-top: 10px; 
	}

a {
    color: #ff8484;
    }	
 	
.wrapper {
    width: 90%; 
    margin: 0 5%; 
}



/* ===================
    Theme - Main Content - Mobile
   =================== */
    
.header-container {
	display: block;
	width: 100%; 
	height: 30px; 
    border-bottom: 5px solid #ff8484; 
	}

.footer-container { 
    border-top: 5px solid #ff8484;     
    width: 100%; 
    margin-bottom: 0;  	
    }

.main-container {
	padding: 5%;
	background: #fff;
	
}

.title { 
	width: 80%;
    height: 80%; 
   	display: block;
    margin-left: auto;
    margin-right: auto; 
	}	

img.logo { 
    width: 100%;
    height: auto;
   	}

.title-container { 
	width: 100%; 
	height: auto; 
	padding: 0; 
	margin-bottom: 5%; 
	}


p.text {
	text-align: left;
	width: 70%; 
    margin-left: auto;
    margin-right: auto; 
   	}

p.copyright { 
	font-size: small; 
	text-align: right; 
	vertical-align: bottom; 
	padding: 0;
	margin: 7.5px 0; 
	}


/* ==============
	404 Error Page styles - Mobile
   ============== */


.qmark-container { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin-bottom: 5%; 
	}
	
.qmark { 
	width: 45%;
    height: 45%; 
   	display: block; 
   	margin: 0; 
    padding: 0; 
    margin-left: auto;
    margin-right: auto; 
	}	

img.qmark { 
    width: 100%;
    height: auto; 
   	}
   	
p.error-text {
	color: #8A8A8A; 
	text-align: left;

   	}
   	   	
.error-text-container { 
	width: 100%; 
    margin-left: auto;
    margin-right: auto; 
	}
	
	
/* ===============
    ALL: IE Fixes
   =============== */

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



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


@media only screen and (min-width: 480px) {


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}





@media only screen and (min-width: 768px) {

/* ============
    WIDE: Main
   ============ */
   


h1, h2 {
 	font-size: 44px; }
 	
p.text { 
	font-size: 22px; 
	text-align: left;
	width: 70%; 
    margin-left: auto;
    margin-right: auto; 
   	}
   	
.qmark-container { 
    height: 60%;
    width: auto;
    float: left;
    margin: 0; 
    padding: 0; 
	}

.error-text-container { 
	padding-top: 2%; 
	width: 85%; 
  	margin: 0; 	
	}

}



@media only screen and (min-width: 1140px) {

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

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto; 
    }
    
    
    
}



/* ==========================================================================
   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; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

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

    .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; /* h5bp.com/t */
    }

    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;
    }
}