/*
* Crowdpolicy private capital company
* Based and implemented with open source software and development frameworks
* Licence info: http://www.crowdpolicy.com/enteprise/licences
*/

.page {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    color: #054f72;
    background-color: #fafafa;
    font-weight: lighter;
    text-align: center;
    font-size: 112%;
}

.header {
    padding: 1%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.header img{
    display: inline-block;
    width: auto;
    height: 25px;
    padding: 0 20px 0 10px;
}


.header__title {
    display: inline-block;
    font-size: 27px;
    font-weight: bolder;
    color: #054f72;
    margin: 0 0 6px;
}

.container {
    padding-top: 4%;
    display: flex;
    justify-content: center;
}

.elements {
    display:flex;
    flex-direction: column;
    background-color: white;
    padding: 0.5%;
    width: 35%;
    border-radius: 0.1%;
    align-items: center;
    box-shadow: 10px 10px 8px -6px rgba(0,0,0,0.25);

}

.elements li{
    padding: 5%;
}

.elements a {
    text-decoration: underline;
    color: #065d87;
}


a:hover {
    background-color: lightskyblue;
}


.minicontainer {
    display: block;
    text-align: left;
    background-color: #e6eff3;
    width: 65%;
    margin: 1% 5% 6% 5%;
    border-radius: 0.1%;
}