/**

font-family: 'Raleway', sans-serif;
font-family: 'Raleway Dots', cursive;

**/

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

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

h1.firstName{
	font-family: 'Raleway Dots', sans-serif;
	font-weight: 300;
	font-size: 142px;
	text-align: center;
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	background-image: -webkit-linear-gradient(100deg,#B348CE,#FFEB03);
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
	line-height: 130px;
	margin-bottom: 0.4em;
	margin: 1.4em 0 0.4em 0;
    transition: all 1.8s linear;
    background-size: 117% 100%;
    background-position: center left, top left;
}

h2.subHeading{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
	text-align: center;
	font-family: 'Istok Web', sans-serif;
	color: #535353;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 100; 
}
h2.subHeading:after{
	content: "-";
	display: block;
	height: 9px;
	text-align: center;
	color: #666666;
}
#loader{
	padding-top: 20px;
	padding-bottom: 30px;
}
.behance_container{
	display:none;
}

ul.links {
	list-style: none;
	padding: 0;
}
ul.links li{
	float: left;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #69C;
}
ul.links li a{
	color: #535353;
	text-decoration: none;
}
ul.links li a:hover{
	color: #179CE7;
	cursor: pointer;
	text-decoration: none;
}
.nav{
	margin: 0 auto;
	width: 109px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}



@media (max-width: 480px) {
	h1.firstName{
		font-size: 50px;	
		line-height: 80px;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}