html, body{
margin:0;
padding:0;

}

a:link{color:#ee4723;text-decoration:none;}
a:visited{color:#ee4723;text-decoration:none;}
a:hover{color:#ee4723;text-decoration:none;}

a.orange:link{color:#ee4723;text-decoration:none;}
a.orange:visited{color:#ee4723;text-decoration:none;}
a.orange:hover{color:#ee4723;text-decoration:none;}

a.white:link{color:#ffffff;text-decoration:none;}
a.white:visited{color:#ffffff;text-decoration:none;}
a.white:hover{color:#ffffff;text-decoration:none;}

a.swap:link{color:#ee4723;text-decoration:none;}
a.swap:visited{color:#ee4723;text-decoration:none;}
a.swap:hover{color:#ffffff;text-decoration:none;}

a.dark:link{color:#5a5a5a;text-decoration:none;}
a.dark:visited{color:#5a5a5a;text-decoration:none;}
a.dark:hover{color:#ffffff;text-decoration:none;}

a.darker:link{color:#5a5a5a;text-decoration:none;}
a.darker:visited{color:#5a5a5a;text-decoration:none;}
a.darker:hover{color:#5a5a5a;text-decoration:none;}


.button{
border:1px solid #ee4723;
padding:5px 10px;
display:inline-block;
font-family: 'GothamBookRegular';
font-size:.9em;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
/* ...and now for the proper property */
transition:.5s;
}

.button:hover{
border:1px solid #ee4723;
background:#ee4723;
}

.buttondark{
border:1px solid #5a5a5a;
padding:10px 20px;
display:inline-block;
font-family: 'GothamBookRegular';
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
/* ...and now for the proper property */
transition:.5s;
}

.buttondark:hover{
border:1px solid #5a5a5a;
background:#5a5a5a;
}

.header {
  background-color:#ffffff;
  background-image:url('/img/blacktrans.png');
  background-repeat:repeat;
  position: fixed;
  width: 100%;
  z-index: 9999;
font-family: 'GothamBookRegular';
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #;
}

.header li a {
  display: block;
  padding: 10px 20px;
  border-right: 0;
  text-decoration: none;
  font-size:.8em;
  text-align:right;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #;
}

.header .logo {
  display: block;
  float: left;
  font-size: 1.3em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 38px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #ee4723;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #ee4723;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 540px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 320px) and (max-width : 640px) {
/* Styles */

.desknav{
display:none;
}

.logo{
width:50%;
margin:10px 25%;
}

.content{
text-align:center;
padding:80px 0 0px 0;
background:#ffffff;
}

.content2{
text-align:center;
width:95%;
padding:120px 2.5% 60px 2.5%;
font-family: 'GothamBookRegular';
line-height:1.8em;
text-align:left;
}

.box {
  width: 90%;
  margin:0 5%;
  height: auto;
  position: relative;
display:inline-block;
  overflow: hidden;
font-family: 'GothamBookRegular';
text-align:left;
color:#333333;
}

.boxtitle{
padding-top:20px;
font-size:1.6em;
color:#ee4723;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.boxdesc{
padding-top:10px;
padding-bottom:30px;
font-size:1em;
line-height:1.4em;
color:#333333;
}


.box figure {
  height: 100%;
  margin: 0;
  padding: 0;
}

.box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  z-index: 100;
  opacity: 0;
  transition-delay: .3s;
  transition: .5 ease;
color:#ffffff;
font-family: 'GothamBookRegular';
}

.box:hover figcaption {
  opacity: 1;
}

.box figure:before,
.box figure:after {
  content: '';
  position: absolute;
  transition: .5s ease-in-out;
  width: 200%;
  height: 200%;
  background: #000;
  opacity: .5;
}

.box figure:before {
  right: 0;
  bottom: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(45deg) translateX(100%);
}

.box figure:after {
  left: 0;
  top: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(-125deg)  translateX(-100%);
}

.box:hover figure:before {
  transform: skew(45deg) translateX(0);
}

.box:hover figure:after {
  transform: skew(-135deg) translateX(0);
}

.HomeTwo{
width:90%;
margin:20px 5% 40px 5%;
overflow:auto;
}

.HomeTwoLeft{
width:100%;
float:left;
padding-bottom:40px;
}

.HomeTwoRight{
width:100%;
float:left;
}

.HomeCommunity{
font-family: 'Playfair Display', serif;
font-size:1.5em;
color:#ee4723;
font-weight:900;
}

.footerbar1{
width:100%;
background:#f6d4cc;
height:10px;
}

.footerbar2{
width:100%;
background:#e98e79;
height:20px;
}

.footer{
width:100%;
background:#ee4723;
overflow:visible;
padding:20px 0 50px 0;
}

.foot1, .foot2, .foot3{
width:90%;
display:inline-block;
padding:20px 5%;
color:#ffffff;
font-family: 'GothamBookRegular';
font-size:.8em;
vertical-align:top;
line-height:1.5em;
}

.foothead{
border-bottom:1px solid #ffffff;
font-size:1.5em;
padding-bottom:5px;
margin-bottom:5px;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.title{
font-family: 'Playfair Display', serif;
font-size:2.5em;
color:#ee4723;
font-weight:900;
padding-bottom:12px;
border-bottom:1px solid #cccccc;
line-height:1em;
}

.FirstLetter{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:3em;
color:#ee4723;
font-weight:900;
}

.OtherLetters{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:1.7em;
color:#636363;
font-weight:700;
}

.bio{
width:47%;
padding:1%;
display:inline-block;
}

.bioHalf{
width:47%;
padding:1%;
display:inline-block;
}

.BioPopLeft{
width:100%;
float:left;
}

.BioPopRight{
width:100%;
float:left;
}

img.BioPhoto{
width:100%;
margin-top:20px;
}

.TeamLeft{
width:90%;
float:left;
margin:0 5% 30px 5%;
}

.TeamRight{
width:90%;
float:left;
margin:0 5%;
}

}

/* iPads (portrait and landscape) ----------- */
@media (min-width : 640px) and (max-width : 1150px) {
/* Styles */

.desknav{
display:none;
}

.logo{
width:20%;
margin:0 40%;
padding:25px 0;
}

.content{
text-align:center;
padding:120px 0 60px 0;
background:#ffffff;
}

.content2{
text-align:center;
width:70%;
padding:120px 15% 60px 15%;
font-family: 'GothamBookRegular';
line-height:1.8em;
text-align:left;
}

.box {
  width: 30%;
  margin:0 1.15%;
  height: auto;
  position: relative;
display:inline-block;

  overflow: hidden;
font-family: 'GothamBookRegular';
text-align:left;
color:#333333;
}

.boxtitle{
padding-top:20px;
font-size:1.6em;
color:#ee4723;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.boxdesc{
padding-top:10px;
font-size:1em;
line-height:1.4em;
color:#333333;
}


.box figure {
  height: 100%;
  margin: 0;
  padding: 0;
}

.box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  z-index: 100;
  opacity: 0;
  transition-delay: .3s;
  transition: .5 ease;
color:#ffffff;
font-family: 'GothamBookRegular';
}

.box:hover figcaption {
  opacity: 1;
}

.box figure:before,
.box figure:after {
  content: '';
  position: absolute;
  transition: .5s ease-in-out;
  width: 200%;
  height: 200%;
  background: #000;
  opacity: .5;
}

.box figure:before {
  right: 0;
  bottom: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(45deg) translateX(100%);
}

.box figure:after {
  left: 0;
  top: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(-125deg)  translateX(-100%);
}

.box:hover figure:before {
  transform: skew(45deg) translateX(0);
}

.box:hover figure:after {
  transform: skew(-135deg) translateX(0);
}

.HomeTwo{
width:86%;
margin:80px 7% 0 7%;
}

.HomeTwoLeft{
width:50%;
margin-right:5%;
float:left;
}

.HomeTwoRight{
width:45%;
float:left;
}

.HomeCommunity{
font-family: 'Playfair Display', serif;
font-size:2em;
color:#ee4723;
font-weight:900;
}

.footerbar1{
width:100%;
background:#f6d4cc;
height:10px;
}

.footerbar2{
width:100%;
background:#e98e79;
height:20px;
}

.footer{
width:100%;
background:#ee4723;
overflow:visible;
padding:20px 0 50px 0;
}

.foot1, .foot2, .foot3{
width:28%;
display:inline-block;
padding:20px 2.1%;
color:#ffffff;
font-family: 'GothamBookRegular';
font-size:.8em;
vertical-align:top;
line-height:1.5em;
}

.foothead{
border-bottom:1px solid #ffffff;
font-size:1.5em;
padding-bottom:5px;
margin-bottom:5px;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.title{
font-family: 'Playfair Display', serif;
font-size:2.5em;
color:#ee4723;
font-weight:900;
padding-bottom:12px;
border-bottom:1px solid #cccccc;
line-height:1em;
}

.FirstLetter{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:3em;
color:#ee4723;
font-weight:900;
}

.OtherLetters{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:1.7em;
color:#636363;
font-weight:700;
}

.bio{
width:26%;
padding:3%;
display:inline-block;
}

.bioHalf{
width:42%;
padding:2.5%;
display:inline-block;
}

.BioPopLeft{
width:60%;
float:left;
}

.BioPopRight{
width:35%;
margin-left:5%;
float:left;
}

img.BioPhoto{
width:100%;
margin-top:75px;
}

.TeamLeft{
width:48%;
float:left;
margin-right:2%;
}

.TeamRight{
width:48%;
float:left;
margin-left:2%;
}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1150px) {
/* Styles */

.mobnav{
display:none;
}

.logo{
width:20%;
margin:0 40%;
padding:25px 0;
}

.desknav{
font-family: 'GothamBookRegular';
}

.content{
text-align:center;
padding:30px 0 60px 0;
background:#ffffff;
}

.content2{
text-align:center;
width:70%;
padding:70px 15% 70px 15%;
font-family: 'GothamBookRegular';
line-height:1.8em;
text-align:left;
}

.box {
  width: 26%;
  margin:30px 2.15% 0 2.15%;
  height: auto;
  position: relative;
display:inline-block;

  overflow: hidden;
font-family: 'GothamBookRegular';
text-align:left;
color:#333333;
vertical-align:top;
}

.boxtitle{
padding-top:20px;
font-size:1.6em;
color:#ee4723;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.boxdesc{
padding-top:10px;
font-size:1em;
line-height:1.4em;
color:#333333;
}

.box figure {
  height: 100%;
  margin: 0;
  padding: 0;
}

.box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  z-index: 100;
  opacity: 0;
  transition-delay: .3s;
  transition: .5 ease;
color:#ffffff;
font-family: 'GothamBookRegular';
}

.box:hover figcaption {
  opacity: 1;
}

.box figure:before,
.box figure:after {
  content: '';
  position: absolute;
  transition: .5s ease-in-out;
  width: 200%;
  height: 200%;
  background: #000;
  opacity: .5;
}

.box figure:before {
  right: 0;
  bottom: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(45deg) translateX(100%);
}

.box figure:after {
  left: 0;
  top: 0;
  background: rgba(238, 71, 35, .8);
  transform: skew(-125deg)  translateX(-100%);
}

.box:hover figure:before {
  transform: skew(45deg) translateX(0);
}

.box:hover figure:after {
  transform: skew(-135deg) translateX(0);
}

.HomeTwo{
width:86%;
margin:80px 7% 0 7%;
}

.HomeTwoLeft{
width:50%;
margin-right:5%;
float:left;
}

.HomeTwoRight{
width:45%;
float:left;
}

.HomeCommunity{
font-family: 'Playfair Display', serif;
font-size:2em;
color:#ee4723;
font-weight:900;padding-top:80px;
}

.footerbar1{
width:100%;
background:#f6d4cc;
height:10px;
}

.footerbar2{
width:100%;
background:#e98e79;
height:20px;
}

.footer{
width:100%;
background:#ee4723;
overflow:visible;
padding:20px 0 50px 0;
}

.foot1, .foot2, .foot3{
width:28%;
display:inline-block;
padding:20px 2.1%;
color:#ffffff;
font-family: 'GothamBookRegular';
font-size:.8em;
vertical-align:top;
line-height:1.5em;
}

.foothead{
border-bottom:1px solid #ffffff;
font-size:1.5em;
padding-bottom:5px;
margin-bottom:5px;
font-family: 'Playfair Display', serif;
font-weight:900;
}

.title{
font-family: 'Playfair Display', serif;
font-size:2.5em;
color:#ee4723;
font-weight:900;
padding-bottom:12px;
border-bottom:1px solid #cccccc;
line-height:1em;
}

.FirstLetter{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:3em;
color:#ee4723;
font-weight:900;
}

.OtherLetters{
display:inline-block;
font-family: 'Playfair Display', serif;
font-size:1.7em;
color:#636363;
font-weight:700;
}

.bio{
width:26%;
padding:3%;
display:inline-block;
}

.bioHalf{
width:42%;
padding:2.5%;
display:inline-block;
}

.dinespace{
clear:both;
height:40px;
}

.dineleft{
width:50%;
float:left;
}

.dineright{
width:45%;
margin-left:5%;
float:left;
}

.BioPopLeft{
width:60%;
float:left;
}

.BioPopRight{
width:35%;
margin-left:5%;
float:left;
}

img.BioPhoto{
width:100%;
margin-top:75px;
}

.TeamLeft{
width:48%;
float:left;
margin-right:2%;
}

.TeamRight{
width:48%;
float:left;
margin-left:2%;
}

}