/*------------------ @constants ------------------*/
/*------------------ @reset ------------------*/
body, html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body, h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, legend,
input, button, select, textarea, dl, dd, dt, hr, table, thead, tbody, tfoot, tr, th, td, figure {
  margin: 0;
  padding: 0;
}

address, cite, caption {
  font-style: normal;
}

caption, th {
  text-align: left;
}

ol, ul {
  margin: 0;
  margin-left: 0;
}

a, button {
  outline: 0;
}

@font-face {
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------------ @CSS ------------------*/
.wrap {
  color: #53585F;
}

::-moz-selection {
  background: none;
  color: #f2385a;
}

::selection {
  background: none;
  color: #f2385a;
}

body {
  font-size: 100%;
}

h1 {
  font-family: 'Open Sans';
  font-size: 3.375rem;
  letter-spacing: -.125rem;
  margin: 1.5rem 0;
  -webkit-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

h2 {
  font-family: 'Open Sans';
  font-size: 3rem;
  letter-spacing: -.125rem;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

h3 {
  font-family: 'Open Sans';
  font-size: 2.25rem;
  letter-spacing: -.125rem;
}

p {
  font-family: 'PT Sans';
  font-size: 1.125rem;
  line-height: 1.35;
}

span {
  font-family: 'PT Sans';
  font-size: 1.125rem;
  line-height: 1.35;
}

a {
  -webkit-transition: color 0.25s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, opacity 0.2s ease-in-out;
  color: #53585F;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #f2385a;
}

/*------------------ @HOMEPAGE ------------------*/
/*------------------ @HOMEPAGE ------------------*/
/*------------------ @HOMEPAGE ------------------*/
.intro_container {
  margin-top: 8rem;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.wave {
  display: inline-block;
}

.about_content {
  max-width: 45rem;
  margin: 0 auto;
}

.about_content p {
  font-family: 'PT Sans';
  font-size: 1.75rem;
  margin: 4rem 0;
}

.about_content p a {
  position: relative;
  color: #f2385a;
  text-decoration: none;
}

.about_content p a:hover {
  color: #f2385a;
}

.about_content p a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f2385a;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.about_content p a:hover::before {
  transform: scaleX(1);
}

.portfolio {
  position: relative;
  padding-top: 4rem;
  width: 100%;
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s ease;
}

.small {
  flex: 1 50%;
}

.large {
  text-align: center;
  flex: 1 100%;
}

.portfolio .project_container {
  position: relative;
  max-width: 67.5rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}

.portfolio .project_container .project {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
  min-height: 30rem;
}

.portfolio .project_container .project a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.project_bg {
  animation: fade-In 0.6s ease-out;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.project:hover .project_bg {
  transform: scale(1.05);
}

.large .project_headline {
  z-index: 10;
  position: relative;
  margin: auto;
  text-align: left;
  margin-top: 5rem;
  min-height: initial;
  max-width: 16rem;
}

#Placecards .project_headline {
  color: #FFFFFF;
}

#Placecards #Windows {
  position: relative;
  right: 0;
  top: 0;
  width: 2.25rem;
  float: left;
  padding-top: 1rem;
  padding-right: 1rem;
}

.placecards_title {
  max-width: 360px;
  margin: 0 auto;
}

#Redwood #Oracle {
  position: relative;
  right: 0;
  top: 0;
  width: 4rem;
  float: left;
  margin-top: 1rem;
  padding-right: 1rem;
}

.redwood_title {
  max-width: 640px;
  margin: 128px auto 0;
}

#Redwood .project_headline {
  color: #FFFFFF;
  max-width: 720px;
}

.project_text {
  z-index: 5;
}

.large .project_text {
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
  color: #FFFFFF;
  max-width: 34%;
  position: relative;
  margin-top: 2rem;
}

.small .project_headline {
  z-index: 10;
  position: relative;
  width: 50%;
  margin-top: 4rem;
}

.small .project_text {
  text-align: left;
  color: #FFFFFF;
  padding-top: 2rem;
  max-width: 75%;
  position: relative;
}

#filterSort .project_headline {
  color: #53585F;
  width: 374px;
}

