/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
.row {
    text-align: center;
}

.head, .head:hover {
  box-shadow: none;
  margin-top: 30px;
}

.logo {
  font: 90px 'TangerineBold';
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.logo:before {
  font: 40px 'FloraliaRegular';
  content: 'X';
  display: inline-block;
  margin-right: 6px;
}

.logo:after { 
  font: 40px 'FloraliaRegular';
  content: 'X';
  display: inline-block;
  margin-left: 14px;
  -moz-transform: scaleX(-1); /* Gecko */
  -o-transform: scaleX(-1); /* Operah */
  -webkit-transform: scaleX(-1); /* webkit */
  transform: scaleX(-1); /* standard */
  filter: FlipH; /* IE 6/7/8 */
}

.tagline {
  font: 14px 'OpenSansRegular';
  display: inline-block;
  position: relative;
  top: -20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 90%;
}

#menu {
  border-top: 1px solid #dddddd;
}

.navbar ul li > a {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.navbar ul li.active > a {
  border-bottom: 1px solid #444444;
}

.slogan {
  font-family: 'OpenSansRegular';
}

.field.success input, .field.success .input, .field.success textarea, .field.success .textarea, .field.success .radio span, .field.success .checkbox span, .field.success .picker { border-color: #D8D8D8; color: #000000; background: #ffffff; }

@media only screen and (max-width: 599px) {

    .logo {
      font-size: 60px;
    }

    .logo:before {
      font-size: 24px;
      line-height: 30px;
    }

    .logo:after {
      font-size: 24px;
      line-height: 30px;
    }

    .tagline {
      top: -12px;
    }
}

