/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

button,
input,
select,
textarea {
    color: #222;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */



/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




#centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}



#blurb {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .20);
    font-family: 'Lato', Arial, sans-serif; font-weight: 100;
    padding-bottom: 10px;
}

.mc-field-group input {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px; 
    border-radius: 21px;
    background: #06181A;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 1em 1.2em;
    font-family: 'Lato', Arial, sans-serif; font-weight: 300;
    width: 300px;
}

/* Smooth outline with box-shadow: */
.mc-field-group input:focus {
    box-shadow: 0px 0px 3pt 2pt #78B2E1;
    outline: none;
}

#mc-embedded-subscribe {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 21px; 
    -moz-border-radius: 21px; 
    border-radius: 21px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border-color: #DDDDDD;  
    color: #DDDDDD;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif; font-weight: 300;
    background: none;
    margin-left: 0px;
    width: 100px;
}

/* Content Styles - Button Hover */
#mc-embedded-subscribe {
    border-color: #FFFFFF;  
    color: #FFFFFF;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */



/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
