/*
    Halo Style
    Created on : 07-Mar-2015, 20:08:34
    Author     : Lil Bludz
*/
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, img, 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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 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;
}
html{
}
body {
    line-height: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
    background-color: #ffff33;
}
/*bits and pieces, para, header tags h1, h2 etc */
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #00d2ff;
    font-family: 'Sanchez', serif;
    text-decoration: none;
    -webkit-transition:color 0.5s ease-in;
    -moz-transition:color 0.5s ease-in;
    -o-transition:color 0.5s ease-in;
    transition:color 0.5s ease-in;
}
a:hover{
    color: #00cc33;
}
a:visited{
    color: #00cc33;
}
p{
    color: #000;
    line-height: 150%;
    margin: 0 0 2% 0;
    font-size: 120%;
    font-family: 'Sanchez', serif;
}
h1{
    color: #000;
    line-height: 150%;
    margin: 0 0 2% 0;
    font-size: 180%;
    font-weight: 700;
    font-family: 'Sanchez', serif;
}
img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
}
/*html divs, sections etc*/
section#holding{
    width: 100%;
    text-align: center;
    margin-top: 15%;
}
div#container{
    width: 99%;
    max-width: 1344px;
    overflow: hidden;
    margin: 0px auto;
    display: block;
    position: relative;
}
div#logo{
    width: 100%;
}
img#logo{
    margin: 0px auto;
}