/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 
 html {
  overflow-y: scroll!important;
}
  
 #mainNav {padding:15px 0px;}
 #mainNav img {max-width:250px}
 
header {
  padding: 100px 0 10px;
}
header h1 {font-size: 1.5rem;font-weight: bold;}

section {
  padding: 150px 0;
}
.fitting1 img{
 transition: all 1s ease-out;
}
body{
  background-image: linear-gradient(180deg, #f2f2f2,#c2c2c2);background-attachment: fixed; 
}

section {overflow:hidden;}
.lead {
line-height: 1.3;
font-size: 2.5rem;
font-weight: bold;
}

.lead1, .container h2 {
line-height: 1.2;
font-size: 3.5rem;
font-weight: bold;
margin-bottom: 1.5rem;
}

.bg-dark {
    background-color: #111 !important;
}

.fitting1 h3 {font-size: 7.5rem; color:#111; /*color:#53585a;*/ font-weight: 700;    line-height: 1;}
.navbar-light .navbar-nav .nav-link {color:#111;font-weight: 700;}
 .ani2 {font-size:6rem; font-weight:700;line-height:6rem}
 footer a , footer{color: #c5c5c5 !important;}
 
 @media (max-width: 768px) {
 h3.ani2 {font-size:2.5rem}
 .fitting1 h3 {font-size:4rem}
 }
 @media (max-width: 992px) {
 .ani2 {float:none!important;margin:0!important;}
 }