body.child-bio {
    font-family: 'Roboto',Helvetica,sans-serif;
    font-size: 19px;
}

p {
    margin-bottom: .7em;
}

hr.all-levels-covered{
    margin: 10px 0 0;
    background-color: #444;
    width: 60%;
}


div.content{
    font: 400 16px/27px 'Roboto',Helvetica,sans-serif;
    color: #666;
    position: relative;
    z-index: 80;
}

h1.title {
    display: inline-block;
    font-size: 64px;
    font-family: Lora, "Noto Serif", serif;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1em;
    color: #572D7B;
}

h3.label {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-family: Lora, "Noto Serif", serif;
    font-weight: 800;
}

h3.label.sep{
    margin: 0 15px;
    position: relative;
    top: -3px;
}

.edit-slide-btn {
    position: fixed;
    right: 20px;
    top: 50px;
    border: 1px solid #777;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    font-size: 24px;
    color: #777;
}

.edit-slide-btn:hover{
    color: #aaa;
    border-color: #aaa;
}

div.bio-img{
    position: relative;
    overflow: visible;
    float: right;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 30px;
    background: no-repeat center center / cover #000000;
    z-index: 1;
}


div.bio-img:after{
  position: absolute;
  display: block;
  content: " ";
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

div.bio-img div{
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover white;
}


main.site-main{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}


.sponsor-buttons{
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 25px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 435px;
    padding: 15px 20px 9px;
}


.nhu-sponsor-div{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    max-width: 400px;
    margin: 0 0 10px 0;
    border-radius: 2px;
    padding: 5px 15px;
    color: black;
}


.nhu-sponsor-btn{
    display: block;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    max-width: 400px;
    margin: 0 0 5px 0;
    border-radius: 2px;
    padding: 5px 15px;
    color: black;
}


.nhu-return-link-btn{
    float: left;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    cursor: pointer;
    max-width: 400px;
    margin: 10px 10px 10px 0;
    border-radius: 2px;
    padding: 5px 15px;
    color: black;
}


div.amount, div.sponsored, span.level {
    font-weight: normal;
}


div.amount, div.sponsored {
    font-size: 16px;
    font-weight: bold;
    float: right;
    line-height: 32px;
    position: relative;
    transition: 0.2s;
}


.nhu-sponsor-btn:hover div.amount{
    padding-right: 20px;
    transform: scale(1.2);
    transition: all 0.2s;
}


.nhu-sponsor-btn:hover div.amount:after {
    opacity: 1;
    margin: 0 8px;
    top: -3px;
    transition: 0.2s;
}


div.amount:after{
    top: -2px;
    left: 60px;
    position:absolute;
    margin-left: 0;
    content: '\203A';
    font-size: 36px;
    opacity: 0;
    transition: 0.2s;
}

span.dollar {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

span.amount {
    font-size: 22px;
}

span.permonth {
    font-size: 14px;
    font-weight: 400;
}


a.return-link{
    display: block;
    margin-bottom: 1.6em;
}

a.return-link:before{
    top:-1.5px;
    position:relative;
    margin-right:4px;
    content: '\00ab';
}

.choose{
    display: block;
    font-size: 14px;
    margin: 15px 0 -11px 10px;
    box-shadow: 0 0 0 15px #fff inset;
    z-index: 98;
    position: relative;
    width: 185px;
    text-align: center;
}

a.return-link {
    color: #572D7B;
}


a.return-link:hover {
    color: #774D9B;
}


div.bio-img:before{
  background-color: rgba(68, 110, 194, 0.35);
}


.nhu-sponsor-btn, .nhu-sponsor-div, .nhu-return-link-btn{
    color: #eee;
    background-color: #572D7B;
    transition: 0.2s;
}


.nhu-sponsor-btn:hover, .nhu-return-link-btn:hover{
    color: white;
    transition: 0.2s;
}


span.all-levels-covered{
    display: inline-block;
    padding: 0 15px;
    margin: 20px 0;
    border-radius: 3px;
    border: 2px solid #572D7B;
    color: #572D7B;
}



/*------------------- stack sponsor buttons --------------------*/
@media only screen and (min-width: 661px) and (max-width: 1010px) {

}

/*------------------- image on top --------------------*/
@media only screen and (max-width: 660px) {
    main#main{
        text-align: center;
    }


    .nhu-sponsor-btn {
        text-align: left;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    div.bio-img{
        float: none;
        /*left: calc(100% / 2 - 180px);*/
        margin: 30px auto;
    }


    h1.title{
        margin-top: 0;
    }
}

footer.site-footer{
    border-style: none;
}

/*------------------- jquery ui overrides --------------------*/
.ui-widget-overlay{
    background: #888;
    opacity: .65;
    box-shadow: 0 0 200px 0 #555 inset;
}

div.ui-widget-content, div.ui-widget-header{
    color: inherit;
}

div.ui-widget-content p{
    margin-bottom: 1em;
}

div.ui-dialog {
    box-shadow: 0 0 5em 2em #aaa, 0 0 15em 12em #999;
    background: #eee;
    border-color: #888;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
    line-height: 1.5em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: inherit;
}

div.ui-dialog a.return-link{
    margin: .6em 2em;
}

.ui-widget-header {
    border: none;
    background: none;
}

button.ui-dialog-titlebar-close{
    display: none;
}

.ui-dialog .ui-dialog-title{
    text-align: center;
    font-size: 1.4em;
    float: none;
}
