body {
    background-image: url('../Images/Tex1.jpg');
}
h1 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 234, 46);
    font-size: 4.5vw;
    text-shadow: 3px 3px 6px black;
    text-align: center;
    margin: -0.3em 0.3em 0.3em 0.3em;
}
h2 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(245, 223, 22);
    font-size: 3.2vw;
    text-shadow: 3px 3px 6px black;
    text-align: center;
    margin: -0.3em 0.3em 0.3em 0.3em;
}
h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 175, 27);
    font-size: 2em;
}
h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 254, 195);
    font-size: 1.5em;
}
p {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 2.0em;
    text-align: center;
}
img {
    width: 50%;
}

/*<<<<<<<<<<<<<<<<<<<<<< START of  Media Query MAIN >>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*<<<<<<<<<<<<<<<<<<<<<< START of  Media Query MAIN >>>>>>>>>>>>>>>>>>>>>>>>>>*/
@media screen and (max-width: 650px)  {
    p {
        font-size: 1.6em;
    }
    h1 {
        font-size: 2em;
        text-shadow: 3px 3px 6px black;
        margin: -0.3em 0.3em 0.3em 0.3em;
    }
    h2 {
        font-size: 1.8em;
    }
}