.appleLoginNotice{
    cursor: pointer;
}

body{
    background: gray;
}

.bodyHomePage{
    background: white;
}

#billingLoadStatus{
    color:red;
    font-weight: bold;
}

.btn{
    font-family:  'Dosis', 'Open Sans Condensed', sans-serif;
}

.button:hover {
    background-color: gray;
}

.button:active {
    background-color:gray;
    box-shadow: 6px 9px #999;
    transform: translate3d(4px);
}

.buttonAsLink {
    border: none; 
    background: none; 
    display: inline; 
    color:blue;
}

.checkBoxesAndButton {
    padding-top: 10px;
    display: flow-root;
}

.container{
    text-align: center;
    margin: auto;
}

#description{
    color:darkslategray;
    font-size:small;
    margin-bottom: 8px;
}

.divHomepageLead {
    text-align: left;
    background:white;
    font-family: sans-serif;
    padding: 160px 3px 152px 3px;
    border-radius: 5px;
}

.divHomepagePhoto {
    padding-left: 46px;
    margin-bottom:10px;
}

.divLearnMore{
    background: #c2c0bf;
    clear:both;
    padding: 25px 15px 15px 15px;
    margin-bottom:10px;
    border-radius: 5px;
}

.divInspired{
    background:white;
    clear:left;
    padding:25px;
    margin-bottom:10px;
    font-style:italic;
    border-radius: 5px;
}

.divJoinOrLogin{
    padding:15px;
    background: #c2c0bf;
}

/* Action Buttons */
.dropdown-btn:hover{
    background-color: yellow;
}

.dropdown-menu-custom{
    min-width:unset;
    width:auto;
}

.editButton{
    padding-top:10px;
    padding-left: 2px;
    cursor: pointer;
}

.editButtonAccountAdmin{
    padding-top:40px;
    padding-left: 2px;
}

.editButtonPadding{
    width: 20px;
}

.editButtonStart{
    cursor: pointer;
    color:black;
    font-size:initial;
}

.editButtonSuperAdmin{
    padding-top:40px;
    padding-left: 2px;
}

.emailAddressForLoginSubmitted{
    text-align:left
}

footer{
    padding-bottom:15px;
}

.footer-text{
    font-size:small;
}

.form-align{
    display: inline flow-root;
}

.form-custom{
    display: flow-root;
}

.float-group {
    float: left;
}

.githubSignInButtonForModal{
    vertical-align: none;
    width: 191px;
    height: 46px;
}

.githubUsernameInfoButton{
    padding-top: 10px;
    padding-left: 2px;
    cursor: pointer;
}

.headerImage{
    width:100%;
    height:100%;
    border-radius: 5px;
}

.heading{
    color: white;
    font-family: 'Dosis', 'Open Sans Condensed', sans-serif;
}

#hideNumbers{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.icon{
    display: inline-block;
    margin: auto;
    padding: 10px 40px;
    margin: 10px;
    box-shadow: 3px 3px 1px black;
    border-radius: 10px;
}

/* on join page */
#closedBetaBtn{
    margin-top:15px;
}

#joinBtn{
    margin-top:15px;
}

.join-button{
    width:191px;
    margin-top:5px;
}

.join-notice{
    background-color:lightyellow;
    text-align: center;
    padding: 20px;
    white-space: break-spaces;
}

#join-redirect-message{
    margin-top: 20px;
}

.join-table{
    width: 200px;
    margin: 0 auto !important;
}

/* Jumbotron */
.jumbotron{
    background-color: #c2c0bf;
    font-family: 'Dosis', 'Open Sans Condensed', sans-serif;
    box-shadow: 3px 3px 2px black;
    border-radius: 0 0 10px 10px;
}

.list-group-item {
    line-height: 2.5;
}

.login{
    width: 220px;
}

#login-status{
    border-bottom: 1px solid black;
    background:darkgrey;
    text-align: center;
}

.lovedOnesObjectInterval{
    margin-left:0;
    margin-right:0;
}

.lovedOnesObjectIntervalCol1{
    width:30%;
}
.lovedOnesObjectIntervalCol2{
    width:70%;
}

#lovedOnesRemindersOnStatusArea{
    background-color: lightgreen;
    padding: 5px;
}

#lovedOnesRemindersPlayButton{
    margin-left: 5px;
}

#lovedOnesRemindersPauseButton{
    margin-left: 5px;
}

#lovedOnesRemindersPausedFailed{
    background-color: lightcoral;
    padding: 5px;
}

#lovedOnesRemindersPausedStatusArea{
    background-color: yellow;
    padding: 5px;
}

.lovedOnesTableBody {
    font-size: medium;
}

@media screen and (max-width: 1200px) {
    .divHomepageLead {
        padding: 10px;
        margin-bottom: 10px;
        float:none;
    }
    .divHomepagePhoto{
        padding-left:0px;
        float:none;
    }
  }

@media screen and (max-width: 960px) {
    .divHomepageLead {
        padding: 10px;
        margin-bottom: 10px;
        float:none;
    }
    .divHomepagePhoto{
        padding-left:0px;
        float:none;
    }
    .table {
        font-size: small;
    }
  }
@media screen and (max-width: 700px) {
    .divHomepageLead {
        padding: 10px;
        margin-bottom: 10px;
    }
    .divHomepagePhoto{
        padding-left:0px;
    }
  }
@media screen and (max-width: 450px) {
    .divHomepageLead {
        padding: 10px;
        margin-bottom: 10px;
    }
    .divHomepagePhoto{
        padding-left:0px;
    }
    .editButtonSuperAdmin{
        padding-top:65px;
        padding-left: 2px;
    }
    .editButtonSuperAdminUsersModifyPage{
        padding-top:40px;
        padding-left: 2px;
    }
    #spacer2{
        margin:0px;
    }
  }

