/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
* {
  font-family: "Open Sans";
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

.carousel-caption {
  left: 5% !important;
  right: 5% !important;
}

.carousel-item {
  height: 275px;
}

.carousel-item h1 {
    font-size: 3.2rem;
    color: black;
    text-align: left !important;
    padding-left: 317px;
    line-height: 1.6;
}

.MyList li {
    list-style-image: url(../images/check.jpg);
	font-size: 37px;
	margin-bottom: 24px;
    line-height: 1.3;
}

ul.MyList {
    padding: 47px 5%;
}


button {
  font-size: 2.5rem !important;
}

.bg-faded {
  background-color: white;
}

.carousel-item .carousel-caption {
  top: 40px;
}

.size-l {
  font-size: 3rem !important;
}

ul {
  list-style-type: square;
}

h2 {
  font-size: 2rem
}

li {
  font-size: 2rem;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 1.95rem 1.5rem !important;
}

.pointer {
  cursor: pointer;
}

.p-3.item {
  font-size: 2.2rem;
}

.btn {
  border-radius: 0px !important;
}

.font-weight-bold {
  font-weight: 900;
}

.size-m {
  font-size: 2.6rem;
}

.relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.line {
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
}

.or {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .container {
    width: 840px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 885px !important;
  }
  button {
    font-size: 1.6rem !important;
  }
  .size-l {
    font-size: 2rem !important;
  }
  .size-m {
    font-size: 1.3rem;
  }
  .p-3.item {
    font-size: 1.2rem;
  }
  .or {
    font-size: 1.2rem;
  }
}
