body {
    font-family: serif;
    background-color: #7e9fb4;
    background-image: linear-gradient(90deg, #7e9fb4,#a2c2d6,#a2c2d6,#7e9fb4);
    transition: opacity 1s;
}

body.loading {
  opacity: 0;
  transition: opacity 1s;
}

#mainNav {
  background-color: #066dab;
  background-image: radial-gradient(#0d2531 60%, transparent 60%),
                    linear-gradient(to bottom, #006ca2 0%, #0d3e52 15px, #143544 15px,#066dab 85%,#055384 calc(100% - 15px), transparent calc(100% - 15px)),
                    radial-gradient(#0d2531 60%, transparent 60%);

  background-repeat: repeat-x, repeat, repeat-x;
  background-size: 15px 15px, auto, 15px 15px;
  background-position: 0 -7.5px, 0 0, 0 calc(100% + 7.5px);
  padding-top: 10px;
  padding-bottom: 10px;
}

#contact-header {
  text-align: center;
  background: #0a2a34;
  margin-top: -10px;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 2em;
  border-bottom: 1px solid #fff;
  position: relative;
}

#contact-header a {
  color: #fff;
  font-family: ff-tisa-sans-web-pro;
  text-decoration: none;
  font-size: 150%;
  line-height: 200%;
  display: none; /* Hide fax/email by default */
}

#contact-header #contact-tel { display: inline; }

#mainNav > .navbar {
  margin-bottom: 0;
}

.navbar-brand {
  width: 280px;
  height: 80px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-header {
  background-color: transparent;
  background-image: url('../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0.5em 50%;
  text-indent: -99999px;
  float: none;
  display: block;
  margin: 1em 0.5em;
  min-height: 80px;
}

.navbar > .container-fluid {
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 9px 0 9px 10px;
  margin-right: 0;
  right: 0;
  top: -3.25em;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-family: modesto-text;
  font-size: 125%;
  line-height: 150%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-nav li {
  text-align: center;
  font-size: 150%;
  border-bottom: 1px dotted rgba(255,255,255,0.25);
}


#social-media {
  position: absolute;
  right: 0em;
  width: 5.5em;
  top: calc(4em + 15px);
  z-index: 1001;
}

#social-media a {
  display: inline-block;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

#facebook { background-image: url('../img/facebook.png'); }
#instagram { background-image: url('../img/instagram.png'); }
#amazon{ background-image: url('../img/amazon.png'); }
#frys { background-image: url('../img/frys.png'); }

#facebook, #instagram {
  margin-bottom: .5em;
}

#quick-links::before {
  content: "Quick Links";
  display: block;
  font-weight: bold;
  margin-top: 1em;
  color: #055384;
  font-family: modesto-text;
  font-size: 36px;
}

#quick-links ul {
  margin-left: 1.2em;
}

#quick-links .list-inline li {
  display: block;
  display: list-item;
  /* list-style-type: disc !important; */
}

#quick-links li a {
  display: block;
  border-bottom: 0;
  line-height: 200%;
  font-size: 120%;
  margin-bottom: 0.5em;
  padding-left: 10px;
  color: #a00;
}

#quick-links li a::before {
  content: '';
  display: inline-block;
  width: 1em;
  background-image: url(../img/apple.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 1em;
  margin-right: .5em;
}
  

main.container {
  background-color: #fff;
  font-family: ff-tisa-sans-web-pro;
  padding: 0.5em 2em;
  font-size: 125%;
}

.container { max-width: 100%; }

footer {
  margin-top: 0;
  padding: 1em;
  border-top: 1px solid #e7e7e7;
  background-color: #d2e2ec;
  color: #777;
  font-size: 75%;
}

main h1 {
  color: #055384;
  font-family: modesto-text;
}

main h2,
main h3,
main h4,
main h5,
main h6 {
  /* color: #76b5d8; */
  color: #0696E8;
  font-family: modesto-text;
}

main img {
  max-width: 100%;
}

main p {
  margin: 1em 0;
}

main a {
  /* color: #270; */
  color: #a00;
  text-decoration: none;
  border-bottom: 1px dashed rgba(170, 0, 0, 0.3);
}

.contactBlock {
  text-align: center;
  margin: 2em auto;
}
