@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
    background: #FFF;
}

html, body {
    width:100%;
    height:100%;
    -overflow:hidden;
}

a {
    color: #333;
    text-decoration: none;
	background-color: transparent;
}
a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: underline;
}

img {
	border: 0;
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 90%;
	/* Adhere to container width. */
	vertical-align: middle;
}

.header,
.content {
    padding: 20px 0;
    margin: 0 auto 2%;
    _min-width: 1000px;
    max-width: 1200px;
}

.content {
    text-align: center;
}

.header #mainmenu {
    display: -webkit-flex; /* Safari */
    display: flex;
    padding: 0;
    margin-top: 20px 0 0;
}


.header #mainmenu li {
    list-style-type: none;
}


.header #mainmenu li:first-child {
    margin-right: auto;
    margin-top: -5px;
}

.header #mainmenu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000;
    display: block;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
}

img.logo {
    margin-bottom: 2em;
}

img.logo3 {
    margin-bottom: 2em;
}

img.logo-c {
    width: 32px;
}

.content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.7em;
    color: #093fc7;
    padding: 0 2%;
}

.content p.line {
    margin: 10%;
}

.content p.our {
    color: #000 !important;
    margin-bottom: 5%;
}

.content p.email {
    margin: 2em 0;
    display: block;
}
.content p.city {
    color: #000;
}

.content div.blank {
    height: 200px;
}

img.ge {
    height: 100px;
    margin: 0 20px;
}

img.mnlp {
    height: 80px;
    margin: 0 20px;
}

img.waw {
    height: 60px;
    margin: 0 20px;
}



@media screen and (max-width: 600px) {

    img.ge {
        height: 70px;
        margin: 0 10px;
    }

    img.mnlp {
        height: 56px;
        margin: 0 10px;
    }

    img.waw {
        height: 42px;
        margin: 0 10px;
    }

}


/* 710px */
@media screen and (min-width: 44.375em) {

}

/* 910px */
@media screen and (min-width: 56.875em) {
    .content p {
        font-size: 2em;
    }
}


/* 1000px */
@media screen and (min-width: 68.75em) {
}



