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

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

/* Override main website nav bar */
.navbar {
    margin-bottom: 0;
    border: none;
}

/* Clippings nav bar */
.clippings-nav-bar {
    line-height: 2.0em;
    background-color: #0077ee;
}

.clippings-nav-bar a {
    color: #ffffff;
}

.clippings-nav-bar ul {
    margin-left: 0;
    padding-left: 0;
}

.clippings-nav-bar li {
    list-style-type: none;
    padding-left: 12px;
    padding-right: 12px;

    font-family: "Open Sans";
    font-weight: 400;
}

.clippings-nav-bar .active {
    background-color: #2A94FF;
    font-weight: 400;
}

.extension-intro {
  background: linear-gradient(to right, #F6F6F6 0%,rgb(255, 255, 255) 100%);
  border-bottom: 1px solid #eeeeee;
}

.extension-intro > #splash {
  float: right;
  width: 316px;
  height: 360px;
  margin: 32px 10px 16px 10px;
}

#flagship-extension-header {
  margin-top: 24px;
}

#flagship-extension-name:before {
  content: url("../img/clippings-icon.svg");
  margin-left: 0px;
  margin-right: 8px;
  vertical-align: -24px;
}


#flagship-extension-name {
  font-family: "Rokkitt";
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 0.4;
  margin-top: 28px;
  margin-bottom: 16px;
}

#flagship-extension-tagline {
  display: block;
  font-family: "Rokkitt";
  font-size: 30px;
  font-weight: normal;
  color: #999;
  letter-spacing: -0.03em;
  word-spacing: -0.08em;
  margin-top: -36px;
  margin-bottom: 16px;
  margin-left: 77px;
}

.extension-description {
  font-size: 18px;
  font-weight: 300;
}

.feature-summary {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-left: 32px;
  margin-right: 32px;
}

.feature-summary h3 {
  font-family: "Rokkitt";
  font-size: 24px;
  font-weight: 700;
  margin-left: 0px;
  margin-bottom: 16px;
  word-spacing: -0.1em;
} 

.feature-summary p, .feature-summary ul {
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.feature-summary .img-thumbnail {
  width: 400px;
  height: 256px;
  margin-top: 10px;
}

.feature-summary ul li {
  margin-top: 4px;
  margin-bottom: 8px;
}

.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-cta {
    font-size: 20px;
    font-weight: 700;
    color: #fefefe;
    border: 2px solid #3E7BAF;
    margin-top: 18px;
    padding: 8px 20px 8px 20px;
    background: -moz-linear-gradient(top, #4f95d2 0%, #3E7BAF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f95d2), color-stop(100%,#3e7baf));
    background: -ms-linear-gradient(top, #4f95d2 0%, #3E7BAF 100%);
    background: linear-gradient(to bottom, #4f95d2 0%,#3e7baf 100%);
}

.btn-cta:hover {
    border: 2px solid #3A6791;
    color: white;
    background: -moz-linear-gradient(top, #5188b7 0%, #366995 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5188b7), color-stop(100%,#366995));
    background: -ms-linear-gradient(top, #5188b7 0%, #366995 100%);
    background: linear-gradient(to bottom, #5188b7 0%,#366995 100%);
}

#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;
}

#clippings-tb-changelog {
    float: right;
    width: 45%;
    border-left: 1px solid #ddd;
    margin-left: 16px;
}

#clippings-tb-changelog > h4,
#clippings-tb-changelog > dl {
    margin-left: 18px;
}

#clippings-tb-changelog > h4 {
    margin-top: 4px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
}

#nav-breadcrumb {
    margin-top: 8px;
    font-family: Rokkitt;
    font-size: 16px;
    letter-spacing: -0.25px;
}

#nav-breadcrumb > a:first-of-type {
    font-weight: bold;
}

#nav-back {
    margin-top: 18px;
    margin-bottom: 24px;
    margin-left: 18px;
}

.toolbar-icon {
    width: 16px;
    height: 16px;
}
