/*Licensing for photos - all free for non-commercial use. Source is indicated in the file name. Other photos by Kate Churches

Font, Montanta, from dafont.com is free for non-commercial use. Visit this url to purchase.alerthttps://www.getstud.io/font/montana-typeface/*/



@charset "UTF-8";
/* CSS Document */
/*@import url("../index.html.css");*/
@font-face {
  font-family: coolfont;
  src: url("../montana_6/Montana.ttf");
}
h1, .card-title, h3 {
  font-family: coolfont;
  color: #4A895D;
}
h1 {
  font-size: 65px;
	
}

h3{font-size: 40px;}

h2{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
color: #96B0A8;}

h4 {
  font-family: coolfont;
  color: #A1739A;
	font-size: 40px;
}
img {
  border-radius: 50%;
}
.top-image {
  display: inline-block;
}
.special {
  display: inline-block;
    padding-top: 15%;
}
.btn-success {
  color: #fff;
  background-color: #96B0A8;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #96B0A8;
  border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #96B0A8;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #96B0A8;
  border-color: #96B0A8;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.bg-success {
  background-color: #A1739A !important
}

.card-text{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;}

.jumbotron2 {height: 60px;}

.text-center2{color: white;}

@media (max-width:768px) {
  .special {
    display: inline-block;
    background: blue;
    padding-top: 0%;
  }
  .top-image {
display:none;

  }
}