*{
	padding: 0;
	margin: 0;

}

html,body {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #000080 #f7f9fc;
}

body::-webkit-scrollbar {
  width: 0.5em;
  scroll-behavior: smooth;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  scroll-behavior: smooth;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000080;
  outline: 1px solid slategrey;
  border-radius: 10px;
  scroll-behavior: smooth;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;

}
.bg-danger{
  background: #000080;
}
.nav-link{
	  font-weight: bold;
    color: #2c3e50;
}

#nav {
     padding: 30px;
}

#nav a {
    font-weight: bold;
    color: #2c3e50;
}

#nav a.router-link-exact-active {
    color: #42b983 ;
}

.service{
	margin:20px;
	text-align: center;
}
.about{
  max-width: 980px;
  margin:40px auto;
  text-align: justify;
}
.about h2{
  text-align: center;
}

h2{
	font-weight: bold;
}
.about p{
	margin:20px;
	text-align: center;
}
.list-unstyled li{
    clear:both; 
    margin:12px;     
    text-align: left; 
    list-style: none;
}

.list-unstyled li span{
    float: left;  
    margin-right: .4em; 
    line-height: 22px; 
 }

.contactbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.contactbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.ifektiv-container{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   margin-top: 30px !important;
    margin-bottom: 30px !important;
   border-radius: 20px !important;
   padding-top: 40px !important;
}
