@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400);
body {
  /*background-color:#EAF9F9;*/
  background: linear-gradient(to bottom, #ffffff 0% 33%, #ffffff 33% 100%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-family: Helvetica;
  line-height: 1.2;
  color: #4a4a4a;
}
.container {
  width: 100%;
  padding-top: 20px;
  z-index: 100;
}
.terms {
  margin: auto;
  max-width: 600px;
}
.terms-container {
  margin: 20px;
  background-color: #ffffff;
}
.terms-marger {
  margin: 50px;
  text-align: left;
}
.app-img {
  margin: auto;
  padding-bottom: 40px;
  max-width: 250px;
}
.app-img img {
  background-color: transparent;
  max-width: 200px;
  border: 0;
}
.app-user-img img {
  max-width: 200px;
  border: 0;
  border-radius: 50%;
  padding: 8px;
}
.app-terms-title {
  color: #848484;
  font-size: 20px;
}
.app-terms-subtitle {
  color: #000;
  font-size: 30px;
}
.app-title {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: 50px;
  margin-right: 50px;
  text-transform: capitalize;
}
.app-subtitle {
  font-size: 25px;
  color: #848484;
  font-weight: lighter;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
.appstore-img {
  margin: auto;
  margin-top: 200px;
  margin-bottom: 30px;
  max-width: 250px;
}
.appstore-img img {
  background-color: transparent;
  max-width: 109px;
  border: 0;
}
.appstore-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  text-transform: capitalize;
}
.appstore-button {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 241px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 52px;
  padding-right: 52px;
  margin-top: 42px;
  background: #2075f2;
  border-radius: 8px;
}
.appstore-button:hover {
  font-size: 18px;
  color: #fff;
}
.navbar {
  padding-bottom: 15px;
}
.navbar a img {
  height: 60px;
  margin-left: 20px;
}
.btn-primary {
  border-color: #00d8ff;
  background-color: #fff;
  color: #00d8ff;
  font-size: 12px;
  margin-bottom: 100px;
  min-width: 250px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 25px;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #00d8ff;
  border-color: #00d8ff;
}
.download-badge img {
  margin-top: 50px;
  max-width: 150px;
  padding-bottom: 20px;
}
.footer {
  margin-top: 0;
  width: 100%;
  min-height: 500px;
  text-align: center;
}
.footer a {
  color: #83a0e2;
}
