@media only 
screen,
/* Custom, iPhone Retina */ 
screen and (min-width : 320px),
/* Extra Small Devices, Phones */ 
screen and (min-width : 480px) {
    .margins {
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 16px;
    }

    .headline-margin {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 16px;
    }

    .uplatnica-size {
        width: 100%;
        height: auto;
    }

}

/* Small Devices, Tablets */
@media only 
screen and (min-width : 768px),
/* Medium Devices, Desktops */
screen and (min-width : 992px),
/* Large Devices, Wide Screens */
screen and (min-width : 1200px) {
    .margins {
        margin-left: 16px;
        margin-right: 16px;
        margin-top:  16px;
    }

    .headline-margin {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 32px;
    }

    .uplatnica-size {
        max-width: 600px;
    }
}
body {
    background-color: #d0d0ff;
    padding-left: 16px;
    padding-right: 16px;
}

.headline{
    font-size: 32px;
    color: #fff;
}

.picture {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.topbar-color {
    background-color: #6161d1;
}

.content-size {
    font-size: 20px;
}

.white-text {
    color: #fff;
}

.padding {
    padding-left: 16px;
    padding-right: 16px;
}

.downloadbox{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px;
}

span {
    vertical-align: bottom;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}


a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

.parent {
    height: 50px;
    width: 300px;
    display: table;
}

.child {
    display: table-cell;
    vertical-align: bottom;
}
