body {
  color: #fff;
  text-align: center;
  font-family: 'a2_brewtypebold';
  font-size: 12px;
  line-height: 1.7em;
}
#menu {
  font-family: 'a2_brewtypelight';
  font-size: 11px;
}
#menu a {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
#menu a.selected {
  color: #E97200;
}
h1, h2, h3 {
  line-height: 1.2em;
  font-family: 'a2_brewtypedisplaybold';
  font-weight: normal;
  letter-spacing: 1px;
}
h1 {
  
}
h2 {
  font-size: 40px;
  text-shadow: 1px 1px 1px #666;
}
.node-content h2 {
  text-shadow: none;
}
.ollet h2 {
  text-shadow: none;
}
h3 {
  font-size: 24px;
}
a {
  color: #fff;
  text-decoration: none;
}
.orange-link {
  color: #E97200;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
a:hover {
  color: #fff;
}
a:hover .orange-link {
  color: #000;
}
.section.first .body p {
  font-family: 'a2_brewtypelight';
}
/* ------------------------------------------ Controls */
.section .content .sub-item .controls a {
  font-family: 'a2_brewtypelight';
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
}
.section .content .sub-item .controls a:hover {
  opacity: 0.75;
}
/* ------------------------------------------ Node Teaser */

.node-teaser {
  font-family: 'a2_brewtypelight';
}
.node-product.node-teaser h3 {
  font-size: 14px;
}
.node-event.node-teaser h3 {
  font-size: 18px;
  line-height: 24px; 
}
.node-gift.node-teaser h3 {
  font-size: 18px;
  line-height: 24px; 
}

/* ------------------------------------------ Node Content */

.node-content .external-link {
  font-size: 18px;
}

.node-page.node-content strong {
  font-size: 18px;
  font-weight: normal;
  
}
.node-page.node-content .left-column p:first-child{
  font-size: 12px;
}
.node-page.node-content .right-column p:first-child{
  font-size: 12px;
}
.node-content a {
  color: #E97200;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.node-content a:hover {
  color: #000;
}

/* ------------------------------------------ Øllet Teaser */

.ollet {
  font-family: 'a2_brewtypelight';
}

/* ------------------------------------------ Øllet Restaurant */

.field-name-field-beer-title,
.field-name-field-beer-title-two {
  font-family: 'a2_brewtypebold';
  font-size: 18px;
  line-height: 1.3em;
}

/* ------------------------------------------ Sections */
.sub-content .body.right p:first-child {
  font-family: 'a2_brewtypebold';
  font-size: 18px;
  line-height: 1.3em;
}
/* ------------------------------------------ Maden Page og øllet page*/
.node-menu .field-item strong,
.node-ollet-restaurant .field-item strong {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
/* ------------------------------------------ Webform */
.sub-content .form .webform-client-form .form-actions,
.sub-content .form .error-message,
.sub-content .form .success-message {
  font-family: 'a2_brewtypebold';
  font-size: 18px;
  line-height: 1.3em;
}