/***** GENERAL *****/
html {
  /* width: 100%; */
  overflow-x: hidden;
}

body {
  /* width: 100% !important; */
  min-width: 100% !important;
  background: white;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;

}

h1, h2, h3, h4 {
  font-family: font-family: 'Gidugu', sans-serif !important;
  color: #6FA3A4;
}

p {
  font-family: 'Gothic A1', sans-serif;
}

/***** NAVBAR *****/
.navbar {
  font-family: 'Gothic A1', sans-serif !important;
  position: fixed;
  margin-bottom: 20px;
}

.nav-item a {
  color: #000000 !important;
  font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.navbar-brand img {
  margin-left: 20px;
}

.nav-item a:hover{
  color: #3E703D;
  text-decoration: underline;
}

.navbar-nav {
    margin-top: 0%
}

/***** HOME PAGE *****/
.home img{
  width: 100%;
}

.home button {
  background-color: #6FA3A4;
  color: white;
}

/***** ABOUT US *****/
.about-us p {
  font-size: 25px;
  margin-bottom: 30px;
}

.about-us {
  margin-top: 5%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
#title {
  font-family: 'Gidugu', sans-serif;
  font-size: 90px;
  margin-bottom: 20px;
}

/***** WHY US *****/
.why-us {
  background-color: #EEF6F6;
  height: 650px;

}

.why-us-content {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.why-us-content h1 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.container {
    display: flex;
    justify-content: center;
}

.container .column {
    padding-left: 40px;
    padding-right: 40px;
}


#subtitle {
  font-family: 'Gidugu', sans-serif;
  font-size: 60px;
  color: #7A7F82;
  margin-bottom: 20px;
}

#solution-subtitle {
  font-family: 'Gidugu', sans-serif;
  font-size: 60px;
  color: #7A7F82;
  margin-bottom: 20px;
  margin-left: 40px;
}

/***** HOW IT WORKS *****/
.how-it-works {
  margin-top: 5%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.demo-cards-left img {
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.demo-cards-right img {
  right: 0px;
  margin-top: 5%;
  margin-bottom: 5%;
  float: right;
  width: 100%;
  height: auto;
}

.demo-cards-center img {
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

/*** SOLUTION DESIGN *****/
.solution {
  margin-top: 10%;
  margin-bottom: 5%;
}

.bottom-header {
  background-color: #BDDDDC;
  height: 150px;
}

.bottom-header img {
  position: absolute;
  right: 0px;
  margin-right: 20px;
  margin-top: 55px;
}

/***** SOLUTION PAGE *****/
.showcase {
  width: 80% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}

.showcase img {
  width: 110%;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 5%;
}

.line {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #3F474C;
  margin-bottom: 5%;
}

#demo-type {
  color: #3F474C;
  font-family: 'Gidugu', sans-serif;
  font-size: 90px;
  margin-bottom: 20px;
}
