body{
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 300; 
    font-family: 'Merriweather';
    line-height:  1.75;
}

.gcontent{
    max-width: 1200px;
    margin:  8px auto 8px auto;
}

h1{
    font-family:  'Merriweather';
    font-size:  1.65em;
    color: #FFA500;
    width:  100%;
    margin:  1em auto 1em auto;
    font-weight:  700;
    text-align:  center;
}

h2{
    font-family:  'Merriweather';
    font-size:  1.45em;
    color: #FFA500;
    width:  100%;
    float:  left;
    margin:  1em auto 1em auto;
    font-weight: 700;
}

h3{
    font-family:  'Merriweather';
    font-size:  1.25em;
    color: #FFA500;
    width:  100%;
    float:  left;
    margin:  1em auto 1em auto;
    font-weight: 700;       
}

img.panoramic{
    max-width:  1200px;
    width:  100%;
    height:  auto;
    border-radius: 15px;
}

hr{
    width: 61.9%; 
    background-color: #FFA62F; 
    height: 5px;
    margin:  1em auto 1em auto;
}

p.footer{
    text-align:  center;
    font-size:  0.75em;
    margin: 1em auto 1em auto;
    line-height:  1.75;
}

form{
    width:  90%;
    margin:  1em auto 1em auto;
}

input, select{
    margin-bottom:  24px;
}
