.white {
  color: white;
  padding: 30px;
  padding-top: 0px;
}

.gradient {
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,1));
  color: #fff;
}

h1 {
  padding: 20px 0px;
}

p.profile {
  padding: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #c4b357;
  border-color: #c4b357;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

img.profile {
  vertical-align: middle;
  border-style: none;
  padding-right: 20px;
  height: 200px;
}

a {
  color: #c4b357;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #212529;
  text-decoration: underline;
}

h1.white {
  padding: 20px;
  color: white;
  max-width: 600px;
  padding-top: 50px;
}

p.profile {
  padding: 0px;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 90%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  padding-bottom: 50px;
}

.footer {
  height: 120px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 20px;
  background-color: black;
  color: #c4b357;
  font-size: 13px;
}

.push {
  height: 80px;
}

iframe.profile {
  padding-right: 20px;
  /*max-width: 300px;*/
  padding-bottom: 20px;
  /*max-height: 100%;*/
}

p.tabs {
  padding: 30px;
}

.col.profile {
  margin-top: 82px;
}

.h4, h4 {
  color: gray;
}

.row.videos {
  margin-top: 20px;
}

input[type=number] {
  width: 250px;
}

label {
  font-weight: bold;
  font-size: 14pt;
}

.social {
  margin-right: 30px;
}

.hide {
  display: none;
}

.inset {
  border-style: inset;
  padding: 10px;
}

#fade {
  z-index: 1002;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

#modal {
  display: none;
  position: absolute;
  top: 30%;
  left: 40%;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.inset {
  border-style: inset;
  padding: 10px;
}

.progress-bar {
  height: 35px;
  width: 250px;
  border: 2px solid black;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: grey;
  display: flex;
  align-items: center;
  transition: width 0.25s;
}

.progress-bar-text {
  margin-left: 10px;
  font-weight: bold;
}

.tab-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-left {
  /*float: left;*/
}

.div-right {
  float: right;
  height: 400px;
}

.quote-wrapper {
  height: 250px;
  position: relative;
  width: 250px;
}

.text {
  background: radial-gradient( ellipse at center, #ffffff 0%, #c4b357 70%, rgba(210, 20, 20, 0) 70.3% );
  /*background: #c4b357;*/
  height: 100%;
  width: 100%;
  color: black;
  position: relative;
  margin: 0;
  margin-top: 45px;
}

.text p {
  font-size: 14px;
  font-style: italic;
  height: 100%;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.text::before {
  content: "";
  float: left;
  height: 100%;
  width: 50%;
  shape-outside: polygon( 0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100% );
  shape-margin: 3%;
}

.text p::before {
  content: "";
  float: right;
  height: 100%;
  width: 40%;
  shape-margin: 3%;
  shape-outside: polygon( 2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6% );
}

.quote-wrapper blockquote footer {
  bottom: 25px;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
}

@media (min-width: 850px) {
  .quote-wrapper {
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .quote-wrapper {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 850px) {
  .quote-wrapper::before {
    font-size: 30px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .quote-wrapper::before {
    font-size: 14px;
  }
}

@media (min-width: 850px) {
  .text p {
    font-size: 20px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .text p {
    font-size: 12px;
  }
}

@media (min-width: 850px) {
  .quote-wrapper blockquote footer {
    bottom: 2px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .quote-wrapper blockquote footer {
    bottom: 2px;
    font-size: 11px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .div-right {
    clear: right;
    width: 100%;
    height: 275px;
    margin-top: 0px;
  }
}

@media (min-width: 250px) and (max-width: 849px) {
  .div-left {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #paypal-button-container {
    width: 100%;
  }
}

@media screen and (min-width: 400px) {
  #paypal-button-container {
    width: 250px;
  }
}

.ppbutton1 {
  width: 30%;
}

.profilepic{
  height: 350px;
  width: 250px;
  }

li.thick {
  font-weight: bold;
}

