html, body, table, th, tr, td, p, img, hr, ul, li, h1, h2, h3, h4, h5, div, form, fieldset {padding:0; margin:0; border:none;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    html, body, table, th, tr, td, p, img, hr, ul, li, h1, h2, h3, h4, h5, div, form, fieldset {padding:0; margin:0; border:none;}
    h1 {font-weight:normal;}
}

div { position: relative; }

:root {
    font-size:20px;
    --basic_font_size: 20px;
	--hoot_orange:#f0a963;
	--hoot_blue:#4c81a6;
    --orange:#f26522;
    --dk_orange:#c24616; /* #a75230; */
    --lt_grey:#b2b0a9;
    --warm_grey:#ccc7bf;
    --med_grey:#acacac;
    --dk_grey:#6c6b66;
    --taupe:#eeeae2;
    --wood:#ebd8b6;
    --green:#4f8751;
    --red:#d52b0a;
}

html { width:100vw; height:100vh; }

body {
	width:100vw;
	height:100vh;
	min-height:100vh;
	overflow-x: hidden;
    font-family:'Crimson Pro', serif;
    font-weight:500;
    color:#FFFFFF;
    background-color: #000000;
    background-image: url('../_img/hoot_full_bg_img.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat:no-repeat;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#outer_wrap {
	width:100vw;
	height:100vh;
	
}

#inner_wrap, #inner_wrap_interior {
	width:900px;
	height:100vh;
	margin:0 auto;
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#inner_wrap_interior {
	width:800px;
	height:calc(100vh - 80px);
	padding:40px 50px 40px 50px;
}

#home_pg_logo {
	width:100%;
	margin:100px 0 0 0;
}

h1 {
	font-size:50px;
	font-family:"Marcellus", serif;
	color:var(--hoot_orange);
}

h1.home {
	text-align: center;
	margin:0 0 80px 0;
}

h1.inner_pg {
	text-align: left;
	margin:0 0 40px 0;
	border-top:1px solid var(--hoot_blue);
}

p {
	font-family:"Montserrat",sans-serif;
	font-weight: 400;
}

p.home_links {
	font-size:1.2rem;
	letter-spacing: 6px;
	text-align: center;
	color:var(--med_grey);
}


p.interior_text {
	font-size:1rem;
	color:white;
	margin:0 0 20px 0;
	
}

div#interior_links {
	width:100%;
	margin:100px 0 0 0;
}

a {
	text-decoration: none;
	color:inherit;
}

a:hover { text-decoration:none; color:var(--hoot_orange); }

div.int_logo {
	width:100%;
	height:119px;
	background-image:url('../_img/gohoot_logo_sm.png');
	background-position:top right;
	background-repeat: no-repeat;
	margin:0 0 40px 0;
	cursor: pointer;
}

div.contacts_outer_wrap {
	width:100%;
	overflow:auto;
}

div.contact_wrap {
	float:left;
	text-align: center;
}

p.contact_name {
	font-family:"Marcellus",serif;
	font-size:1.4rem;
	margin:10px 0 0 0;
	color:var(--hoot_orange);
}

p.contact_title {
	font-family: "Montserrat",sans-serif;
	font-weight:700;
	font-size:.8rem;
	margin:0 0 10px 0;
}

p.contact_info {
	font-family:"Montserrat",sans-serif;
	font-size:1rem;
	color:var(--lt_grey);
}

/* ------------------------------------------------------------------------- */
/* WORK CAROUSEL */

div#car_window {
	width:900px;
	height:325px;
	margin-left:-50px;
	overflow:hidden;
}

div#car_full_wrap {
	width:900px;
	height:325px;
	position:absolute;
	top:0;
	left:0;
}

div#car_window_faders {
	width:100%;
	height:100%;
	background:url('../_img/car_window_faders.png') no-repeat;
	z-index:10000;
	pointer-events: none;
}

div#car_arrow_l, div#car_arrow_r {
	position:absolute;
	width:23px;
	height:38px;
	overflow: hidden;
	top:107px;
	left:20px;
	z-index:20000;
	cursor: pointer;
	background:url('../_img/car_arrow_l.png') no-repeat;
	background-position:0 0;
}

div#car_arrow_r {
	left:auto;
	right:20px;
	background:url('../_img/car_arrow_r.png') no-repeat;
}

div#car_arrow_l:hover, div#car_arrow_r:hover {
	background-position:0 -38px;
}

div.car_item_wrap {
	width:452px;
	height:325px;
	position:absolute;
	top:0;
	opacity:0.5;
	pointer-events: none;
}

div#car_wrap_B { left: -243px; }
div#car_wrap_C { left:  224px; }
div#car_wrap_D { left:  691px; }

div.car_video_wrap {
	width:450px;
	height:251px;
	border:1px solid white;
	overflow:hidden;
}

div.car_video_wrap video {
	width:100%;
}

div.car_item_sub_wrap {
	width:100%;
	height:60px;
	margin-top:10px;
	display:flex;
	justify-content: space-between;
	opacity: 0;
}

div.car_item_caption {
	font-size:.8rem;
}

div.car_item_bug {
	height:55px;
}

div.car_item_bug img {
	height:100%;
}

.pointerEventsOn {
	pointer-events: auto !important;
	cursor:pointer !important;
}

.pointerEventsOff {
	pointer-events: none !important;
}





/* ------------------------------------------------------------------------- */
/* DEVICE-SPECIFIC */

/* SMARTPHONES */
@media only screen and (max-width: 600px) {
    :root {
        font-size: 12px;
        --basic_font_size: 12px;
    }
}    

/* TABLETS */
@media only screen and (min-width: 601px) and (max-width: 1200px) {
    :root {
        font-size: 15px;
        --basic_font_size: 15px;
    }
}

/* SMALL DESKTOP & LAPTOPS */
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    :root {
        font-size: 18px;
        --basic_font_size: 18px;
    }
}

/* DESKTOP */    
@media only screen and (min-width: 1501px) {
    


}    
    


