﻿html                        { width: 100%; height: 100%; margin:0; padding: 0; }
body                        { width: 100%; height: 100%; background-color:#f5f5f5; margin:0; padding: 0; }

.AppMenuParentContainer     { background-color:white; -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1); }
.AppMenuContainer           { max-width: 1200px; margin-top: 20px; margin-bottom:20px; }
.AppMenuLink                { font-family: Open Sans, sans-serif; font-size: 15px; font-weight: 600; text-decoration:none; line-height:22.5px; color: #515151; cursor: pointer; }
.AppMenuLink:hover          { color: #958263; }

.AppBodyParentContainer     { max-width: 1200px; margin-top: 25px; margin-bottom: 25px; }
.AppBodyContainer           { font-family: Open Sans, sans-serif; font-size: 14px; color: #333333; }

.AppFooterParentContainer   { background-color: #231B0E; }
.AppFooterContainer         { max-width: 1200px; margin-top: 50px; }
.AppFooterLogo              { margin-bottom:25px; }
.AppFooterHeaderText        { font-family: Josefin Sans, sans-serif; font-size: 30px; font-weight: 500; line-height:43.2px; color: #ffffff; cursor: pointer; }
.AppFooterText              { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; line-height:22.5px; color: #DBD4C9; text-decoration:none; }
.AppFooterSeparatorRow      { height: 20px; }
.AppFooterLinkRow           { height: 30px; }
.AppFooterLink              { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; line-height:22.5px; color: #DBD4C9; text-decoration:none; cursor: pointer; }
.AppFooterLink:hover        { color: #D0A15E; }

.AppFooterLine                          { background-color:#342D21; margin-top:25px; height:1px; }
.AppFooterCopyrightParentContainerRow   { height: 80px; }
.AppFooterCopyrightParentContainer      { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; line-height:22.5px; color: #DBD4C9; text-decoration:none; cursor: pointer; }