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

/* Colours
red: #db1010;
	
*/

@-moz-viewport { width: device-width; scale: 1;}
@-ms-viewport { width: device-width; scale: 1;}
@-webkit-viewport { width: device-width; scale: 1;}
@-o-viewport { width: device-width; scale: 1;}
@viewport { width: device-width; scale: 1;}

*, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
}

body {
    margin: 0;
     background: transparent url("../images/01_hali_explosion.jpg") no-repeat top center fixed;
    background-size: cover;
    min-height: 50rem;
} 

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}


br {
    display: none;
}

/* ---------- Transitions ------------------------------------------------------------------ */

.ease-all {
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}

 
/* ---------- Section Styles --------------------------------------------------------------- */

.red {
    background-color: rgba(0,0,0,0.6);
    margin: 10rem auto 15rem;
    padding: 2rem;
    max-width: 48rem;
}
   

/* ---------- Type ------------------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6,
p, ol, dl, dd, figure,
blockquote, details, hr,
fieldset, pre, table {
  margin: 0 0 1.5rem;
}

p {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    max-width: 43rem;
    margin: auto;
}

.yotta {
  font-size: 7.4784rem;
  line-height: 1.0029;
}

.zetta {
  font-size: 5.6102rem;
  line-height: 1.0695;
}

h1, .exa {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0rem;
    text-align: center;
}

h2, .peta {
    text-transform: uppercase;
    font-size: .84rem;
    line-height: 1.4;
    color: #db1010;
    margin-bottom: .25rem;
}

h3, .tera {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: .75rem;
}

h4, .giga {
  font-size: 1.7769rem;
  line-height: 1.6883;
}

h5, .mega {
    font-size: 1rem;
    padding: 0;
    margin: 1.5rem 0 0;
}

h6, .kilo {
  font-size: 1.1rem;
  line-height: 1.5000;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .9;
}

small, .milli {
  font-size: 0.7502rem;
  line-height: 1.9995;
}

.micro {
  font-size: 0.5628rem;
  line-height: 2.6653;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
	text-align: justify;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.push {
  margin-bottom: 1.5rem;
}

.push-none, .push-0 {
  margin-bottom: 0;
}

.push-double, .push-2 {
  margin-bottom: 3.0000rem;
}

.push-half, .push-1-2 {
  margin-bottom: 0.7500rem;
}

.pad-top, .pad-t {
  padding-top: 1.5rem;
}

.pad-bottom, .pad-b {
  padding-bottom: 1.5rem;
}

.pad-top-double, .pad-t-2 {
  padding-top: 3.0000rem;
}

.pad-top-triple, .pad-t-3 {
  padding-top: 4.5rem;
}

.pad-bottom-double, .pad-b-2 {
  padding-bottom: 3.0000rem;
}

.pad-top-half, .pad-t-1-2 {
  padding-top: 0.7500rem;
}

.pad-bottom-half, .pad-b-1-2 {
  padding-bottom: 0.7500rem;
}

.island {
  padding: 1.5rem;
}

.island-half, .island-1-2 {
  padding: 0.7500rem;
}

.island-double, .island-2 {
  padding: 3.0000rem;
}

.gutter-half, .gutter-1-2 {
  padding-left: 0.7500rem;
  padding-right: 0.7500rem;
}

.gutter-double, .gutter-2 {
  padding-left: 3.0000rem;
  padding-right: 3.0000rem;
}


/* ---------- Footer --------------------------------------------------------------- */

.section-footer {
	background-color: #000;
	color: #FFF;
}

.section-footer li a:hover {
    text-decoration: underline;
}

.footer-content {
    max-width: 55rem;
    margin: auto;
}

.footer-text p {
    margin: 0;
    font-size: .75rem;
    line-height: 1.25rem;
    padding-bottom: .5rem;
    margin-bottom: .4rem;
}

hr {
    border-color: red;
    width: 120px;
    border-style: solid
}

ul {
    display: inline-table;
    margin-top: 0;
    width: 10rem;
    margin-bottom: .5rem;
}

ul li {
	list-style-type: square;
    font-size: .75rem;
    font-family: arial;
    padding-bottom: .75rem;
}

.bullet-hr {
    margin-left: 28px;
    width: 58px;
    display:block;
}

fieldset {
    border: none;  
    text-align: left;
}

.footer input {  
    width: 11.5rem;
    padding: .5rem 2.2rem .5rem .5rem;
    font-size: .8rem;
    border-radius: 3px;
    border: none;
}

.footer-bottom {
    background:url(../images/bg-add-section.png);
    padding: .75rem .5rem;
    margin: 1rem;
}

.footer-bottom ul, .footer-bottom ul li {
    display: block;
    padding: 0 3.25rem 0 0;
    width: 100%;
}

.footer-bottom ul li:last-child {
    padding-right: 0;
}

.footer-bottom a:link {
     color: #cec9c9;  
}

/* ---------- Grids ------------------------------------------------------------------------- */

.grid {
    overflow: hidden;
	clear: both;
}

.gutter {
    padding-left: 1em;
    padding-right: 1em;
}

.unit {
    float: left;
    width: 33.3333%;
    
}

.unit-s-1 {
	width: 100%;
}

.unit-s-1-2 {
	width: 50%
}

.unit-s-1-3 {
	width: 33%;
}

.unit-footer-1-3 {
    width: 100%;
}

.footer-list {
    width: 100%;
}

.footer-1 {
    width: 100%;
}


@media only screen and (min-width: 34em) {
    
   
    .footer-2 {
        width: 50%;
    }
    
    fieldset {
        text-align: right;
    }
    
    .footer-list {
        width: 20%;
    }
    
    .footer-bottom ul, .footer-bottom ul li {
        display: inline;
    } 
} 

@media only screen and (min-width: 49em) {
	
	.unit-m-1 {
		width: 100%;
	}
	
	.unit-m-1-2 {
		width: 50%;
	}
	
	.unit-m-1-3 {
		width: 33.3333%;
	}
	
	.unit-m-2-3 {
		width: 66.6666%;
	}
    
    .unit-footer-1-3 {
		width: 40%;
	}
    
    h1 {
         font-size: 5rem;
    }
    
    br {
        display: block;
    }
    
    p {
        font-size: 1.25rem;
        line-height: 1.85rem;
    }
}

@media only screen and (min-width: 62em) {
	
	.unit-l-1-3 {
		width: 33.3333%;	
	}
	
	.unit-2-3 {
    	width: 66.6666%;
	}
}