@import "tailwindcss";
.bg-primary{
    background-color:#317D8D;
}

.bg-primary-shade{
    background-color:#21545F;
}

.bg-secondary{
    background-color:#848884;
}

/*.h-0.2{
    height:0.065rem;
}*/

.h-104{
    height:32rem;
}

.h-112{
    height:38rem;
}

.h-120{
    height:46rem;
}

.h-128{
    height:58rem;
}


.w-104{
    width:32rem;
}

.w-112{
    width:38rem;
}

.w-120{
    width:46rem;
}

.w-128{
    width:58rem;
}

#mobile-nav {
  transition: left 0.3s ease-in-out;
}