@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
	font-family: "Ubuntu", Helvetica;
}

header {
	background: #006999;
	color: #dfdfdf;

	padding-top: 20px;
	padding-bottom: 50px;
}

.bold-slogan {
	color: white;
}

h1, h2, h3 {
  	font-family: "Ubuntu", Helvetica;
}

header h1 {
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
}

header p {
	font-size: 22px;
}

section.uk-grid {
	padding-top: 80px;
	padding-bottom: 80px;
}

section.uk-grid.header {
    padding: 30px 0px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    letter-spacing: -1px;
}

section.gray {
	background: #f7f8fa;
}

.button-large {
	font-size: medium;
    padding: 5px 2em;
}

.navbar {
	background: #006999;
	padding-bottom: 40px;
}

.navbar-bottom {
	background: #006999;
}

.uk-container-expand > * {
	padding-left: 12%;
	padding-right: 12%;
}

.uk-logo {
	font-weight: 500;
	font-size: 28px;
	font-family: "Ubuntu", Helvetica;
}

.uk-logo > span {
	display: inline !important;
	color: #fff;
}

.uk-logo > span:nth-child(2){
	color: #c8ff05;
}

.button-container {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.button-demo {
	background: #189e00;
	color: #fff;
}