/* @import url("../webfonts/Model_I"); */

@charset "utf-8";
/* CSS Document */

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    background-color: #999;
	background-image:url(images/mibgimage.png)
	
}

#page {
    width: 1044px;
	border-radius: 35px;
	border-radius-top: 0px;
	background-color:#000;
    height: auto;
    margin: auto;
 	position:relative; top: 60px;
}

@font-face {
	font-family: 'Model_I';
	src: url('webfonts/Model_I/ModelI.ttf') format('truetype');
}



.mfont {
	font-family: "Model_I";
}

/** .mfont {
	font-family: "Model_I";
}  **/

#display {
    background-color: black;
    width: 1044px;
	border-radius: 35px;
    height: auto;
    margin: auto;
    /* padding: 5px; */
    color: white;
    font-size: 16px;
	/* position:relative; top: 10px; */
	
	/*  overflow-x:hidden;  */
	/*  float:right;  */
	/*  margin: 0 15px 0 0;  */
	
}


.row {
  display: flex;
}


.column {
  flex: 33.33%;
  padding: 13px;
}


#z80_models_1 {
	padding-left: 10px;
	width: auto;
	height: auto;
	
} 

#not_z80 {
	margin: auto;
	padding-left: 18px;
}


#graphics {
	
    width: 1034px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: black;
	border-radius: 40px;
    height: auto;
    margin: auto;
	
}
	
	


#links {width:220px;
				height:auto;
				background-color:#A4F0B7;
				position:relative; 
				top: 35px;
				left:15px;
			    font-family: Arial, Helvetica, sans-serif;
  				font-weight: bold;
			    font-size: 14px;
				
}

hr  {border: 0;
			height: 2px;
			color: white;
			background-color: white;
			margin-bottom:5px;
			margin-top:5px;
		}
		
		
		
/**#display.imglink {
	
		width: 313px;
		height: 212px;	
}**/

.thumbnail:hover {
    
    width:325px;
    height:auto;
    display:block;
    z-index:999;
}

.thumbnail2:hover {
    
    width:495px;
    height:auto;
    display:block;
    z-index:999;
}
		
#navbar ul.a {list-style-type:none;}	

#navbar a:link { color:#001760; text-decoration:none;}

#navbar a:hover { color:#00ff00; background-color:#000000;}

#navbar a:visited { text-decoration:none;}


		
		