#atPlace, #Virtuoso, #Loop .project_headline {
  color: #FFFFFF;
}

#hundred .project_headline {
  max-width: 32rem;
  margin-top: 6rem;
  text-align: center;
}

#filterSort, #filterSort .project_text, #hundred .project_text {
  color: #53585F;
}

.project .overlay, .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
}

.resume_container {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 4rem;
}

.jobText {
  padding-top: 36px;
}

.jobText p {
  margin-top: 16px;
}

.job {
  font-family: 'PT Sans';
  font-size: 1.5rem;
}

.job p {
  font-weight: 400;
}

.job:not(:last-of-type) {
  padding-bottom: 2.5rem;
}

#paperResume a {
  font-size: 18px;
}

.pill {
  font-family: 'PT Sans';
  border-radius: 50px;
  border: 1px solid #d8e0ec;
  background-color: #F9FAFD;
  font-size: 1rem;
  padding: 4px 16px;
  margin-left: 8px;
  font-weight: 400;
}

.footer {
  padding: 64px 0 32px;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 24px;
  font-weight: 700;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  opacity: .8;
}

.social_links {
  width: calc(8/12 * 100%);
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.social_links .link {
  display: inline-block;
  margin-bottom: .5rem;
}

.social_links .link:not(:last-of-type) {
  margin-right: 1.5rem;
}

.copyright {
  font-size: .875rem;
}

#mail {
  color: #f2385a;
}

#linkedin {
  color: #006CAC;
}

#dribbble {
  color: #ea4c89;
}

#twitter {
  color: #1A97F0;
}

.Windows {
  position: absolute;
  left: 33.3333333334%;
  top: 30%;
}

.Blue_Rect, .Yellow_Rect {
  padding-top: 20px;
}

.Green_Rect, .Yellow_Rect {
  padding-left: 20px;
}

#Oracle {
  margin-top: 2rem;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#map {
  position: absolute;
  right: 33.8888888888889%;
  top: 48.75%;
}

#poi {
  position: relative;
  float: right;
  padding-right: .5rem;
  padding-top: 5rem;
}

#Windows {
  position: absolute;
  right: -5.5%;
  top: -6.5%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#ampersand {
  position: absolute;
  right: -5.5%;
  bottom: -6.5%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#filter {
  position: absolute;
  right: -5.5%;
  top: 5%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#sort {
  position: absolute;
  right: 10%;
  bottom: -3.5%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#Virtuoso_logo {
  position: absolute;
  right: -12.5%;
  top: -12.5%;
  width: 45%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#Loop_logo {
  position: absolute;
  right: -7.5%;
  top: -7.5%;
  width: 35%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#Garrick {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}

#Garrick img {
  width: 100%;
}

#Garrick:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

