@font-face {
  font-family: 'varela-round';
  src: url(../font/VarelaRound-Regular.ttf);
}

* {
  font-family: 'varela-round';
}

body {
  background-color: #f9f9f9;
}

.header-navigation {
  width: 100%;
  background-color: #f9f9f9;
  z-index: 9999;
  box-shadow: 0 6px 31px -2px #0000001a;
}

.logo {
  width: 150px;
}

.nav-link {
  color: #000000!important;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.demo-button {
  border-radius: 30px;
  padding: 0.25rem 30px;
}

.header {
  /*background-image: url('../img/home.png');
  background-size: 100% 100%;*/
  background-color: #fcc347;
}

.header .header-overlay {
  /*background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .2));*/
}

.header h1 {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  padding: 120px 0px 20px 0px;
}

.headerimage {
  margin-top: 90px;
}

.header p {
  padding: 10px 0px 10px 0px;
  font-size: 20px;
  color: #ffffff;
}

.header button{
  margin-bottom: 130px;
  background-color: #543b72!important;
  border: 2px solid gray!important;
  padding: 12px;
}

.header a {
  margin-bottom: 130px;
}

.aboutUs {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.androidIcon {
  width: 160px;
  margin-bottom: 130px;
}

.iosIcon {
  width: 180px!important;
}

.aboutUs p {
  font-size: 16px;
  margin-top: 10px;
  text-align: justify;
}

.br-30 {
  border-radius: 30px;
}

.aboutImage {
  width: 100%;
}

.title-highlighter {
  border-bottom: 4px solid #543b72;
  width: 100px;
  height: 2px;
  margin-bottom: 20px;
}

.primaryColor {
  color: #543b72!important;
}

.services {
  background-color: #ffffff;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.serviceIcons {
  width: 80%;
  height: 150px;
  margin-bottom: 20px;
}

.serviceInfo {
  font-weight: bold;
  font-size: 20px;
}

.custom-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 #d3d3d3;
  margin-bottom: 20px;
}

.team {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;

}

.teamMember {
  text-align: center;
  padding: 20px;
  background-color: #543b72;
  border-radius: 10px;
  color: #fff;
  min-height: 410px;
}

.teamMember img {
  width: 100%;
  height: 150px;
  border-radius: 10%;
  border: 8px solid #fff;
  background-color: #fff;
}

.contact {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #fcc347;
}

.contact .serviceInfo {
  color: #543b72;
}

.contact p {
  color: #000;
}

.contact a {
  color: #fff;
  text-decoration: none;
}

.contact hr {
  border-color: #543b72;
  margin-top: 20px;
  border-width: 4px;
}

.copyright {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
 .header h1 {
  padding: 40px 0px 10px 0px;
  font-size: 30px;
 }
 .header button {
  margin-bottom: 20px;
  padding: 3px;
  padding-left: 10px!important;
  padding-right: 10px!important;
 }

 .androidIcon {
  margin-bottom: 20px;
  width: 100px;
 }

 .iosIcon {
  width: 115px!important;
 }

 .headerimage {
  margin-top: 40px;
  margin-bottom: 20px;
 }

 .teamMember {
  min-height: auto!important;
  margin-bottom: 20px;
 }

 .teamMember img {
  height: 220px;
 }
}