@charset "utf-8";
/* CSS Document */

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: #ffffff;
		color: #000000;
		cursor: default;
		padding: 1rem 2rem;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 10001;
	}

		#header > .logo {
			color: #ffffff;
			font-size: 1rem;
			font-weight: 700;
			height: inherit;
			line-height: inherit;
			padding: 0;
			text-decoration: none;
		}

			#header > .logo span {
				color: #ffffff;
				font-weight: 300;
			}
        #header.alt {
			padding: 2rem;
		}
		.wrapper.style1 {
			background-image: url("../../images/sky_1600x420.jpg");
			background-position: center center; /* Center the image */
			/*background: #c2aba5; */
		}
        .wrapper.style2 {
        background: #4b5c72;
        }
/* Image */
.responsive {
    width: 100%;
	max-width: 220px;
    height: auto;
}