/*
* czerwony: #842C28
* jasnybrąz: #F4F0E5
* ciemnybraz: #E4DDCD
*/


body{
    background:#F4F0E5;
    font-family: 'Exo', sans-serif;
}
.container-fluid{
    min-height:100%;
    position: relative;
}
.col-centered{
    float:none;
    margin:auto;
}
.no-padding{
    padding:0;
}
h1, h2, h3{
    font-family: 'Exo', sans-serif; 
    color:#842C28;
    font-weight:bold;
}
h1 {
    margin-top: 37px;
    font-size: 37px;
}
.container {
    max-width: 905px;
}
.topBar{
    background: #E4DDCD;
    font-family: 'Cinzel', serif;
    color:#842C28
}
.footer {
    background: #E4DDCD;
    font-family: 'Exo', serif;
    color: #842C28;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    left: 0;
    right:0;
    bottom: 0;
    width: 100%;
}
.logoBox {
    background: #F4F0E5;
    float: left;
    padding: 25px 10px;
    margin-left: 20px;
}
.bigHeader{
    font-size:32px;
    line-height:1
}
.smallHeader {
    font-size: 20px;
    letter-spacing: 0.5px;
}
.topText {
    float: left;
    padding-top: 20px;
    padding-left: 48px;
    letter-spacing: 1.4px;
    padding-right:0;
}
.content {
    font-size: 18px;
    padding-top: 15px;
    letter-spacing: 0px;
    line-height: 1.36;
    margin-bottom:15px;
}
.chooseButton {
    border: 8px solid #842C28;
    padding: 2px 0;
    margin: 5px auto;
    color: #842C28;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height:1.3;
}
.chooseButton .smallText{
    font-size:18px;
}
.chooseButton label{
    width:100%;
    cursor:pointer;
}
.chooseBox{
    margin-top:15px;
    margin-bottom:30px;
}
.lastChooseButton label {
    padding: 15px;
}
.trigger {
    display: none;
}
.checker {
    cursor:pointer;
    background-image: url(/assets/img/checkbox_0.png);
    background-position: left center;
    background-size: 100%;
    width: 100%;
    height: 64px;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.trigger:checked + .checker {
    background-image: url(/assets/img/checkbox_1.png);
    background-size: 100%;
}
.saveButton {
    padding: 10px 10%;
    float: right;
    clear: both;
    background: #842C28;
    border: none;
    color: #E4DDCD;
    outline: transparent;
    margin: 30px 15px 45px;
    font-size: 20px;
    font-weight: bold;
}
.step2content{
    margin-top:5%;
    margin-bottom:20%;
}
.step2content a{
    color:#000000;
    text-decoration: underline;
    font-weight:bold;
}
@media only screen and (max-width : 992px) {
    .logoBox {
        background: #F4F0E5;
        float: left;
        padding: 66px 10px;
        margin-left: 0px;
    }
    .logoBox img{
            margin: auto;
            display: block;
    }
}
@media only screen and (max-width : 768px) {
    .topText {
        float: left;
        padding-top: 20px;
        padding-left: 0;
        letter-spacing: 1.4px;
        padding-right: 0;
    }

    .bigHeader {
        font-size: 37px;
        line-height: 1;
    }
    .smallHeader {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

}

