/*********** foundational styles ***********/
.company-logo-text {
  font-family: logo;
  font-size: 69px;
  color: #ffffff;
  text-shadow: 0px 3px 3px #000000;
}

body {
  background: #ffffff;
}

a {
  color: #fff000;
  line-height: 27px;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffffff;
}
.text-link {
  color: #ffab11 !important;
}
.text-link:hover {
  color: #0c141a !important;
}

h1 {
  font-family: arial;
  font-size: 36px;
  font-weight: bold;
  color: #0c141a;
}

h3 {
  font-family: arial;
  font-size: 43px;
  color: #ffffff;
  text-shadow: 0px 3px 3px #0c141a;
  text-align: center;
}
.h3-alt {
  font-family: arial;
  font-size: 43px;
  color: #0c141a;
  text-shadow: 0px 3px 0px #ffffff;
  text-align: left;
}
.h3-alt-2 {
  font-family: arial;
  font-size: 43px;
  color: #0c141a;
  text-shadow: 0px 3px 0px #ffffff;
  text-align: center;
}

p {
  font-family: arial;
  font-size: 18px;
  margin-bottom: 0px;
}

@font-face {
  font-family: arial;
  src: url("../css/fonts/arial.ttf");
}
@font-face {
  font-family: logo;
  src: url("../css/fonts/logo.ttf");
}

ul {
  margin-left: 0px;
}

.indent-text {
  text-indent: 50px;
}

.row .row {
  margin-left: 0px;
  margin-right: 0px;
}

.columns-alt {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
.columns-alt-2 {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
.columns-date {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
.columns-date-alt {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

.sexy-line {
  margin: 25px 0;
  height: 2px;
  background: transparent;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    to(white),
    color-stop(50%, #0c141a)
  );
  border-bottom: 0px solid #ffffff;
  margin-top: 0px;
  margin-bottom: 13px;
}
.sexy-line-alt {
  margin: 25px 0;
  height: 2px;
  background: transparent;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    to(white),
    color-stop(50%, #ffab11)
  );
  border-bottom: 0px solid #ffffff;
  margin-top: 0px;
  margin-bottom: 13px;
}

/*********** content styles ***********/

#home {
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position-y: bottom;
  height: 690px;
}
#conversion-vans {
  background-image: url("../img/conversion-vans-hero.jpg");
  background-size: cover;
  background-position: bottom;
  height: 540px;
}
#passenger-vans {
  background-image: url("../img/passenger-van-hero.jpg");
  background-size: cover;
  background-position: center;
  height: 540px;
}

#notification-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 5px;
  background-color: #ffab11;
}
.notification-text {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  margin: 0;
}
.notification-text a {
  color: #000;
  font-weight: bold;
}
.notification-text a:hover {
  color: #FFF;
}



.home-hero-text {
  margin-top: 292px;
  text-align: right;
  background: url("../img/pattern.png") 6% repeat,
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(12, 20, 26, 0.5));
  background-size: 6%;
  padding-top: 23px;
  padding-bottom: 54px;
  border: solid 2px #ffffff;
}
.alt-hero-text {
  margin-top: 251px;
  text-align: center;
  background: url(../img/pattern.png) 6% repeat,
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(12, 20, 26, 0.5));
  background-size: 6%;
  padding-top: 23px;
  padding-bottom: 23px;
  border: solid 2px #ffffff;
}

.city-text {
  color: #ffffff;
  font-size: 57px;
  font-weight: bold;
  text-shadow: 0px 3px 5px #ffab11, 3px 0px 5px #ffab11, -3px 0px 5px #ffab11,
    0px -3px 5px #ffab11;
}
.under-city {
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
}
.conversion-vans-text {
  color: #ffffff;
  font-size: 57px;
  font-weight: bold;
  text-shadow: 0px 3px 5px #ffab11, 3px 0px 5px #ffab11, -3px 0px 5px #ffab11,
    0px -3px 5px #ffab11;
}
.passenger-vans-text {
  color: #ffffff;
  font-size: 57px;
  font-weight: bold;
  text-shadow: 0px 3px 5px #ffab11, 3px 0px 5px #ffab11, -3px 0px 5px #ffab11,
    0px -3px 5px #ffab11;
}
.home-vans-hero {
  margin-top: 190px;
}
.van-options {
  margin-top: 36px;
}
.conversion-option-edit {
  width: 75%;
  margin-top: 32px;
}
.passenger-option-edit {
  width: 75%;
  margin-top: 32px;
}
a.van-type-title {
  display: block;
  width: 100%;
  font-size: 23px;
  color: #000000;
  margin-top: 32px;
}
a.van-type-title:hover {
  color: #1d282d;
}
.conversion-van-hero {
  margin-top: 43px;
}
.passenger-van-hero {
  margin-top: 43px;
}

