html {
  scroll-behavior: smooth;
}
body{

  /*font-family: 'Alegreya Sans SC';*/
  font-family:'Cabin', sans-serif;
      font-style: normal;
    font-weight: 300;
    background-image: url('images/vision_bck.jpg');
    font-size: 15px;
}


/*.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: 50%;
    height: 600px;
    background-color: white;
}*/

.ml-auto{

margin-right: 2vw;

}
.navbar-brand{

margin-left:3vw;
}

.nav-link:hover{

color:#a6ce39;

}
#section1{
height: 48vw;


}
#section2{
background-color: black;



	/*border-color: rgb(195, 255, 0);
	border-top-style: solid;
	border-bottom-style: solid;*/
}

#section2a{

/*
    background-color: rgba(255, 255, 255, 0.81)*/;

}

#section3{
/*height: auto;*/
}
#section4{
	/*background-color:white;*/
	border-color: rgba(36, 34, 34, 0.63);
	border-top-style: solid;
	border-bottom-style: none;
/*rgb(195, 255, 0)*/
}

#overlay {
    position: absolute; /* Sit on top of the page content */
    display:block; /* Hidden by default */
    width: 50%; /* Full width (cover the whole page) */
    height:inherit; 
    background-color:rgba(255, 255, 255, 0.6);
     /* Black background with opacity */
    overflow:hidden;
  
}
.overlay-text{

margin-top:20vw;
margin-left: 2vw;	

}


.content{
	padding-top: 5vw;
	padding-bottom: 3vw;
 	margin-left: 5vw;	
 	margin-right: 4vw;

}

.parallax {
    /* The image used */
   /* background-image: url("../images/vision_bck.jpg")*/;

    /* Set a specific height */
    min-height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services{
    border-color: #a6ce39;
    border-style: solid;

    border-radius:0;
    

}
.services:hover{

    background-color: rgba(166, 206, 57, 0.1);
    font-weight: bold;
   
}
.service-list{
    
}

.card-deck ul{

    font-size:0.9em;

}

#footer{
  
    height:inherit; 
    background-color:rgba(0, 0, 0, 0.72);
     /* Black background with opacity */
    overflow:hidden;


}
