body {
    font-family: aktiv grotesk, sans-serif;
    font-weight:200;
    font-style: normal;
    background-image: linear-gradient( #fcffd5, #fff);

}

/* make image fit into div */
img {
    width: 100%;
}

.img_icons {
    width: 25%;
    float: left;
}

.img_icons img {
    width:220px;
}

/* container */
.container {
    max-width: 920px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
}

/* column 
this one is made for 960px
but if you want 800px, 
you need to change the width
*/ 
.col2 {
    max-width: 420px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    /* ; was missing and the total width including margin should be 460px = 920px/2*/
}

.col3 {
    max-width: 286px;
    float: left;
    margin: 10px;
    
}

.col2third {
    max-width: 593px;
    margin: 10px;
    margin: 0 auto;
    
}


/* clear */
.clear {
    clear: both;
}

/* The <hr> element is most often displayed as a horizontal rule that is used to separate content (or define a change) in an HTML page. 

you can also use padding and margin to change the topic */
hr {
    margin-top: 50px;
    margin-bottom: 50px;
    /*border: solid 1px #b1b1b1;*/
    border: solid 1px #000000;
}

/* hading and body text */

h1 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 120px;
    font-weight: 600;
    margin-top: 100px;
    margin-bottom: 20px;
    color: #6db134;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

h3 {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 40px;
    float: right;
}

h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #4e4ec7;
}

p {
    font-size: ;
    line-height: ;
}

.body_text {
    font-size: 16px;
    line-height: 1.5;
}

.column_text {
    font-size: 16px;
    line-height: 1.5;
    
    column-count: 3;
    column-gap: 40px;
}

.intro_text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    
    font-size: 18px;
    line-height: 1.5;
}

/* lists */
ul {
    font-size: 16px;
    line-height: 1.5;
}

ol {
    font-size: 16px;
    line-height: 1.5;
}

li{
    padding-bottom: 10px;
    /* space after */ 
}


/* this is footer */
footer {
    font-size: 14px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
