* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html,
body {
padding: 0;
margin: 0;
position: relative;
display: block;
}

body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #2d3235;
}

a {
color: #4183D7;
}

a:hover, a:focus, a:active {
color: #446CB3;
}

a.btn {
text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px 0;
}

p {
line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
}

h1 {
font-size: 36px;
}

h2 {
font-size: 32px;
}

h3 {
font-size: 28px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 16px;
}

hr {
height: 1px;
border: none;
background: #eee;
margin: 0;
}

hr.divider {
margin: 30px 0;
}

textarea {
min-height: 100px;
}

*, *:focus {
outline: none !important;
}

strong {
font-weight: bold;
}

