body { background-image: url("images/bg.jpg"); background-size: cover; background-position: center; background-attachment: fixed }

img {
	height: auto;
}

.header {
    padding: 3rem 0;
}

.header img {
    border: solid 1px #ccc;
    padding: 5px;
}
.logo {text-align: center;font-size: 1.5em;font-weight: 600;padding: 0 2em;}
.logo img {
    border: none;
    margin: 30px 0;
    display: inline-block;
}
.bodytext {
    padding: 5em 0;
    font-weight: 500;
}
.bodytext img {
    float: left;
    margin-right: 5%;
}
.bodytext p {
    font-weight: 500;
}
.coming {
    padding: 3em;
    text-align: center;
    
}
.coming h2 {font-weight: 600;color:#203c89; font-size: 2em; text-transform: uppercase}
.coming h2 strong {color: #e11411; font-size: 150%}

/************  media  ***************/

@media only screen and (max-width : 600px) {
	.logo {
  
    padding: 0 1em;font-size: 1.2em;
}
	.coming h2 {font-size: 1.3em; }
.coming h2 strong {font-size: 130%}
}

