.bg{
    min-height: 100vh;
    min-width: 100%;
    background-image: linear-gradient( rgba(231, 233, 238, 0.7), rgba(212, 217, 235, 0.7)),
    url(../images/sun.jpg)!important;
    background-position: center;
    background-size: 107%;
    width: 100%;
    margin: 0;
    
}

.masthead .masthead-subheading {
  font-size: 1.5rem;
}
        


.container
{
  
  text-align: center;
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 50px;
  font-family: serif;

}

.masthead-avatar {
    min-width: 5%;
    width: 200px;
    height: 200px;
    border: 5px solid #a3b0c1;
    margin-top: 200px;
    margin-left: 22px;
    float: inherit;
}

.clearfix {
    overflow: auto;
}

.masthead-heading{

    font-size: 40px;
    color:#fff;
    line-height: 1px;
    padding-left: 24px;
    text-shadow:
        0.07em 0 #6d829e,
        0.07em 0 #6d829e,
        0.07em 0 #6d829e,
        0.07em 0 #6d829e;

}

.masthead-subheading{

    font-size: 20px;
    color:#fff;
    padding-left: 20px;
    text-shadow: cornflowerblue;
    text-shadow:
    0.07em 0 #a3b0c1,
    0.07em 0 #a3b0c1,
    0.07em 0 #a3b0c1,
    0.07em 0 #a3b0c1;
    
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.header{
  height:30px;
}

.footer{
    background-color: #a3b0c1;
    position: sticky;
    top: 100%;
}

small, .small {
  font-size: 1em;
  color: white;
}

.text-center{
  text-align: center;
  
}




