@import url('normalize.css');

/* ----------------------------------------------------------
    Client Name CSS
    Version 1.0

	TABLE OF CONTENTS

	01 - BASE STYLES
	02 - Static Screens CSS (BTF1, BTF2, etc.)
	10 - Credit.html

	COLOR GUIDE (Main Site Colors and their Hex Codes)
	Main Blue: #0C6DB1
	Text Gray: #6D6D6D
	Background Gray: #ebebee
    
	FONTS USED
	Main Copy:
	Main Headers:
	Secondary Headers:
		
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans light', sans-serif;
---------------------------------------------------------- */


/* 01 = BASE STYLES
---------------------------------------------------------- */

body {
	margin: 0;
	background-color: darkgrey;
}

div {
	margin: 0;
	padding: 0;
}

.fadein { position:relative; width:500px; height:332px; }
.fadein img { position:absolute; left:148px; top:60px; }

/*--Tesla Images
This is CSS for single image tesla screens
Example: Future 1 and Future 2
---*/

.tesla-screen-img {
	height: 100%;
	width: 100%;
}

.tesla-container-btf {
	background: url('../images/futurev3.jpg') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
	height: 1472px; 	
}

.b2 {
	margin:auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 1158px;
    height: 1370px;
    z-index: 1;
}

#work-darnit {
    position: absolute;
    left: 0;
    top: 0;
    width: 1158px;
    height: 1370px;
    z-index: 999999;
}