/*
font-family: 'Arimo', sans-serif;
font-family: 'Roboto', sans-serif;

*/

body {	
    color: #2c3e50;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #954eae;
    font-family: 'Arimo', sans-serif;
    font-style: normal;
	margin-bottom: 0;
	margin-top: 0px;
    line-height:50px;	
    font-weight:600;
    -webkit-transition: .5s;
    transition: .5s;
}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}


a:focus,
a:hover {
    text-decoration: none;
	 text-transform: capitalize;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;

}
h1 {
    font-size:45px;
}
h2 {
    font-size: 35px;
	
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
ul {
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 0 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #232323;
	font-size:16px;
}

a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:500;
	color: #39374d;
	font-size:16px;
	display:block;
    font-family: 'Roboto', sans-serif;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

::placeholder {
    color: #454545;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */  
    color: #454545;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #454545;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #454545;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
}
