main {
	width: 100%;
	
	background-color: #1A253A;
	margin-top: 70px;
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;

	/*
	height: calc(100vh - 70px);
	
	*/
}

main a {
    font-size: 18px;
    line-height: 22px;
    color: #111188;
    font-family: Roboto;
    cursor: pointer;
	text-decoration-style: dotted;
}

p {
    font-size: 14px;
    line-height: 18px;
    color: #aaa;
    font-family: Roboto;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  flex: 1; /* fab */
  padding-top: 20px;
  margin: 20px;
}

.banner {
		background: #009579;
		margin-bottom: 20px;
	}
	
	.banner__error {
		background: #FF4D4D;
	}
	
	.banner__content {
		padding: 16px;
		margin: 20px auto;
		display: flex;
		align-items: center;
	}
	
	.banner__text {
		flex-grow: 1;
		line-height: 1.4;
		font-family: 'Quicksand', sans-serif;
	}
	
	.banner__close {
		background: none;
		border: none;
		cursor: pointer;
	}
	
	.banner__link {
		text-decoration-style: dotted;
	}
	
	.banner__link,
	.banner__text,
	.banner__close {
		color:#ffffff;
	}
	
	.banner__highlight {
		width: 800px;
		background: #000000;
	}
	
	.banner__highlight__content {
		padding: 5px;
		/*max_width: 500px;*/
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	
	.banner__highlight__text {
		flex-grow: 1;
		line-height: 1.4;
		font-size: 32px;
		font-family: 'Quicksand', sans-serif;
	}
	
	.banner__highlight__close {
		background: none;
		border: none;
		cursor: pointer;
	}
	
	.banner__highlight__text,
	.banner__highlight__close {
		color:#ffffff;
	}
