/* ==========================================================================
   MARGIN TOP
   ========================================================================== */

.mut-mt-1{

margin-top:.5rem;

}

.mut-mt-2{

margin-top:1rem;

}

.mut-mt-3{

margin-top:2rem;

}

.mut-mt-4{

margin-top:3rem;

}

.mut-mt-5{

margin-top:5rem;

}

/* ==========================================================================
   MARGIN BOTTOM
   ========================================================================== */
.mut-mb-1{

margin-bottom:.5rem;

}

.mut-mb-2{

margin-bottom:1rem;

}

.mut-mb-3{

margin-bottom:2rem;

}

.mut-mb-4{

margin-bottom:3rem;

}

.mut-mb-5{

margin-bottom:5rem;

}

/* ==========================================================================
   PADDING
   ========================================================================== */
   .mut-p-1{

padding:.5rem;

}

.mut-p-2{

padding:1rem;

}

.mut-p-3{

padding:2rem;

}

.mut-p-4{

padding:3rem;

}

.mut-p-5{

padding:5rem;

}