
/* UA OVERRIDES */

/* DONE UA OVERRIDES */

/* GLOBAL STYLES */
.bawk-button {
  display: block;
  padding: 20px 60px;
  color: black;
  margin: 20px 0;
  background-image: -webkit-linear-gradient( top, #f05139 0%, #f26646 100%);
  background-image: linear-gradient( 0deg, #f05139 0%, #f26646 100%);
  box-shadow: 0 10px 10px rgba(0,0,0,0.8);
  border-width: 0;
  font-family: 'Nova Square', cursive;
  font-size: 20px;
}
.bawk-button:hover {
  background-image: none;
  background-color: white;
}
/* DONE GLOBAL STYLES */

/* LAYOUT */
/* only used in some versions of mockups */
.wrap {
  position: fixed;
  top: 210px;
  bottom: 100px;
  left: 0;
  right: 0;
}

.content-wrapper {
  background: url("../images/lighten.png") transparent repeat;
}

/* Ribbon navbar */
.ribbon-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: url("../images/bawk-bg.jpg") no-repeat top left fixed black;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  box-shadow: inset 0 -20px 20px -20px #000000;
  -moz-box-shadow: inset 0 -20px 20px -20px #000000;
  -webkit-box-shadow: inset 0 -20px 20px -20px #000000;
  -o-box-shadow: inset 0 -20px 20px -20px #000000;
}
.ribbon-navbar .logo {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 0;
}
.ribbon {
  margin: 0;
  position: absolute;
  height: 50px;
  /*background-image: -webkit-linear-gradient( top, #f05139 0%, #f26646 100%);
  background-image: linear-gradient( top, #f05139 0%, #f26646 100%);*/
  background: url("../images/ribbon-bg.png") #f05139;
  box-shadow: 0 10px 10px rgba(0,0,0,0.8);
}
.ribbon-left{
  left: 0;
  right: 50%;
  margin-right: 160px;
}
.ribbon-right{
  left: 50%;
  margin-left: 160px;
  right: 0;
}
.ribbon li {
  position: relative;
  list-style: none;
  display: block;
  float: left;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  width: 33%;
  text-align: center;
  padding: 15px 0 0 0;
}
.ribbon li.active:after {
  content: url("../images/selected.png");
  position: absolute;
  top: 42px;
  left: 50%;
}
.ribbon li.active a {
  color: white;
}
.ribbon a, .ribbon a:visited, .ribbon a:hover {
  color: black;
  font-family: 'Nova Square', cursive;
}

.content-wrapper section.container {
  margin-bottom: -100px;
}
/* end ribbon navbar */
/* DONE LAYOUT */

/* PAGES */
h1#themes {

}

/* homepage */
.resources {
  font-size: 10px;
  line-height: 10px;
  color: #aaa;
  text-align: right;
}



/* top title */
h1.easy {
  padding-top: 0.5em;
  color: white;
  text-align: center;
  font-family: 'Nova Square', cursive;
  font-size: 28px;
  font-weight: normal;
  text-shadow: 0 5px 10px rgba(0,0,0,0.7);
}
h1.easy b {
  font-size: 32px;
  font-weight: normal;
}
h1.easy b.underline {
  border-bottom: 1px solid #f05139;
  padding-bottom: 5px;
}

.preview-area {
  padding-top: 50px;
  text-align:center;
}
/*
.preview-area img{
  transition: all 1s;
  width: 50%;
}
.preview-area img:hover{
  width: 100%;
}
*/

/* only used in some mockups */
.shade, .inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.shade {
  background-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}
.inner-wrap {
  text-align: center;
}


/* Packages */
.package {
  background-color: #938c89;
  height: 430px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0,0,0,0.4);
  padding: 20px;
}
.special {
  background-color: #f0503d;
}
.package .title, .package .price, .package .description {
  border-bottom: 2px solid #b3b0b0;
}
.package .title {
  padding-bottom: 20px;
}

.price {
  height: 100px;
}
.price p {
  margin: 0;
}
.price .free {
  font-size: 70px;
  line-height: 70px;
  margin: 0; padding: 0;
}

.button {
  cursor: pointer;
  padding: 10px 25px;
  font-size: 22px;
  font-family: 'Nova Square', cursive;
  /*font-weight: bold;*/
  /*color: #807b79;
  background-image: -webkit-linear-gradient( top, #e0dcdb 0%, #beb5b2 100%);
  background-image: linear-gradient( top, #e0dcdb 0%, #beb5b2 100%);
  background-image: linear-gradient( 0deg, #e0dcdb 0%, #beb5b2 100%);*/
  background-color: white;
  color: black;
  box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}
.button.active {
  color: black;
  box-shadow: 0 5px 5px rgba(0,0,0,0.4) inset;
}

.package h3, .package h4 {
  margin: 0;
  color: white;
  font-weight: normal;
  text-shadow: 0 6px 8px rgba(0,0,0,0.6);
}
.package h3 {
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 10px;
}
.package h4 {
  font-size: 24px;
  line-height: 24px;
}
.package h3.taller {
  line-height: 50px;
}
.package .description {
  height: 230px;
}
.package .description p {
  padding: 35px 0 15px 0;
}
.package a.buy {
  
}
.package ul {
  margin: 0;
  list-style: none;
}
.package ul li {
  padding: 5px 0;
  font-size: 15px;
  line-height: 20px;
  /*font-family: 'Nova Square', cursive;*/
}

.features-page {
  text-align: center;
}
.features-page ul {
  list-style: none;
}
/* DONE PAGES */


/* mobile nav */

/*Strip the ul of padding and list styling*/
.mobile-nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
}

/*Create a horizontal list with spacing*/
.mobile-nav li {
  display:inline-block;
  float: left;
  margin-right: 1px;
}

/*Style for menu links*/
.mobile-nav li a {
  display:block;
  min-width:140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #2f3036;
  text-decoration: none;
}

/*Hover state for top level links*/
.mobile-nav li:hover a {
  background: #19c589;
}

/*Style for dropdown links*/
.mobile-nav li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-nav li:hover ul a:hover {
  background: #19c589;
  color: #fff;
}

/*Hide dropdown links until they are needed*/
.mobile-nav li ul {
  display: none;
}

/*Make dropdown links vertical*/
.mobile-nav li ul li {
  display: block;
  float: none;
}

/*Prevent text wrapping*/
.mobile-nav li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}

/*Display the dropdown on hover*/
.mobile-nav ul li a:hover + .hidden, .hidden:hover {
  display: block;
}

/*Style 'show menu' label button */
.mobile-nav .show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #f05139;
  text-align: center;
  padding: 10px 0;
}

/*Hide checkbox*/
.mobile-nav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-nav input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/


/*Make dropdown links appear inline*/
.mobile-nav ul {
  position: static;
  display: none;
}
/*Create vertical spacing*/
.mobile-nav li {
  margin-bottom: 1px;
}
/*Make all menu links full width*/
.mobile-nav ul li a {
  width: 100%;
}


