* {
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	&:focus {
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
}

::-moz-selection {
	background: rgba(0,0,0,0.05);
	text-shadow: none;
}

::selection {
	background: rgba(0,0,0,0.05); 
	text-shadow: none; 
}

h1,h2,h3,h4,h5,h6,header,footer,body,html,img,iframe,embed {
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
}

body,html {
	position: relative;
	width: 100%;
	height: 100%;
	background: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #37364d;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Antic Slab', serif;
	font-size: 2.6em;
	line-height: 140%;
	padding: 0;
	font-weight: 400;
}

a {
	color: #4fa6e9;
}

a:hover {
	color: #b446bb;
}

.btn {
	border-radius: 5px;
	transition: color 0.3s;
	border: 1px solid #57586e;
	color: #57586e;
	position: relative;
	z-index: 1;
	padding: 14px 50px 14px 40px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}

.btn:before {
	content: '';
	transition: width 0.3s;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 0;
	background: #57586e;
}

.btn:after {
	content: "→";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
	transition: right 0.3s;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	width: 100%;
}

.btn:hover:after {
	right: 10px;
}

header {
	padding: 20px;
	display: block;
	margin-bottom: 40px;
}

header a {
	text-decoration: none;
	color: #37364d;
}

header a:hover {
	color: #37364d;
}

i {
	font-size: 3em;
	display: block;
}

p {
	font-size: 1.3em;
}

.line {
	display: block;
	background: #490979;
    background: -moz-linear-gradient(90deg,#490979 13%,#003191 51%,#067ec4 100%);
    background: -webkit-linear-gradient(90deg,#490979 13%,#003191 51%,#067ec4);
    background: linear-gradient(90deg,#490979 13%,#003191 51%,#067ec4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#490979",endColorstr="#067ec4",GradientType=1);
    height: 8px;
}

.content {
	padding: 20px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	line-height: 180%;
}

footer {
	padding: 20px;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	font-size: 0.65em;
	text-align: center;
	margin-top: 20px;
}

@font-face {
	font-family: 'icomoon';
	src: url('../font/icomoon.eot?wx4a64');
	src: url('../font/icomoon.eot?wx4a64#iefix') format('embedded-opentype'),
		url('../font/icomoon.ttf?wx4a64') format('truetype'),
		url('../font/icomoon.woff?wx4a64') format('woff'),
		url('../font/icomoon.svg?wx4a64#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-royalwebs:before {
  content: "\ea1a";
}
