/*BODY*/
body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system,system-UI,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 17px;
    color:#333;
    overflow-x: hidden;
}
.cmargin {
    width:90%;
    margin: 0px auto;
}

/*NAVIGATION*/
#navigation {
    width:100%;
    background:#333;
    color:white;
    padding: 50px 0px;
    position: fixed;
    transition: 0.2s;
    top: 0;
    box-shadow: 0px 0px 5px #333333;
}
#navigation h1 {
    color: white;
}

/*CONTENT*/
.content {
    box-sizing: border-box;
    padding: 40px 0px;
    margin-top:200px;
}
.content h1 {
    font-weight: normal;
    color: #333333;
    border-left: 7px solid #333333;
    padding: 10px;
    /* border-radius: 5px; */
}

/*FOOTER*/
#footer {
    width:100%;
    background:#333;
    color:#ddd;
    box-sizing: border-box;
    padding: 30px 0px;
}
#footer h1,
#footer h2 {
    color: white;
}

p {
    font-size: 110%;
    line-height: 1.6;
}
a {
    color: #0645AD;
}

#instagram {
    width:50px;
    height:50px;
}

.list_image {
    width:20px;
    height:20px;
    line-height: 1.6;
}

.warning {
    background: gold;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
}