@import url("main.inc.css");

/* Styles specific for home.inc.php */

/*
This stylesheet handles styles specific for home.inc.php.
It is included by index.php.


***************************
** Begin Default Styling **
*/

.hero img {
    display: block;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
  
.hero {
    margin-top: 10%;
}

.hero em {
    font-weight: 500;

}

.hero em {
    font-weight: 600;
    font-style: normal;
    display: block;
    margin-top: 9.6px;
}