@import "subnavbar-1.1.css";


body {
  background-image: url("../img/bkgrd.png");
}

.page-subnavigation {
  padding-left: 0;
}

.sidebar {
  margin-top: 32px;
}

.cta .sidebar {
    width: 28em;
    margin-left: 0;
    margin-top: 12px;
}

.cta .sidebar p {
    font-size: 18px !important;
}

.cta-link {
    font-weight: bold !important;
    font-size: 18px !important;
    margin-bottom: 0;
}

.cta-link::before {
    content: "»";
    margin-left: -14px;
    margin-right: 4px;
}

.btn-primary {
    border: 1px solid #006fdd;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px #a8a8a8cc;
    background: #07e;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus  {
    border-color: #0054a8;
    background-color: #005ab5;
    box-shadow: 1px 1px 3px 0px #8c8c8ccc;
    color: #fff;
}

.btn-primary:active {
    border-color: #0054a8 !important;
    background-color: #005ab5 !important;
    color: #f7ce6e !important;
}

#donate-sidebar,
#upgrade-sidebar {
  width: 24em;
}

#upgrade-sidebar {
    margin-right: 0;
}

#upgrade-sidebar .panel-body p {
    font-family: "Open Sans";
    font-size: 14px;
}

#upgrade-sidebar .panel-body p:last-of-type {
    margin-bottom: 0;
}

#install-thunderbird-sidebar {
    width: 21em;
}

.introduction { 
  font-size: 16px;
}

.minor-release {
  font-family: Rokkitt;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
  color: white;
  background-color: #4D8C3A;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 3px;
}

.new-feature::before, .beta-feature::before {
  font-family: Rokkitt;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 0px;
  border-radius: 3px;
  margin-right: 6px;
}

.new-feature::before {
  content: "New!";
  background-color: #4D8C3A;
}

.beta-feature::before {
  content: "BETA";
  background-color: orange;
}
