@import "subnavbar.css";


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

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

.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 {
    margin-top: 18px;
    padding: 8px 20px 8px 20px;
    border: 3px solid #427db0;
    background: #4382b9;
    border-radius: 8px;
    box-shadow: 1px 2px 4px 0px #8a8a8acc;

    font-family: Rokkitt;
    font-size: 28px;
    font-weight: 600;
    word-spacing: -2px;
    color: #fff;
}

.btn-cta:hover {
    border: 3px solid #3d6b91;
    background: #3c729f;
    box-shadow: 1px 2px 4px 0px #595959cc;
    color: #f7ce6e;
}

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

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