
html {
  font-size: 18px;
}

body {
  
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: #0078ff;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.section-pad-top {
  padding-top: 80px;
  padding-bottom: 60px;
}

.btn-primary {
  color: white;
  background-color: #3496d8;
  padding: 14px 35px;
  border-radius: 30px;
}

.btn-primary:hover,
.btn-primary:focus {
  color: white;
  background-color: #73c1f6;
}
/* Navbar */

  
#navbar a:hover {
  background-color: #2a9db9;
  color: rgb(240, 236, 236);
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}

#navbar {
  overflow: hidden;
  background-color: rgb(10, 9, 9);
}

#navbar a {
  float: left;
  display: block;
  color: #f0f2f3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.navbar-brand {
  color:   #46abc4;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar.scroll {
  background-color: rgb(17, 16, 16);
  border-bottom: 1px solid #e8e9eb;
}

.nav-link {
  color: #46abc4;
  font-weight: bold;
  font-size: 1.4rem;
}

.navbar-brand:hover,
.navbar.scroll .navbar-brand:hover {
  color: #307283;
}

.navbar.scroll .navbar-brand {
  color: #0a0101;
}

.nav-item {
  list-style: none;
}


.navbar.scroll .nav-link {
  color: #0c0303;
}

.navbar.scroll .nav-link:hover,
.navbar.scroll .nav-link.current,
.nav-link:hover {
  color: #46abc4;
}

.navbar-toggler {
  border: 1px solid  #0c0d0e;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: #ecf2f3;;
  padding-top: 6px;
}

.navbar.scroll .navbar-toggler {
  border: 1px solid #141313;
}

.navbar.scroll .navbar-toggler-icon {
  color: #f1f0f0;
}


/* Hero */

#hero {
  background-image: url("/assets/img/heroimage.jpg");
  background-repeat: no-repeat;
  height: 1030px;
  background-size: cover; 
  background-position: fixed;
}

.hero-subtitle{
  color: #46abc4;
  font-size: 1.5rem;
  font-weight: 300;
}

.text-slider-items{
  display: none;
}


@media (min-height: 830px) {
  .hero-subtitle {
    font-size: 2.5rem;
  }
  #hero {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #hero {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #hero {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #hero {
    background-position: center -450px;
  }
}

.hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.hero-text-container-inner {
  margin-top: -170px;
}

.hero-title {
  color: #46abc4;
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.intro-next {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

@media (max-height: 645px) {
  .hero-text-container-inner {
    margin-top: -50px;
  }

  .intro-next {
    bottom: -100px; 
   
  }
}

.down-arrow-link {
  display: block;
  margin-top: 30%;
}

.down-arrow {
  color: rgb(93, 124, 165);
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 10px 22px 8px;
  transition: all 0.3s ease;
}

.down-arrow:hover,
.down-arrow:focus {
  color: white;
  background: #80b9df;
}


/* Introduction */


.primary {
  color: #46abc4;
}

.section-title {
  font-size: 3rem;
  font-weight: bold;
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.icon {
  display: block;
  margin-bottom: 55px;
  color: #46abc4;
}



/* Portfolio */


.work-box {
  margin-bottom: 1.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.w-title{
  font-size: 1.3rem;
  color: rgb(22, 21, 21);
}

/* Contact */

.box-shadow,
.position,
.work-box {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.position {
  position: relative;
  padding: 4rem 0;
}


.overlay {
 
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}


.bg-image {
 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.footer-position {
  padding: 4rem 0 0 0;
}


@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.contact-item-link i,
.contact-item-link span
{
  color: #0078ff;
  transition: all 0.3s ease;
}


.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #46abc4;
  width: 100px;
  bottom: -12px;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}


.box-shadow-full {
  padding: 1rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials ul,
.list-ico{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer {
  text-align: center;
  color: rgb(12, 12, 12);
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

p {
  line-height: 1.9;
}


@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
  .intro-text-container {
    padding-left: 65px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .container-gallery {
    max-width: 1290px;
  }

}

@media (max-width: 991px) {
  .intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .btn-submit {
    margin-left: 20px;
    margin-top: 0;
  }

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(17, 16, 16);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #8f8f8f;
  }
}

@media (max-width: 420px) {
  .btn-submit {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
