body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

ul.a {
    list-style-type: circle;    
}

.propli {
    margin-bottom: 8px;
}

.prop {
    margin-left: 25%; margin-right: 25%; margin-top: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 100;
    text-align: center
}

.propbold{    
    font-weight: 900;
}

.propsmall{    
    font-size: 18px;
}

.propmed{    
    font-size: 20px;
}

.propbig{    
    font-size: 48px;
}

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

.propinline{
    position: relative;
    display: inline-block;
    
}

.wrapper {
    display: flex;
    align-items: center;
  }

.propinlineImage{
    flex: 0 0 auto;
}

.propinlineText{
    overflow: hidden;
}

.propinlineTextFont {
    margin-left: 25%; margin-right: 25%; margin-top: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 100;
}

.propinlineTextFontBold {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
}

.propinlineblock {    
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 20px;
    flex: 1 1 auto;
    float: left;
}

.footer{
    color: white;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(200,212,0,255);
}