body {
  font-family: 'Prompt', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prompt', sans-serif;
}

span {
  font-family: 'Prompt', sans-serif;
}

.lp-section-title {
  font-family: 'Prompt', sans-serif;
  background-color: #ffffff;
}

.lp-box-title {
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
}

.lp-box-text-inside {
  background-color: #ffffff;
  color: #4a4a4a;
  opacity: 0.7;
  font-size: 16px;
}

.img-center {
  margin: 0 auto;
}

.ccc {
  position: relative;
  width: 400px;
  height: 400px;
}

.ccc img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1.1s ease;
  transition: opacity 1.1s ease;
}

.ccc:hover .image1 {
  opacity: 0;
}

.input_contact {
  height: 30px;
  -webkit-border-radius: 3px;
  border-radius: 7px;
  line-height: 1.3;
}

.input_btn {
  vertical-align: middle;
}

.input_contact:focus {
  outline: none !important;
  border: 1px solid red;
  box-shadow: 0 0 10px #FE2E64;
}

.socials {
  font-size: 24px;
}

.red_font {
  color: red;
}

.smaller-font {
  font-size: 0.8em;
}

.font-form {
  font-size: 0.9em;
}

.bigger-font {
  font-size: 1.1em;
}

h1.entry-title {
  padding-top: 20px;
}

.add_margin_top {
  margin-top: 30px;
}

.add_padding_left {
  padding-left: 50px;
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1);
  /* IE */
  -moz-transform: scale(1);
  /* FF */
  -webkit-transform: scale(1.9);
  /* Safari and Chrome */
  -o-transform: scale(1);
  /* Opera */
  padding: 10px;
}

.fluida-image-one .entry-content img[class*="align"] {
  border-color: #ffffff;
  border-bottom: none;
}

.contact_info {
  font: inherit;
  font-size: 1.2em;
}

.xxx {
  padding: 10px;
}

.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 0.5em 1.5em;
}

#course_name {
  width: 435px;
  height: 50px;
}

.add_margin_top {
  margin-top: 20px;
}

.lp-text {
  padding: 0 0 5em 0;
}

.lp-section-header {
  background-color: #ffffff;
}

.lp-boxes.lp-boxes-2.lp-boxes-animated.lp-boxes-rows-3 {
  background-color: #ffffff;
}