/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

body, html
{
    background: #1d1d1d;
    background-image: url("../img/pattern.png");
    margin: 0;
    height:100%;
    color: #f7f7f7;
    text-align: center;

}

h1
{
    font-weight: 700;
}

#superpuzzle-logo
{
    max-width: 500px;
}

/*Extra small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/* STYLE HERE */

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px)
{

}

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

}

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

}

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

}

/* Custom Breakpoint */
@media (min-width: 1600px)
{

}

/* ------------- Utilities ------------- */

