@charset "UTF-8";
@import url("css/fonts.css");

.flames {
    height:72px;
    width:129px;
    position:relative;
    top:20px;
}

.flames.left {
    margin-left:40px;
    margin-right:auto;
}

.flames.right {
    margin-left:auto;
    margin-right:40px;
}

.flames.navy-blue {
    background-image:url('images/navy-pixel-fire.png');
}

.flames.powder-blue {
    background-image:url('images/powder-pixel-fire.png');
}

.flames.grey {
    background-image:url('images/grey-pixel-fire.png');
}

