
@media (max-width: 388px) {
  .footer {
      font-size: 2vw!important;
  }

  #container{
    height: 120vh!important;
}
}


@media (max-width: 800px) {
        .footer {
            font-size: 2vw!important;
        }
  }

  @media screen and (max-width: 1024px) and (orientation: portrait){
    .footer {
        font-size: 3vw!important;
    } 
 }


 @media screen and (max-width: 1024px) and (orientation: landscape){
  .footer {
      font-size: 3vw!important;
  } 

  #container{
    height: 170vh!important;
}
}


  @media screen and (min-width: 1200px) and  (max-width: 1300px) {

    .brand-text{
        font-size: 1rem!important;
    }

    #container{
      font-size: 1rem!important;
  }
  }

  @media screen and (min-width: 1300px) and  (max-width: 1400px) {

    .brand-text{
        font-size: 1rem!important;
    }

    #container{
      font-size: 1rem!important;
  }
    
  }
  
  @media screen and (min-width: 1400px) and  (max-width: 1600px) {

    .brand-text{
        font-size: 1rem!important;
    }

    #container{
      font-size: 1rem!important;
  }
  }
  
  @media screen and (min-width: 1600px) and  (max-width: 1800px) {

    .brand-text{
        font-size: 1.2rem!important;
    }

    #container{
      font-size: 1.2rem!important;
  }
  }


  @media screen and (min-width: 1800px) and  (max-width: 2000px) {

    .brand-text{
        font-size: 1.3rem!important;
    }

    #container{
      font-size: 1.3rem!important;
  }

  .headers,.headers2{
    font-size: 2rem!important;
} 

  }

  @media screen and (min-width: 2000px) and  (max-width: 3000px) {

    .brand-text{
        font-size: 1.7rem!important;
    }

    #container{
      font-size: 1.7rem!important;
  }

  .headers,.headers2{
    font-size: 2.5rem!important;
} 

#image{
  width: 80px!important;
  height:auto;
}

  }

  @media screen and (min-width: 3000px) and  (max-width: 4000px) {

    .brand-text{
        font-size: 2.2rem!important;
    }

    #container{
      font-size: 2.2rem!important;
  }

  .headers,.headers2{
    font-size: 3rem!important;
} 

#image{
  width: 120px!important;
  height:auto;
}

  }
  
  @media (min-width: 4000px)  {

    .brand-text{
        font-size: 3.5rem!important;
    }

    #container{
      font-size: 3.5rem!important;
  }

  .headers,.headers2{
    font-size: 4rem!important;
} 

#image{
  width: 150px!important;
  height:auto;
}

  }




  html {
    height: 100%;
  }

 .body2{
    font-family: "Sofia", sans-serif;
    height: 100vh;
    background-color:white; 
    /* background-image: url(1.svg); */
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
background-attachment: fixed;
 }

.brand-image{
    border-radius: 50%;
    height: 5vh;
    width: auto;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.brand-text{
 font-size: 1rem;
 font-weight: bold;
 color: white!important;
}

.footer {
    font-size: 1vw;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: black; */
    /* color: white; */
    font-weight:bold;
    text-align: center;
    /* opacity: 0.8; */
}

.navbar{
    background-color: black;
    }

#container{
    background-color: white;
    font-size: 1rem;
    margin-top: 50px;
    height: 80vh;
    font-weight:bold;
}

.brand-text:hover{
    background-color: gray;
    color: white !important;
    }
    
    .headers{
      font-size: 1.5rem;
      font-weight:bold;
  }

  .headers2{
    font-size: 1rem;
    font-weight:bold;
}

  #image{
    width: 50px;
    height:auto;
  }


.main-info {
  background-color: white;
}

  
