body,
button,
.row{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.95em;
}

body{
    background-color: #f3f3f3;
}
.card{
    margin-top: 20px;
    margin-bottom: 20px;
}
.card-header{
    background-color: #00bcd4;
    color: white;
}
h1{
    margin: 4px 0 0 74px;
    line-height: 1;
}

h2{
    font-size: 1.6rem;
    font-weight: 100;
    font-style: normal;
    margin: -6px 0 0 74px;
}

h3:not(:first-of-type){
    margin-top: 25px;
}
h3{
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #005662;
}

.item-number{
    background-color: #38006b;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1.5em;
    color: white;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.step{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.explanation{
    flex:1;
    margin: 0;
    width: 85%;
    padding-top: 2px;
    font-size: 1.2em;
    font-weight: bold;
    color: #38006b;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.warning{
    margin: 0 0 0 115px;
    position: relative;
    color: #e66c00;
}

.subexplanation{
    margin: 0 0 0 60px;
    color: #e66c00;
}

.warning:before{
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    position: absolute;
    top: 0px;
    left: -47px;
    color: #e66c00;
    font-size: 2em;
    line-height: 1.6em;
    font-weight: 900;
}

.fa-poll{
    font-family: 'Font Awesome 5 Free';
    font-size: 5em;
    font-weight: 900;
    position: absolute;
}

.contact{
    font-family: monospace;
    font-size: 1.2em;
    margin-top: 5px;
}

a.bottom{
    background-color: #00bcd4;
    padding: 10px 30px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: white;
    border-radius: 7px;
    line-height: 1.5em;
    float: right;
}
a.bottom:hover{
    text-decoration: none;
    background-color: #005f71;
}

a.top{
    background-color: white;
    padding: 10px 30px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #00bcd4;
    border-radius: 7px;
    line-height: 1.5em;
    float: right;
    margin-top: 8px;
}
a.top:hover{
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
}

a>i{
    margin-left: 10px;
}

img.logo{
    max-height: 65px;
    margin: 20px;
}

#logo-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

a{
    color: #38006b;
    font-weight: bold;
}

a:hover{
    color: #38006b;
}