@import url("https://fonts.googleapis.com/css?family=Courgette&display=swap");
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #0b0c10;
          box-shadow: inset 0 0 5px #0b0c10;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #57dbd2;
  border-radius: 10px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #0b0c10;
  overflow-x: hidden;
  color: #fff;
  position: relative;
}

ul {
  list-style: none;
}

.main-btn {
  color: #0b0c10;
  text-decoration: none;
  background-color: #45a29e;
  padding: .4rem .6rem;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 #0b0c10;
          box-shadow: 0 0 10px 0 #0b0c10;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.2rem;
}

.main-btn:hover {
  background-color: #45a29e;
  border: 1px solid #1f2833;
}

.page-contents {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-page {
  background-color: #0b0c10;
  margin-top: 79px;
  border-bottom: 2px solid #57dbd2;
}

.home-page .index-hr {
  border: 1px solid #57dbd2;
  margin: 0 auto 1rem;
  width: 50%;
}

.home-page-hero {
  width: 100%;
  height: 300px;
  background: url(../img/index-hero.jpg) no-repeat center center/cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #45a29e;
}

.home-page-hero-content h2 {
  color: #fff;
  margin: 0 2rem;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  padding: .5rem;
  border-radius: 5px;
}

.home-page-hero-content .main-btn {
  margin-top: 1rem;
}

.home-page-hero-content .main-btn:hover {
  background-color: #45a29e;
  border: 1px solid #1f2833;
}

.home-page-services {
  background-color: #0b0c10;
  padding: 1rem;
  margin-bottom: 1rem;
}

.home-page-services .main-btn {
  margin: 1.5rem auto 0;
  display: block;
  text-align: center;
  width: 55%;
}

.home-page-services h3 {
  text-align: center;
  color: #57dbd2;
  font-family: 'Courgette';
  margin-bottom: .3rem;
  font-size: 1.3rem;
}

.home-page-services p {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 .8rem;
}

.home-page-services-services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}

.home-page-services-service {
  border: 2px solid #45a29e;
  padding: 1rem .5rem;
  text-align: center;
  background-color: #afafaf;
  -webkit-box-shadow: inset 0 0 6px 0 #000;
          box-shadow: inset 0 0 6px 0 #000;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.home-page-services-service i {
  font-size: 6rem;
  color: #1f2833;
  text-shadow: 0 0 5px #45a29e;
}

.home-page-services-service h4 {
  margin: .8rem 0 .5rem;
  color: #0a234b;
  font-size: 1.2rem;
}

.home-page-services-service p {
  color: #0b0c10;
  margin-bottom: 0;
  padding: 0 .5rem;
}

.home-page-extensions {
  background-color: #1f2833;
  width: 100%;
  padding: 1rem 1rem 2rem;
}

.home-page-extensions .main-btn {
  margin: 2rem auto 0;
  display: block;
  text-align: center;
  width: 55%;
}

.home-page-extensions h3 {
  text-align: center;
  font-family: 'Courgette';
  margin-bottom: .3rem;
  color: #57dbd2;
  font-size: 1.3rem;
}

.home-page-extensions p {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 .8rem;
}

.home-page-extensions-extensions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.5rem;
}

.home-page-extensions-extensions-ext img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #0b0c10;
  -webkit-box-shadow: 0 0 10px 0 #0b0c10;
          box-shadow: 0 0 10px 0 #0b0c10;
}

.home-page-extensions-extensions-ext h5 {
  text-align: center;
  margin: .5rem 0;
  font-size: 1.2rem;
  color: #45a29e;
}

.home-page-extensions-extensions-ext p {
  margin: 0;
  color: #afafaf;
  padding: 0 .5rem;
}

