/* WELCOME Page Styles*/

.wb-welcome-no-wide,
.wb-welcome {
    background: #ebebed;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wb-welcome-no-wide .wblock,
.wb-welcome .wblock {
	text-align: center;
	margin: 0px auto; padding: 60px 0px 40px 0px;
}
.wb-welcome-no-wide .wblock h1,
.wb-welcome .wblock h1 {
	font-size: 45px; line-height: 47px; color: #000000; display: block;
	text-align: center; margin-bottom: 40px; font-weight: normal;
}
.wb-info-block {
	display: block;
	text-align: center;
	font-size: 18px; line-height: 30px; color: #010101; font-weight: normal;
	display: inline-block;
	margin-top: 20px;
}
.wb-welcome-no-wide .wblock a.btn,
.wb-welcome .wblock a.btn { margin-top: 10px; display: inline-block; }
.wb-action-td { text-align: center !important; white-space: nowrap; }

.wb-image { margin: 0 auto; width: 456px; height: 354px; display: block; position: relative; }
.wb-image .wb-logo { position: absolute; top: 60px; left: 97px; width: 250px; height: 150px; text-align: center; }
.wb-image .wb-logo div { display: inline-block; vertical-align: middle; height: 100%; }
.wb-image .wb-logo img { display: inline-block; vertical-align: middle; }

.btn {
	background-color: #4caf50;
	color: #fff;
    border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
	text-decoration: none;
}

.btn:hover {
	background-color: #59b75c;
}
.btn.btn-primary {
    background: #61b9ff;
    border: 1px solid #61b9ff;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}
.btn.btn-primary:focus {
    background: #61b9ff;
    border: 1px solid #2196f3;
    color: #fff;
}
.btn.btn-primary.editbutton {
    border-radius: 0;
    padding: 0 24px;
    line-height: 60px;
}

@media (min-width: 768px) {
	.wb-welcome .wblock {
		width: 768px;
	}
	.wb-welcome .wb-info-block {
		width: 310px;
		float: right;
		text-align: left;
		margin-top: 60px;
	}
	.wb-welcome .wb-image {
		float: left;
		margin: 0; 
	}
}

body, html {
	height: 100%;
	margin: 0;
	font-family: 'Jost', sans-serif;
}
.header-bar {
    background-color: #000;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 60px;
    border-bottom: 1px solid #fff;
}
.container {
    flex-grow: 1;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	background-image: url("../img/site/covers/under-construction-v2.svg");
	background-position: center center;
	background-size: cover;
}
.main {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo {
	margin: 0 auto 20px auto;
	padding: 0px;
	text-align: center;
}
.logo img {
	width: 144px;
}
.title {
	font-size: 56px;
	font-weight: 700;
	line-height: 62px;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	margin: 0;
}
.text {
	color: #fff;
	margin: 10px 0 24px;
	font-size: 16px;
}
.button {
	background-color: #62cc47;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-family: 'Jost', sans-serif;
	padding: 10px 20px;
	text-decoration: none;
	min-width: 126px;
	display: inline-block;
	font-size: 16px;
}
.footer {
	flex: 0 0 auto;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
.footer a {
	color: #fff;
}