
body, html {
    height:100%;
}

#page1 {
    
    background-image: url("forestbackground.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;

}

#page3 {
    
    background-image: url("maps-usa.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

h3 {
    font-family: Times, "Times New Roman", serif;

    color:rgb(255,255,255);
    text-align: center;
    background-color: black;
}


h4 {
    margin: 2vh;
}

.name {
    text-align: center;
    font-family: Times, "Times New Roman", serif;
    /* font-size: 8vw; */
    color: #ddccdd;
    /* letter-spacing: -0.08em; 
    word-spacing: -0.05em;      */
    font-weight: bold;
    
    /* text-shadow: 1.5px 1.5px #dd11dd;
    padding: 4vw;  */
}

#myname {
    animation: myname 8s;
   }
@keyframes myname {
    from {
        opacity: 0;
    }
    to {
        opacity: .5;
    }
}

.ctitle {
    font-family: Times, "Times New Roman", serif;
    text-align: center;
   /* font-size: 2.5vw;  */
    color: rgb(250,50,255);
    font-weight: bold;
    
    letter-spacing: 2em;
    line-height: 10px;
    text-shadow: 2px 2px #ffeeff;
    padding: 6vmin;
}

.ctitle2 {
    font-family: Times, Times New Roman, serif;
    text-align: center;
    /*  font-size: 3.0vw;  */
    color: rgb(250,50,255);
    font-weight: bold;
    
    letter-spacing: 2em;
    line-height: 5px;

    text-shadow: 0px .5px #ffeeff;
    position: relative;
    /* center: 70vw; */
}

.intro {
    width: 75%;
    /* height: 20vh; */
    
    margin-right: 25%;
    /*  margin-bottom: 7%; */
    font-family: Times, "Times New Roman", serif;
    text-align: center;
    /* font-size: 4vw;  */
    color: white;
    background: gray;
    background: rgba(255, 255, 255, 0);
    
}

.contests {
    width: 75%;
    /* margin-bottom: 7%; */
    font-family: Times, "Times New Roman, serif";
    text-align: center;
    overflow: auto;
    
    color: black;
    background: gray;
    background: rgba(255,255,255, 0);
}    
    
.misc {
    width: 75%;
    
    margin-left: 25%;
    /* margin-bottom: 7%; */
    font-family: Times, "Times New Roman, serif";
    text-align: center;
    
    color: white;
    background: gray;
    background: rgba(255,255,255, 0);
}


li {
    display: inline-block;
}

.tMenu {
    display: none;
}

#id1 {
    background-color: #DD11DD;
    /* font-size: 2vw; */
    color: white;
    /* padding: 5px;  */
}


a {
    font-family: Times, "Times New Roman", serif;
    /* font-size: 2vw;
    text-align: center;
    float: center; 
    padding-right: 50px; */
    position: relative;
    text-decoration: none;
}

a:link {
    color: white;
}

a:visited {
    color: #ddccdd;
}

a:hover {
    color: red;
}

a:active {
    color: rgb(250,55,255);
    top: 2px;
}


/* &&&&&&&&&&&&& SMALL ************************* */

@media all and (max-width: 819.99px) {

    
    #page1 {
      
      height: 100vh !important;
    }
    
    #page3 {
        height: 100vh !important;
    }


    .pushdown1 {
       font-family: Times;
       font-size: 10vw;
       visibility: hidden;    
       height: 30vh;
       width: 100vw;
    }
    
    .name {
        color: white;
        font-size: 40vw;
        letter-spacing: -0.08em;
        word-spacing: -0.05em;
        opacity: .5;
        text-shadow: .8px .8px #DD11DD; 
        padding-top: 0vh;
        padding-bottom: 0vh;
    }

.ctitle {
    display: none !important;
}

.ctitle2 {
    font-size: 8vw;
    letter-spacing: .1em;
    text-shadow: .1px .1px #ffeeff;
    position: relative;
}

.pushdown2 {
    font-family: Times;
    font-size: 10vw;
    visibility: hidden;
    height: 10vh;
    width: 100vw;
}

.pushdown2a {
    font-family: Times;
    font-size: 10vw;
    visibility: hidden;
    height: 10vh;
    width: 100%;
}

.pushdown3 {
    font-family: Times;
    font-size: 1vw;
    visibility: hidden;
    height: 20vh;
    width: 100vw;
}

.intro {
    font-size: 5vw;
    margin-left: 5vw;
}

.contests {
    font-size: 5vw;
}

.misc {
    font-size: 5vw;
    margin-right: 5vw;
}

.tMenu {
    display: "block";
}