/*------------------ @PROJECTS ------------------*/
/*------------------ @PROJECTS ------------------*/
/*------------------ @PROJECTS ------------------*/
.hero_container {
  position: relative;
  height: 60vh;
  overflow: hidden;
  width: 100%;
  webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.hero_overlay {
  height: inherit;
  transition: background-color 0.5s ease;
  z-index: 2;
}

.content_container {
  width: 67.5rem;
  height: inherit;
  margin: 0 auto;
}

.project_intro {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  z-index: 10;
  text-align: center;
  width: 75%;
}

.project_intro h1 {
  margin-top: 0;
  font-size: 4rem;
  letter-spacing: -.15rem;
}

.project_intro p {
  font-size: 1.5rem;
}

.project_container {
  position: relative;
  width: 100%;
  webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

.project_details {
  position: relative;
  overflow: hidden;
  max-width: 67.5rem;
  margin: 0 auto;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

.row {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.row p {
  padding: 1rem 0;
}

.col_2_left {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 4rem;
}

.col_2_right {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 4rem;
  padding-left: 1rem;
}

.spacer_L {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 14rem;
}

.spacer_S {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 7rem;
}

.col_F {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.col_F .title {
  text-align: center;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 2.25rem;
  padding-bottom: 3rem;
}

.col_F p {
  width: 75%;
  margin: 0 auto;
}

.col_F ul {
  list-style-type: circle;
  font-family: 'PT Sans';
  font-size: 1.125rem;
  width: 75%;
  margin: 0 auto;
}

.title {
  padding-bottom: .5rem;
  font-size: 1.5rem;
  font-family: 'PT Sans';
  font-weight: 700;
  color: #53585F;
}

.subtitle {
  font-family: 'PT Sans';
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.col_2_left ul, .col_2_right ul {
  padding-left: 1.25rem;
  list-style-type: circle;
  font-family: 'PT Sans';
  font-size: 1.125rem;
}

blockquote {
  border-left: 8px solid #f2385a;
  line-height: 2rem;
  margin: 3rem auto;
  padding: 2rem 3rem;
  font-family: 'PT Serif';
  font-size: 1.5rem;
  width: 40rem;
  background: #EDEDED;
}

.pic_col_2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  height: inherit;
  text-align: center;
}

.gif_text {
  margin-bottom: 16px;
}

.left {
  padding-right: 1rem;
}

.right {
  padding-left: 1rem;
}

.process_img.tall {
  height: 100%;
  width: auto;
}

.pic_col_2.right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clearfix {
  overflow: auto;
}

.pic_col_F {
  text-align: center;
  box-sizing: border-box;
}

.bold {
  font-weight: 700;
}

.body_text .survey {
  list-style-type: none;
  padding-left: 0;
}

.body_text .survey i {
  padding-right: 1rem;
  float: left;
}

.body_text .survey i.fa-check-circle {
  color: #13B755;
}

.body_text .survey i.fa-times-circle {
  color: #B71313;
}

.body_text .survey i.fa-exclamation {
  color: #3F3250;
}

.body_text .survey li {
  padding-left: 34px;
  padding-bottom: 1rem;
  position: relative;
  top: -2px;
}

.video {
  padding-top: 0;
}

.process_img {
  width: 99%;
  height: auto;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 0;
}

div.gif_background {
  content: url("images/SelectSingleBackground.jpg");
}

#gif {
  position: relative;
  display: block;
  top: 0;
  left: 0;
}

.gif {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: auto;
}

.input_search {
  width: 75%;
}

.deliverables {
  max-width: 21rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'PT Sans';
  margin: 0 auto;
}

.deliverables li {
  display: inline-block;
}

.deliverables li:not(:last-of-type) {
  margin-right: 4rem;
}

.project_nav {
  margin: 2rem 0 1.5rem;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  overflow: hidden;
  font-family: 'PT Sans';
}

.project_nav h5 {
  font-size: 1.5rem;
}

.project_nav h6 {
  font-size: 1rem;
}

.project_nav i {
  position: absolute;
  color: #53585F;
  top: 50%;
  transform: translateY(-50%);
}

.project_nav .prev {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-right: 2px solid #CCCCCC;
  padding: 48px 32px 48px 7%;
  text-align: left;
}

.project_nav .prev i {
  left: 12px;
}

.project_nav .next {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 48px 7% 48px 32px;
  text-align: right;
}

.project_nav .next i {
  right: 12px;
}

#Redwood .project_bg {
  background-image: url("images/Redwood.jpg");
}

#Redwood .overlay, .Redwood, .Redwood .hero_overlay {
  background-color: rgba(38, 19, 15, 0.75);
}

.Redwood .bg {
  background: url("images/Redwood.jpg") 0% 50%/cover no-repeat;
  height: inherit;
}

#Placecards .project_bg {
  background-image: url("images/Placecards.jpg");
}

#Placecards .overlay, .Placecards, .Placecards .hero_overlay {
  background-color: #3076bc;
}

.Placecards .bg {
  background: url("images/Placecards.jpg") 0% 50%/cover no-repeat;
  height: inherit;
}

