@font-face {
    font-family: 'spongeboyregular';
    src: url('https://heyselena.me/webproj6/spongeboyregular-gx2n6-webfont.woff2') format('woff2'),
         url('https://heyselena.me/webproj6/spongeboyregular-gx2n6-webfont.woff') format('woff');
}

body {
    font-family: 'spongeboyregular';
    background: url('https://heyselena.me/webproj6/bikinibottom_bg.jpeg') repeat center center fixed;
    background-size: cover;
    height: 100%;
} 

.pageheader {
    margin-top: 50px;
    text-align: center;
    font-size: 75px;
    color: #601ba8;
}

a:link, a:visited {
    background-color: #69b87b;
    color: #9f6ca3;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
}

a:hover, a:active {
    font-size: 110%;
}

.registerform {
    width: 40%;
    height: 50%;
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    color: #589ccc;
    background-color: #e8eb91;
    border-radius: 25px;
    /* vertically and horizontally center form */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

input[type=submit] {
    border-radius: 25px;
    font-family: 'spongeboyregular';
    background-color: #69b87b;
    color: #9f6ca3;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
}

input[type=submit]:hover {
    font-size: 101%;
}

input {
    font-family: 'spongeboyregular';
    border: none;
    border-radius: 25px;
    padding: 5px 10px;
}

input[type=button] {
    background-color: white;
    border: none;
    padding: 5px;
}





/*body{
    margin-top:20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}*/
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
    /*height:300px;*/
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
    margin-top: 75px;
}

.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.bg-white {
    background-color: #fff!important;
}
.btn-light {
    color: #1a202c;
    background-color: #fff;
    border-color: #cbd5e0;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}
.card-footer, .card-header {
    display: flex;
    align-items: center;
}
.card-footer {
    padding: .5rem 1rem;
    background-color: #fff;
    border-top: 0 solid rgba(0,0,0,.125);
}


.collapsible {
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    background-color: #69b87b;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 50%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 10px;
  }
  
  .collapsible:active, .collapsible:hover {
    background-color: #777;
  }
  
  .content {
    border-radius: 10px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 12px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }