.btn.btn-default {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 10px 40px;
  color: #ffffff;
}
.btn.btn-default a {
  color: #ffffff;
}
.blue_text {
  color: #0000ff;
}
.green_text {
  color: #9cc660;
}
.orange_text {
  color: #ffa500;
}
.red_text {
  color: #ff0000;
}
.yellow_text {
  color: #ffff00;
}
.white_text {
  color: #ffffff;
}
a {
  color: #8b5020;
}
a,
a:visited,
a:active {
  color: #8b5020;
}
a:hover {
  color: #8b5020;
}
button:focus {
  outline: 0;
}
h1 {
  font-size: 35px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 999px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 56px;
  }
}
h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 999px) {
  h2 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 45px;
  }
}
/*Media Queries*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up [sm]) */
/* Medium devices (desktops, 992px and up [md]) */
/* Large devices (large desktops, 1200px and up [lg]) */