@media screen and (max-width: 400px) {

    .editButtonSuperAdmin{
        padding-top:88px;
        padding-left: 2px;
    }
    .editButtonSuperAdminUsersModifyPage{
        padding-top:40px;
        padding-left: 2px;
    }
    #spacer2{
        margin:23px;
    }
  }

.message-preview{
    padding: 5px;
    margin: auto;
    width: 70%;
}

.message-preview-body{
    padding: 0px 5px 5px 10px;
    white-space: break-spaces;
    text-align: left;
}

.message-preview-body2{
    padding: 0px 5px 5px 10px;
    white-space: break-spaces;
    text-align: left;
}

.message-preview-container{
    background-color: white;
    height: auto;
    box-shadow: 3px 3px 2px black;
    border-radius: 0 0 10px 10px; 
}

.message-preview-timestamp{
    text-align: right;
    padding: 5px;
    font-size: small;
}

.message-preview-title{
    padding: 5px;
    text-decoration: underline dotted slategray;
}

.message-success{
    color:darkgreen;
    font-weight: bold;
}

.modal-footer{
    display:inherit;
}

.modal-message{
    color:navy;
}

.modal-message-red{
    color:red;
}

.modal-spacer {
    height: 10px;
}

#modal-status {
    padding-top: 10px;
}

/* Navbar Font*/
.navbar-brand{
    font-family: 'Dosis', 'Open Sans Condensed', sans-serif;
    font-size: 2em;
}

.navbar{
    border-bottom: 1px solid black;
    background: gray;
}

.nav-item{
    margin-right: 10px;
    padding-bottom: 8px;
    font-family: 'Courier';
}

.navgroup{
    padding-bottom:3px;
}

.nav-hr{
    margin-right: 25px;
    right: 0;
    position: absolute;
    border: none;
    border-top: 1px dotted lightgray;
    color: #fff;
    width: 191px;
}

.nav-hr-holder{
    padding:10px 0px 15px 0px;
}

.nav-or{
    text-align: right;
    margin-right:97.5px;
    color:lightgray;
    font-family: 'Dosis', 'Open Sans Condensed', sans-serif;
}

#nextStep {
    font-size:large;
    margin-bottom: 7px;
}

.optionalHeading{
    color:indigo;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: medium;
    font-family: "Tahoma";
}

#optionalMessage {
    width: 230px;
    resize: none;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
}

#optionalMessage::placeholder{
    text-align: center;
}

.password-reset{
    padding-top:15px;
}

.plans-section{
    text-align: left;
    float: inline-start
}

.price-table-container{
    margin: 10px 0 10px 0;
}

#required-asterisk{
    color:red;
    font-weight: bold;
}

.required-fields-red{
    color:red;
    font-weight: bold;
    border-color: red;
    border-width: medium;
}

.results{
    background-color:lightyellow;
    text-align: left;
    padding: 20px;
    white-space: break-spaces;
}

.results-group-members-notice{
    background-color:lightblue;
    text-align: left;
    padding: 20px;
    white-space: break-spaces;
}

.results-start-page{
    background-color:lightyellow;
    padding: 10px;
    white-space: break-spaces;
}

.results-start-page-error{
    background-color:lightyellow;
    padding: 10px;
    white-space: break-spaces;
}

.results-start-page-success{
    background-color:lightgreen;
    padding: 10px;
    white-space: break-spaces;
    font-family: 'Dosis', 'Open Sans Condensed', sans-serif;
    font-size: large;
}

.row{
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.row-sign-in{
    position: relative;
    display: block ruby;
    margin: auto;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 8px;
}

#sendingBtn{
    padding-top:10px;
}

#showNumbers{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

#showHideNumbers{
    text-align: right;
}

.signin-button {
    width: 191px;
    height: 46px;
}

.sign-in-with-email-btn {
    font-size:larger;
}

#spacer{
    margin:30px;
}

#step{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: large;
    color: lightcyan;
}

#status{
    white-space: break-spaces;
}

#submittingBtn{
    padding-top:10px;
}

#thisForm{
    display:flow;   
}

.ui-datepicker-header{
    background-color: lightyellow;
    border: 1px solid black;
}

.ui-datepicker-calendar{
    background-color: lightyellow;
    border:1px solid black;
    text-align:center;
}

.ui-datepicker-prev{
    font-size:small;
    padding-left: 34px;
    padding-right: 34px;
    cursor: pointer;
}

.ui-datepicker-next {
    font-size:small;
    cursor: pointer;
}

.ui-datepicker-title{
    text-align:center;
    font-size:x-large;
}

.ui-datepicker-year{
    display:none;
}

.ui-icon{
    color:blue
}

#verify-info {
    font-size: large;
    padding: 0 35px 0 35px;
}

.welcomeInfo{
    background-color: white;
    padding: 15px;
    margin-bottom: 0;
}

.welcomePagePaddingForButtons{
    padding-top: 15px;
}

/* Nav Collapse & Links */
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }
    
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }
    
    .animated-icon1 span {
    background: #e65100;
    }
    
    .animated-icon2 span {
    background: #e3f2fd;
    }
    
    .animated-icon3 span {
    background: #f3e5f5;
    }
    
    .animated-icon1 span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon1 span:nth-child(2) {
    top: 10px;
    }
    
    .animated-icon1 span:nth-child(3) {
    top: 20px;
    }
    
    .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    }
    
    .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
    
    .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }
    
    /* Icon 3*/
    
    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
    }
    
    .animated-icon2 span:nth-child(4) {
    top: 20px;
    }
    
    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    
    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    
    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    
    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    
    /* Icon 4 */
    
    .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    }
    
    .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    }
    
    .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    }
    
    .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
    }