body {
    font-family: aktiv-grotesk, sans-serif;
    background-color: ;
}

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

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

.intro {
    width: 100%;
    height: 400px;
    background-color: #58a8e3;
 
}

.water{
    z-index: -999;
   margin-top: 70px;
    
    }
    

.icons {
    color: #648cd9;
}
.faucet {
    width: 300px;
    margin-left: 300px;
    margin-top: 90px;
    margin-bottom: 
    position: absolute;

}



.fixed_icon:hover {
    color: #e670d8;
}


.wrapper {
    width: 900px;
    margin: 0 auto;
}

/* column 
this one is made for 960px
but if you want 800px, 
you need to change the width
*/ 
.col2 {
    max-width: 460px;
    float: left;
    margin: 10px;
}

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

}

.col4 {
    width: 205px;
    float: left;
    margin: 10px;
}

.col2third {
    max-width: 580px;
    float: left;
    margin: 10px;
}


/* 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 2px #909090;
}

/* hading and body text */

h1 {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 90px;
    font-weight: 700;
    margin: -70px;
    padding-top: 65px;
    padding-left: 89px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    float:left;
    text-transform: uppercase;
}

h2 {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #505050;
}

h3 {
    text-align: center;
    
    
}

/* this is icons*/
h4 {
    margin:0;
    font-size: 100px;
    text-align: center;
    
}

p {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.icon_text {
    font-family: Nudista
        
       
    
}

.body_text {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.column_text {
    font-family: Nudista, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    
    column-count: 2;
    column-gap: 40px;
}

.fixed_icon {
    position: fixed;
    font-size: 100px;
    top: 300px;
    right: 100px;
}


/* lists */
ul {
    font-family: Nudista, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

ol {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

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

/* this is footer */
footer {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 14px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
