body {
    margin: 0;
    padding: 0;
    background-color: #14235c;
}

.col-11 {
    background-color: rgba(0, 0, 0, 0.6);
		border-radius: 10px;
}

a {
	text-decoration: none;
	color: #efb509;
}

img {
    width: 100%;
    height: auto;
}

ul { list-style-type: none; }

.ta-right {
	text-align: right;
}

.container-fluid {
  position: absolute;
  top: 25px;
}

.topbar {
	color: white;
  min-height: 60px;
	padding-left: 3em;
	padding-right: 3em;
}

.topbar .brand {
	float: left;
	line-height: 60px;
	font-size: larger;
}

.topbar .function {
	float: right;
}

.topbar .function button {
	margin-top:8px;
	line-height: 40px;
	background-color: #14235c;
	color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
}

.btngrade {
/*border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #c331c0, #efb509) 1;*/
	background: 
    linear-gradient(#14235c, #14235c) padding-box, /* Inner background */
    linear-gradient(90deg, #c331c0, #efb509) border-box;
	border-radius: 10px;
	border: 2px solid transparent;
}

.foot {
	color: white;
}

.marketing-wank-box-row {
	padding: 5em;
}

.cb1 { background: linear-gradient(135deg, #c331c0 0%, #db598e 100%); }
.cb2 { background: linear-gradient(135deg, #e26580 0%, #e8884c 100%); }
.cb3 { background: linear-gradient(135deg, #ea933e 0%, #efb509 100%); }

.card-box {
  padding: .5rem;
  border-radius: 15px;
  /* background: linear-gradient(135deg, #c331c0 0%, #db598e 100%); */
  color: white;
  min-height: 200px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
	text-align: center;
}

.card-box button {
	background-color: #14235c;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
	display: inline-block;
  font-size: 18px;
  cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
}

.card-box b,
.card-box button {
	display: contents;
}

.content { padding-bottom: 25px; }

@media screen and (max-width: 768px) {
	.content {
  	position: relative;
  	top: 150px;
	}
}

@media screen and (min-width: 768px) {
  .content {
    position: relative;
    top: 330px;
  }
}
