body {
	font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

a, .page-link {
    color: #4A6B8A;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

.headerimg {
    border-radius: 12px;
}

footer p {
    font-size: 14px;
}

.btn-primary {
    background-color: #4A6B8A;
    border-color: #4A6B8A;
}

.btn-primary:hover {
    background-color: #728DA5;
    border-color: #728DA5;
}

.nav-pills>li.nav-item {
    padding-right: 2px;
}

.nav-pills>li.nav-item>a.nav-link.active, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #4A6B8A;
    color: white;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #4A6B8A;
    color: white;
}

ul.list-unstyled {
    list-style-type: none;
}

.title {
    color: #4A6B8A;
}

.panel-title {
    font-size: 1.1em;
    font-weight: 700;
}

.email-grey {
    color: #566777;
}

.facebook-blue {
    color: #3B5998;
}

.pink {
    color: #e91e63;
}

.twitch-purple {
    color: #6441A5;
}

.twitter-blue {
    color: #4099FF;
}

a.contact-link {
    text-decoration: none;
}

a.title-link {
    text-decoration: none;
}

a:hover.title-link  {
    text-decoration: underline;
}

li.page-item.active>a.page-link {
    background-color: #4A6B8A;
    color: white;
}

.page-item.active .page-link {
    border-color: transparent;
}

input.form-control {
    font-weight: 300;
}
