* {margin: 0px; padding: 0px;}

html {
	background: #111 url('../images/scanlines.png');
	background-repeat: repeat;
}

body {
	font-size: 17px;	
	font-weight: normal;
	line-height: 1.5em;
	font-family: 'Inconsolata', monospace;
	color: #fff;
}

#container {
	display: grid;
	grid-gap: 30px;
	margin: 20px;
}

h1#title {
	color: #fff;
	font-size: 130px;
	text-transform: lowercase;
	font-family: Notalot35, "Visitor TT2 BRK";
	font-weight: normal;
	margin-bottom: 40px;
	text-indent: -9999px;
	width: 100%;
	height: 65px;
	background: url(../images/logo_center.png) no-repeat;
	background-size: contain;
}

.mobile {
    text-align: center;
}

.desktop {
    display: none;
}

#demo { 
	position:relative; 
	height:510px;
	display: block;
	margin: 0 30px;
}

#demo img { position:absolute; left:0; top:0; width: 300px;}


@media only screen and (min-width: 768px) {
    #container {
	    width: 950px;
	    grid-template-columns: 1fr 350px;
	    margin: 40px auto;
    }
    
    .mobile {
        display: none;
    }
    
    .desktop {
        display: block;
    }
    
    h1#title {
	    font-size: 130px;
	    text-transform: lowercase;
	    font-family: Notalot35, "Visitor TT2 BRK";
	    font-weight: normal;
	    margin-bottom: 40px;
	    height: 100px;
	    text-indent: -9999px;
	    width: 500px;
	    background: url(../images/logo.png);
	    background-size: contain;
    }
    
    h3 {
        text-align: left;
    }
    
    #description {
        grid-column: 1;
        grid-row: 1;
    }
    
    #demo {
        margin: 50px 0;
        grid-column: 2;
        height:605px; 
    }
    
    #demo img {width: 350px;}
}

p {
	margin: 25px 0px 20px;	
}

#description {
	margin-top: 30px;
	width: 100%;
}

#samples {
	clear: both;
	margin-top: 20px;
}

ul {
	margin-left: 25px;
	margin-bottom: 20px;
	list-style: square;
}

#market-link {
	margin-top: 40px;
	txext-align: center;
	macrgin-left: 100px;
}

#market-link img {
	width: 250px;
	margin: 0 auto;
	display: block;
}

.sample {
	width: 150px;
	margin-right: 25px;
	margin-top: 30px;
	background: #000;
	padding: 2px;
	border: 1px solid #333;
}
