* {font-family:kontrapunkt-boblight, sans-serif;margin:0;padding:0;-webkit-animation: hue-rotate 600s linear infinite;
    -webkit-filter:hue-rotate(360deg);animation-iteration-count: infinite;}
body {background:#6c76ab;padding:60px;}
h1 {display:block;text-indent:-3000em;background:transparent url(../images/logos/paltero-logo-green.svg) center center no-repeat;background-size:contain;height:82px;outline:2px dashed transparent;margin:15% auto 0;border-radius:8px;}
#cones {
    -webkit-transition: -webkit-filter 0.2s ease-out 0;
    -webkit-filter:drop-shadow(0 0 0 rgba(0,0,0,0.2));
}

#cones:active {
    -webkit-transition: -webkit-filter 0.2s ease-in 0;
    -webkit-filter:drop-shadow(0 12px 7px rgba(0,0,0,0.2));
}

#cones a {
    display:block;
}

#cones a img {
    display:block;
    width:186px;
}

@keyframes hue-rotate {
  from {
    -webkit-filter:hue-rotate();
  }
  to {
    -webkit-filter:hue-rotate(360deg);
  }
}
/*
@-webkit-keyframes in {
    from   { -webkit-filter:drop-shadow(0 12px 7px rgba(0,0,0,0.2)) }
    to { -webkit-filter:drop-shadow(0 0 0 transparent) }
}

@-webkit-keyframes out {
    0%   { -webkit-filter:drop-shadow(0 0 0 transparent) }
    100% { -webkit-filter:drop-shadow(0 12px 7px rgba(0,0,0,0.2)) }
}
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 2dppx) {
		html {
			height: 100%;
		} 
	
	   body {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flexbox;
            display: -webkit-flex;    
            height: 100%;
            margin:0;
            display: flex;
            -webkit-box-align: center;
            -webkit-flex-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
            }
	
		h1 {
			background-image: url(../images/logo@2x.png);
			background-size: 100%;
            margin:auto;
            width:100%;
            height:100%;
		}
		div#cones a img {width:80%:margin:0 auto;}
	}
	
@media screen and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
    body {
        -webkit-flex-flow:column wrap;
        margin:0 auto;
    }

    
}
	
	/* FORMS */

fieldset {
    float:left;
    clear:both;
    border: 0;
    margin-right:12px;
    padding:12px 0;
    width:604px;
    padding:0 24px;
    background-color:#901050;
    background-color:#8f0f4f;
    background-color:#800040;
    background-color:#dbdddf;
    background-color:#6c76ab;
    border:1px solid #9ea4c6;
}

fieldset h3 {
    color:#fff;
    color:#222;
    color:#9ea4c6;
    font-weight:normal;
    margin:12px 0;
}

label {
    float: none;
    text-align: left;
    display: block;
    margin: 4px 0;
    width: 100%;
    color:#fff;
    color:#222;
}

/*
 ul li input[type="text"], ul li input[type="password"], ul li input[type="search"], ul li select,  ul li textarea {
    width: 160px;
}
*/

#contact input[type="text"]:focus, #contact input[type="email"]:focus, #contact input[type="tel"]:focus, #contact textarea:focus  {
    border: 1px solid #DDD;
    background-color: #fff;
    color: #333;
    outline: 0;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(75, 137, 208, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#contact select:focus {
    outline:0;
    outline:0px solid transparent;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="submit"], #contact textarea, #contact select {
    width: 100%;
    padding: 5px;
    color: #666;
    background: whiteSmoke;
    color:#222;
    border: 1px solid #CCC;
    margin: 5px 0;
    font-size: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}

#contact select {
    color:#fff;
    width:auto;
    font-size:1em;
} 

#contact input[type="submit"] {
    width:auto;
    float:right;
    margin:12px 0 24px;
    font-size:1em;
}

#contact div#timeframe, #contact div#budget {
    width:100%;
}

#contact div#timeframe select, #contact div#budget select {
    width:auto;
}

#contact div#timeframe {
    float:left;
}

#contact div#budget {
    float:right;
}

#contact label {
    clear:both;
}