body,
html {
  height: 100%;
  font-family: 'Arimo', sans-serif;
}

button {
  border-radius: 1rem;
}

.btn {
  border-radius: 1rem;
}

.slogan {
  background-color: #c80d29;
  text-align: center;
  padding: 7rem 0;
  color: #ffffff;
}

.center {
  text-align: center;
}

.images {
  padding: 2rem 0;
}

.images #companyProfile {
  text-align: left;
}

.images #awards img {
  width: 22rem;
  height: auto;
  cursor: default;
}

.images #services {
  padding: 4rem 0;
}

.images .col-lg-6 {
  padding-top: 2rem;
}

.images .underline:hover {
  text-decoration: underline;
}

.images h1 {
  text-align: center;
}

.images img {
  height: 10rem;
  width: 10rem;
  cursor: pointer;
}

.images a {
  cursor: pointer;
  color: #c80d29;
  font-size: 1.5rem;
}

.images a:hover {
  text-decoration: none;
}

#accouting, #insurance {
  text-align: center;
  vertical-align: middle;
  font-size: 6.5rem;
  text-shadow: #000000 0.3rem 0.3rem 0.12rem;
  color: #ffffff;
  background-color: #c80d29;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
}

#accouting, #insurance {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

#accouting:hover, #insurance:hover {
  -webkit-transform: translate(0, -1rem);
          transform: translate(0, -1rem);
}

#accouting {
  display: inline-block;
}

#insurance {
  display: inline-block;
}

#contactForm {
  color: #ffffff;
  padding: 2rem 0;
  background-color: #c80d29;
}

#contactForm .btn-primary {
  color: #ffffff;
  background-color: transparent;
  border: 0.15rem solid #ffffff;
  margin-top: 1rem;
}

#contactForm .btn-primary:hover {
  color: #c80d29;
  background-color: #ffffff;
  border: 0.15rem solid #ffffff;
}

#workWithUs {
  padding: 2rem 0;
}

#career {
  padding-bottom: 2rem;
}

#textArea {
  margin-top: 2rem;
}

#contactSubmit {
  width: 100%;
  border-radius: 0.3rem;
}

#googleMaps {
  height: 65%;
  width: 100%;
  padding-top: 7.53rem;
  margin-bottom: -0.46rem;
  border: none;
}

.contactGMaps {
  padding-bottom: 1rem;
}

.contactGMaps #googleMapsFrame {
  height: 100%;
  width: 100%;
  border: none;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #000000 0.18rem 0.05rem 0.1rem;
}

.navbar li:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.navbar a {
  color: #ffffff !important;
  font-size: 0.9rem;
}

.navbar a img {
  height: 10vh;
  width: 30vh;
}

.navbar.scrolled {
  color: #ffffff !important;
  background-color: #c80d29 !important;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.navbar.scrolled .nav-link {
  color: #ffffff !important;
}

.navbar.scrolled .navbar-brand {
  color: #ffffff !important;
}

.navbar.scrolled li:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

#backgroundCarousel .carousel-item img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#backgroundCarousel .carousel-caption {
  top: 50vh;
  right: 80vh;
  bottom: auto;
  color: #ffffff;
  text-shadow: 0px 0px 20px black;
}

#backgroundCarousel .carousel-caption .btn-primary {
  background-color: transparent;
  border: 3px solid #c80d29;
}

#backgroundCarousel .carousel-caption .btn-primary:hover {
  background-color: #c80d29;
  border: 3px solid #c80d29;
}

@media screen and (max-width: 767px) {
  .carousel-control-next, .carousel-control-prev {
    top: 92px;
  }
  .carousel-item img {
    margin-top: 92px;
    height: 35vh !important;
  }
  #backgroundCarousel .carousel-caption {
    top: 32vh;
    left: 0;
    right: 0;
  }
}

#customers {
  padding-bottom: 2rem;
}

#customers .container {
  padding-top: 2rem;
}

#customers .row {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#customers img {
  height: 8vh;
  width: 25vh;
}

#customers .sidePadding {
  padding-right: 0.7rem;
}

#customers .col-xs-4 {
  float: left;
}

#cards {
  padding-top: 2rem;
}

.card {
  border: none;
  margin: 3rem 0;
  background-color: transparent;
  text-align: center;
}

.card .btn-primary {
  background-color: #c80d29;
  border: 3px solid #c80d29;
}

.card .btn-primary:hover {
  background-color: #2a4e92;
  border: 3px solid #2a4e92;
}

.parallax {
  background-image: url("../img/parallax/Drapetsona.jpg");
  min-height: 25rem;
  height: 1vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax h1 {
  padding-top: 18vh;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

#aboutUsParallax {
  background-image: url("../img/parallax/Drapetsona.jpg");
  height: 65%;
}

#aboutUsParallax h1 {
  text-shadow: #000000 0.18rem 0.18rem 0.12rem;
  vertical-align: middle;
  padding-top: 25vh !important;
  color: #ffffff;
}

#aboutUs {
  padding: 2rem 0;
}

#aboutUs h1 {
  text-align: center;
  text-transform: uppercase;
}

#aboutUsSlogan {
  padding: 3rem 0;
}

.slogan .btn-primary {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.slogan .btn-primary:hover {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #c80d29;
}

#accountingParallax {
  background-image: url("../img/parallax/Drapetsona.jpg");
  height: 65%;
}

#accountingParallax h1 {
  text-shadow: #000000 0.18rem 0.18rem 0.12rem;
  vertical-align: middle;
  padding-top: 25vh !important;
  color: #ffffff;
}

#accountingServices {
  padding: 2rem 0;
}

#accountingServices h1 {
  text-align: center;
  text-transform: uppercase;
}

#accordion {
  text-align: center;
  padding-bottom: 2rem;
}

#accordion .card {
  margin: 0;
}

#accordion .card-header {
  background-color: #c80d29;
}

#accordion .card-header button {
  color: #ffffff;
}

#accordion .card-body {
  display: inline-block;
}

#accordion .card-body li {
  text-align: left;
}

#accordion .card-body p {
  text-align: left;
}

#insuranceServices {
  padding: 2rem 0;
}

#insuranceServices h1 {
  text-align: center;
  text-transform: uppercase;
}

#usefulLinks {
  padding: 2rem 0;
}

#usefulLinks a {
  text-decoration: none;
  color: #c80d29;
}

#usefulLinks a:hover {
  text-decoration: underline;
  color: #c80d29;
}

#usefulLinksSlogan {
  padding: 3rem 0;
}

.gallery {
  margin-top: 9rem !important;
}

.gallery h1 {
  text-align: center !important;
}

.gallery:hover {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.footer {
  background-color: #0a1b2d;
  text-align: left;
  color: white;
  padding: 2rem 0 2rem 0;
}

.footer a {
  color: #ffffff;
  display: block;
  background-color: transparent;
  margin-bottom: 1rem;
}

.footer a:hover {
  text-decoration: none;
  color: #c80d29;
}

.footer h6 {
  text-align: center;
}

.footer #domusoft {
  display: inline;
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .col-md-4 {
    padding: 2rem 0;
  }
  .footer .col-md-4 #usefulLinksFooter {
    padding-top: 4rem;
  }
}
