@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700");
nav.homepage-nav {
  opacity: 0;
}

nav {
  min-height: 56px;
  background-color: #eee !important;
}
nav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #0068ea;
  border: 1px solid #0068ea;
}
nav .navbar-toggler:focus {
  outline: none;
}
nav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.9rem 0;
}
nav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
nav .navbar-nav .nav-item:active, nav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  nav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  nav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  nav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  nav .nav-link:active {
    color: white;
  }
  nav.navbar-shrink {
    opacity: 1 !important;
  }
  nav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  nav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 0.8rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  nav.navbar-shrink .nav-link:hover {
    color: #0068ea;
  }
  nav.navbar-shrink .nav-link:active {
    color: #00469e;
  }
  nav.navbar-shrink .nav-link.active {
    color: #0068ea !important;
    outline: none;
    border-bottom: 0.25rem solid #0068ea !important;
  }
}

.navbar-new-bottom.navbar-shrink {
  margin-top: 4%;
  background-color: #ddd !important;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 13rem 0 15rem;
  background: linear-gradient(to top, rgba(22, 22, 22, 0.5) 0%, rgba(22, 22, 22, 0.75) 75%, #161616 100%), url(../img/rr-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-size: 4rem;
}
.masthead a:focus, .masthead a:hover {
  color: white;
  opacity: 0.8;
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.btn-primary {
  background-color: #0068ea;
}
.btn-primary:hover {
  background-color: #0051b7;
}
.btn-primary:focus {
  background-color: #0051b7;
  color: white;
}
.btn-primary:active {
  background-color: #00469e !important;
}

.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #0068ea;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #0068ea;
    border-width: 0.25rem;
    width: 30%;
  }
}

.contact-section {
  padding: 5rem 0 0;
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #0068ea;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: "Varela Round";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #0068ea;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}

body, .masthead h1 {
  font-family: "Source Sans Pro", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: bold !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

#tweets-map {
  height: 500px;
}

.case {
  display: none;
  word-wrap: break-word;
}

.case.active {
  display: block;
}

.leaflet-popup-content {
  min-width: 300px;
}

.case span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.leaflet-right .info {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 20px;
}

.leaflet-right .info b {
  display: block;
}

.links line {
  stroke: #999;
  stroke-opacity: 0.3;
}

.linksTopics line {
  stroke: #999;
  stroke-opacity: 0.5;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

text {
  color: black;
  font-family: Source Sans Pro;
  font-size: 16px;
}

.link {
  stroke: #c1c1c1;
  pointer-events: all;
}

.node circle {
  pointer-events: all;
  stroke: #777;
  stroke-width: 1px;
}

a {
  color: #0068ea;
}
a:focus, a:hover {
  text-decoration: none;
  color: #003b84;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #0068ea !important;
}

.text-primary {
  color: #0068ea !important;
}

footer {
  padding: 2rem 0;
}

.emailEncoded:before {
  content: attr(data-website) "@" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

.media-img-holder {
  width: 200px;
  overflow: hidden;
  text-align: center;
  height: 400px;
}

.media-img-holder img {
  margin-left: -70%;
}

.awards-img {
  height: 120px;
  width: auto;
  margin: 20px;
  text-align: center;
  overflow: hidden;
}

.awards-img img {
  max-height: 120px;
  width: auto;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.emoji {
  width: 16px;
}

.homepage-logo {
  width: 220px;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  border-radius: 5px;
}

.homepage-logo.grey {
  background-color: #f6f6f6 !important;
}

.homepage-logo img {
  height: 100px;
  width: auto;
}

/*# sourceMappingURL=rr.css.map */