.Placecards #Windows, .Placecards #poi {
  position: initial;
  right: 0;
  top: 0;
  width: 4rem;
  margin-top: 2rem;
}

.Placecards #poi {
  padding-top: 0;
  float: none;
  height: 4rem;
  padding-left: 4rem;
  padding-right: 0;
}

#atPlace .project_bg {
  background-image: url("images/atPlace.jpg");
}

#atPlace .overlay, .atPlace, .atPlace .hero_overlay {
  background-color: #2B302C;
}

.atPlace .bg {
  background: url("images/atPlace.jpg") 0% 50%/cover no-repeat;
  height: inherit;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.atPlace #Windows, .atPlace #ampersand {
  position: initial;
  right: 0;
  top: 0;
  width: 4rem;
  margin-top: 2rem;
}

.atPlace #ampersand {
  padding-top: 0;
  float: none;
  height: 4rem;
  padding-left: 4rem;
}

#filterSort .project_bg {
  background-image: url("images/filterSort.jpg");
}

.filterSort, .filterSort .hero_overlay {
  background-color: rgba(202, 206, 205, 0.4);
}

.filterSort h1, .filterSort p {
  color: #53585F;
}

.filterSort .bg {
  background: url("images/filterSort.jpg") 0% 50%/cover no-repeat;
  height: inherit;
}

.filterSort #filter, .filterSort #sort {
  position: initial;
  right: 0;
  top: 0;
  width: 4rem;
  margin-top: 2rem;
}

.filterSort #sort {
  padding-top: 0;
  float: none;
  height: 4rem;
  padding-left: 4rem;
}

#Virtuoso .project_bg {
  background-image: url("images/Virtuoso.jpg");
}

#Virtuoso .overlay, .Virtuoso, .Virtuoso .hero_overlay {
  background-color: #CC3036;
}

.Virtuoso .bg {
  background: url("images/Virtuoso.jpg") 0% 50%/cover no-repeat;
  height: inherit;
}

.Virtuoso #Virtuoso {
  position: initial;
  right: 0;
  top: 0;
  width: 4rem;
  margin-top: 2rem;
}

#Loop .project_bg {
  background-image: url("images/Loop.jpg");
}

#Loop .overlay, .Loop, .Loop .hero_overlay {
  background-color: #2F3B42;
}

.Loop .bg {
  background: url("images/Loop.jpg") 0% 50%/cover no-repeat;
  height: inherit;
}

.Loop #Loop_logo {
  position: initial;
  right: 0;
  top: 0;
  width: 4rem;
  margin-top: 2rem;
}

#hundred .project_bg {
  background-image: url("images/100.jpg");
}

#hundred .overlay, .hundred, .hundred .hero_overlay {
  background-color: #DDDDDD;
}

.hundred .bg {
  background: url("images/100.jpg");
  height: inherit;
}

.hundred h1, .hundred p {
  color: #53585F;
}

.hundred_row {
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  padding: 2rem;
  height: 25rem;
}

.hundred_col {
  width: 50%;
  float: left;
  height: inherit;
}

