/*body{
  background: #262524;
}*/

p {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 3rem !important;
}

.text-primary-color{
  color: #b7aa69 !important;
}

.text-color-white{
  color: #ffffff !important;

}
.text-color-black{
  color: #232323;
}

.text-color-blue{
  color: #4285f4;
}

.background-color-blue{
  background: #4285f4;
}

.text-color-green{
  color: #2dbe60;
}

.background-color-green{
  background: #2dbe60;
}

.align-to-right{
  float: right;
  text-align: right;
}

.button-large {
  font-size: 2.5rem;
  margin: 20px;
  margin-left: 0;
  padding: 15px;
  color: white;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}

.default-button{
  padding: 10px;
  color: white;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  font-weight: bold;
  /* border: 2px solid transparent; */
}

.default-cta-blue {
  background: #4285f4;
  box-shadow: 0 6px #0c54cc;
}

.default-cta-green {
  background: #61bd4f;
  box-shadow: 0 6px #246318;
}

.default-cta {
  width: 100%;
  text-align: center;
  border: none;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  margin: 2rem 0;
  font-weight: bold;
  padding: 20px;
  position: relative;
}

.default-cta:hover{
  box-shadow: 0 0 #ffffff;
  top: 6px;
}
/* .default-button:hover{
  background: none;
  border: 2px solid;
} */
.col-centered{
  margin: 0 auto;
  float: none;
}

.default-title {
  font-weight: 400;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 23pt;
  text-transform: uppercase;
  margin-bottom: 5rem;
  letter-spacing: 1px;
}

.default-title:after{
  width: 25px;
  height: 5px;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  background: #beab69;
  content: '';
  z-index: -1;
}

.box-input{
  display: grid;
  margin-bottom: 2rem;
}


#disqus_thread{
  margin-top: 5rem;
}
