/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Welcome
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body { background: #97D3BA; color: white; font-family: 'Crete Round', serif;}


/* -----------------------------------------
   Welcome
----------------------------------------- */
                                  
#titleRow h1 {  font-size: 72px; color: white; position: absolute; left: -9999px; top: 0px;}                                          

input.colorBox 
{ 
    display: inline-block; 
    width: 120px; 
    height: 120px; 
    padding: 0px; 
    outline: none;  
    color: #97D3BA; 
    font-size: 30px; 
    text-align: center;
    border: 10px solid #97D3BA;
    margin: 0px;
}

#colorsRow label, #resultRow label { color: white; font-size: 36px; }
.colorContainer { padding-bottom: 5px !important; }

.resultBox { width: 130px; height: 130px; border: 10px solid white;  display: inline-block; }


/* -----------------------------------------
   Page Name 2
----------------------------------------- */


