.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
  }

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

html, body {
    min-height: 100%;
}

html {
    background-color: #409d9f;
    background: rgb(30,94,83);
    background: linear-gradient(40deg, rgba(30,94,83,1) 0%, rgba(95,213,227,1) 100%, rgba(0,212,255,1) 100%); 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
}

body {
    padding-left: 15px;
    padding-right: 15px;
}

#container {
    float: left;
    margin-top: 50px;
}

h1 {
    margin-top: 0;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 40px;
}
h2 {
    font-size: 48px;
}
h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #c0e9e8;
}
h4 {
    font-size: 18px;
}
p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
a {

    color: #ffffff;
}
  
@media only screen and (min-width: 768px) {
    /* For desktop: */

    body {
        padding-left: 40px;
        padding-right: 40px;
    }

    #container {
        margin-top: 120px;
    }
    .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%;}

    h1 {
        font-size: 80px;
        line-height: 100px;
        max-width: 75%;
        margin-bottom: 80px;
    }
    h2 {
        font-size: 80px;
    }
    h3 {
        font-size: 48px;
    }
    h4 {
        font-size: 36px;
    }
    p {
        font-size: 24px;
	max-width: 75%;
    }
}