@media only screen and (max-width:600px){
    .taglong {
        position:relative;
        color:#646B61;
        font-size:30px;
        font-weight:50px;
        left:5px;
        transition:ease-in-out .5s;
        user-select: none;
    
    }
    
    
    
    .site-title:hover .taglong{
        color:white;
    
    }
    
    .contactInfoArea{
        display:flex;
        flex-direction:row;
        height:auto;
        width:100vw;
    
        background-color:#26373e;
    
    }
    
    .contactInfo{
        color:black;

        width:100vw;
        
        height:auto;
        background-color:white;
        z-index:1;
        filter:drop-shadow(5px 0 .75rem black);
        transition: ease-in-out .3s;
       
    }
    
    
    
    .category{
        width:25vw;
        height:10vh;
        font-size:1.0em;
        z-index:90;
    
    }
    
    .category a{
        color:black;
        text-decoration:underline white;
        transition: ease-in-out .5s;
    
    }
    
    .category a:hover{
        text-decoration: underline gray;
    }
    
    
    
    .contactInfoMain{
        box-sizing:border-box;
        display:flex;
        flex-direction:row;
        width:100vw;
        height:auto;
        
    }
    
    .contactInfoTitle{
        width:50%;
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:left;
        line-height:1.5em;
        justify-content:center;
        margin-left:20px;
        margin-top:10px;
        font-size:1.0em;
        transition: ease-in-out .3s;
        user-select: none;
    
    }
    
    .contactInfoTitle h2{
        transition: ease-in-out .3s;
        font-size:1.0em;
        height:100%;
    }
    
    
    
    .contactInfoSub{
        display:flex;
        margin-top:10px;
        flex-direction:column;
        align-items:right;
        line-height:1.5em;
        width:50%;
        height:auto;
        justify-content:center;
        text-align:right;
        word-break:keep-all;
        margin-right:20px;
        
    }
    
    .contactInfoSub h3{
        padding-right:10px;
        width:100%;
        height:100%;
    
    }
    
    .contactImg{
        
        width:50vw;
        height:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        background-size:cover;
        background-repeat:no-repeat;
        transition: ease-in-out .3s;
    
    }
    
    .contactImg img{
        width:50vw;
    }
    
    .submitFormArea{
        width:100vw;
        height:auto;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        background-image:linear-gradient(45deg,#26373e,#646b61);
     
        z-index: 0;
    }
    
    .formPattern{
        background-image:url("assets/patterns.png");
        background-repeat:repeat;
        z-index:1;
        background-size:cover;
    
        width:100vw;
        height:auto;
        display:flex;
        padding-top:35px;
        padding-bottom:35px;
        flex-direction:column;
        justify-content:center;
        align-items:center;
      
    
    }
    
    .formTitle{
        position:relative;
       z-index:6;
        top:50px;
        width:auto;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#ECC596;
        font-size:1.7em;
        border-radius:25px;
        white-space:pre;
        margin-bottom:25px;
        
    }
    
    .formTitle p{
        position:absolute;
        top:10%;
        text-align:center;
        background-color:#ECC596;
        width:auto;
        height:auto;
        padding:5px;
        border-radius:25px;
        padding-right:20px;
        padding-left:20px;
        filter:drop-shadow(0 0 .30rem black);
    }
    
    .formSubmit{
        height:auto;
        width:auto;
        background-image:linear-gradient(45deg,#646b61,#26373e);
        border-radius:50px;
        color: white;
        font-size:1.2em;
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        text-align:center;
        line-height:130%;
        margin:40px;
        padding-top: 1vh;
        padding-bottom:1vh;
        margin-top:5vh;
        margin-bottom:5vh;
        z-index:2;
        padding-left: 8vw;
        padding-right:8vw;
        margin-left:1vw;
        margin-right:1vw;
        filter:drop-shadow(0 0 .55rem black);
    }
    
    .formSubmit button{
        width:100px;
        margin-bottom:5%;
        margin-top:2%;
        border-radius:25px;
        border: 0px solid black;
        background-color:#26373e;
        color:white;
        transition: ease-in-out .3s;
    
        padding:5px;
        font-size:.8em;
        z-index:3;
        
    }
    
    .formSubmit button:hover{
        background-color:#ECC596;
        border-color:white;
        color:black;
       
    }
    
    .formSubmit input{
        border-radius:25px;
        width:25vw;
        border:1px solid black;
        z-index:3;
        text-align:center;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit input:focus{
        width:30vw;
    }
    
    .formSubmit textArea{
        width:40vw;
        border-radius:25px;
        border:1px solid black;
        z-index:3;
        padding:10px;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit textArea:focus{
        width:50vw;
    }
    
    .noteArea{
        width:100vw;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#646b61;
    }
    
    .note{
      
        width:65%;
        height:auto;
        margin:30px;
        border-radius:50px;
        transition:ease-in-out 1s;
        color:white;
    }
    
    .note:hover h1{
   
    }
    
    .note:hover p{
   
    }
    
    .note h1{
        text-align:center;
        margin-top:10px;
        font-size:2em;
        transition: ease-in-out 1s;
    }
    
    .note p{
        margin:10px;
        text-align:center;
        transition: ease-in-out 1s;
        font-size:1.0em;
    }
    
      .btn-menu{
        position:relative;
        z-index:50;
        border-radius:25px;
        border:0px solid;
        width:40vw;
        height:40px;
        margin-left:27vw;
        margin-right:5vw;
        background:none;
        font-size:2em;
        background-color:#ECC596;
        color:white;
        transition: ease-in-out .3s;
     
      }
    
      .btn-menu .arrow{
        position:relative;
        bottom:90%;
        font-size:.9em;
        font-weight:500px;
        left:1.5vw;
        transform:rotate(0deg);
        transition: transform ease-in-out .3s;
      }
    
      .btn-menu:hover .arrow{
        transform:rotate(90deg);
      }
    
      .btn-menu:hover{
        background-color:black;
      }
      
      .hours-menu {
        opacity:0;
        position:relative;
        height:20px;
        text-align:center;
        font-size:0em;
        top:-5vh;
        left: 10%;
        width: 80%;
        padding: 0;
        margin: 0;
        color:black;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        transform: translateY(-70%);
        display:flex;
        justify-content:center;
        align-content:center;
        align-items:center;
        flex-direction:column;
        transition: transform 0.3s ease-in-out;
        margin-top:5px;
      }
    
      .hours-menu li{
        margin:5px;
        width:100%;
        height:auto;
        text-align:center;
        font-size:1.3em;
        transition: ease-in-out .5s;
      }
    
      .hours-menu li:hover{
        font-size:1.4em;
      }
      
      .hours-menu.visible {
        transform: translateY(0%);
        height:auto;
        font-size:1em;
        top:0vh;
        opacity:100;
      }
}

@media only screen and (min-width:601px) and (max-width:1024px){
    .taglong {
        position:relative;
        color:#646B61;
        font-size:30px;
        font-weight:50px;
        left:5px;
        transition:ease-in-out .5s;
        user-select: none;
    
    }
    
    
    
    .site-title:hover .taglong{
        color:white;
    
    }
    
    .contactInfoArea{
        display:flex;
        flex-direction:row;
        height:auto;
        width:100vw;
    
        background-color:#26373e;
    
    }
    
    .contactInfo{
        color:black;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        width:50vw;
        height:auto;
        background-color:white;
        z-index:1;
        filter:drop-shadow(5px 0 .75rem black);
        transition: ease-in-out .3s;
       
    }
    
    
    
    .category{
        width:25vw;
        height:10vh;
     
        z-index:90;
    
    }
    
    .category a{
        color:black;
        text-decoration:underline white;
        transition: ease-in-out .5s;
    
    }
    
    .category a:hover{
        text-decoration: underline gray;
    }
    
    
    
    .contactInfoMain{
        box-sizing:border-box;
        display:flex;
        flex-direction:row;
        width:50vw;
        height:auto;
        
    }
    
    .contactInfoTitle{
        width:50%;
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:left;
        line-height:1.5em;
        justify-content:center;
        margin-left:20px;
        margin-top:10px;
        font-size:1.1em;
        transition: ease-in-out .3s;
        user-select: none;
    
    }
    
    .contactInfoTitle h2{
        transition: ease-in-out .3s;
        font-size:1.3em;
        height:100%;
    }
    
    .contactInfoTitle h2:hover{
        font-size: 1.6em;
    }
    
    
    .contactInfoSub{
        display:flex;
        margin-top:10px;
        flex-direction:column;
        align-items:right;
        line-height:1.5em;
        width:50%;
        height:auto;
        justify-content:center;
        margin-right:20px;
        text-align:right;
        word-break:keep-all;
        
    }
    
    .contactInfoSub h3{
        padding-right:10px;
        width:100%;
        height:100%;
    
    }
    
    .contactImg{
        
        width:50vw;
        height:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        background-size:cover;
        background-repeat:no-repeat;
        transition: ease-in-out .3s;
    
    }
    
    .contactImg img{
        width:50vw;
    }
    
    .submitFormArea{
        width:100vw;
        height:auto;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        background-image:linear-gradient(45deg,#26373e,#646b61);
     
        z-index: 0;
    }
    
    .formPattern{
        background-image:url("assets/patterns.png");
        background-repeat:repeat;
        z-index:1;
        background-size:cover;
    
        width:100vw;
        height:auto;
        display:flex;
        padding-top:35px;
        padding-bottom:35px;
        flex-direction:column;
        justify-content:center;
        align-items:center;
      
    
    }
    
    .formTitle{
        position:relative;
       z-index:6;
        top:50px;
        width:auto;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#ECC596;
        font-size:1.7em;
        border-radius:25px;
        white-space:pre;
        margin-bottom:25px;
    }
    
    .formTitle p{
        position:absolute;
        top:10%;
        text-align:center;
        background-color:#ECC596;
        width:auto;
        height:auto;
        padding:5px;
        border-radius:25px;
        filter:drop-shadow(0 0 .30rem black);
    }
    
    .formSubmit{
        height:auto;
        width:auto;
        background-image:linear-gradient(45deg,#646b61,#26373e);
        border-radius:50px;
        color: white;
        font-size:1.2em;
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        text-align:center;
        line-height:130%;
        margin:40px;
        padding-top: 1vh;
        padding-bottom:1vh;
        margin-top:5vh;
        margin-bottom:5vh;
        z-index:2;
        padding-left: 8vw;
        padding-right:8vw;
        margin-left:1vw;
        margin-right:1vw;
        filter:drop-shadow(0 0 .55rem black);
    }
    
    .formSubmit button{
        width:100px;
        margin-bottom:5%;
        margin-top:2%;
        border-radius:25px;
        border: 0px solid black;
        background-color:#26373e;
        color:white;
        transition: ease-in-out .3s;
    
        padding:5px;
        font-size:.8em;
        z-index:3;
        
    }
    
    .formSubmit button:hover{
        background-color:#ECC596;
        border-color:white;
        color:black;
       
    }
    
    .formSubmit input{
        border-radius:25px;
        width:25vw;
        border:1px solid black;
        z-index:3;
        text-align:center;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit input:focus{
        width:30vw;
    }
    
    .formSubmit textArea{
        width:40vw;
        border-radius:25px;
        border:1px solid black;
        z-index:3;
        padding:10px;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit textArea:focus{
        width:50vw;
    }
    
    .noteArea{
        width:100vw;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#646b61;
    }
    
    .note{
      
        width:65%;
        height:auto;
        margin:30px;
        border-radius:50px;
        transition:ease-in-out 1s;
        color:white;
    }
    
    .note:hover h1{
        font-size:2.1em;
    }
    
    .note:hover p{
        font-size:1.3em;
    }
    
    .note h1{
        text-align:center;
        margin-top:10px;
        font-size:2em;
        transition: ease-in-out 1s;
    }
    
    .note p{
        margin:30px;
        text-align:center;
        transition: ease-in-out 1s;
        font-size:1.2em;
    }
    
      .btn-menu{
        position:relative;
        z-index:50;
        border-radius:25px;
        border:0px solid;
        width:40vw;
        height:40px;
        margin-left:5vw;
        margin-right:5vw;
        background:none;
        font-size:2em;
        background-color:#ECC596;
        color:white;
        transition: ease-in-out .3s;
     
      }
    
      .btn-menu .arrow{
        position:relative;
        bottom:90%;
        font-size:.9em;
        font-weight:500px;
        left:1.5vw;
        transform:rotate(0deg);
        transition: transform ease-in-out .3s;
      }
    
      .btn-menu:hover .arrow{
        transform:rotate(90deg);
      }
    
      .btn-menu:hover{
        background-color:black;
      }
      
      .hours-menu {
        opacity:0;
        position:relative;
        height:20px;
        text-align:center;
        font-size:0em;
        top:-5vh;
        left: 25%;
        width: 50%;
        padding: 0;
        margin: 0;
        color:black;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        transform: translateY(-70%);
        display:flex;
        justify-content:center;
        align-content:center;
        align-items:center;
        flex-direction:column;
        transition: transform 0.3s ease-in-out;
        margin-top:5px;
      }
    
      .hours-menu li{
        margin:5px;
        width:100%;
        height:auto;
        text-align:center;
        font-size:1.3em;
        transition: ease-in-out .5s;
      }
    
      .hours-menu li:hover{
        font-size:1.4em;
      }
      
      .hours-menu.visible {
        transform: translateY(-20%);
        height:auto;
        font-size:1em;
        top:0vh;
        opacity:100;
      }
}

@media only screen and (min-width:1025px){
    .taglong {
        position:relative;
        color:#646B61;
        font-size:30px;
        font-weight:50px;
        left:5px;
        transition:ease-in-out .5s;
        user-select: none;
    
    }
    
    
    
    .site-title:hover .taglong{
        color:white;
    
    }
    
    .contactInfoArea{
        display:flex;
        flex-direction:row;
        height:auto;
        width:100vw;
    
        background-color:#26373e;
    
    }
    
    .contactInfo{
        color:black;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        width:50vw;
        height:auto;
        background-color:white;
        z-index:1;
        filter:drop-shadow(5px 0 .75rem black);
        transition: ease-in-out .3s;
       
    }
    
    
    
    .category{
        width:25vw;
        height:10vh;
     
        z-index:90;
    
    }
    
    .category a{
        color:black;
        text-decoration:underline white;
        transition: ease-in-out .5s;
    
    }
    
    .category a:hover{
        text-decoration: underline gray;
    }
    
    
    
    .contactInfoMain{
        box-sizing:border-box;
        display:flex;
        flex-direction:row;
        width:50vw;
        height:auto;
        
    }
    
    .contactInfoTitle{
        width:50%;
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:left;
        line-height:1.5em;
        justify-content:center;
        margin-left:20px;
        margin-top:10px;
        font-size:1.1em;
        transition: ease-in-out .3s;
        user-select: none;
    
    }
    
    .contactInfoTitle h2{
        transition: ease-in-out .3s;
        font-size:1.3em;
        height:100%;
    }
    
    .contactInfoTitle h2:hover{
        font-size: 1.6em;
    }
    
    
    .contactInfoSub{
        display:flex;
        margin-top:10px;
        flex-direction:column;
        align-items:right;
        line-height:1.5em;
        width:50%;
        height:auto;
        justify-content:center;
        margin-right:20px;
        text-align:right;
        word-break:keep-all;
        
    }
    
    .contactInfoSub h3{
        padding-right:10px;
        width:100%;
        height:100%;
    
    }
    
    .contactImg{
        
        width:50vw;
        height:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        background-size:cover;
        background-repeat:no-repeat;
        transition: ease-in-out .3s;
    
    }
    
    .contactImg img{
        width:50vw;
    }
    
    .submitFormArea{
        width:100vw;
        height:auto;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        background-image:linear-gradient(45deg,#26373e,#646b61);
     
        z-index: 0;
    }
    
    .formPattern{
        background-image:url("assets/patterns.png");
        background-repeat:repeat;
        z-index:1;
        background-size:cover;
    
        width:100vw;
        height:auto;
        display:flex;
        padding-top:35px;
        padding-bottom:35px;
        flex-direction:column;
        justify-content:center;
        align-items:center;
      
    
    }
    
    .formTitle{
        position:relative;
       z-index:6;
        top:50px;
        width:auto;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#ECC596;
        font-size:1.7em;
        border-radius:25px;
        white-space:pre;
        margin-bottom:25px;
    }
    
    .formTitle p{
        position:absolute;
        top:10%;
        text-align:center;
        background-color:#ECC596;
        width:auto;
        height:auto;
        padding:5px;
        border-radius:25px;
        filter:drop-shadow(0 0 .30rem black);
    }
    
    .formSubmit{
        height:auto;
        width:auto;
        background-image:linear-gradient(45deg,#646b61,#26373e);
        border-radius:50px;
        color: white;
        font-size:1.2em;
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        text-align:center;
        line-height:130%;
        margin:40px;
        padding-top: 1vh;
        padding-bottom:1vh;
        margin-top:5vh;
        margin-bottom:5vh;
        z-index:2;
        padding-left: 8vw;
        padding-right:8vw;
        margin-left:1vw;
        margin-right:1vw;
        filter:drop-shadow(0 0 .55rem black);
    }
    
    .formSubmit button{
        width:100px;
        margin-bottom:5%;
        margin-top:2%;
        border-radius:25px;
        border: 0px solid black;
        background-color:#26373e;
        color:white;
        transition: ease-in-out .3s;
    
        padding:5px;
        font-size:.8em;
        z-index:3;
        
    }
    
    .formSubmit button:hover{
        background-color:#ECC596;
        border-color:white;
        color:black;
       
    }
    
    .formSubmit input{
        border-radius:25px;
        width:25vw;
        border:1px solid black;
        z-index:3;
        text-align:center;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit input:focus{
        width:30vw;
    }
    
    .formSubmit textArea{
        width:40vw;
        border-radius:25px;
        border:1px solid black;
        z-index:3;
        padding:10px;
        transition: width ease-in-out .3s;
        filter:drop-shadow(0 0 .1rem black);
    }
    
    .formSubmit textArea:focus{
        width:50vw;
    }
    
    .noteArea{
        width:100vw;
        height:auto;
        display:flex;
        align-items:center;
        justify-content:center;
        background-color:#646b61;
    }
    
    .note{
      
        width:65%;
        height:auto;
        margin:30px;
        border-radius:50px;
        transition:ease-in-out 1s;
        color:white;
    }
    
    .note:hover h1{
        font-size:2.1em;
    }
    
    .note:hover p{
        font-size:1.3em;
    }
    
    .note h1{
        text-align:center;
        margin-top:10px;
        font-size:2em;
        transition: ease-in-out 1s;
    }
    
    .note p{
        margin:30px;
        text-align:center;
        transition: ease-in-out 1s;
        font-size:1.2em;
    }
    
      .btn-menu{
        position:relative;
        z-index:50;
        border-radius:25px;
        border:0px solid;
        width:40vw;
        height:40px;
        margin-left:5vw;
        margin-right:5vw;
        background:none;
        font-size:2em;
        background-color:#ECC596;
        color:white;
        transition: ease-in-out .3s;
     
      }
    
      .btn-menu .arrow{
        position:relative;
        bottom:90%;
        font-size:.9em;
        font-weight:500px;
        left:1.5vw;
        transform:rotate(0deg);
        transition: transform ease-in-out .3s;
      }
    
      .btn-menu:hover .arrow{
        transform:rotate(90deg);
      }
    
      .btn-menu:hover{
        background-color:black;
      }
      
      .hours-menu {
        opacity:0;
        position:relative;
        height:20px;
        text-align:center;
        font-size:0em;
        top:-5vh;
        left: 25%;
        width: 50%;
        padding: 0;
        margin: 0;
        color:black;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        transform: translateY(-70%);
        display:flex;
        justify-content:center;
        align-content:center;
        align-items:center;
        flex-direction:column;
        transition: transform 0.3s ease-in-out;
        margin-top:5px;
      }
    
      .hours-menu li{
        margin:5px;
        width:100%;
        height:auto;
        text-align:center;
        font-size:1.3em;
        transition: ease-in-out .5s;
      }
    
      .hours-menu li:hover{
        font-size:1.4em;
      }
      
      .hours-menu.visible {
        transform: translateY(-20%);
        height:auto;
        font-size:1em;
        top:0vh;
        opacity:100;
      }
}
