/*------------------------------------*\
	SECTIONS
\*------------------------------------*/
.container
{
    padding-top: 5%;
    
}
.number .container-fluid
{
    
    background: url("../img/main.png") top right no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
  height: 100vh;
}

.opaline
{
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(8, 179, 242, 0.66);
    width: 100%;
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p
{
    color: #FFFFFF;
}

.opaline h6

{
    color: #FFFFFF;
    font-size: 35px;
    text-decoration: none;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.opaline .boxes
{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default
{
  font-family: 'Roboto Slab', serif;
}

.story .container-fluid
{
    background: url("../img/main.png") top right no-repeat;
    
    background-size: cover;
    background-position: center;
    width: 100%;
  height: 100vh;
}

.gallery
{
    background-color: #dddddd;
}

.prefooter .container-fluid
{
    background: linear-gradient(
      rgba(33, 37, 43, 0.6),
      rgba(33, 37, 43, 0.6)
    ),

    url(https://unsplash.it/4000/3000?image=528);
}

