@font-face {
  font-family: Univers;
  src: url(../fonts/univers-condensed.otf);
  font-weight: 500;
}

@font-face {
  font-family: Univers;
  src: url(../fonts/univers-bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: Univers;
  src: url(../fonts/univers-black.otf);
  font-weight: 900;
}



body {
  width: 100%;
  max-width: 1000px;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  width: 240px;
  float: left;
  margin-left: 31px;
}

#header-bar {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.75);
  height: 100px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 18px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 18px -3px rgba(0,0,0,0.6);
  box-shadow: 0px 5px 18px -3px rgba(0,0,0,0.6);
}

#social-media {
  text-align: right;
  margin-right: 40px;
  padding-top: 10px;
}

#social-media a {
  text-decoration: none;
  width: 25px;
  margin-left: 6px;
}

#social-media a:hover {
  opacity: 0.8;
}

#social-media a img {
  width: 25px;
}

#header-donation-link {
  background-color: rgb(168, 51, 57);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: Univers, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  float: right;
  margin-right: 40px;
  margin-top: 30px;
  opacity: 1;
}

#header-donation-link:hover {
  opacity: 0.8;
}

p a {
  color: rgb(168, 51, 57);
}

#banner {
  margin-top: -190px;
  width: 100%;
  height: auto;
  z-index: 0;
}

#content {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 33px;
}

#sidebar {
  width: 250px;
  float: left;
}

#sidebar.stick {
  position: fixed;
  top: 0;
  margin-top: 33px;
}

#district-map {
  width: 100%;
  display: block;
}

#district-map img {
  width: 100%;
}

#district-map-zoomed {
  width: 100%;
  display: block;
  margin-top: 16px;
}

#district-map-zoomed img {
  width: 100%;
}

#navigation {
  background-color: #26385e;
  padding: 20px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

#donate {
  background-color: rgba(168, 51, 57, 1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: Univers, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  width: calc(100% - 40px);
  display: block;
  text-align: center;
}

#donate:hover {
   background-color: rgba(168, 51, 57, 0.75);
}

#navigation p {
  margin-top: 0;
  margin-bottom: 0;
}

#navigation a {
  font-family: Univers, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

#endorsements, #committee-appointments {
  margin-top: 40px;
}

#endorsements p, #committee-appointments p {
  color: #26385e;
  font-style: oblique;
  margin-top: -4px;
  line-height: 20px;
}

#navigation a:hover {
  opacity: 0.7;
}

#container {
  margin-left: 290px;
}

footer {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}

#contact-left {
  float: left;
}

#contact-right {
  float: right;
  text-align: right;
}

#disclaimer {
  clear: both;
  opacity: 0.6;
  font-size: 14px;
}

h2 {
  font-family: Univers, sans-serif;
  font-weight: 700;
  color: rgb(168, 51, 57);
  margin-top: 0;
}

h3 {
  font-family: Univers, sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  margin-right: 40px;
  margin-top: 4px;
  font-style: oblique;
}

h4 {
  font-family: Univers, sans-serif;
  font-weight: 700;
  color: rgb(168, 51, 57);
  margin-top: 0;
  font-size: 16px;
}

h5 {
  font-family: Univers, sans-serif;
  font-weight: 700;
  color: #26385e;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
}

p {
  font-family: Univers, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#container img {
  width: 100%;
}

#about-mick {
  margin-top: 50px;
}

footer p {
  font-size: 16px;
}

footer hr {
  opacity: 0.3;
}

#endorsements-mobile {
  display: none;
}

#committee-appointments-mobile {
  display: none;
}

#navigation-mobile {
  display: none;
}

#donate-mobile {
  display: none;
}

#awards-involvement {
    display: block;
    margin-top: 50px;
  }
  
  #district-map-mobile {
      display: none;
  }
  
 .inline-photo {
     width: 100%; 
     max-width: 200px; 
     display: inline; 
     float: left; 
     margin-right: 16px; 
     margin-bottom: 16px;
 }





@media screen and (max-width:780px) {
  
  #logo {
    width: 220px;
    margin-left: 20px;
  }
  
  #header-bar {
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
  }
  
  #banner {
    margin-top: -100px;
  }
  
  h3 {
    font-size: 16px;
    margin-top: 6px;
  }
  
  #sidebar {
    width: 184px;
  }
  
  #container {
    margin-left: 224px;
  }
  
   .inline-photo {
     width: 100%; 
     max-width: 500px; 
     display: block; 
     float: none; 
     margin-right: 0px; 
     margin-bottom: 16px;
 }
  
}

@media screen and (max-width:600px) {
  
  #logo {
    width: 240px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #header-bar {
    height: 240px;
    background-color: rgba(255, 255, 255, 1);
  }
  
  #social-media {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    margin-top: -4px;
  }
  
  #header-donation-link {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
    text-align: center;
  }
  
  h3 {
    font-size: 15px;
    margin-top: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  #banner {
    margin-top: -40px;
  }
  
  #sidebar {
    display: none;
  }
  
  #container {
    margin-left: 0px;
  }
  
  #navigation-mobile {
    display: block;
    background-color: #26385e;
    padding: 20px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: -10px;
  }
  
  #navigation-mobile p {
    margin-top: 0;
    margin-bottom: 0;
  }

  #navigation-mobile a {
    font-family: Univers, sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
  }
  
  #navigation-mobile a:hover {
    opacity: 0.7;
  }
  
  #committee-appointments-mobile {
    display: block;
    margin-top: 50px;
  }
  
  #endorsements-mobile {
    display: block;
    margin-top: 50px;
  }
  
  #contact-left {
    float: none;
  }

  #contact-right {
    float: none;
    text-align: left;
  }
  
  #district-map-mobile {
      display: block;
  }
  
}



