@charset "UTF-8";
/* CSS rachellefox.com */
/* RESET
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {  
    list-style: none;  
}
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
}  
img {
  -ms-interpolation-mode: bicubic;
  background: transparent;
  border: 0;
  }
  /* MAIN
--------------------------------------------- */
html,body {
  height: 100%;
  width: 100%;
  }
body {
	background-color: #000;
	color: #fafafa;
	font: 100%/1.5 Georgia, "Times New Roman", Times, serif; /*16px*/
	margin: 0 auto;
}
  /* LINKS
--------------------------------------------- */
a {
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #0C0;
}
a:active {
	font-size: 110%;
}
  /* TYPOGRAPHY
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {  
	margin: 0.25em 0;
	font-family: "adelle", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-size: 1.75em; /*28px*/
	font-weight: 800;
}
h2 {
	font-size: 1.75em; /*28px*/
	font-weight: 400;
}
h3 {
	font-size: 1.625em; /*28px*/ 
	font-weight: 800;
}
h4 {
	font-size: 1.5em; /*24px*/
	font-weight: 400;
}
h5 {
	font-size: 1.25em; /*20px*/
	font-weight: 400;
}
h6 {
	font-size: 1em; /*16px*/
	font-weight: 400;
}
p {
	font-size: 1em; /*16px*/
}
i {
	font-size: 1em;
	margin-right: .5em;
}

/* EXTRA CLASSES
--------------------------------------------- */

/*Input fields*/
input[type=text] {
    font-size: 1.25em;
}
.depth {
    display: block;
    border: 1px solid rgba(255,255,255,.6);

    background: -webkit-linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(#eee, #fff);
    background: -o-linear-gradient(#eee, #fff);
    background: -ms-linear-gradient(#eee, #fff);
    background: linear-gradient(#eee, #fff);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    box-shadow: 
        inset 0 1px 4px rgba(0,0,0,.4);
    padding: .3125em;
    color: #555;
}
.depth:focus {
    outline: none;
    background-position: 0 -1.7em;
}
/* clear floats */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
	
/* NAVIGATION
--------------------------------------------- */
#nav {
  float: right;
  width: 100%;
  overflow: hidden;
  text-align: left;
  z-index: 3;
  }
#nav a {
  display: block;
  }
#nav ul {
	float: right;
}
#nav li, a {
	color: #fafafa;
	float: left;
	margin-right: .2em;
}
.logo-text {
	font-size: .875em;
	line-height: 1.2;
}
.logo-text a {
	background-color: #fafafa;
	border-radius: 0 .5em 0 .5em;
	color: #222;
	font-variant: small-caps;
	padding:.1em .3em;
	margin-right: 1.2em;
}
.logo-text a:hover {
	color: #000;
	background-color: #0C0;
}
.heading-center {
	text-align: center;
}
.heading-large {
	font-size: 2.625em;
}
  
    /* DIVS
--------------------------------------------- */
#home {
	width: 100%;
	height: 100%;
}
#logo {
	font-size: 140%;
	margin-bottom: 5em;
	width: 100%;
	padding-top: 18%;
	text-align: center;
}
#featured {
	background-color: #fafafa;
	color: #222;
	width: 92%;
	height: 92%;
	padding: 4%;
	text-align: center;
}
#photos {
	width: 100%;
	height: 100%;
}
#about {
	width: 100%;
	height: 100%;
}
  /* COMING SOON
--------------------------------------------- */
#comingsoon {
	font-size: 100%;
	width: 98%;
	height: auto;
	margin: 1em auto;
	text-align: center;
}
#comingsoon p {
	font-size: 1.2em;
	color: #fff;
	line-height: 200%;
}
#twitter-feed {
	margin: 2%;
}
.twitter-timeline {
	width: 90%
}
/* MEDIA QUERIES
--------------------------------------------- */	
@media only screen 
and (max-device-width: 48em) {
#logo {
	margin-bottom: 1.2em;
	padding-top: 2.8em;
	font-size: 120%
}
#logo h1 {
	margin-bottom: 1em;
}
.heading-large {
	font-size: 2em;
}
}
@media only screen
and (min-device-width: 48em)
and (max-device-width: 64em)
and (-webkit-min-device-pixel-ratio: 1) {
    #home {
	height: 100%;	
	background-image: url(/images/minitv_bg1024.jpg);
	background-repeat: no-repeat;
	background-size: 64em auto;
	background-position: left bottom;
}
#logo {
	font-size: 100%;
	float: right;
	width: 64%;
	padding-top: 17%;
	overflow: hidden;
	text-align: center;
}
}
@media only screen
and (min-device-width: 48em)
and (max-device-width: 64em) 
and (-webkit-device-pixel-ratio: 2) {
    #home {
	height: 100%;	
	background-image: url(/images/minitv_bg1024@2x.jpg);
	background-repeat: no-repeat;
	background-size: 64em auto;
	background-position: left bottom;
}
#logo {
	font-size: 100%;
	float: right;
	width: 64%;
	padding-top: 17%;
	overflow: hidden;
	text-align: center;
}
    }
@media only screen
and (min-device-width: 49em) {
	body {
		font-size: 87.5%;
	}
	#home {
	height: 100%;	
	background-image: url(/images/minitv_bg1440.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	background-size: contain;
	}
	#logo {
	font-size: 100%;	
	float: right;
	width: 64%;
	padding-top: 16%;
	overflow: hidden;
	text-align: center;
}
}
@media only screen 
and (min-device-width: 80em) {
	#home {
	background-image: url(/images/minitv_bg2560.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
}
@media only screen and (min-device-width: 85.375em) {
    #home {
	background-image: url(/images/minitv_bg2880.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	height: 100%;
}
	#logo {
	padding-top: 12%;
	}
	.twitter-timeline {
	width: 40%
}
}
@media only screen and (min-device-width: 90em) {
	body {
		font-size: 100%;
	}
  #logo {
	padding-top: 16%;
	}
}
@media only screen and (min-device-width: 120em) {

  body {
    font-size: 110%;
    }
}