*{
  font-family: Garamond, sans-serif;   
  box-sizing: border-box;
}
#gototop{
    position: fixed;
    top: 92vh;
    left: 94.5vw;
    z-index: 20;
    cursor: pointer;
    width: 3vw;
}
#slider{
    height: 89vh;
    width: 98vw;
    clip-path: polygon(100% 0, 100% 88%, 25% 100%, 0 86%, 0 0);
    position : relative;
}
#slider img {
    position: absolute;
    top: 15vh;
    transition: opacity .5s ease-in;
    height: 89vh;
    width: 98vw;
} 
#slider img + img { 
    opacity: 0; 
}
.institutional{
    position: absolute;
    left: 23vw;
    top: 50vh;
    font-size: 2.3vw;
    z-index: 9;
    color: white;
}
.languages img{
    width: 2.5vw;
    border: 2px solid white;
}
.languages{
    position: fixed;
    top: 18vh;
    left: 88vw;
    z-index: 999;
}
.languages img:hover{
    border: 2px solid black;
}
a{
    text-decoration: none;
    color: black;
}
ul{
    list-style: none;
}
/*-------------------------------NAVBAR---------------------------------*/
#mobile,
#mail{
    width: 2.5vw;
    vertical-align: middle;
    margin-right: 0.3vw;
}
#emailmobile a{
    border: 2px solid white;
}
#emailmobile a:hover{
    border: 2px solid black;
    border-radius: 5px;
}
nav{
    padding-top: 0;
    position: fixed;
    top: 0;
    z-index: 10;
}
#emailmobile{
    margin-left: 70vw;
}
.contacts{
    background-color: white;
    width: 98vw;
    padding: 0 0 0.6vw 0;
}
.contacts a{
    padding: 0.8vw;
    font-weight: bold;
}
.logo{
    width: 20vw;
    float: left;
    margin-top: 1.5vh;
    margin-left: 3vw;
}
.menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: black;
    margin-top: 0.5vh;
    width: 98vw;
}
.menu a{
    color: white;
    font-size: 1.5vw;
    font-weight: bold;
}
.menu li{
    margin: 1vh 2vw; 
    border-bottom: 2px solid black;
}
.menu li:hover{
    border-bottom: 2px solid white;
    border-radius: 5px;
}
.currentelement{
    border: 2px solid white;
    padding: 0.2vh 0.5vw;
    border-radius: 5px;
}
/*------------------------------------SERVICES-------------------------*/
.services{
    margin-top: -8vh;
    padding-top: 15vh;
    padding-bottom: 5vh;
    background-color: #f0f0f0;
    clip-path: polygon(25% 13%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.services h2{
    text-align: center;
    font-size: 2.5vw;
    padding-top: 4vh;
}
.hiddenanchor{
    display: block;
    position: relative;
    top: -38vh;
}
.serviceslist{
    grid-gap: 2vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 85vw;
    margin: 1vh auto;
}
.services img{
    width: 15vw;
    height: 20vh;
    padding-bottom: 1vh;
}
.services a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 1.5vw;
    margin: 1vh 0;
    padding-bottom: 2vh;
    box-shadow: 6px 6px 7px #c9c9c9;
}
.hiddenServiceElement{
    opacity: 0;
}
@keyframes fade-in-services {
    from {opacity: 0; transform: scale(.7,.7)}
    to {opacity: 1;}
}
.fade-in-element{
  animation: fade-in-services 1.4s;
}
/*---------------------------------------PROJECTS-------------------------*/
.projects{
    background-color: #f0f0f0;
    clip-path: polygon(100% 0, 100% 88%, 25% 100%, 0 86%, 0 0);
    padding-top: 2.5vh;
    padding-bottom: 25vh;
    margin-top: 3.5vh;
}
.projects h2{
    text-align: center;
    font-size: 2.5vw;
}
.projectslist{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
    grid-gap: 0.5vw;
    width: 95vw;
    margin-left: 2vw;
}
.projectpicshome:hover{
    transform: scale(1.5);
}
.projectspiccontainer{
    overflow: hidden;
    width: 30vw;
    height: 50vh;
    margin: 1vh 1vw;
}
.projectpicshome{
    transition: transform .5s ease;
    width: 30vw;
    height: 50vh;
}
.seemore{
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    padding-top: 20vh;
    text-decoration: underline;
}
/*-------------------------------------TESTIMONIALS-------------------------------*/
.testimonials{
    background-image: url("img/testimonials3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    clip-path: polygon(26% 16%, 100% 0, 100% 90%, 28% 100%, 0 86%, 0 0);
    margin-top: -8vh;
    margin-bottom: -5vh;
    padding-top: 28vh;
}
.testimonials h2{
    margin-left: 15vw;
    color: black;
    font-size: 2.5vw;
}
#maintestimonialscontainer{
    margin-left: 10vw;
    margin-top: 1vh;
    z-index: 20;
    color: black;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20vw;
    overflow: hidden;
}
.testimonialscontainer{
    margin: 0 40vw 0 0;
}
.quotes{
    width: 3vw;
    height: 4vh;
}
.testimonialsp{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.testimony{
    font-size: 1.5vw;
    font-weight: bold;
    padding: 1vw;
    text-align: center;
}
.client{
    font-size: 1.2vw;
    font-weight: bold;
    margin: -2vh 0 5vh 20vw;
}
.arrowsanddots{
    text-align: center;
    width: 45vw;
    margin-top: -2vh;
}
.dots{
    width: 2vw;
    padding-bottom: 2.5vh;
}
/*--------------------------------------CONTACT FORM----------------------------*/
.contactform{
    background-image: url("img/grasspic.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2vw;
    width: 60vw;
    margin: 5vh auto;
}
.form{
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
}
.contactus{
    font-size: 2vw;
    margin: 1.5vh auto 2vh auto;
}
.input{
    display: block;
    margin: 2vh auto;
    height: 6vh;
} 
.message{
    margin: 3vh auto;
    height: 15vh;
    padding: 0.5vw;
}
.input,
.message{
    width: 35vw;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 1.4vw;
    font-weight: bold;
}
.input:focus,
.message:focus{
    outline: none;
    background-color: white;
}
.input1:not(:placeholder-shown):not(:focus),
.input2:not(:placeholder-shown):not(:focus),
.input3:not(:placeholder-shown):not(:focus),
.message:not(:placeholder-shown):not(:focus){
    background-color: rgba(255, 255, 255, 0.4);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
label{
    display: none;
    position: absolute;
    top: 0;
}
input:not(:placeholder-shown) + label {
    display: block;
}  
.privacyformnotice{
    font-size: 1vw;
    text-align: center;
    margin: 0 10vw;
}
.privacyformnotice a{
    text-decoration: underline;
}
#submitbutton{
    margin: 3vh auto 7vh auto;
    width: 20vw;
    padding: 0.8vw;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid black;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.5vw;
    box-shadow: 3px 3px 4px rgba(23, 23, 23, 1);
}
#submitbutton:active{
    box-shadow: 2px 2px 3px inset black, -2px -2px 3px inset black;
    border: 2px solid rgba(255, 255, 255, 0);
}
#submitbutton:hover{
    background-color: rgba(255, 255, 255, 0.6);
}
.phpMessage{
    margin: 0 auto;
    text-align: center;
}
/*-----------------------------------FOOTER-----------------------------------*/
footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.webdev{
    text-decoration: underline;
}
.facebook{
    margin-left: 1vw;
    width: 2.5vw;
    border-radius: 5px;
}
.legalnotice{
    text-decoration: underline;
    margin-left: 0.5vw;
}
/*------------------------------------------COOKIES------------------------------*/
.cookiesbox{
    position: fixed;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
    background-color: #f0f0f0;
    opacity: 0.7;
    font-size: 1.1vw;
    font-weight: bold;
    text-align: center;
    padding: 0.5vw;
    display: inline-block;
}
.hidecookies{
    display: none;
}
.cookiesbox p{
    margin-top: 0.5vh;
}
.cookiesbuttons{
    margin: 0.5vw;
    box-shadow: 2px 2px 2px gray;
}
.showcookiesnotice{
    display: inline-block;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*--------------------------------ABOUT---------------------------------------*/
.aboutourcompany{
    background-image: url("img/garden.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 95vh;
    clip-path: polygon(100% 0, 100% 88%, 25% 100%, 0 86%, 0 0);
    margin-bottom: 8vh;
}
.ourcompany{
    font-size: 1.9vw;
    text-align: center;
    padding: 30vh 10vw 0 10vw;
    margin-bottom: 0;
}
.philosophy{
    background-color: #f0f0f0;
    clip-path: polygon(25% 13%, 100% 0, 100% 100%, 0 100%, 0 0);
    margin-top: -10vh;
    margin-bottom: 7vh;
    padding-top: 8vh;
    width: 98vw;
    display: inline-block;
}
.philosophyicons{
    display: flex;
    margin: 2vh auto;
    justify-content: space-evenly;
    width: 80vw;
}
.philosophyicons div{
    width: 15vw;
    margin: 1vh 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.philosophy h4{
    font-size: 2vw;
    text-align: center;
}
.philosophy img{
    width: 5vw;
}
.philosophy h3{
    font-size: 1.6vw;
    text-align: center;
}
#experienceenglish,
#experiencespanish{
    text-align: center;
    background-color: #f0f0f0;
    height: 40vh;
    clip-path: polygon(100% 0, 100% 88%, 26% 100%, 0 77%, 0 0);
    margin-bottom: 5vh;
    font-weight: bold;
    font-size: 3vw;
    padding-top: 15vh;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*--------------------------------SERVICES---------------------------------------*/
.servicesmaincontainer{
    margin-top: 11vh;
    margin-bottom: 12vh;
    overflow: auto;
}
.servicescontainer img{
    width: 49vw;
    height: 80vh;
}
.servicesmaincontainer p,
.servicesmaincontainer h4{
    display: inline-block;
}
.servicescontainer:nth-of-type(odd) img{
    float: left;
}
.servicescontainer:nth-of-type(even) img{
    float: right;
}
.servicescontainer{
    clear: both;
}
.servicestext{
    width: 40vw;
    margin: 6vh auto;
    display: flex;
    flex-direction: column;
}
.servicestext h4{
    text-align: center;
    font-size: 1.6vw;
    margin-top: 13vh;
}
.servicestext p{
    font-size: 1.4vw;
}
.freequote{
    background-color: #f0f0f0;
    height: 38vh;
    clip-path: polygon(100% 0, 100% 88%, 25% 100%, 0 86%, 0 0);
    font-size: 2.8vw;
    text-align: center;
    padding-top: 1.5vh;
    margin-bottom: -10vh;
    margin-top: -10vh;
}
.freequote img{
    width: 2.5vw;
}
.freequote img,
.freequote h5{
    animation: blink 1.5s;
    animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
     50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.freequote img {
    animation: blink 1.5s;
    animation-iteration-count: infinite;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*--------------------------------PROJECTS---------------------------------------*/
.projectspicscontainer{
    margin: 20vh 0;
    width: 97vw;
    display: flex;
    flex-direction: column;
}
.projectspicsbox{
    margin-top: 10vh;
}
.projectpics{
    width: 97vw;
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2vh 0; 
    width: 98%; 
    height: 98%; 
    cursor: zoom-in;
    margin: auto;
}
.projectpicstoclick{
    width: 30vw;
    height: 50vh;
    position: relative;
    margin: auto;
}
.piccaption{
    position: relative;
    top: -3vh;
    text-align: center;
    margin: auto;
    font-size: 2.5vw;
    background-color: white;
    width: 27vw;
}
.boxoutline{
    margin-left: 0.5vw;
    width: 97vw;
    outline: 3px solid black;
    border-radius: 2px;
    padding-bottom: 8vh;
}
#zoomedPicContainer{
    position: fixed; 
    top: 2vh; 
    left: 15vw; 
    width: 70vw;
    z-index: 999;
}
.zoom{
    width: 100%;
    border: 3px solid black;
    cursor: zoom-out;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*--------------------------------CONTACT---------------------------------------*/
.contactpage{
    height: 0.2vh;
    margin-top: 10vh;
    margin-bottom: -12vh;
}
.contactform{
    margin-top: 20vh;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*--------------------------------LEGAL NOTICE---------------------------------------*/
.legalnoticetext h4,
.legalnoticetext h5{
    font-size: 2.4vw;
    text-align: center;
}
.legalnoticetext h4{
    padding-top: 20vh;
}
.legalnoticetext p{
    font-size: 1.8vw;
    margin-left: 5vw;
}
.legalnoticetext a{
    text-decoration: underline;
}
.legalnoticetext{
    margin-bottom: 8vh;
}




/*------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*------------------------------------MEDIA QUERIES------------------------------*/
@media  screen and (max-width:960px){
    /*-------------------------------------HOME PAGE--------------------*/
    .languages img{
        width: 6vw;
    }
    .languages{
        position: fixed;
        left: 80vw;
        top: 11vh;
    }
    .logo{
        width: 32vw;
        margin-top: 0.5vh;
    }
    nav{
        width: 94vw;
    }
    .home{
        float: left;
    }
    #mobile,
    #mail{
        width: 5vw;
    }
    #calling{
        display: inline-block;
        margin-left: 27vw;
    }
    #mailing img,
    #calling img{
        width: 7vw;
    }
    #emailmobile{
        margin-left: 45vw;
    }
    .contacts{
        width: 94vw;
    }
    .contacts a{
        font-size: 2.8vw;
    }
    .menu li a{
        font-size: 3.2vw;
        margin-left: 0;
    }
    .menu{
        width: 94vw;
        justify-content: stretch;
    }
    .menu li{
        margin: 1vh 1.3vw;
    }
    #gototop{
        width: 8vw;
        left: 86vw;
    }
    .institutional{
        width: 80vw;
        font-size: 6vw;
        left: 8vw;
        top: 50vh;
        text-align: center;   
    }
    #slider{
        margin-top: -3vh;
        margin-bottom: -6vh;
        width: 94vw;
        height: 90vh;
        overflow: hidden;
    }
    .services{
        width: 94vw;
    }
    .projectslist{
        grid-template-columns: repeat(auto-fill, minmax(40vw, 1fr));
        grid-gap: 3vw;
        width: 92vw;
        margin: 0 auto;
    }
    .projectpicshome{
        width: 40vw;
        height: 20vh;
    }
    .projectspiccontainer{
        margin: 0 auto;
        width: 40vw;
        height: 20vh;
    }
    .projectpicshome{
        width: 40vw;
        height: 20vh;
    }
    .seemore{
        margin-bottom: -2vh;
    }
    /*----------------------------TESTIMONIALS HOME PAGE------------------------------*/
    .testimonials{
        height: 55vh;
        clip-path: polygon(25% 7%, 100% 0, 100% 100%, 0 100%, 0 0);
        margin-bottom: -10vh;
        background-image: url("img/testimonials3b.jpg");
    }
    .testimonials h2{
        font-size: 4vw;
        margin-top: -3vh;
    }
    .testimony{
        font-size: 3.4vw;
    }
    .client{
        font-size: 2.8vw;
        margin-bottom: 2vh;
    }
    .quotes{
        height: 3vw;
    }
    .testimony{
        margin-left: 2vw;
        width: 35vw;
    }
    #maintestimonialscontainer{
        margin-top: 0;
        width: 80vw;
    }
    /*---------------------------SERVICES HOME PAGE------------------------------*/
    .services{
        margin-top: -1vh;
        padding-top: 10vh;
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 26% 4%);
    }
    .services h2{
        font-size: 5vw;
        margin-top: -2vh;
    }
    .services img{
        width: 35vw;
        height: 15vh;
        
    }
    .services a{
        font-size: 3.8vw;
    }
    .projects h2{
        font-size: 5vw;
    }
    .serviceslist{
        grid-template-columns: 1fr 1fr;
        grid-gap: 5vw;
        width: 90vw;
        margin: 1vh auto;
    }
    .serviceslinks{
        width: 34vw;
        margin: 1vh auto;
        text-align: center;
    }
    /*--------------------------PROJECTS HOME PAGE-------------------------------*/
    .projectslist{
        margin-left: 0.5vw;
    }
    .seemore{
        padding-top: 5vh;
        font-size: 3.7vw;
    }
    .projects{
        clip-path: polygon(100% 0, 100% 84%, 23% 93%, 0 85%, 0 0);
    }
    /*------------------------CONTACT FORM HOME PAGE-----------------------------*/
    .contactus{
        font-size: 4vw;
    }
    .contactform{
        width: 80vw;
        margin-top: 18vh;
    }
    .input,
    .message{
        font-size: 3vw;
        width: 60vw;
    }
    .input{
        height: 4vh;
    }
    .message{
        height: 10vh;
    }
    .privacyformnotice{
        font-size: 2.2vw;
        width: 60vw;
        margin: 0 auto;
    }
    #submitbutton{
        font-size: 2.8vw;
    }
    /*---------------------------------FOOTER HOME PAGE----------------------------*/
    .facebook{
        width: 8vw;
    }
    footer{
        flex-direction: column;
        margin-top: 3.5vh;
    }
    footer h5,
    .rrss{
        margin-top: 0;
    }
    /*----------------------------------------------------------------------*/
    /*--------------------------ABOUT US PAGE-----------------------------*/
    .aboutourcompany{
        height: 70vh;
        margin-top: 12vh;
        background-image: url("img/gardenb.jpg");
    }
    .ourcompany{
        font-size: 3.8vw;
        padding-top: 12vh;
    }
    .philosophy{
        width: 94vw;
    }
    .philosophy h4{
        font-size: 5.4vw;
        margin-top: 3vh;
    }
    .philosophyicons img{
        width: 10vw;
    }
    .philosophyicons h3{
        font-size: 3vw;
    }
    #experienceenglish,
    #experiencespanish{
        height: 25vh;
        margin-top: -2vh;
        margin-bottom: 10vh;
        font-size: 4.6vw;
        padding: 8vh 8vw;
    }
    /*---------------------------------------------------------------------*/
    /*----------------------SERVICES PAGE----------------------------*/
    .servicestext h4{
        font-size: 3.5vw;
        margin: 0 auto 1vh auto;
    }
    .servicestext p{
        font-size: 3.8vw;
    }
    .servicescontainer img{
        width: 70vw;
        height: 25vh;
        margin: 6vh auto 0 auto;
        box-shadow: 4px 4px 6px grey;
    }
    .servicestext{
        width: 65vw;
    }
    .servicesmaincontainer{
        margin-top: 10vh;
    }
    .servicescontainer{
        width: 90vw;
        height: fit-content;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        margin: 5vh auto 0 auto;
    }
    .freequote{
        height: 30vh;
        width: 94vw;
        margin-top: -3vh;
        margin-bottom: -10vh;
    }
    .freequote h5{
        font-size: 4.5vw;
        padding-top: 4vh;
    }
    .freequote img{
        width: 10vw;
    }
    /*---------------------------------------------------------------------*/
    /*-----------------------------------PROJECTS PAGE-------------------------*/
    .projectspicscontainer{
        width: 93vw;
        margin-top: 6vh;
        margin-bottom: 10vh;
    }
    .projectpics{
        width: 94vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .projectpicstoclick{
        width: 42vw;
        height: 20vh;
    }
    .boxoutline{
        width: 94vw;
        padding-bottom: 4vh;
        margin-bottom: -2vh;
    }
    .piccaption{ 
        padding-top: 1vh;
        width: 39vw;
        font-size: 4vw;
    }
    #zoomedPicContainer{
        width: 92vw;
        top: 25vh;
        left: 3vw;
    }
}