.menu1 ul a {
    font-size: 5vw;
    padding-right: 8vw;
    color: #DD11DD;
    text-decoration: underline;
}

/* .hClass {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
}
*/

} 



/* &&&&&&&&&&&&  MEDIUM  &&&&&&&&&&&&&&&&&&&&&&&&& */

@media all and (min-width: 820px) and (max-width: 1279.99px) {
    
#page1 {
    height: 100vh !important;
}    
    
#page3 {
    height: 100vh !important;
} 
    
    
.pushdown1 {
    height: 5vh;
    width: 100vw;
}    
    
.name {
    font-size: 10vw;
    letter-spacing: -0.08em;
    word-spacing: -0.05em;
    color: #ffffff;
    text-shadow: 0.5vw 0.5vw #ff00ff;
    opacity: .50;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
    
.pushdown2 {
    height: 5vh;
    width: 100vw;
}    


.ctitle {
    font-size: 3vw;
    letter-spacing: 1.2em;
    text-shadow: 0px .5px #ffeeff;
    position: relative;
    padding-left: 5vw;
    /* padding-bottom: 1vw; */
}


.ctitle2 {
    display: none !important;
}

pushdown3 {
    height: 30vh;
    width: 100vw;
}

.intro {
    font-size: 3.5vw;
    margin-bottom: 7%;
}

.intro a {
    text-decoration: underline;
    color: rgb(225,200,225);
    font-weight: bold;
}

.contests {
    font-size: 3.5vw;
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
}

.misc {
    font-size: 3.5vw;
    margin-bottom: 7%;
}

.menu1 li {
    font-size: 4.5vw;
}



#things {
    padding-left: 20vw;
}

#leftA {
    padding-left: 6vw;
}

.tMenu a {
    padding-right: 8vw;
}

.hClass {
    font-size: 3.5vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

#myc {
    animation: myc 12s;
}
@keyframes myc {
    from {
        opacity: 0;
    }
    to {
        opacity: .9;
    }
}

#myc2 {
    animation: myc2 25s;
}
@keyframes myc2 {
    from {
        opacity: 0;
        padding-left: 40vw;
    }
    to {
        opacity: .9;
        padding-left: 5vw;
    }
}
}

 
/* &&&&&&&&&&&&&  LARGE  &&&&&&&&&&&&&&&&&&&&&&&&& */

@media all and (min-width: 1280px) {


#page1 {
    height: 100%;
}    
    
#page3 {
    height: 100%;
}    


.pushdown1 {
    font-family: Times;
    font-size: .1vw;
    visibility: hidden;
    opacity: .1;
    height: .1vh;
    width: 100vw;
}

.name {
    opacity: .50;
    font-size: 6vw;
    color: #eeddee;
    letter-spacing: -0.08em;
    word-spacing: -0.05em;
    
    text-shadow: 1.25px 1.25px #dd11dd !important;
    
    padding-top: 0vh;
    padding-bottom: 0vh;
}

.pushdown2 {
    height: 0.1vh;
    width: 100vw;
}

.ctitle {
    font-size: 1.8vw;
    letter-spacing: 1.5em;
    text-shadow: 0px 1px #ffeeff;
    padding-left: 5vw;
}

.ctitle2 {
    font-size: .1vh;
    display: none !important;
}

#myc {
    animation: myc 12s;
}
@keyframes myc {
    from {
        opacity: 0;
    }    
    to {
        opacity: .9;
    }
}

#myc2 {
    animation: myc2 25s;
   }
   
@keyframes myc2 {
    from {
        opacity: 0;
        padding-left: 40vw;
    }
    to {
        opacity: .9;
        padding-left: 5vw;
    }
}

.pushdown2a {
    height: 0.5vh;
    width: 100vw;
}

.pushdown3 {
    font-family: Times;
    font-size: 1vw;
    display: none;
    height: 0.1vh;
    width: 100vw;
}

.intro {
    font-size: 1.5vw;
    margin-bottom: 1.5%;
}

.contests {
    font-size: 1.5vw;
    margin-bottom: 1%;
    margin-left: auto;
    margin-bottom: auto;
}

.misc {
    font-size: 1.5vw;
    margin-bottom: 1%;
}


#id1 {
    font-size: 2vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
}


.menu1 ul a {
    font-size: 2vw;
    padding-right: 1vw;
}

#leftA {
    margin-left: 6vw;
}

#things {
    padding-left: 0;
}

.hClass {
    font-size: 2vw;
    /* padding-top: .2vw;
    padding-bottom: .2vw; */
}

#hId {
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
}

#myMenu1 a {
    display: block;
    margin-right: 5vw;
}

li.tMenu {
    display: none;
}


}