.heading-font {
  font-family: 'SST W01 Light', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: rgb(31, 31, 31);
  color: rgb(153, 153, 153);
}
body {
  font-family: 'SST W01 Roman', 'Helvetica', 'Arial', 'sans-serif';    
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SST W01 Light', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 1px;
}
p {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.header-content {
  text-align: center;
  position: relative;
/*  background-color: rgb(9,69,141);    */
  background-color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(85, 85, 85);
}

.header-content img {
    border-radius: 5em;
    max-height: 500px;
    margin: 20px auto;
}

@media (min-width: 300px) {
    .header-content img {
        max-width: 280px;
        padding: 20px;
        border-radius: 3em;
    }
    h1.section-heading {
        padding: 0 20px;    
        font-size: 2em;
  }}

@media (min-width:768px) {
    section.download .badges .badge-link {
        display: block;
        margin-bottom: 0;
        padding: 0 40px;
    }
    h1.section-heading {
        font-size: 2.4em;
        padding: 0 20px;
  }
}

@media (min-width: 992px) {
    .header-content img {
        max-height: 500px;
        border-radius: 5em;
    }
    h1.section-heading {
        font-size: 3.2em;
        padding: 0 20px;
    }
}

section p {
    padding: 40px 20px;
}

h1.section-heading {
  margin-bottom: 35px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: white;
/*  background-color: rgb(0,114,206);*/
  margin-top: -25px;
}

/* Download */

section.download {
  padding: 50px 0;
  position: relative;
}

section.download .badges .badge-link {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 10px;
}
section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.download .badges .badge-link img {
  height: 55px;
}

footer {
  background-color: rgb(51, 51, 51);
  border-top: 1px solid rgb(85, 85, 85);
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
footer p {
  font-size: 1em;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: rgb(0, 114, 206);
}
.text-primary {
  color: rgb(153, 153, 153);
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {
  font-family: "SST W01 Light", 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
/*  SVG fix for IE 8-10  */
.img-responsive {
    width: 100% \9;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}
