
@media screen and (min-width: 1126px) {
    .footer_container{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        align-items: center;
        justify-content: center;
    
        width: 100%;
        height: 350px;
    
        background-color: #144923;
    }
    
    #bottom-footer-info-container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        min-width: 100%;
        min-height: 100px;

        justify-content: center;
        align-items: center;
        
    }

    #bottom-footer-info-container p {
        text-align: center;
    }

    .footer_container_sub_container_1{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;
        justify-content: center;
    
        width: 20%;
        height: 100%;
    }

    .footer_container_sub_container_1_desktop{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: flex-start;
        justify-content: flex-start;
    
        width: 50%;
        height: 300px;

    }

    .footer_container_sub_container_1_desktop {
        margin-top: 0px;
    }

    .footer_container_sub_container_1_mobail{
        display: none;
    }
    
    .footer_container_sub_container_1_desktop h3 {
        color: aliceblue;
        font-family: 'Roboto';
        font-style: normal;

        /* color: #000000; */
        margin-left: 30px;
        margin-top: 30px;
    }

    .footer_container_sub_container_1_desktop p {
        color: aliceblue;
        font-family: 'Roboto';
        font-style: normal;

        /* color: #000000; */
        margin-left: 30px;
    }
    
    .footer_container_sub_container_2{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        align-items: center;
        justify-content: center;
    
        width: 25%;
        height: 300px;
    }
    
    .footer_container_sub_container_2_subdiv_1{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;         /* X */
        justify-content: flex-start;   /* Y */
    
        width: 50%;
        height: 100%;
    }
    
    .footer_container_sub_container_2_subdiv_1_alignment_container{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: flex-start;         /* X */
        justify-content: flex-start;   /* Y */
    
        width: 100%;

        margin-top: 30px;
    
    }
    
    .footer_container_sub_container_2_subdiv_1_alignment_container a, h4 {
        color: aliceblue;
    }
    
    .footer_container_sub_container_2_subdiv_2{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;         /* X */
        justify-content: flex-start;   /* Y */
    
        width: 50%;
        height: 100%;
    }
    
    .footer_container_sub_container_2_subdiv_2_alignment_container{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        align-items: center;
        justify-content: center;
    
        width: 100%;

        margin-top: 30px;
    
    }
  }

  @media screen and (max-width: 1126px) {
    .footer_container{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;
        justify-content: center;
        align-self: center;

        flex-wrap: nowrap;
    
        width: 100%;
        height: 500px;
    
        background-color: #144923;
    }

    #bottom-footer-info-container {
        display: flex;
        flex-direction: column;
        flex-flow: column;

        min-width: 100%;
        min-height: 100px;

        justify-content: center;
        align-items: center;
    }

    #bottom-footer-info-container p {
        text-align: center;
    }


    .footer_container_sub_container_1_desktop{
        display: none;
    }

    .footer_container_sub_container_1_mobail{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;
        justify-content: center;
    
        width: 100%;
        height: 50%;
    }
    
    .footer_container_sub_container_1_mobail p {
        color: aliceblue;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        /* margin-left: 10px; */
    }

    .footer_container_sub_container_1_mobail h3 {
        color: aliceblue;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer_container_sub_container_2{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        align-items: center;
        justify-content: center;
    
        width: 100%;
        height: 30%;
    }
    
    .footer_container_sub_container_2_subdiv_1{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;         /* X */
        justify-content: ce;   /* Y */
    
        width: 50%;
        height: 100%;
    }
    
    .footer_container_sub_container_2_subdiv_1_alignment_container{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;         /* X */
        justify-content: flex-start;   /* Y */
    
        width: 100%;
    
        margin-top: 30px;
    
    }
    
    .footer_container_sub_container_2_subdiv_1_alignment_container a, h4 {
        color: aliceblue;
    }
    
    .footer_container_sub_container_2_subdiv_2{
        display: flex;
        flex-direction: column;
        flex-flow: column;
    
        align-items: center;         /* X */
        justify-content: flex-start;   /* Y */
    
        width: 50%;
        height: 100%;
    }
    
    .footer_container_sub_container_2_subdiv_2_alignment_container{
        display: flex;
        flex-direction: row;
        flex-flow: row;
    
        align-items: center;
        justify-content: center;
    
        width: 100%;
    
        margin-top: 50px;
    }
  }

  .Footer_Instagram_Icon {
    width:61px;
    height:50px;
  }

  .Footer_Facebook_Icon{
    width:61px;
    height:50px;
  }