/* CSS Document */

/* - #7cbbbf */ 

body
{
    font-family: "Open Sans";
	background-color: #f0ede8;
}

/* - */

h1, h2, h3, h4
{
    font-family: "Spartan";
	color: #7cbbbf;
	font-weight: 200;
}

p
{
    color: #222;
    line-height: 24px;
}

a
{
	color: #7cbbbf;
	text-decoration: none;
}

h2
{
	display: grid;
	align-content: center;
}

h2 span
{
	color: #979797;
	align-self: center;
	grid-column: 2;
	margin-left: 16px;
}


.img
{
	max-width: 100%;
    align-self: center;
    justify-self: center;
}

.sec
{
	padding: 64px 0;
}

.simple
{
	align-self: center;
	justify-self: start;
	padding: 0 32px;
	grid-gap: 16px;
}

.shadow-top
{
    background-image: url( "../img/shadow.png" );
    background-position: top center;
    background-repeat: no-repeat;
}

/* - */

.heading
{
    justify-content: start;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
    margin-bottom: 8px;
}

.heading h1
{
    justify-self: start;
    font-size: 32px;
}

.heading h3
{
    justify-self: start;
    color: #666;
}

/* - */

.heading-2
{
    justify-content: center;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
}

.heading-2 h1
{
    justify-self: center;
    font-size: 32px;
}

.heading-2 h3
{
    justify-self: center;
    color: #666;
}

/* - */

.hide
{
    display: none!important;
}

/* - */

.sec-3
{
    background-color: #2b2b2b;
    padding: 64px 0;
}

.sec-3 h1, .sec-3 h2, .sec-3 h3, .sec-3 h4, .sec-3 h5
{
    color: #D9D8D1;
}

.sec-3 p, .sec-3 a
{
    color: #fff;
}

.sec-2
{
    background-color: #fff;
    padding: 64px 0;
}          

/* - */

.list
{
    display: grid;
    align-content: center;
}

.list p
{
    align-content: center;
    display: grid;
    grid-template-columns: max-content auto;
}

.list p:before
{
    font-family: FontAwesome;
    color: #f4752c;
    align-self: start;
   	content: "\f00c";
    margin-right: 8px;
    font-size: 16px;
	border-right: solid 2px;
	padding-right: 8px;
}

/* - */

#map-container
{
    display: grid;
    align-content: center;
    width: 100%;
    overflow: hidden;
    height: 256px;
}

#map-container iframe
{
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}

#map-cover
{
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    background-color: rgba( 0,0,0,0.1);
}

@media( min-width:768px )
{
    #map-container
    {
        height: 384px;
    }
}


.custom span
{
	color: #7cbbbf;
	font-size: 22px;
}

.line
{
	border-bottom: 2px solid #f4752c;
	padding-bottom: 8px;
}

.stack
{
	align-content: start;
}

