body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #56433B;
}

.base-bar
{
    position:absolute;
    z-index: -1;
    left:68%; 
    width:20.7%; 
    height:720px
}

.hamburger-menu
{
    display:none;
    position: absolute;
    top:0px;
    left:0px;
    background-color: #56433B;
}

a
{
    color: #56433B;
    text-decoration: none;
}

table
{
    border-spacing: 0px;
}

a:hover
{
    color: #E5B995;
    text-decoration: none;
}

.spacer
{
    width: 1%;
}


.alignTextLeft
{
    text-align: left;
}
.secondaryBg
{
    background-color: #E5B995;
}

.contentCommon
{
    margin-left:11.1%;
    margin-right:11.1%;
}


.base {
    position: relative;
    width: 100%;
    height: 81px;
  }
  
.framework
{
    display: flex;
    width: 77.8%;
}

.contentHolder
{
    width:73.2% ;
    height:450px;
    padding-top: 150px;
    text-align: center;
}

.imgHolder
{
    width:26.8% ;
}

.image
{
    width:100%;
    transform: rotate(2.81deg) scaleX(-1.55) scaleY(1.55) translate(2.5%, 75px);
}

.box
{
    width:17.7%;
    height: 47px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    font-size: 0.85em;
}
.borderdBox
{
    border: #56433B 2px solid;
    
}
.solidBox
{
    background-color: #56433B;
    border: #56433B 2px solid;
    color: #E5B995;
}

.centerText{
    display:inline-block;
    vertical-align: middle;
    line-height: normal;
}

.marVertAlign
{
    margin-top:20px;
    margin-bottom: 20px;
}


@media (orientation: portrait) {

.base
{
    height: 60px;
}


.box
{
    width:37.9%;
    height: 47px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
}

.nav-bar
{
    display: none;
    
}

.hamburger-menu
{
    width:100%;
    position: fixed;
    height: 100vh;
    z-index: 2;
    flex-direction: column;
    padding: auto;

}

.hamburger-sub-menu{
color: #E5B995;
width: 100%;
text-align: center;
margin: 50px 0px 50px 0px;
}

.base-bar
{
    display:none;
}

.framework
{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.ham
{
    text-align: right;
}

.hamContainer
{
    width: 8%; 
    height:20px;
    float: right;
    max-width: 25px;
}

.ham-bar
{
    width: 100%;
    height:4px;
    background-color: #56433B;
}
.ham-bar-white
{
    width: 100%;
    height:3px;
    background-color:  #FFFFFF;
}

.closeButtonContainer
{
    display:flex; 
    justify-content:right; 
    margin-right: 11.1%;
}

.closeButton
{
    color: #E5B995;
    width: 5%; 
    margin: 5px;
}

.imgHolder
{
    order:1;
    z-index: 0;
    width:100% ;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
}
.imgHolderWrapper
{
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color:#E5B995;
    margin: auto;
    margin-top: 25px;
}
.marVertAlign{
    margin-top:5px;
    margin-bottom: 5px;
}
.contentHolder
{
    order:2;
    width:100% ;
    padding-top: 0px;
}
}