* {
    box-sizing: border-box;
}

body {
    overflow: visible;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.Birthday {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('images/verjaardagen-lijst-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.Birthday__list {
    width: 100%;
}

.Birthday__title--holder {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding-top: 25px;
}

.Birthday__title {
    color: #303d98;
    font-size: 70px;
    margin: 0;
    font-weight: 900;
    letter-spacing: 10px;
    margin-left: 125px;
}

/* Actual list with persons */
.Birthday__ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
}

.Birthday__ul__item {
    margin-bottom: 10px;
    width: 75%;
    display: flex;
    flex-direction: row;
}

.Birthday__ul__item--date {
    background-color: #e32c1e;
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 40px;
    font-weight: 900;
    font-size: 37px;
    width: 33%;
    color: #ffffff;
}

.Birthday__ul__item--person {
    float: left;
    background: #02002b;
    padding: 40px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 900;
    width: 66%;
}

/* Circles */

.Birthday__today {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Birthday__circles--holder {
    width: 100%
}

.Birthday__circle {
    display: flex;
    float: left;
    flex-direction: column;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    background-color: #e32c1e;
    border-radius: 100%;
    margin: 15px;
}

.Birthday__circle--name {
    padding: 0px 20px;
    margin: 0px 0px 5px 0px;
    font-size: 42px;
}

.Birthday__circle--pob {
    padding: 0px 20px;
    font-style: italic;
    font-size: 26px;
}

/* Javascript classes */

.OneRow {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.MultipleRows {
    display: block !important;
}

.Circle1 {
    height: 550px;
    width: 550px;
}

.Circles2 {
    height: 450px;
    width: 450px;
}

.Circles4 {
    width: 400px;
    height: 400px;
}

.Circles5 {
    height: 353px;
    width: 18.3%;
}

.Birthday__logo{
    max-width: 350px;
}
