html body{

  margin: 0;
}

a:link{color:#ffffff;text-decoration:none;}
a:visited{color:#ffffff;text-decoration:none;}
a:hover{color:#ffffff;text-decoration:none;}

a:link.off{color:#e0ded1;text-decoration:none;}
a:visited.off{color:#e0ded1;text-decoration:none;}
a:hover.off{color:#e0ded1;text-decoration:none;}

a:link.brown{color:#60412c;text-decoration:none;}
a:visited.brown{color:#60412c;text-decoration:none;}
a:hover.brown{color:#60412c;text-decoration:none;}

a:link.black{color:#000000;text-decoration:none;}
a:visited.black{color:#000000;text-decoration:none;}
a:hover.black{color:#000000;text-decoration:none;}

a:link.grey{color:#666666;text-decoration:none;font-style:italic;font-weight:200;}
a:visited.grey{color:#666666;text-decoration:none;}
a:hover.grey{color:#666666;text-decoration:none;}

.but{
  opacity: 1;
filter: alpha(opacity=100);
  transition: 0.3s;

}

.but:hover{
  opacity: 0.7;
filter: alpha(opacity=50);
}




#menuToggle
{
  display: block;
  position: relative;
  top: 35px;
  margin-left: 35px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
font-family: 'Josefin Sans', sans-serif;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #811f46;
  border-radius: 3px;
font-family: 'Josefin Sans', sans-serif;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cdcdcd;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 120%;
  margin: -100px 0 0 -50px;
  padding: 50px 50px 200px 50px;
  padding-top: 125px;
  
  background-image:url(/img/bg.png);
  background-repeat:repeat;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: .8em;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/*
 * This is the break between mobile and desktop nav
 */


/* Text styling */
h1, h2, h3, h4, h5, h6, p, li { font-family: 'Josefin Sans', sans-serif; }

/* The Simple Menu */
.simple ul{ background:#; padding:0; font-family: 'Josefin Sans', sans-serif;}

.simple li{ 
  display:inline-block; 
  min-width:100px; 
  z-index:999; 
}
.simple a{ 
  text-decoration:none; 
  display:inline-block; 
  color:#584225; 
  padding:15px;
  transition:0.2s all linear;
}

.simple a:hover{
  background:#;
  color:#18120a;
  transition:0.2s all linear;
}


/* dropdown */
.dropdown ul{ position:relative; }

.dropdown li > ul { 
  background-image:url('/img/tan3.png');
  display:none;
  position:absolute;
  z-index:1999;
text-align:left;

}

.dropdown li > ul li{ display:block; }

.dropdown li:hover  > ul{
  display:block;
}

/* multi */
.multi li {  position: relative; } 
.multi ul ul ul { 
  background:green; 
  position:absolute;
  left:100%;
  top:0;
}

/* all three parts compiled into a single class */

.nav ul { 
   background:#; 
   padding:0;
font-family: 'Josefin Sans', sans-serif;

}

.nav li { 
  width:100px;
  position: relative; 
  display:inline-block; 
}


.nav a{ 
  text-decoration:none; 
  display:block; 
  color:white; 
  padding:15px;
  transition:0.2s all linear;
}

.nav a:hover{
  background:#e3f2fd;
  color:black;
  transition:0.2s all linear;
}

.nav li > ul { 
  background:#1565c0; 
  display:none;
  position:absolute;
}

.nav li > ul li{ display:block; }

.nav li:hover  > ul{
  display:block;
}

.nav ul ul ul { 
  background:green; 
  position:absolute;
  left:100%;
  top:0;
}



/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 320px) and (max-width : 700px) {
/* Styles */

.content {
  min-height: calc(100vh - 300px);
}

.desk{
display:none;
}

.logo{
display:none;
}

.footer {
height:180px;
text-align:center;
width:90%;
margin:0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:30px 5%;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.footerhome {
height:220px;
text-align:center;
width:90%;
margin:0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:30px 5%;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.button{
background-image:url('/img/tan3.png');
padding:15px 30px 12px 30px;
display:block;
width:200px;
margin:0 auto 0 auto;
text-align:center;
font-family: 'Josefin Sans', sans-serif;
font-weight:500;
  opacity: 1;
filter: alpha(opacity=100);
  transition: 0.3s;

}

.button:hover{
  opacity: 0.8;
filter: alpha(opacity=50);
}

.mob{
display:none;
}

.clear{
clear:both;
}

.break{
clear:both;
}

.friedman{
height:20px;
position:relative;
top:7px;
margin-top:8px;
}

.arc{
height:18px;
position:relative;
top:7px;
}

.left{
display:none;
}

.right{
width:90%;
padding:70px 5% 50px 5%;
font-family: 'Josefin Sans', sans-serif;
line-height:1.3em;
overflow:auto;
}

.title{
font-size:2.5em;
color:#811f46;
font-weight:800;
border-left:5px solid #d2232a;
padding-left:5px;
line-height:1.5em;
}

.name{
color:#19a79c;
font-weight:900;
}

.intleft{
width:100%;
float:left;
}

.intright{
width:35%;
float:left;
padding-top:20px;
}

.both{
width:100%
margin:0 auto;
padding-top:60px;
padding-bottom:30px;
}

.bothhome{
width:90%;
margin:0 5%;
padding-top:60px;
padding-bottom:30px;
}

.demoright{
width:100%;
}

.transitmain{
width:90%;
margin:0 5%;
}

.highlight{
width:84%;
margin:0 5% 0 5%;
padding:3%;
color:#ffffff;
background-image:url('/img/blacktrans.png');
font-family: 'Josefin Sans', sans-serif;
font-weight:300;
overflow:auto;
}

.highcol1{
width:90%;
padding:1%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.2em;
}

.highcol2{
width:90%;
padding:1%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.2em;
}

.bre{
height:10px;
}


}

/* iPads (portrait and landscape) ----------- */
@media (min-width : 700px) and (max-width : 1160px) {
/* Styles */

.content {
  min-height: calc(100vh - 300px);
}

.desk{
display:none;
}

.logo{
display:none;
}

.footer {
height:180px;
text-align:center;
width:90%;
margin:0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:30px 5%;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.footerhome {
height:220px;
text-align:center;
width:90%;
margin:0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:30px 5%;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.button{
background-image:url('/img/tan3.png');
padding:15px 30px 12px 30px;
display:block;
width:200px;
margin:0 auto 0 auto;
text-align:center;
font-family: 'Josefin Sans', sans-serif;
font-weight:500;
  opacity: 1;
filter: alpha(opacity=100);
  transition: 0.3s;

}

.button:hover{
  opacity: 0.8;
filter: alpha(opacity=50);
}

.mob{
display:none;
}

.clear{
clear:both;
}

.break{
clear:both;
}

.friedman{
height:20px;
position:relative;
top:7px;
margin-top:8px;
}

.arc{
height:18px;
position:relative;
top:7px;
}

.left{
width:40%;
float:left;
}

.right{
width:50%;
float:left;
padding:50px 5% 50px 5%;
font-family: 'Josefin Sans', sans-serif;
line-height:1.3em;
overflow:auto;
}

.title{
font-size:2.5em;
color:#811f46;
font-weight:800;
border-left:5px solid #d2232a;
padding-left:5px;
line-height:1.5em;
}

.name{
color:#19a79c;
font-weight:900;
}

.intleft{
width:65%;
float:left;
}

.intright{
width:35%;
float:left;
}

.both{
width:80%;
margin:0 10%;
padding-top:50px;
padding-bottom:40px;
}

.bothhome{
width:80%;
margin:0 10%;
padding-top:50px;
padding-bottom:40px;
}

.demoright{
width:80%;
float:right;
}

.transitmain{
width:80%;
margin:0 10%;
}

.highlight{
width:75%;
margin:50px 7.5% 0 7.5%;
padding:3%;
color:#ffffff;
background-image:url('/img/blacktrans.png');
font-family: 'Josefin Sans', sans-serif;
font-weight:300;
overflow:auto;
}

.highcol1{
width:46%;
padding:1% 2% 1% 1%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.4em;
}

.highcol2{
width:45%;
padding:1% 1% 1% 1%;
margin-left:2%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.4em;
}

.bre{
display:none;
}

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1160px) {
/* Styles */

.content {
  min-height: calc(100vh - 110px);
}

.mobile{
display:none;
}

.logo{
width:20%;
margin:120px 75% 0 5%;

position:absolute;
z-index:999999;
}


.footer {
  height: 90px;
text-align:center;
width:100%;
margin:-4px auto 0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:20px 0 15px 0;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.footerhome {
  height: 105px;
text-align:center;
width:100%;
margin:-4px auto 0 auto;
background: rgba(119,41,70,1);
background: -moz-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,41,70,1)), color-stop(100%, rgba(100,30,54,1)));
background: -webkit-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -o-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: -ms-linear-gradient(top, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
background: linear-gradient(to bottom, rgba(119,41,70,1) 0%, rgba(100,30,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772946', endColorstr='#641e36', GradientType=0 );
padding:20px 0 15px 0;
font-family: 'Josefin Sans', sans-serif;
color:#ffffff;
line-height:1.9em;
}

.button{
background-image:url('/img/tan3.png');
padding:15px 30px 12px 30px;
display:block;
width:200px;
margin:0 auto 0 auto;
text-align:center;
font-family: 'Josefin Sans', sans-serif;
font-weight:500;
  opacity: 1;
filter: alpha(opacity=100);
  transition: 0.3s;

}

.button:hover{
  opacity: 0.8;
filter: alpha(opacity=50);
}

.mob{
display:inline-block;
}

.break{
display:inline-block;
}

.friedman{
height:20px;position:relative;top:4px;padding-right:15px;border-right:1px solid #19a79c;
}

.arc{
height:18px;position:relative;top:4px;padding-right:15px;border-right:1px solid #19a79c;
}

.left{
width:40%;
float:left;
padding-top:89px;
}

.right{
width:50%;
float:left;
padding:150px 5% 20px 5%;
font-family: 'Josefin Sans', sans-serif;
line-height:1.3em;
}

.title{
font-size:2.5em;
color:#811f46;
font-weight:800;
border-left:5px solid #d2232a;
padding-left:5px;
line-height:2.4em;
}

.name{
color:#19a79c;
font-weight:900;
}

.intleft{
width:45%;
float:left;
}

.intright{
width:35%;
float:left;
}

.both{
width:80%;
margin:0 10%;
padding-top:150px;
padding-bottom:30px;
}

.bothhome{
width:80%;
margin:0 10%;
padding-top:150px;
padding-bottom:30px;
}

.gallery{
width:100%;
margin:0 auto;
}

.demoright{
width:50%;
float:right;
}

.transitmain{
width:80%;
margin:0 10%;
}

.highlight{
width:75%;
margin:20% 7.5% 0 7.5%;
padding:3%;
color:#ffffff;
background-image:url('/img/blacktrans.png');
font-family: 'Josefin Sans', sans-serif;
font-weight:300;
overflow:auto;
}

.highcol1{
width:46%;
padding:1% 2% 1% 1%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.4em;
}

.highcol2{
width:45%;
padding:1% 1% 1% 1%;
margin-left:2%;
float:left;
overflow:auto;
border-left:5px solid #d2232a;
line-height:1.4em;
}

.b{
display:inline-block;
}

.bre{
display:none;
}


}