.hundred_entry {
  margin-left: 1rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hundred_background {
  position: absolute;
  top: -25%;
  left: -5%;
  width: 100%;
  font-size: 20rem;
  font-family: 'Open Sans';
  color: rgba(83, 88, 95, 0.25);
}

.hundred_title {
  padding-bottom: .5rem;
  font-size: 3rem;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #36434b;
}

.entry_info {
  position: absolute;
  overflow: hidden;
  margin-top: 18%;
  left: 0;
  box-sizing: border-box;
  float: left;
  padding-left: 10%;
  padding-right: 2%;
  width: 60%;
}

.entry_pic {
  position: absolute;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  float: right;
  width: 40%;
  height: 100%;
}

@media all and (max-width: 1080px) {
  .project_details {
    margin: 0 1rem;
  }
  .project_intro h1 {
    font-size: 3rem;
  }
}

@media all and (max-width: 780px) {
  .small .project_headline {
    margin-top: 5rem;
  }
  .large .project_text {
    max-width: 68%;
  }
  .small .project_text {
    max-width: 50%;
  }
  .small {
    flex: 1 100%;
  }
  .project_bg {
    background-size: cover;
  }
  #Virtuoso_logo {
    width: 35%;
  }
  #Loop_logo {
    width: 30%;
  }
  .resume_container, .intro_container, .footer {
    margin: 0 1rem;
  }
  .row {
    padding: 1.5rem 0 0;
  }
  .project_details {
    margin: 0 0.5rem;
  }
  .col_2_left, .col_2_right, .pic_col_2 {
    width: 100%;
  }
  .col_2_left {
    padding-right: 0;
  }
  .col_2_right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
  }
  .left, .right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
  }
  .col_F.hundred_col_F {
    margin: 4rem 0;
  }
  .col_F {
    margin: 2rem 0;
  }
  .col_F .title {
    padding-bottom: 2rem;
  }
  .col_F p {
    width: 100%;
  }
  .col_F ul {
    width: 100%;
    padding-left: 0;
  }
  blockquote {
    padding: 1rem 1rem;
    font-size: 1.25rem;
    width: auto;
    margin: 0 auto;
  }
  .project_nav {
    margin: 1rem 0;
    margin-top: 4rem;
  }
  .project_nav .prev, .project_nav .next {
    width: 100%;
  }
  .project_nav .prev {
    border-bottom: 1px solid #CCCCCC;
    border-right: none;
    padding: 48px 32px 48px 18%;
  }
  .project_nav .next {
    padding: 48px 18% 48px 32px;
  }
  .atPlace .bg, .filterSort .bg {
    background-size: 75%;
  }
  .deliverables li:not(:last-of-type) {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .deliverables li {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .hundred_col {
    display: none;
  }
  .hundred_row {
    height: auto;
    margin: 1rem 0;
    padding: 1rem;
  }
  .hundred_row .pic_col_2.right {
    padding-top: 0;
  }
  .process_img.tall {
    height: auto;
    width: 100%;
  }
  .footer {
    padding: 2rem 0;
  }
}

@media all and (max-width: 480px) {
  .portfolio .project_container .project {
    padding-left: 24px;
    padding-right: 24px;
  }
  h1 {
    font-size: 3rem;
  }
  .intro_container {
    margin-top: 64px;
    margin-top: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .portfolio .small, .portfolio .large {
    flex: 1 100%;
    width: 100%;
  }
  .portfolio .small h2, .portfolio .large h2 {
    font-size: 2rem;
    letter-spacing: -.05rem;
  }
  .large .project_headline {
    text-align: left;
    max-width: 100%;
  }
  .large .project_text {
    max-width: 100%;
  }
  .small .project_text {
    max-width: 100%;
  }
  .placecards_title {
    max-width: 17.5rem;
  }
  #ampersand, #Virtuoso_logo, #Loop_logo {
    width: 40%;
  }
  #Windows, #filter, #sort {
    width: 30%;
  }
  .resume_container {
    margin: 0 1rem;
  }
  #Placecards #Windows {
    padding-top: .5rem;
  }
  #poi {
    padding-top: 3rem;
  }
  .footer {
    margin: 0 1rem;
  }
  .social_links {
    width: 100%;
  }
  .project_details {
    margin: 0 0.5rem;
  }
  .project_intro h1 {
    font-size: 2rem;
    letter-spacing: -.075rem;
    margin-bottom: 1rem;
  }
  .project_intro p {
    font-size: 1.25rem;
  }
  .Placecards #Windows, .Placecards #poi, .atPlace #Windows, .atPlace #ampersand, .Virtuoso #Virtuoso, .Loop #Loop_logo, .filterSort #filter, .filterSort #sort {
    width: 2rem;
    margin-top: 1rem;
  }
  .Placecards #poi, .atPlace #ampersand, .filterSort #sort {
    padding-left: 1rem;
    height: 2rem;
  }
  .atPlace .bg, .filterSort .bg {
    background-size: 50%;
  }
}
