@charset "utf-8";

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
    color: #1a1a1a;
	line-height: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #277EA1;
    text-decoration: none;
}

a:hover {
    color: #277EA1;
    text-decoration: underline;
}

a:visited {
    color: #277EA1;
    text-decoration: none;
}

.header {
    padding: 1rem;
}

.header__logo {
    height: 75px;
    width: auto;
}

.container {
    display: flex;
}

.container__background {
    height: 100%;
}

.container__section {
    flex: 1;
}

.content {
    background-color: #47B7E6;
    color: white;
    padding: 4rem;
    height: 100%;
}

.content__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.content__text {
    font-size: 16px;
}

.content__contact-email {
    display: inline-block;
    background-color: black;
    color: yellow;
    padding: 1rem;
	border-radius: 5px;
}

.p__content {
	margin-left: 100px;
	margin-right: 100px;
}

.p2__content {
	margin-left: 100px;
	margin-right: 100px;
}

.p3__content {
	margin-right: 100px;
}

.footer {
    padding: 2rem;
}

.u-center {
    text-align: center;
}

.u-mb {
    margin-bottom: 2rem;
}

.u-mt {
    margin-top: 2rem;
}

.image__left {
	margin-left: 100px;
}

.contact {
	margin-top: 50px;
}

.container__contact {
	text-align: center;
}