#header {
  background: #ffffff;
  position: relative;
  background: rgba(255, 255, 255, 1);
}
#home-header-menu {
  display: none;
}
.top-nav {
  display: block;
  height: 43px;
  background: #1d282d;
}
.home-nav {
  position: relative;
  border-bottom: solid 2px #ffffff;
  background: url("../img/pattern.png") 6% repeat,
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(12, 20, 26, 0.5));
  background-size: 6%;
}
.header-logo {
  padding-top: 43px;
  padding-bottom: 27px;
}
.header-social {
  margin-top: 9px;
  margin-bottom: 0px;
  text-align: center;
  margin-left: 0px;
}
.header-social li {
  display: inline;
  margin-left: 11px;
  margin-right: 11px;
}
.header-social ul {
  margin-left: 0px;
}
.tripadvisor {
  width: 36px;
  margin-left: 10px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 27px;
}
.tripadvisor:hover {
  fill: #ffab11;
}
.facebook {
  width: 36px;
  margin-left: 10px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 23px;
}
.facebook:hover {
  fill: #ffab11;
}
.yellow-pages {
  width: 36px;
  margin-left: 10px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 23px;
}
.yellow-pages:hover {
  fill: #ffab11;
}
.yelp {
  width: 36px;
  margin-left: 10px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 23px;
}
.yelp:hover {
  fill: #ffab11;
}
.google-plus {
  width: 36px;
  margin-left: 10px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 23px;
}
.google-plus:hover {
  fill: #ffab11;
}
.header-cta {
  padding-left: 87px;
}
.header-buttons {
  text-align: right;
  margin-bottom: 0px;
}
.header-buttons li {
  display: inline;
  margin: 13px;
}
.header-buttons ul {
  margin-left: 0px;
}
.cta-text {
  font-size: 23px;
  font-family: arial;
  color: #000000;
  text-align: center;
}

.cta-buttons {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-buttons li {
  display: inline;
  margin: 23px;
}
.header-contact-buttons {
  width: 151px;
  height: 27px;
  background: #ffffff;
  border: solid 2px #ffab11;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 0px !important;
  color: #000000;
  font-size: 18px;
}
.header-contact-buttons:hover {
  background: #ffab11;
  border: solid 2px #ffffff;
  box-shadow: 0px 0px 5px #000000;
  color: #0c141a;
}

#header {
  padding-bottom: 23px;
  background: #ffffff;
}

.nav-buttons {
  text-align: right;
  margin-top: 23px;
  margin-bottom: 0px;
}
.nav-buttons li {
  display: inline;
  position: relative;
  float: left;
  font-family: arial;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  margin: 21px;
}
.nav-buttons li a {
  color: #ffffff;
  text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000;
}
.nav-buttons li a:hover {
  color: #ffab11;
}
.dropdown.menu .submenu {
  background: #0c141a !important;
}
.sub-nav-buttons li {
  display: inline;
  float: left;
  font-family: arial;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 21px 0 !important;
}
.sub-nav-buttons li a {
  color: #ffffff;
  text-shadow: 0px 2px 1px #000000, 2px 0px 1px #000000;
}
.sub-nav-buttons li a:hover {
  color: #ffab11;
}

#hero {
  height: 230px;
}
.over-home-hero {
  margin-top: 147px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 13px;
  padding-bottom: 32px;
}

#home-about {
  padding-top: 50px;
  padding-bottom: 72px;
}
#alt-about {
  padding-top: 50px;
  padding-bottom: 72px;
}

