/* Custom-colors 
	Primary color: #0e1457;
	Secondary color: #4550d0;
	Text color: #ffffff;
 */

h1,
h2,
h3,
a,
blockquote {
  color: #0e1457;
}

.color {
  background-color: #0e1457;
}

.color a:hover {
  color: #4550d0;
}

/* smallButton colors */
.smallButton:after,
.smallButton, 
.pagination a {
	color: #0e1457;
}

.color .smallButton:hover,
.color .smallButton:hover:after,
.color .pagination a:hover
	{
	color: #4550d0;
}

/* Input fields*/
.inputField {
	border-color: #0e1457;
}

/* fade */ 
.color .fade:after {
	/* Gradient in browsers */
	background: -moz-linear-gradient(top,  rgba(14,20,87,0) 72%, rgba(14,20,87,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(72%,rgba(14,20,87,0)), color-stop(100%,rgba(14,20,87,1)));
	background: -webkit-linear-gradient(top,  rgba(14,20,87,0) 72%,rgba(14,20,87,1) 100%);
	background: -o-linear-gradient(top,  rgba(14,20,87,0) 72%,rgba(14,20,87,1) 100%);
	background: -ms-linear-gradient(top,  rgba(14,20,87,0) 72%,rgba(14,20,87,1) 100%);
	background: linear-gradient(top,  rgba(14,20,87,0) 72%,rgba(14,20,87,1) 100%);
}

