/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
#take-assessment { 
     font-size: 12px;
     padding: 10px 45px;
}



/* .ball {
     width: 28rem !important;
} */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
     #assessment-btn-margin{
          margin: 10px 0px !important;
     }

     #logo-img-sm {
          width: 250px !important;
     }

     #nav-container {
          margin: 10px 5px !important;
     }

     #take-assessment {
          /* padding: 7px 25px !important;
          margin: 0px !important; */
          padding: 7px 5px !important;
          margin: 10px !important;
     }

     .arrow-right::before {
          border-top: 10px solid transparent !important;
          border-bottom: 10px solid transparent !important;
          border-left: 10px solid color(srgb 0.9015 0.6271 0.2377) !important;
          margin: 10px 5px;
     }

     .arrow-left::before {
          border-top: 10px solid transparent !important;
          border-bottom: 10px solid transparent !important;
          border-right: 10px solid color(srgb 0.9015 0.6271 0.2377) !important;
          margin: 10px 5px;
     }

     .bg-download {
          padding: 20px 25px !important;
          width: 200px !important;
     }

}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

     .page-title {
          font-size: 40px;
     }

     .page-body {
          font-size: 20px;
     }

     .small-text {
          font-size: 15px;
     }

     #take-assessment { 
          font-size: 20px;
          padding: 10px 35px;
     }

     
}

/* // Medium devices (tablets, 768px and up) DOWN */
@media (min-width: 768px) { 
     
     .page-title {
          font-size: 60px;
     }

     .page-body {
          font-size: 25px;
     }

     .small-text {
          font-size: 17px;
       }

       #take-assessment {
          font-size: 25px;
     } 



 }

/* // Large devices (desktops, 992px and up) DOWN */ 
@media (min-width: 992px) { 

     .page-title {
          font-size: 60px;
     }

     .page-body {
          font-size: 25px;
     }

     .small-text {
          font-size: 17px;
       }

       
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

     .page-title {
          font-size: 70px;
     }

     .page-body {
          font-size: 25px;
     }

     .small-text {
          font-size: 17px;
       }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

     .page-title {
          font-size: 70px;
     }

     .page-body {
          font-size: 25px;
     }

     .small-text {
          font-size: 20px;
     }
     
 }


 