.gallery-image {
  border: solid 4px #0c141a;
  background-image: url("/img/gallery-thumbnail.jpg");
  text-align: center;
  height: 230px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
.gallery-image-2 {
  border: solid 4px #0c141a;
  background-image: url("/img/gallery-thumbnail-2.jpg");
  text-align: center;
  height: 230px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
.gallery-image-3 {
  border: solid 4px #0c141a;
  background-image: url("/img/gallery-thumbnail-3.png");
  text-align: center;
  height: 230px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
.gallery-image:hover {
  border: solid 4px #ffab11;
}
.gallery-image-3:hover {
  border: solid 4px #ffab11;
}
.gallery-image-3:hover {
  border: solid 4px #ffab11;
}
.view-gallery-text {
  font-size: 27px;
  font-family: arial;
  color: #0c141a;
  margin-top: 23px;
}
.view-gallery-text:hover {
  color: #ffab11;
}

#value-icons-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/img/comfort-and-style-bg.jpg");
  background-size: cover;
}
.value-icons {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.value-icons li {
  display: inline-block;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.value-individual-1 {
  margin: 0px;
  background: url(../img/value-1.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-2 {
  margin: 0px;
  background: url(../img/value-2.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-3 {
  margin: 0px;
  background-size: contain;
  background: url(../img/value-3.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-4 {
  margin: 0px;
  background: url(../img/value-4.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-5 {
  margin: 0px;
  background: url(../img/value-5.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-6 {
  margin: 0px;
  background: url(../img/value-6.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-7 {
  margin: 0px;
  background: url(../img/value-7.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-8 {
  margin: 0px;
  background: url(../img/value-8.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.value-individual-9 {
  margin: 0px;
  background: url(../img/value-9.jpg);
  background-size: contain;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.passenger-value-individual-1 {
  margin: 0px;
  background: url(../img/p-van-1.jpg);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.passenger-value-individual-2 {
  margin: 0px;
  background: url(../img/p-van-2.jpg);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.passenger-value-individual-3 {
  margin: 0px;
  background: url(../img/p-van-3.jpg);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.passenger-value-individual-4 {
  margin: 0px;
  background: url(../img/p-van-4.jpg);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.passenger-value-individual-5 {
  margin: 0px;
  background: url(../img/p-van-5.jpg);
  background-size: cover;
  background-position: center;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1000;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.round-bottom {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.hover-text {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.69);
  font-weight: bold;
  color: #ffffff;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  font-size: 15px;
}

#rates-section {
  padding-top: 50px;
  padding-bottom: 72px;
  background: #ffffff;
}
.rates-box {
  width: 360px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px rgba(12, 20, 26, 0.5);
  box-shadow: -2px 2px 2px #0c141a;
  margin-bottom: 23px;
}
.rates-title {
  background: #0c141a;
}
.rate-time {
  font-size: 27px;
  font-weight: bold;
  font-family: arial;
  color: #0c141a;
}
.rate-price {
  font-size: 27px;
  font-style: italic;
  font-family: arial;
  color: #0c141a;
}
.limits {
  font-size: 15px;
  color: #878787;
  padding-left: 50px;
  padding-right: 50px;
}
.price-note {
  display: block;
  font-size: 15px;
  color: #878787;
}
.row-alt {
  margin-left: 23px;
  margin-top: 27px;
  margin-bottom: 27px;
}

#contact-form-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../img/pattern.png") 6% repeat,
    linear-gradient(rgba(0, 0, 0, 1), rgba(12, 20, 26, 0.5)),
    url("../img/space-truckin.jpg");
  background-size: 6%, cover, cover;
}
.contact-form-title {
  text-align: center;
  font-family: arial;
  font-weight: bold;
  font-size: 32px;
  color: #ffab11;
  text-shadow: none;
}
.contact-form-inputs {
  font-family: arial;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
}
.form-width {
  padding-left: 13px;
  padding-right: 13px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 210px;
  height: 32px;
  background: #ffffff;
  border: solid 2px #ffab11;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #000000;
  font-size: 18px;
}
button,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #ffab11;
  border: solid 2px #ffffff;
  box-shadow: 0px 0px 5px #000000;
  color: #0c141a;
}
html input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: arial;
  font-size: 1rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
::-webkit-input-placeholder {
  color: #cacaca;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
input,
select,
textarea {
  color: #ffffff;
}
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: arial;
  line-height: normal;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca !important;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.27) !important;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0s, border-color 0s ease-in-out !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.name-text {
  width: 220px;
  float: left;
}
.name-text-alt {
  width: 220px;
  float: left;
  margin-left: 12px;
}
.return-text {
  text-align: right;
}
.destination-input {
  width: 230px;
  margin-left: 4px !important;
}
.passengers-select {
  width: 82px;
}

.google-calendar {
  margin-top: 75px;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  text-align: center;
}
.cta-contact-button {
  width: 151px;
  height: 32px;
  background: #0c141a;
  border: solid 2px #ffab11;
  border-radius: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: #ffffff;
  font-size: 18px;
}
.cta-contact-button:hover {
  background: #ffffff;
  border: solid 2px #ffab11;
  box-shadow: 0px 0px 5px #000000;
  color: #0c141a;
}

/*********** footer styles ***********/

#top-footer {
  width: 100%;
  background: url("../img/footer-pattern.png");
  background-size: 6%;
  background-repeat: repeat;
  padding-top: 23px;
  padding-bottom: 32px;
}
.footer-logo {
  padding-top: 63px;
}
.footer-address-title {
  font-family: arial;
  font-weight: bold;
  font-size: 23px;
  color: #ffab11;
  margin-top: 20px;
}
.footer-address {
  display: block;
  margin-top: 21px;
  font-family: arial;
  font-size: 18px;
  color: #ffffff;
}
.footer-address:hover {
  color: #ffab11;
}
.footer-social {
  margin-top: 23px;
  margin-bottom: 18px;
  text-align: center;
}
.footer-social li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  height: 56px;
}
.footer-icons {
  width: 36px;
  margin-left: 36px;
  margin-top: 12px;
  margin-bottom: -4px;
  fill: #ffffff;
  height: 27px;
}
.footer-icons:hover {
  fill: #ffab11;
}
.footer-contact-title {
  font-weight: bold;
  color: #ffffff;
  margin-top: 7px;
}
.footer-contact {
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffab11;
}
.footer-contact:hover {
  font-family: arial;
  font-size: 18px;
  color: #ffffff;
}
.footer-address {
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
.footer-address:hover {
  color: #ffab11;
}

#bottom-footer {
  padding-top: 13px;
  width: 100%;
  background: #000000;
}
#copyright {
  font-family: arial;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.23);
  padding-bottom: 13px;
}

#unavailable-banner {
  background-color: #eb3a42;
  padding: 30px;
}
#unavailable-banner p {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.gallery-links-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.single-gallery-link {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
}
.single-gallery-link:hover {
  color: #ffab11;
}