body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
    background-color: #252525
}

@media (min-width:600px) {
    body {
        background-color: #252525;
    }
}

/* top banner */
#banner {
    margin: 0px 0px 10px;
    position: static;
    background-color: #010101;
    width: 100%;
}

.img-wide {
    display: block;
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

/* CTA block */
#cta-block {
    padding: 20px;
    width: 85%;
    margin: auto;
    text-align: center;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
}

#cta-block a {
    color: #ee2222;
    text-decoration: none;
}

#cta-block .regina-fy {
    font-size: 1.8em;
    color: #caba8f;
}


/* album block */
.al-block {
    display: block;
    max-width: 90%;
    padding: 10px;
    margin: auto;
    overflow: auto;
    text-align: center;
}

#al-left {
    display: block;
    float: left;
    width: 65%;
    margin: 0px; 
    padding: 0px;
}

#al-right {
    display: block;
    float: right;
    width: 35%;
    margin: 0px;
    padding: 0px;
}

#al-copy-block {
    background-color: #ddd;
}
#al-copy {
    font-family: 'Roboto Slab';
    font-weight: 400;
    text-align: left;
    font-size: 1.2em;
    color: #333;
    line-height: 190%;
    padding: 60px 40px;
}

#al-video {
    width: 100%;
    margin: auto;
}

#youtube_iframe {
    width: 90%;
    margin: auto;
}

#al-cover {
    padding: 0px;
    display: block;
}

#al-cover img {
    width: 100%;
}

#al-order {
}

#al-order button {
    width: 100%;
    color: #eee;
    font-weight: bold;
    text-align: center;
    background-color: #0c0;
    font-size: 2em;
}


#al-order button:hover {
    background-color: #ccc;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/* video */
#video {
    width: 80%;
    margin: auto;
    padding: 20px;
}

#video iframe {
    max-width: 600px;
    display: block;
    margin: auto;
}

/* mab maker */
#content {
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin: auto;
}

@media (min-width:600px) {
    #content {
        width: 60%;
        margin: 20px auto;
        padding: 20px 40px 40px;
        -webkit-box-shadow: 0 0 20px 0 #999;
        -moz-box-shadow: 0 0 20px 0 #999;
        box-shadow: 0 0 20px 0 #999
    }
}

h1 {
    font-size: 36px;
    margin-bottom: 30px
}

h1 a {
    text-decoration: none;
    color: #333
}

h1 a:hover {
    text-decoration: underline
}

.frame {
    position: relative;
}

#sample_picture {
}

#headshot {
    width: 100%;
}

#result {
    font-family: 'Helvetica', serif;
    font-size: 1.0em;
    text-align: center;
}

#result span {
    font-face: Helvetica;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #333;
}

#headshot-result {
    width: 100%;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;

    pointer-events: none;
}

#headshot-dropzone {
    background: no-repeat url("/reginafy/drop-template-600.png") 50% / 100%;
}

#headshot-dropzone img {
    vertical-align: top;
    width: 100%;
    opacity: 0;
}

#headshot-dropzone form {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#headshot-progress {
    float:left;
    background: #ddd;
    height: 20px;
    width: 0%;
    overflow: hidden;
}

#controls {
    background-color: #1b1b1b;
    text-align: center;
}

#controls a {
    display: inline-block;
    padding: 0 5%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 300;
    color: #888;
}

#controls a:hover {
    color: #fff;
    text-decoration: none
}

#actions {
    display: table;
    table-layout: fixed; 
    width: 100%;
}

.row {
    display: table-row;
}

@media (min-width:600px) {
    #actions button {
        display: table-column;
        width: 50%;
        border: none;
        color: white;
        /* padding: 15px 32px; */
        font-family: 'Tangerine', serif;
        font-weight: 400;
        font-size: 1.5em;
        text-align: center;
        vertical-align: middle;

        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
}

#actions button {
    display: table-column;
    width: 50%;
    border: none;
    color: white;
    padding: 15px 0px;
    font-family: 'Tangerine', serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    vertical-align: middle;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#mabmeButton {
    background-color: #1f5e29;
}

#mabmeButton:hover {
    background-color: #318c40;
}

#resetButton {
    background-color: #822525;
}

#resetButton:hover {
    background-color: #b23737;    
}

footer {
    font-size: 0.75em;
    text-align: center;
    color: #fff;
    margin: auto;
    padding: 20px;
}

/* extras */
.hidden {
    display: none!important
}

*[hidden] {
    display: none;
}
