/* Full background image
-------------------------------------------------- */
body {
    background: url(images/WEB_AME_Bees-Background_01.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: 5px 5px 5px rgba(0,0,0,.25)
}

p {
    font-size: 1.5em;
    text-shadow: 5px 5px 5px rgba(0,0,0,.25)
}

#darkBox {
    background-color: rgba(0,0,0,.5);
    padding:0 0 200px 0;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Media queries
-------------------------------------------------- */

/* All devices -- set up mobile only setting here */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

#darkBox {
    position: fixed;
    bottom: 50px;
    padding:0 0 30px 0;
    height: auto;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}