/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-gen-2020, 15.37.22
    Author     : barbara
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Poppins:300,400,500,600,700,800|Roboto:300,400,500");

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
* {
  
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    max-height: 100%;
    max-width: 100%;
    color: black;
    background-color: #93E6B4;
    padding: 0;
    margin: 0;
    font-size: 1vw;
    text-justify: auto;
    margin-left: 2vw; 
    margin-right: 2vw;
    /*overflow: hidden;*/
}
h1 {
    font-family: "Poppins", sans-serif;
    color: #30cf70;
    font-size: 3vw;
}

.menuitem h1 {
    font-family: "Poppins", sans-serif;
    color: #30cf70;
    font-size: 3vw;
    -webkit-tap-highlight-color: transparent;
    text-decoration: bold;
    justify-content: center; 
    display: inline-block;
    width: 85%;
    vertical-align: central;
}

h1.h1_bigger {
    font-family: "Poppins", sans-serif;
    color: #30cf70;
    font-size: 6vw;
}

h1.h1_bigger_black {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 5vw;
}

h1.card_title {
    font-family: "Poppins", sans-serif;
    color: #30cf70;
    font-size: 5vw;
    text-align: center;
}
p {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 4vw;
}
p.p_smaller {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 3vw;
    font-style: italic;
}
p.card_text_p {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 4vw;
    font-weight: 200;
    margin: 1vw;
}
a {
    font-family: "Poppins", sans-serif;
    color: #3a9fbf;
    font-size: 3vw;
    -webkit-tap-highlight-color: transparent;
    font-weight: 300;
}

a.a_black {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 3vw;
    -webkit-tap-highlight-color: transparent;
    font-weight: 300;
}

h4 {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 5vw;
}

h2, h3 {
    font-family: "Poppins", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 2vw;
}

img.logo_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: auto;
    margin-top: 2%;
    
}
input.my_button {
    background-color: #6edd9b; 
    font-family: "Poppins", sans-serif;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
input[type=file].my_button {
    background-color: #6edd9b; 
    font-family: "Poppins", sans-serif;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
input[type=text] {
    width: 50%;
    height: 40px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
input[type=password] {
    width: 50%;
    height: 40px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
button.start_btn {
    background-color: #6edd9b; 
    font-family: "Poppins", sans-serif;
    margin-top: 3vw;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 17px;
}

input.start_btn {
    background-color: #6edd9b; 
    font-family: "Poppins", sans-serif;
    margin-top: 3vw;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 17px;
}

img.card_img {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: auto;
}
div.single_feature_part {
    border-radius: 25px;
    background-color: #f7f7f7;
    max-width: 100%;
}
