body 
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-top: 54px;
    padding-left: 50px;
    color: rgb(245, 245, 240);
    font-weight: 450;
    background-color: rgb(73, 63, 34);
}

h1, h2, h3, h4, h5, h6 
{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    color: rgb(192, 192, 130);
}

.fs11 {
    font-size: 16px;
}
  
.fs12 {
    font-size: medium;
}
  
.fs13 {
    font-size: 15px;
}
  
.fs14 {
    font-size: 16px;
}
  
.fs15 {
    font-size: 17px;
}
  
.fs16 {
    font-size: 19px;
}
  
.fs30 {
    font-size: 28px;
}

.mt0{
    margin-top: 0;
}
  
.mt10{
    margin-top: 10px;
}
  
.mt20{
    margin-top: 20px;
}
  
.mt30{
    margin-top: 20px;
}
  
.mt40{
    margin-top: 20px;
}
  
.mt50{
    margin-top: 20px;
}

.large-red-button {
    width: 100%;
    padding: 30px;
    border-color: darkgreen;
}
  
.nomargin {
    margin: 0 !important;
}
  
.intro h1 {
    font-size: 50px;
}
  
span.heading-name {
    color: rgb(83, 141, 141) !important;
}
  
.Akan-names h4, .akan-form h5 {
    color: rgb(71, 187, 168);
}
.rdio input[type="radio"]:checked + label::after {
    background-color: rgb(89, 89, 114);
}
  
.text-right {
    text-align: right;
}
  
.your-akan-name {
    padding-top: 40px;
}
  
.your-akan-name p {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: rgb(228, 228, 172);
    font-size:x-large;
    text-align:justify;
    line-height: 0.2cm;
}
  
.rdio {
    position:sticky;
}
  
.rdio input[type="radio"] {
    opacity: 0.5;
}
  
.rdio label {
    padding-left: 4px;
    cursor: pointer;
    margin-bottom: 5px !important;
}
  
.rdio label:before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgb(98, 70, 151);
    background: rgb(198, 206, 204);
}
 
.rdio input[type="radio"]:disabled + label  {
    color: rgb(149, 76, 179);
}
  
.rdio input[type="radio"]:disabled + label:before  {
    background-color: rgb(23, 97, 97);
}
  
.rdio input[type="radio"]:checked + label::after  {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #40497c;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
  
.rdio-default input[type="radio"]:checked + label:before {
    border-color: #37bb9e;
}
  
.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #428BCA;
}
  
.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #be5db6;
}
  
.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #a73497;
}
  
.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #7b2daf;
}
  
.rdio-success input[type="radio"]:checked + label:before {
    border-color: #538d31;
}
  
.rdio-success input[type="radio"]:checked + label::after {
    background-color: #52a069;
}
  
.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #3fad3b;
}
  
.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #6bd94f;
}
 