@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Love+Ya+Like+A+Sister|Amatic+SC');
/**{*/
    /*font-family: sans-serif;*/
/*}*/
body{
    background: url('image/flowers_desktop.png') center top;

    background-size: 100% auto;
}
h1{
    /*font-family: 'Love Ya Like A Sister', cursive;*/
    font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 7em;
    padding: 3vh 0 0vh 0;
    /*background: purple;*/
    color: black;
    width: 100%;
    margin: 15% 0 0 0;
    font-weight: lighter;
    text-shadow: 0 0 5px white;
}
#timeP{
    font-family: 'Audiowide', cursive;
    padding: 5vh 0 15vh 0;
    text-align: center;
    font-size: 2.5em;
    /*margin: 0 5px 0 5px;*/
    /*background: purple;*/
    color: black;
    /*font-weight: bold;*/
    text-shadow: 0 0 20px pink;
}

@media only screen and (max-width: 768px) {
    body{
        background: url('image/flowers_edited.jpg') center top;
        background-size: 100% auto;
    }
    h1{
        text-align: center;
        font-size: 350%;
        padding: 5vh 0 0vh 0;
        color: black;
        width: 100%;
        margin: 42% 0 0 0;
        font-weight: lighter;
        text-shadow: 0 0 5px white;
    }
    #timeP{
        font-family: 'Indie Flower', cursive;
        padding: 5vh 0 15vh 0;
        text-align: center;
        font-size: 180%;
        /*margin: 0 5px 0 5px;*/
        /*background: purple;*/
        color: black;
        /*font-weight: bold;*/
        text-shadow: 0 0 20px pink;
    }
}
