@import url("/templates/global.css");

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #1d9bf0;
}

body {
	background: #FFF linear-gradient(180deg, rgb(13,63,111) 0%, #869FB7 100%) no-repeat;
	min-height: 100vh;
}

.header {
	display: flex;
	flex-direction: column;
	padding: 28px 0 0;
    background: url(header-bg.png) 35% 0% no-repeat;
}

.header__logo {
	margin-top: 0.25em;
    margin-bottom: 1em;
}

.magnolia {
	position: absolute;
	left: calc(50% - 129px);
	bottom: 39px;
}

.header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #FFF;
    background-image: linear-gradient(rgb(51,51,51) 0%, rgb(34,34,34) 100%);
	height: 40px;
}

.header__nav a {
	padding: 0.5em 70px;
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 17px;
}

.header__nav a:hover {
	text-decoration: none;
}

.main {
	box-shadow: 1px -1px 5px rgba(0,0,0,0.2);
}