html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.home {
    background: url('./bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.under-logo {
    margin-top: 20px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
}

.desc {
    font-weight: 700;
    color: #fff;
}

.subtitle-icon i {
    font-size: 25px;
}

.about {
    line-height: 1.5em;
}

.head-about {
    margin-bottom: 35px;
}

.img {
    border-radius: 5px;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.section-one {
    background: url('./olts.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.custom-list {
    list-style-type: disc;
    padding-left: 1.5em;
  }

.section-two {
    background: url('./picture-two.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.section-three {
    background: url('./picture-three.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.section-four {
    background: url('./picture-four.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.mobile-only {
  display: none;
}

@media (max-width: 960px) {
.section-four, .section-three, .section-two, .home{
    background-attachment: scroll;
}
}

.contact {
    margin-right: 10px;
}

.contact-section p:not(:last-child) {
    margin-bottom: 5px;
}

#instafeed img {
    border-radius: 5px;
}

.fb-color {
    background-color: #3b5999;
    color: #fff;
    border: none;
}

.inst-color {
    background-color: #e4405f;
    color: #fff;
    border: none;
}

a.fb-color:hover, a.inst-color:hover,
.contact-section a, .contact-section a:hover {
    color: #fff;
}

.fa-heart {
    color: #cd201f;
}

a.header-contact,
a.header-contact:hover {
    color: #fff;
}

#about:focus, #contact:focus,
#services:focus, .client div:focus{
    outline: none;
}

.send {
    margin-top: 10px;
}

.navbar-item, .navbar-link {
  padding: 1.1rem .75rem;
}

#section-about a span {
  position: absolute;
  top: 107%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid rgba(0,0,0,.7);
  border-bottom: 3px solid rgba(0,0,0,.7);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

#section05 a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.client-logo img {
  height: 100px;
  display:block;
  margin:auto auto;
}
@media screen and (max-width: 769px) {
#section-about a span {
  top: 97%;
}
img.logo {
  width: 350px;
}
.navbar-item {
  max-width: 100%;
}
.mobile-only {
  display: inline;
}
.client-logo img {
  height: auto;
}
}


@media screen and (min-width: 1180px) {
.container {
    max-width: 960px;
    width: 960px;
}
}

@media screen and (min-width: 1216px) {
.container {
    max-width: 960px;
    width: 960px;
}
}

@media screen and (min-width: 1408px) {
.container {
    max-width: 960px;
    width: 960px;
}
}

@media screen and (min-width: 1024px) {
.navbar-item, .navbar-link {
align-items: center;
display: block;
}}
@media screen and (max-width: 1023px) {
  .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
align-items: center;
display: inline;
/*display: block;*/
}}