﻿/*
{
    font-family: "aktiv-grotesk-std";
    
}

h1, h2, h3, h4, h5
{   
    color: #000000;
    font-weight: bold;
}

h1
{
    font-size: 30px;
}

h2 
{
    font-size: 26px;
}

h3
{
    font-size: 22px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 16px;
}	

.section-size
{
    border: 1px dashed black;
    width: 1700px;
    height: 710px;
}

.sitecopy-section
{

}

.sitecopy-page
{
    width: 1700px;
    margin-right: 50px;
    min-height: 710px;
    overflow: hidden;
}

.sitecopy-page-outlines
{
    border: 1px dashed black;
}

.sitecopy-page-content, 
.sitecopy-page-content-first
{
    width: 1240px;
    max-width: 1240px;
    text-align: justify
}

.sitecopy-page-content, 
.sitecopy-page-content-first
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sitecopy-page-mobile
{
    padding-top: 166px;
}

@media (max-device-width: 350px)
{   .sitecopy-page-content, 
    .sitecopy-page-content-first
    {
        top: initial;
        transform: initial;
    }

    .sitecopy-page-mobile
    {
        padding-top: 50px;
    }
}

.quote
{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    max-width: 700px;
    margin-bottom: 40px;
}


.quote-text
{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    max-width: 700px;
    margin-bottom: 40px;
    font-family: 'Times New Roman';
    text-shadow: #777 3px 3px 6px;
}

.quote-author
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    max-width: 700px;
    margin-bottom: 40px;
    clear:both;
    text-shadow: #777 3px 3px 6px;
}

.quote > img
{
    padding-left: 10px;
    padding-right:10px;
}*/
