/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


body {
	background: #434343;
	
}


.container {
  width: 100vw;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-content: center;
}

.container img {
  max-width: 100%;
  width: 100%;
  height: auto;

}


/* #Font-Face
================================================== */

@font-face {
    font-family: 'arvil_sansregular';
    src: url('../fonts/arvil_sans-webfont.eot');
    src: url('../fonts/arvil_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arvil_sans-webfont.woff') format('woff'),
         url('../fonts/arvil_sans-webfont.ttf') format('truetype'),
         url('../fonts/arvil_sans-webfont.svg#arvil_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}