/* BOOTSTRAP NOTE: IF YOU WANT TO USE ICONS WITH BOOTSTRAP, ALL YOU HAVE TO DO IS TO DO NOT INCLUDE THIS FILE :) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
html,
body {
    margin: 0;
    padding: 0;
}
/*h1,
h2,
h3,
h4,
h5,
h6,
p,*/
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
    outline: 0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    -ms-interpolation-mode: bicubic;
}
* {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
    and (min-width : 321px) {
        /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
    and (max-width : 320px) {
        /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
        /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {
        /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait) {
        /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
    and (min-width : 1224px) {
        /* Styles */
        .jumbotron > .container > img{
            width: 400px;
            margin-top: -15px
        }
}

/* Large screens ----------- */
@media only screen
    and (min-width : 1824px) {
        /* Styles */
}

/* iPhone 4 ----------- */
@media
    only screen and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5) {
        /* Styles */
}
