.body
{
  background-color: white;
  width: 100%;
  min-height: 835px;
  color: #021d49;
  margin: 0;
  border: 1px solid white;  
}





.body-content hr
{
  color: #021d49;
}
.body h2
{
  font-size: 48px;
  text-align: center;
}
.body-content h3
{
  font-size: 30px;
  margin: 0;
}
.body-content p
{
  font-size: 24px;
}
.body-content img
{
    width: 173px; height: 173px;
}
.feat 
{
    width: 350px;
    height: 320px;
    display: inline-block;
    text-align: center;
    border: 5px solid #021d49;
    margin: 10px;
    padding: 5px;
    background-color: #c8c8c8;
}




    /* -----------------------------------------
                    MEDIA QUERIES
------------------------------------------------*/




        /* ------------------------------------------
                    MOBILES
    ----------------------------------------------*/
    @media only screen and (max-width: 1110px)
    {
      #clock
      {
        display: none;
      }
      .body-content
      {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
    }
/* ********************************************** */




    /* ------------------------------------------------
                TABLETS
---------------------------------------------------*/
    /* @media only screen and (min-width: 481px) and (max-width: 768px)
    {

    } */
/* *************************************************************** */




    /* ------------------------------------------------
                    DESKTOP
-------------------------------------------------------*/
    @media only screen and (min-width: 1110px)
    {
      .body-content 
      {
          display: grid;
          grid-template-columns: .5fr repeat(3, 1fr) .5fr;
          grid-template-rows: repeat(3,1fr);        
      }
      #islam
      {
        grid-column: 3;
        grid-row: 1;
      }
      #parent
      {
        grid-column: 2;
        grid-row: 2;
      }
      #environment
      {
        grid-column: 3;
        grid-row: 3;
      }
      #furniture
      {
        grid-column: 4;
        grid-row: 2;
      }
      #clock
      {
        grid-column: 3;
        grid-row: 2;
      }
      #clock
      {
        border: 0;
        display: flex;
        background-color: white;
      }
      #needle
      {
          transform-origin: center;
          /* transform: rotate(30deg); */
          /* transition: transform .5s ease-in-out; */
      }
    }

/* ************************************************** */
