
*,html,body {
	font-family: 'Open Sans', sans-serif;
    font-size:15px;
    padding: 0px;
    margin: 0px;
}

a {
    display: block;
    text-decoration: none;
}

html {
	background: #fff;
	overflow-x: hidden;
	color: #666;
	font-weight: 300;
}

img {
    padding: 0px;
}

.gray-band {
    margin: 180px 0 0 0;
    padding: 0 0 0 0;
    background: #F6F6F6
}

.container {
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
}

.item {
    width: 200px;
    height: 300px;
    margin: 50px 0px 100px 0px;
    padding: 0px;
}

.item-pic {
    margin: 0 0 50px 0;
    border: 5px solid rgba(0,0,0,0.3);
}

.item-text {
    width:100%;
    height: 2.7em;
    margin: auto;
    background-color: #ce2027;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
}

.single-line > p {
    line-height: 2.7em;
}

p {
    height: 1.1em;
    font-size: 0.95em;
    font-weight: bold;
}

img {
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    display: block;
}

.mainHeader {
    background: rgba(0,0,0,0.3);
    height: 80px;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
}

.mainHeader .logo {
    max-width: 187px;
    height: auto;
    padding: 26px 20px 26px 20px;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 5px 0;
  }

  .footer > p {
    height: 1.1em;
    line-height: 1.1em;
    font-size: 0.95em;
    font-weight: normal;
}