
html {
    background: url(../images/Wave.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    border-radius: 25px;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, .9);
}

.column {
    padding: 16px;
}



.top {
    margin-top: 0;
    margin-bottom: 2%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.bottom {
    margin-top: 2%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

a {
    text-decoration: none;
    color:#D56FF1;
}
a:hover{
    text-decoration: none;
    color:#F98FBB;
}

a.identity, a.identity:hover {
    text-decoration: none;
    color:black;
}

.header {
    padding-bottom: 0;
}

.articles_box {

}

.contents-header {
    text-align:right;
}

.page_footer {
    text-align:right;
}
.page_footer a {margin-right: 2%;}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-bottom: 15px solid black;

    position: absolute;
    bottom: 2%;
    right: 2%;
}