html 
{
    /*overflow-x: hidden;*/
    width: 100%;
    height: 100%;
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(139, 0, 0, 0.685);
    border-radius: 100px;
}


body {

    font-family: 'Lato', sans-serif;
    margin: 0;
    background-color: #FAF9F6;
    width: 100%;
    
}

a
{

    text-decoration: none;

}


.card
{
    z-index: 1;
    position: relative;
    width: 365px;
    height: 550px;
    max-height: 550px;
    margin: 0 auto;
    margin-top:40px;
    background-color: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition:    all 0.7s ease-in-out;
    -o-transition:      all 0.7s ease-in-out;
    -ms-transition:     all 0.7s ease-in-out;
    border-radius: 15px;
    
}
.card.active
{
    height: 550px;
    max-height: 550px;
}
.banner
{
    border-radius: 15px 15px 0px 0px;
    z-index: 2;
    position: relative;
    margin-top: -154px;
    width:100%;
    height:150px;
    background-image: url("https://static.wixstatic.com/media/d67dc1_6edcfcd2fa594993b2e10c12abddefa7~mv2_d_2319_2322_s_2.png/v1/fill/w_81,h_79,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/d67dc1_6edcfcd2fa594993b2e10c12abddefa7~mv2_d_2319_2322_s_2.png");
    /*background-attachment: fixed;
    background-position: center top;*/
    background-position: 5% 15%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.767);
    /*background-color: rgba(37, 37, 37, 0.281);*/
    border-bottom: solid 1px lightgrey;
  
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition:    all 0.7s ease-in-out;
    -o-transition:      all 0.7s ease-in-out;
    -ms-transition:     all 0.7s ease-in-out;
}

.banner.active
{
    height: 0;
  
}

.photo
{
    z-index: 3;
    position: relative;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-color: white;
    margin: 0 auto;
    
    /* background-image: url("https://filmshotfreezer.files.wordpress.com/2011/07/untitled-1.jpg"); */
    background-size: cover;
    background-position: 50% 50%;
    top:75px;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.3);
    -webkit-transition: top 0.7s ease-in-out, background 0.15s ease;
    -moz-transition:    top 0.7s ease-in-out, background 0.15s ease;
    -o-transition:      top 0.7s ease-in-out, background 0.15s ease;
    -ms-transition:     top 0.7s ease-in-out, background 0.15s ease;
}

.photo.active
{
    top:-80px;
}
.card ul
{
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top:87px;
    margin-bottom:15px;
    font-size: 20px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition:    all 0.7s ease-in-out;
    -o-transition:      all 0.7s ease-in-out;
    -ms-transition:     all 0.7s ease-in-out;
}

.card ul.active
{
    opacity:0;
    visibility: hidden;
}

.card i
{
    font-size: 25px;
    display: inline-block;
    margin-top:10px;
    margin-left: 40px;
    margin-right: 150px;
    width: 300px;;
    text-align: left;
    color: darkred;
}

button.btnbio
{
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    margin-top: -15px;
    width: 100%;
    height: 35px;
    display: block;    
    border:none;
    background-color: transparent;
    font-family: inherit;
    color: white;
    background-color: darkred;
    font-size:12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
}

hr{
    height: 1px;
    background-color: darkred;
    border: none;
}

a{
    color: darkred;
}

button.contact:hover
{
    cursor: pointer;
    background-color:rgba(139, 0, 0, 0.623);;
}

button.contact:focus
{
    outline: 0;
}

.info-banner
{
    width: 100%;
    height: 100%;
    max-height: 65px;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition:    all 1.5s ease-in-out;
    -o-transition:      all 1.5s ease-in-out;
    -ms-transition:     all 1.5 ease-in-out;
}

.info-banner.active
{
    opacity:0;
    visibility: hidden;
    height: 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
}

.info-banner table{
    margin: 0 auto;
    width: 100%;
}

.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}

.info-banner a i
{
    display: inline;
    
    width: auto;
    margin-right:15px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
}

.info-banner a i:hover
{
    color:rgba(139, 0, 0, 0.623);
}

.bio-section
{
    height: 0;
    overflow: hidden;
    z-index:-1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     margin: 0 auto;
}

.bio-section.active
{
    height: 300px;
    max-height: 300px;
    z-index: 3;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition:    all 1s ease-in-out;
    -o-transition:      all 1s ease-in-out;
    -ms-transition:     all 1s ease-in-out;
     transition: all 1s ease-in-out;
}

.bio-section input
{
    width: 200px;
    text-transform: capitalize;
/*    background-color: #a4acbc;*/
    margin: 0 auto;
    font-family: inherit;
    border: 1px solid #dadee5;
/*    border: 1px solid black;*/
    margin-top: 15px;
    height: 30px;
    display: block;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
}
.bio-section input:focus,.bio-section textarea:focus
{
/*    border: none;*/
    border: 1px solid grey;
    outline: none;
    
}
.bio-section .warning-text {
    width: 200px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: .75rem;
}
::-webkit-input-placeholder 
{
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
/*    color: black;*/
}
.bio-section button
{
    margin-top: 60px;
}
.card-content{
    padding-left: 10px;
    padding-right: 10px;
}

h5{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: underline;
}
.bio{
    /*
    margin-left: 8px;
    margin-right: 8px;
    */
    min-height: 0;
    text-align: center;
    font-size: .85rem;
    overflow: scroll;
    height: 320px;
    width: 100%;
}

.card-footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 5px;
}

footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 95%;
    margin: 15px;
    
}
