@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #64686d;
}

h2 {
  margin-top: 0em;
  padding-top: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

a {
  color: #D87618;
  -webkit-transition: color 200ms, background-color 400ms;
  -moz-transition: color 200ms, background-color 400ms;
  -o-transition: color 200ms, background-color 400ms;
  transition: color 200ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #A8560A;
}

a:focus, .btn:focus, .btn-primary:active:focus {
	outline: 0px;
}

#logo {
	color: #783e07;
	font-family: 'Slabo 27px', serif;
	font-size: 180%;
}

#logo span {
   	color: #D87618;
  	font-weight: 800;
}

#header-picture .bg {
    height: 558px;
	background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  #header-picture .bg {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  #header-picture .bg {
    margin-top: 50px;
  }
}

#header-picture .header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #783e07;
}

#header-picture .header-inner h2 {
    margin-top: 120px;
    font-size: 30px;
    line-height: 1;
    color: #783e07;
}

#header-picture .header-inner h2 > span {
    color: #D87618;
    text-transform: uppercase;
}

.section-header {
  margin-bottom: 30px;
}

.section-header .section-title {
  font-size: 36px;
  color: #603106;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #cccccc;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #f8f8f8;
  border-radius: 20px;
  background: #D87618;
}

.review-content {
    background: rgba(253, 242, 231, 0.7);
    padding: 5px 15px 5px 15px;
    font-size: 140%;
}

#header-picture .header-inner .btn {
    margin-top: 10px;
}

.btn.btn-primary {
    background: #D87618;
    border-color: #A8560A;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #A8560A;
}
.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary:active {
	border-color: #914a08;
}

#acc {
    padding: 50px 0;
    background-color: #eeeeee;
}

#acc p {
	font-size: 120%;
}

#acc2 {
    padding: 30px 0px;
    font-size: 110%;
}

#acc2 .bold, #tours-sec .bold, #tickets .bold {
  font-weight: bold;
  color:#783e07;
}
#acc2 .em {
  font-style: italic;
}

.pretty-list {
  list-style: none;
  text-align: center;
  font-size:120%;
  line-height:1.6;
  color:#783e07;
  padding: 15px;
  background: rgba(253, 242, 231, 0.7);
  border-radius: 25px;
}

a.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) {
  a.anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
  }
}

#pics {
	padding: 50px 0;
    background-color: #f8f8f8;
}

#tours-sec {
    padding: 50px 0;
    font-size: 110%;
}

#tours-sec .section-header .section-title:after {
  border: 5px solid #fff;
}

#tours-sec img {
	padding:8px;
	max-width: 30%;
}
	
#tours-sec .lang, #tickets .event {
  font-weight: bold;
  color:#D87618;
}

#tickets {
	padding: 50px 0;
    background-color: #eeeeee;
}

#tickets .intro {
	font-size: 110%;
}

#tickets .section-header .section-title:after {
  border: 5px solid #eee;
}

#tickets img {
	padding: 8px;
	max-width: 45%;
}

img.broadway {
	float: right;
}

p.broadway {
	line-height: 1.5em;
	text-align: left;
	padding:10px;
}

#tickets img.top {
	max-width: 96%;
}

#revs {
    padding: 50px 0;
    background-color: #2e2e2e;
    background-image: url("/images/newyork.JPG");
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#revs .section-header .section-title:after {
  border: 5px solid #000;
}


#revs p {
	font-size: 110%;
	font-style: italic;
	line-height:1.5em;
	color: #eeeeee;
}

#revs h3, #revs h2 {
	color: #D87618;
}

#revs h3 > span {
    text-transform: uppercase;
}

#revs .left p{
	text-align: left;
}

#revs .right p{
	text-align: right;
}

#getintouch {
    padding: 50px 0;
    background-color: #f8f8f8;
}

#getintouch p {
	font-size: 120%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
}

#getintouch .icons {
	color: #D87618;
	font-size: 200%;
}

#getintouch a {
  font-weight: bold;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
