pre {
    display: inline-block;
    margin: auto;
    text-align: center;
    align-items: center;
    font-family: 'Parisienne', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2vw;
    color: #1c87c9;
	margin-bottom:80px;
}

.mobile-home {
    display: none;
}

.home-img {
	display: block;
	margin: auto;
	height:200px;
}

#homeshare {
    display: none;
}

/* Mobile Responsiveness */
/* @media only screen and (max-width: 650px) { */
@media only screen and (max-width: 991px) {
    .desktop-home {
        display: none;
    }

    .mobile-home {
        display: inline-block;
		margin: auto 10px 66px 10px;
        text-align: center;
        font-family: 'Parisienne', cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 3.2vh;
        color: #1c87c9;
    }

    #mobileshare {
        display: none;
    }
}