div#index h2
{
font-size: 2.25rem;
margin-top: 0;
}

div#splash
{
background: #08aea1;
padding: 0;
}

div#splash div.block
{
/*height: 24rem;*/
background-image: url('/assets/splash.png');
background-size: cover;
background-position: center;
/*position: relative;*/
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}

div#splash div.block h1
{
margin: 3rem 0;
/*position: absolute;*/
/*left: 0;*/
/*bottom: 2rem;*/
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
line-height: 3.5rem;
font-weight: 500;
color: #fff;
text-transform: none;
}

div#splash div.block h1 span
{
color: #08aea1;
background: #fff;
padding: 0 0.5rem;
}

div#partner
{
background: #d2d2d2;
}

p.all
{
width: 100%;
margin-top: 3rem;
text-align: center;
color: #fff;
}

p.all a
{
display: inline-block;
width: auto;
height: 3rem;
line-height: 3rem;
padding: 0 3rem;
text-align: center;
border: solid 1px #08aea1;
background: #08aea1;
color: #fff;
text-decoration: none;
font-weight: 800;
margin: 0 auto;
transition: all ease 0.25s;
}

p.all a:hover
{
background: #fff;
color: #08aea1;
}

div#index ol.round
{
list-style-type: none;
margin-top: 1.5rem;
font-size: 1.125rem;
line-height: 120%;
}

div#index ol.round li
{
counter-increment: item;
padding-left: 1.5rem;
margin-top: 1rem;
position: relative;
}

div#index ol.round li:before
{
content: counter(item) ')';
position: absolute;
top: 0;
left: 0;
}

@media (max-width: 800px)
{
div#splash div.block h1 { margin: 1rem 0; font-size: 2rem; line-height: 2.25rem; }

div#index h2 { font-size: 1.75rem; line-height: 2rem; }

p.all a { width: 100%; }
}

@media (max-width: 480px)
{
div#splash div.block h1 { margin: 1rem 0; font-size: 1.75rem; line-height: 2.25rem; }
}
