 @font-face { font-family: gillSans; src: url('gill-sans-std/GillSansStd-Bold.otf'); }

.header {
   background-color: #000;
   padding: 15px;
   color: #fff;
   font-family: "gillSans";
}

.phoneNumber {
   display: inline-block;
}

.phoneNumber a {
   color: #fff;
   display: inline-block;
   text-decoration: none;
}

.phoneNumber i {
   color: #fff;
}

.phoneNumber p {
   margin: 0;
   display: inline-block;
}

.phoneNumberBig a{
   display: inline-block;
   font-size: 60px;
   font-family: "gillSans";
   color: #fff;
}

#shopName {
   font-size: 600%;
   font-family: "gillSans";
}

@media screen and (max-width: 600px) {
   #shopName {
      font-size: 200%;
      font-family: "gillSans";
   }

   .phoneNumberBig {
      display: inline-block;
      font-size: 30px;
      font-family: "gillSans";
      color: #fff;
   }
}

#headerText {
   margin-top: -10%;
}

nav {
   float: right;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 14px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    color: red;
}

.topnav .icon {
    display: none;
}

nav a {
   color: #fff;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a {
      float: left;
      display: none;
      color: #fff;
      text-align: center;
      padding-right: 25px;
      text-decoration: none;
      font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
     position: relative;
     float: none;
     text-align: center;
     padding-left: 35%;
     padding-right: 35%;
     padding-top: 10%;
     padding-bottom: 5%;
 }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav a {
      float: left;
      display: none;
      color: #fff;
      text-align: center;
      padding-right: 25px;
      text-decoration: none;
      font-size: 17px;
  }

  .topnav.responsive a {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

.logo {
   margin-top: 5px;
   width: 100vw;
}

#aboutSection {
   padding-top: 2%;
   padding-bottom: 2%;
}

#aboutSection h2 {
   padding: 10px 0 20px 0;
}

#serviceSection {
  background-color: #000;
  margin: 0;
  padding: 2% 0 2% 0;
  width: 100vw;
}

#serviceSection h2 {
  color: #fff;
  padding: 10px 0 20px 0;
}

#serviceSection img {
   height: 100px;
   margin-bottom: 5%;
}

#serviceSection p {
   color: #fff;
}

#serviceSection .row {
   margin: 0;
}

#gallerySection {
   padding: 2% 0 2% 0;
}

#gallerySection img {
   height: 70vh;
}

@media screen and (max-width: 600px) {
   #gallerySection img {
      height: 50vh;
   }
}

#gallerySection h2 {
   padding: 10px 0 20px 0;
}

#contactSection {
   background-color: #000;
}

#contactSection h2 {
   color: #fff;
}

#contactSection h3 {
   color: #fff;
}

#contactSection .row {
   margin: 0 !important;
   padding: 0 !important;
}

#contactSection .container-fluid {
   margin: 0 !important;
   padding-left: 0 !important;
   padding-right: 0 !important;
}

#contactSection ul li {
   color: #fff;
}

#contactHeader {
   padding-top: 50px !important;
}

ul li {
   color: #fff;
   float: left;
   list-style-type: none;
   margin: 0px 5px 0px 5px;
}

#map {
  padding: 0;
}

footer {
   background-color: #000;
   /*height: 30px;*/
   position: relative;
   bottom: 0;
}

footer p {
   color: #fff;
   display: inline-block;
   padding-top: 15px;
}

footer a {
   color: #fff;
}
