/* mobile */
@media screen and (max-width: 600px) {
    * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    body {
        width: 100%;
    }

    .grid-4{
        display: grid;
        grid-template-columns: auto auto auto auto;
        text-align: center;
    }

    .box1{
        width: 70px;
        height: 60px;
        background-color: #EDEDED;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .box1IMG{
        width: 38px;
        height: 36px;
    }

    /* new stuff */

    .telefon{
        display: block;
    }

    .tableta{
        display: none;
    }

    .PC{
        display: none;
    }

    /* statia meteo PINOVA */
    .imgMeteo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrMeteo{
        height: 3px;
        width: 65%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .grid-2Meteo{
        text-align: center;
        display: grid;
        grid-template-columns: auto auto;
    }

    .imgInfo{
        width: 175px;
        height: 165px;
        border: 1px solid black;
        border-radius: 10px;
        object-fit: fill;
    }

    /*------------------------------------------*/

    /* herbi4 */
    .hrHerbi4{
        height: 3px;
        width: 25%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* herbiFlex */
    .hrHerbiFlex{
        height: 3px;
        width: 40%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* Ferticell */
    .hrFerticell{
        height: 3px;
        width: 30%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    
	.submitButton{
        background-color: #8FC042;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
        border: 3px solid #7CA639;
        
    }
}

/* tableta */
@media (min-width: 601px) and (max-width: 768px) {
    * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    body {
        width: 100%;
    }

    .grid-4{
        display: grid;
        grid-template-columns: auto auto auto auto;
        text-align: center;
    }

    .box1{
        margin-top: 20px;
        width: 90px;
        height: 80px;
        background-color: #EDEDED;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .box1IMG{
        width: 45px;
        height: 47px;
    }

    /* new stuff */ 
    .telefon{
        display: none;
    }

    .tableta{
        display: block;
    }

    .PC{
        display: none;
    }
    
    /* statia meteo PINOVA */
    .imgMeteo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrMeteo{
        height: 3px;
        width: 50%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .grid-2Meteo{
        text-align: center;
        display: grid;
        grid-template-columns: auto auto;
    }

    .imgInfo{
        width: 350px;
        height: 335px;
        border: 1px solid black;
        border-radius: 10px;
        object-fit: fill;
    }

    /*------------------------------------------*/

    /* herbi4 */
    .hrHerbi4{
        height: 3px;
        width: 15%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* herbiFlex */
    .hrHerbiFlex{
        height: 3px;
        width: 90%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* Ferticell */
    .hrFerticell{
        height: 3px;
        width: 25%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/
    
	.submitButton{
        background-color: #8FC042;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
        border: 3px solid #7CA639;
        
    }
}

/* laptop mic */
@media (min-width: 769px) and (max-width: 1024px) {
    * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    body {
        width: 100%;
    }
    
    .grid-4{
        margin-left: 20%;
        display: grid;
        grid-template-columns: 20% 20% 20% 20%;
        text-align: center;
    }

    .box1{
        margin-top: 20px;
        width: 115px;
        height: 95px;
        background-color: #EDEDED;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .box1IMG{
        width: 60px;
        height: 64px;
    }

    /* new stuff */
    .telefon{
        display: none;
    }

    .tableta{
        display: none;
    }

    .PC{
        display: block;
    }

    /* statia meteo PINOVA */
    .imgMeteo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        height: 300px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrMeteo{
        height: 3px;
        width: 35%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .grid-2{
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .grid-3Meteo{
        text-align: center;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .imgInfo{
        width: 260px;
        height: 250px;
        border: 1px solid black;
        border-radius: 10px;
        object-fit: fill;
    }

    /*------------------------------------------*/

    /* herbi4 */
    .imgHerbi4{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        height: 330px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrHerbi4{
        height: 3px;
        width: 13%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* herbiFlex */
    .hrHerbiFlex{
        height: 3px;
        width: 70%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* Ferticell */
    .hrFerticell{
        height: 3px;
        width: 20%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .imgFerticell{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        height: 400px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    /*------------------------------------------*/
	
	.submitButton{
        background-color: #8FC042;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
        border: 3px solid #7CA639;
        
    }
}

/* ecran mare */
@media only screen and (min-width: 1025px){
    * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    body {
        width: 100%;
    }

    .grid-4{
        margin-left: 25%;
        display: grid;
        grid-template-columns: 17% 17% 17% 17%;
        text-align: center;
    }

    .box1{
        margin-top: 20px;
        width: 130px;
        height: 100px;
        background-color: #EDEDED;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

    .box1IMG{
        width: 60px;
        height: 64px;
    }

    /* new stuff */
    .telefon{
        display: none;
    }

    .tableta{
        display: none;
    }

    .PC{
        display: block;
    }

    /* statia meteo PINOVA */
    .imgMeteo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        height: 350px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrMeteo{
        height: 3px;
        width: 25%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .grid-2{
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .grid-3Meteo{
        text-align: center;
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .imgInfo{
        width: 400px;
        height: 300px;
        border: 1px solid black;
        border-radius: 10px;
        object-fit: fill;
    }

    /*------------------------------------------*/

    /* herbi4 */
    .imgHerbi4{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        height: 430px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    .hrHerbi4{
        height: 3px;
        width: 10%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* herbiFlex */
    .hrHerbiFlex{
        height: 3px;
        width: 50%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    /*------------------------------------------*/

    /* Ferticell */
    .hrFerticell{
        height: 3px;
        width: 15%;
        border: none;
        margin-left: auto;
        margin-right: auto;
        color: black;
        background-color: black;
    }

    .imgFerticell{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 455px;
        height: 400px;
        object-fit: fill;
        border-radius: 10px;
        border: 2px solid black;
    }

    /*------------------------------------------*/
	
	.submitButton{
        background-color: #8FC042;
        border: none;
        color: white;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
        border: 3px solid #7CA639;
        
    }
}