/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }
    nav.navbar.bootsnav.footer-menu{
        background-color: transparent;
        border-bottom: 0px solid;
    }
    nav.navbar.bootsnav.footer-menu .navbar-toggle{
        background-color: transparent !important;
    }
    .attr_tag11 {
        right: 22%;
    }
    .attr_tag12 {
        left: 21%;
    }
    .attr_tag21 {
        right: 22%;
    }
    .attr_tag22 {
        left: 20%;
    }
    .attr_tag31 {
        right: 22%;
    }
    .attr_tag32 {
        left: 21%;
    }

}

/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .attr_tag21 {
        right: 18%;
    }
    .attr_tag22 {
        left: 15%;
    }
    .attr_tag31 {
        right: 11%;
    }
    .attr_tag32 {
        left: 10%;
    }
}

/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    .attr_tag11 {
        right: 0%;
    }
    .attr_tag12 {
        left: 0%;
    }
    .attr_tag21 {
        right: 0%;
    }
    .attr_tag22 {
        left: 0%;
    }
    .attr_tag31 {
        right: 0%;
    }
    .attr_tag32 {
        left: 0%;
    }
}

@media (max-width: 400px) {
}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }
}



