html, body {
    background-color: white !important;
}

:root {
  --home-title-color: DArkgreen;//#015065;
}

.navbar {
  margin-bottom: 0px;
}

.flex, .flex>div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
}

.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
  box-shadow: 0 0 40px rgba(0, 0, 0, .5);
  color: #000;
  background-color: #fff;
  border: rgba(0, 0, 0, 0);
}

.modal-message .modal-dialog {
  width: 300px;
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

.modal-message .modal-title {
  font-size: 17px;
  color: #737373;
  margin-bottom: 3px;
}

.modal-message .modal-body {
  color: #737373;
}

.modal-message .modal-header {
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0 8px;
}

.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
  font-size: 30px;
}

.modal-message .modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 10px;
}

.modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-message.modal-success .modal-header {
  color: #53a93f;
  border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
  color: #57b5e3;
  border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
  color: #d73d32;
  border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
  color: #f4b400;
  border-bottom: 3px solid #ffce55;
}

#home-title {
  /* background-color: #CBF8DD; */
  background-image: url("../icons/home-background.png");
  background: linear-gradient(to bottom,#CBF8DD 100%, white 0% )
  margin-bottom: 0px;
}

#home-title h1, #home-title h4 {
  color: var(--home-title-color);
}

#problem-section {
  min-height: 300px;
}

/*
.panel{
min-height: 250px;
border: 1px black;
border-radius: 10px;
}

.carousel-indicators, .carousel-caption{
bottom: -30px;
color: black;
}

.carousel-inner{
margin-bottom: 30px;
} */
.main-section {
  padding-bottom: 80px;
  padding-top: 80px
}

.main-section p{
    text-align: justify;
}

.main-img-btn img {
  /* border: 5px solid #ddd; */
  border-radius: 50%;
  /* margin-top: 10px; */
  /* margin-right: 20px; */
  height: 100px;
  width: 100px;
  box-shadow: 0px 0px 50px grey;
  /* height: 80%; */
}

.main-img-btn {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}

/* .main-img-btn p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  border-width: 2px;
} */


.main-img-btn button {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
  width: 100px;
  color: var(--home-title-color);
  box-shadow: 0px 0px 20px grey;
}

.section-title {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom-style: double;
  border-bottom-width: 3px;
  border-top-style: double;
  border-top-width: 3px;
}

.section-title>img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: inline-block;
}

.section-title h1 {
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  color: var(--home-title-color);
}

/* #Coachroom-section{
    background-color: #CBF8DD;
    background-image: url("../home-coach-background.png");
} */

#img-make-impact {
  width: 100%;//200px;
  height: auto;//200px;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

.give-button {
  margin-top: 30px;
  text-align: center;
}

.give-button>button {
  margin: 15px 10px;
  width: 150px;
}
