﻿.fullWidth {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.centered {
    margin: 0 auto;
}

.img-responsive {
    max-width: 100%;
}

.img-rounded {
    border-radius: 25px;
}

.marginBottomSmall {
    margin-bottom: 15px;
}

.marginBottomMedium {
    margin-bottom: 30px;
}

.marginBottomBig {
    margin-bottom: 60px;
}

.marginTopSmall {
    margin-top: 15px;
}

.text-left {
    text-align: left;
}

.text-right{
    text-align:right;
}

@media screen and (min-width:768px) {
    .nomarginbottom-md {
        margin-bottom: 0;
    }
}

@media screen and (min-width:1200px) {
    .float-xl-right {
        float: right;
    }
}