@media (min-width: 760px) {
  .home-page-hero-content h2 {
    width: 600px;
    margin: 0 auto;
    font-size: 2.1rem;
    padding: 1rem;
  }
  .home-page-services .main-btn {
    width: 30%;
  }
  .home-page-services-services {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  .home-page-services-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem;
  }
  .home-page-services-service p {
    padding: 0;
  }
  .home-page-extensions .main-btn {
    width: 30%;
  }
  .home-page-extensions-extensions {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  .home-page-extensions-extensions-ext p {
    padding: 0 1rem;
  }
}

@media (min-width: 1000px) {
  .home-page-hero {
    height: 350px;
  }
  .home-page-hero-content h2 {
    width: 700px;
    font-size: 2.5rem;
  }
  .home-page-hero-content a {
    margin-top: 1.5rem;
  }
  .home-page-services {
    padding: 1rem 2rem 2rem;
  }
  .home-page-services .main-btn {
    width: 25%;
  }
  .home-page-services-services {
    grid-gap: 1.5rem;
  }
  .home-page-services-service {
    padding: 2rem;
  }
  .home-page-extensions {
    padding: 1rem 2rem 2rem;
  }
  .home-page-extensions .main-btn {
    width: 25%;
  }
  .home-page-extensions-extensions {
    grid-gap: 1.5rem;
  }
  .home-page-extensions-extensions-ext p {
    padding: 0 2rem;
  }
}

@media (min-width: 1250px) {
  .home-page-hero {
    width: 1100px;
    margin: 0 auto;
    border: 2px solid #45a29e;
    border-radius: 0 0 5px 5px;
    background-attachment: fixed;
  }
  .home-page-services {
    width: 1030px;
    margin: 0 auto;
  }
  .home-page-services .main-btn {
    width: 20%;
  }
  .home-page-extensions {
    width: 1030px;
    margin: 0 auto 2rem;
    border-radius: 5px;
    padding: 1rem 2rem 1.5rem;
  }
  .home-page-extensions .main-btn {
    width: 20%;
  }
}

.page-contents {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.contact-page {
  background-color: #0b0c10;
  margin-top: 79px;
  padding: 1rem;
}

.contact-page-intro {
  margin-bottom: 1rem;
}

.contact-page-intro h3 {
  text-align: center;
  color: #57dbd2;
  font-family: 'Courgette';
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.contact-page-intro p {
  text-align: center;
  font-size: 1.1rem;
}

.contact-page-link {
  background-color: #1f2833;
  margin: .5rem 0 1.5rem;
  padding: .8rem;
  text-align: center;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 6px 0 #000;
          box-shadow: inset 0 0 6px 0 #000;
  border-radius: 5px;
}

.contact-page-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
}

.contact-page-link .phone {
  margin-bottom: .8rem;
}

.contact-page-form .form-msg {
  color: red;
  text-align: center;
  margin-bottom: 1rem;
}

.contact-page-form-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contact-page-form-form label {
  margin-bottom: .3rem;
  color: #57dbd2;
  font-size: 1.2rem;
}

.contact-page-form-form label small {
  color: red;
}

.contact-page-form-form input {
  width: 100%;
  padding: .5rem;
  margin-bottom: .8rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
}

.contact-page-form-form input:focus {
  border: 2px solid #57dbd2;
}

.contact-page-form-form textarea {
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
  margin-bottom: 1rem;
}

.contact-page-form-form textarea:focus {
  border: 2px solid #57dbd2;
}

.contact-page-form-form .main-btn {
  border: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
}

.contact-page-form-form .main-btn:hover {
  background-color: #45a29e;
  border: 1px solid #1f2833;
}

@media (min-width: 760px) {
  .contact-page {
    padding: 2rem 4rem;
  }
  .contact-page-intro {
    margin-bottom: 1.5rem;
  }
  .contact-page-intro p {
    padding: 0 2rem;
  }
  .contact-page-link {
    width: 55%;
    margin: 0 auto 1.5rem;
  }
  .contact-page-form-form .main-btn {
    width: 33%;
  }
}

@media (min-width: 1000px) {
  .contact-page {
    padding: 2rem 6rem;
  }
  .contact-page-link {
    width: 50%;
  }
  .contact-page-form-form {
    padding: 0 4rem;
  }
  .contact-page-form-form .main-btn {
    width: 27%;
  }
}

@media (min-width: 1250px) {
  .contact-page {
    padding: 2rem 0;
    width: 1124px;
    margin: 79px auto 0;
  }
  .contact-page-intro {
    padding: 0 8rem;
  }
  .contact-page-link {
    width: 40%;
  }
  .contact-page-form-form {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}

.page-contents {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.quote-page {
  background-color: #0b0c10;
  margin-top: 79px;
  padding: 1rem;
}

.quote-page-intro {
  margin-bottom: 1rem;
}

.quote-page-intro h3 {
  text-align: center;
  color: #57dbd2;
  font-family: 'Courgette';
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

.quote-page-intro p {
  text-align: center;
  font-size: 1.1rem;
}

.quote-page-form .form-msg {
  color: red;
  text-align: center;
  margin-bottom: 1rem;
}

.quote-page-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.quote-page-form form label {
  color: #57dbd2;
  font-size: 1.2rem;
  margin-bottom: .3rem;
  display: block;
}

.quote-page-form form label small {
  color: red;
}

.quote-page-form form input[type="text"] {
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
}

.quote-page-form form input[type="text"]:focus {
  border: 2px solid #57dbd2;
}

.quote-page-form form input[type="email"] {
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
}

.quote-page-form form input[type="email"]:focus {
  border: 2px solid #57dbd2;
}

.quote-page-form form select {
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
}

.quote-page-form form select:focus {
  border: 2px solid #57dbd2;
}

.quote-page-form form textarea {
  width: 100%;
  padding: .5rem;
  border-radius: 5px;
  outline: 0;
  border: 2px solid #0b0c10;
}

.quote-page-form form textarea:focus {
  border: 2px solid #57dbd2;
}

.quote-page-form form .main-btn {
  border: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.quote-page-form form .main-btn:hover {
  background-color: #45a29e;
  border: 1px solid #1f2833;
}

.quote-page-form-question {
  width: 100%;
  margin-bottom: 1.3rem;
}

.quote-page-form-cb-group input {
  margin: 0 .5rem .8rem 0;
}

.quote-page-form-cb-group label {
  color: #fff !important;
  display: inline !important;
}

@media (min-width: 760px) {
  .quote-page {
    padding: 2rem 4rem;
  }
  .quote-page-intro {
    margin-bottom: 1.5rem;
  }
  .quote-page-intro p {
    padding: 0 2rem;
  }
  .quote-page-form form .main-btn {
    width: 33%;
  }
}

@media (min-width: 1000px) {
  .quote-page {
    padding: 2rem 6rem;
  }
  .quote-page-form form {
    padding: 0 4rem;
  }
  .quote-page-form form .main-btn {
    width: 27%;
  }
}

@media (min-width: 1250px) {
  .quote-page {
    padding: 2rem 0;
    width: 1124px;
    margin: 79px auto 0;
  }
  .quote-page-intro {
    padding: 0 8rem;
  }
  .quote-page-form form {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
}

.page-contents {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.portfolio-page {
  background-color: #0b0c10;
  margin-top: 79px;
  border-bottom: 2px solid #57dbd2;
}

.portfolio-page .index-hr {
  border: 1px solid #57dbd2;
  margin: 0 auto 1rem;
  width: 50%;
}

.portfolio-page-projects {
  background-color: #0b0c10;
  padding: 1rem;
}

.portfolio-page-projects .main-btn {
  margin: 2rem auto 1rem;
  display: block;
  text-align: center;
  width: 55%;
}

.portfolio-page-projects h3 {
  text-align: center;
  color: #57dbd2;
  font-family: "Courgette";
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
}

.portfolio-page-projects p {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 0.8rem;
}

.portfolio-page-projects-projects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
}

.portfolio-page-projects-projects img {
  width: 100%;
  display: block;
}

.portfolio-page-projects-projects h2 {
  text-align: center;
  color: #45a29e;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}

.portfolio-page-projects-projects a {
  text-decoration: none;
}

@media (min-width: 760px) {
  .portfolio-page-projects .main-btn {
    width: 30%;
  }
  .portfolio-page-projects-projects {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    padding: 1rem 2rem;
  }
}

@media (min-width: 1000px) {
  .portfolio-page-projects {
    padding: 1rem 2rem 2rem;
  }
  .portfolio-page-projects .main-btn {
    width: 25%;
    margin: 2rem auto 0;
  }
}

@media (min-width: 1250px) {
  .portfolio-page-projects {
    width: 1030px;
    margin: 0 auto;
  }
  .portfolio-page-projects .main-btn {
    width: 20%;
  }
}

.success-page {
  background-color: #0b0c10;
  margin-top: 79px;
  padding: 1rem;
  text-align: center;
}

.success-page h1 {
  margin-bottom: 1rem;
  color: #57dbd2;
}

.success-page p {
  color: #fff;
  margin-bottom: .8rem;
}

.success-page a {
  color: #57dbd2;
}

.main-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #45a29e;
  -webkit-box-shadow: 0 0 2px 0 #0b0c10;
          box-shadow: 0 0 2px 0 #0b0c10;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top .3s;
  transition: top .3s;
  height: 36px;
  z-index: 2;
}

.main-header-top-num {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.main-header-top-em {
  display: none;
}

.main-header-top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header-top-icons i {
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  margin-left: 1rem;
}

.main-header-top-icons i:hover {
  color: #0a234b;
}

.main-header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  background-color: #1f2833;
  -webkit-box-shadow: 0 0 8px 1px #000;
          box-shadow: 0 0 8px 1px #000;
  position: fixed;
  top: 36px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #fff;
  height: 44px;
  z-index: 2;
}

.main-header-bottom-logo {
  font-size: 1.7rem;
  text-decoration: none;
  color: #fff;
}

.main-header-bottom .fa-bars {
  position: absolute;
  right: 1rem;
  font-size: 1.6rem;
  opacity: 1;
  z-index: 3;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

.main-header-bottom .fa-times {
  position: absolute;
  right: 1rem;
  font-size: 1.8rem;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

.main-header-bottom-menu {
  display: none;
}

.mobile-menu {
  text-align: center;
  width: 80%;
  position: fixed;
  top: 80px;
  right: 0;
  height: calc(100vh - 80px);
  background-color: #0b0c10;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #0b0c10;
  -webkit-transform: translateX(700px);
          transform: translateX(700px);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: inset 0 0 2px 0 #0b0c10;
          box-shadow: inset 0 0 2px 0 #0b0c10;
  z-index: 2;
}

.mobile-menu.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.mobile-menu ul a {
  text-decoration: none;
  font-family: "Courgette";
}

.mobile-menu ul a li {
  padding: 1.5rem 0;
  background-color: #45a29e;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 4px 0 #afafaf;
          box-shadow: inset 0 0 4px 0 #afafaf;
  cursor: pointer;
  font-size: 1.3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #0b0c10;
}

.mobile-menu ul a li:hover {
  background-color: #57dbd2;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #0a234b;
}

.mobile-menu-contact {
  padding: 0 1rem;
}

.mobile-menu-contact .menu-hr {
  margin: .5rem 0;
  border: 1px solid #afafaf;
}

.mobile-menu-contact h4 {
  margin-top: .5rem;
  font-size: 1.4rem;
  color: #57dbd2;
}

.mobile-menu-contact a {
  color: #fff;
  font-size: 1.1rem;
}

.mobile-menu-contact .phone {
  margin-bottom: .7rem;
  text-decoration: none;
  display: block;
}

.mobile-menu-contact .email {
  text-decoration: none;
}

@media (min-width: 760px) {
  .mobile-menu {
    display: none;
  }
  .fa-bars {
    display: none;
  }
  .fa-times {
    display: none;
  }
  .main-header-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .main-header-top-num {
    display: inline-block;
    -ms-grid-column-align: center;
        justify-self: center;
    text-decoration: none;
    color: #fff;
  }
  .main-header-top-em {
    display: inline-block;
    -ms-grid-column-align: center;
        justify-self: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
  }
  .main-header-top-icons {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-header-bottom {
    padding: .5rem .3rem .5rem 1rem;
  }
  .main-header-bottom-menu {
    display: inline-block;
  }
  .main-header-bottom-menu-item {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
  }
  .main-header-bottom-menu-item li {
    display: inline-block;
    padding: 0 .7rem;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    line-height: 43px;
  }
  .main-header-bottom-menu-item li:hover {
    background-color: #45a29e;
  }
}

@media (min-width: 1000px) {
  .main-header-bottom {
    padding: .5rem 2rem;
  }
}

@media (min-width: 1250px) {
  .main-header-top-num {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .main-header-top-icons {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .main-header-bottom {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.main-footer {
  background-color: #45a29e;
  padding: 1rem;
  text-align: center;
  -webkit-box-shadow: inset 0 0 2px 0 #0b0c10;
          box-shadow: inset 0 0 2px 0 #0b0c10;
}

.main-footer h4 {
  font-size: 1.4rem;
  font-family: "Courgette";
  margin-bottom: .5rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 3px #0b0c10;
}

.main-footer ul li {
  padding: .2rem;
}

.main-footer ul li a {
  text-decoration: none;
  color: #0b0c10;
  font-size: 1.2rem;
}

.main-footer ul li a:hover {
  border-bottom: 2px solid #57dbd2;
}

.main-footer p {
  text-align: center;
}

.main-footer .phone {
  margin-bottom: .6rem;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0 0 3px #0b0c10;
  display: block;
  text-decoration: none;
}

.main-footer .email {
  margin-bottom: .5rem;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0 0 3px #0b0c10;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
}

.main-footer .copy {
  color: #0b0c10;
  font-size: .9rem;
}

.main-footer .footer-hr {
  margin: .5rem 0;
  border: 1px solid #1f2833;
}

@media (min-width: 1250px) {
  .main-footer .footer-hr {
    margin: .5rem auto;
    width: 1030px;
    display: inline-block;
  }
}
/*# sourceMappingURL=main.css.map */