/*!
Theme Name: APT Career
Theme URI: http://underscores.me/
Author: Rikard Oscarsson
Author URI: http://rikkon.se
Description: Tema för APT Career
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aptcareer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aptcareer is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: 'Lato', sans-serif;
	line-height:1.6;
	font-size:15px;
	background-color:#f2f2f2;
}

#content {
	max-width:960px;
	margin:0 auto;
}

#site-navigation {
	text-align:right;
}

.site-title a, .site-title h1 {
	color:white;
	text-align:center;
	margin:0;
	font-size:1.5em;
}
#masthead {
	background-color:#2878e6;
	background-size:cover;
	background-position:center;
}

.content-holder {
	background-color:white;
}
.bluebox {
	background-color:blue;
}
.default-margin {
	margin-top:15px;
	margin-bottom:15px;
}

#colophon .container-fluid {
	background-color:black;
	text-align:center;
}
a {
	text-decoration:none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.vertical-center {
	align-items:center;
}
.bluebox {
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	color:white;
	background-color:#052864;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:1.3rem;
	font-weight:bold;
}
.bluebox a {
	color:white;
}
.border-gutter-lg:not(:first-of-type):not(:last-of-type) {
	border-left:5px solid #f2f2f2;
	border-right:5px solid #f2f2f2;
}
.border-gutter-lg:first-of-type {
	border-right:5px solid #f2f2f2;
}
.border-gutter-lg:last-of-type {
	border-left:5px solid #f2f2f2;
}
.bluebox-text {
	margin:0;
	font-size:1.3rem;
}
.person-article {
	max-width:500px;
	margin:0 auto;
}
.article-title {
	font-size:1.5rem;
	line-height:1.5;
	text-align:center;
}
.article-content p:first-of-type {
	font-size:1.1rem;
	font-weight:bold;
}
.text-center {
	text-align:center;
}
.person-name {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
}
.page-width {
	max-width:600px;
}
#page-menu {
	margin:0;
	list-style:none;
	padding:0;
}
#page-menu li a, #page-menu li a:visited {
	color:black;
	text-transform:uppercase;
	font-size:1rem;
}
#page-menu li.current-menu-item > a {
	font-weight:bold;
	color:royalblue;
}
#page-menu .sub-menu {
	margin:0;
	list-style: none;
	padding-left:1rem;
}
#page-menu .sub-menu li a {
	font-size:0.8rem;
}
#page-menu .menu-item-has-children:not(:first-of-type) {
	padding-top:15px;
}