html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background: url('heartCuts.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
}


p {
    font-size: 1.3em;
    color: black;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;

}

@media only screen and (min-resolution: 117dpi) and (max-resolution: 119dpi),
only screen and (min-resolution: 131dpi) and (max-resolution: 133dpi),
only screen and (min-resolution: 145dpi) and (max-resolution: 154dpi),
only screen and (min-resolution: 162dpi) and (max-resolution: 164dpi),
only screen and (min-resolution: 169dpi) {
    /* Your touch-specific css goes here */

    p {
        font-size: 200%;
    }

}

@font-face {
    font-family: 'Ezra SIL SR';
    src: url('fonts/ezrasilsr-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/ezrasilsr-webfont.woff') format('woff'),
        url('fonts/ezrasilsr-webfont.ttf') format('truetype'),
        url('fonts/ezrasilsr-webfont.svg#EzraSILSR') format('svg');
}

#hebrew {
    font-family: 'Ezra SIL SR';
    direction: rtl;
    text-align: right;

    unicode-bidi: embed;
    font-size: 30pt
}

a {
    font-size: 18pt;
}

#heartSamps {
    position: relative;
    text-align: center;
    height: 4em;
    margin: -10px;
}

#heartSamps img {
    position: relative;
    height: 100%;
    margin: 0px 5px 0px 5px;
}

#needles {
    width: 100%;
    height: 400px;
    background-image: url('needles2.png');
    background-size: cover;
}

#addForm {
    width: 90%;
    height: 90%;
    border: 2px solid white;
    margin: auto;
    position: relative;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

#yay {
    width: 90%;
    height: 90%;
    border: 2px solid white;
    margin: auto;
    position: relative;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

#yay2 {
    width: 90%;
    margin: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.50);
    text-align: center;

}

.story {
    width: 85%;
    margin-bottom: 3em;
    background-color: antiquewhite;
    margin:0 auto;
}

.story p {
    text-indent: 2em;
    font-size: 1.2em;
}
#pics img{
    width:20%;
    
}

