@charset "UTF-8";
/* CSS Document */

.orangeHeader {	
	background: #ef4124;
	height:15px;
}

.mainText {
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	
}

.mainTextBig {
	font-family: 'PT Sans', sans-serif;
	font-size:72px;
	
}

.celloPic {
	font-family: 'Oswald', sans-serif;
	font-size:48px;
	color:#5A5A5A;
}



.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook { /* round facebook icon*/
    background: #4060A5;
}

.social .fa-twitter { /* round twitter icon*/
    background: #00ABE3;
}

.social .fa-google-plus { /* round google plus icon*/
    background: #e64522;
}

.social .fa-github { /* round github icon*/
    background: #343434;
}

.social .fa-pinterest { /* round pinterest icon*/
    background: #cb2027;
}

.social .fa-linkedin { /* round linkedin icon*/
    background: #0094BC;
}

.social .fa-flickr { /* round flickr icon*/
    background: #FF57AE;
}

.social .fa-instagram { /* round instagram icon*/
    background: #375989;
}

.social .fa-vimeo-square { /* round vimeo square icon*/
    background: #83DAEB;
}

.social .fa-stack-overflow { /* round stack overflow icon*/
    background: #FEA501;
}

.social .fa-dropbox { /* round dropbox icon*/
    background: #017FE5;
}

.social .fa-tumblr { /* round tumblr icon*/
    background: #3a5876;
}

.social .fa-dribbble { /* round dribble icon*/
    background: #F46899;
}

.social .fa-skype { /* round skype icon*/
    background: #00C6FF;
}

.social .fa-stack-exchange { /* round stack exchange icon*/
    background: #4D86C9;
}

.social .fa-youtube { /* round youtube icon*/
    background: #FF1F25;
}

.social .fa-xing { /* round xing icon*/
    background: #005C5E;
}

.social .fa-rss { /* round rss icon*/
    background: #e88845;
}

.social .fa-foursquare { /* round foursquare icon*/
    background: #09B9E0;
}

.social .fa-youtube-play { /* round youtube play button icon*/
    background: #DF192A;
}

.social .fa-soundcloud { /* round soundcloud play button icon*/
    background: #FF5500	;
}

/* email form */

.error {
    display: none; /* hide the errors */
    /* add some styling */
    padding:5px;
    color: #D8000C;
    font-size:12px;
    background-color: #FFBABA;
}
.success {
    display: none; /* hide the sucess div */
    /* add some styling */
    padding:5px;
    color: #044406;
    font-size:12px;
    background-color: #B7FBB9;
}
	