/* ISLAND base */

body {
  font-size: 17px;
  color: #3d3d3f;
  background: #222;
}
h1 {
  font-size: 50px;
}
.btn {
  border-radius: 0;
}
.main_wrapper .callout h2 {
  padding: 0 !important;
  font-weight: bold;
  border: none !important;
}
/*.main_wrapper .callout p {
  margin: 0 !important;
}*/
.callout-signup {
  font-size: 18px;
  /*color: #fff;
  background-color: #007bff;
  border-color: #0069d9;*/
}
.main_wrapper .single_content .callout-signup * {
  /*color: #fff;*/
}
.callout-signup:hover {
  /*background-color: #0069d9;
  border-color: #0069d9;*/
}
.callout-login {
  font-size: 18px;
  /*color: #fff;
  background-color: #474ba8;
  border-color: #343896;*/
}
.main_wrapper .single_content .callout-login * {
  /*color: #fff;*/
}
.callout-login:hover {
  /*background-color: #343896;*/
}

.single_content .alert-info p {
  margin: 0;
  color: #31708f;
}
.single_content .alert-success p {
  margin: 0;
  color: #3c763d;
}
.single_content .alert-warning p {
  margin: 0;
  color: #8a6d3b;
}
.single_content .alert-danger p {
  margin: 0;
  color: #a94442;
}
ul.bar_tabs {
  height: 30px;
}

/* ISLAND homepage */

.main_wrapper .homepage .single_content {
  padding-top: 35px !important;
}
.homepage .single_banner {
  text-align: center;
  /*background-image: none !important;*/
  background-color: #87aed9;
}
.homepage .single_banner img {
  /*max-width: 1280px;
  visibility: visible;*/
}
.homepage .single_banner .single_caption {
  bottom: 30px;
  text-align: left;
}

.homepage .padding-border-right-twenty {
  padding: 0;
  border: none;
}
.homepage .single_content h1, .homepage .single_content h2, .homepage .single_content h3 {
  margin-bottom: .5rem;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #31b1b3;
}

.homepage .btn-blue {
  background-color: #007bff !important;
}
.homepage .btn-blue:hover {
  background-color: #0069d9 !important;
}
.homepage .callout:first-child {
  margin-top: 0;
}