.App {
  text-align: center;
  position: absolute;
  width: 100%;
  min-width:300px;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:green;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* > a{
color: #084B83;
}


.App{
  background-color:green;
}
#Main-Body{
    border: solid #F5F3F5 3px;
    background-color: #F5F3F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    margin: 10px 15%;
    justify-items: flex-start;
}
#Header-Cont{
    height: 32vh;
    margin: 10px auto; 
    align-items: center;
    padding:10px;
}
#logo-badge{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}
#logo-cartoon{
    background-color: rgba(255, 255, 255, 0.5);
    position: sticky;
    top: 5%;
    left: 16%;
    border-radius: 30px;
}
}
#Header-Title{
  display:flex;
  align-items: center;
}
#Title-Text{
  font-size: 55px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 15px;
  width:fit-content;
  margin: 0 auto;
  top: -14vh;
}
#section1{
  padding: 5px 10px;
  margin: 10px auto;
}
#section2-cont{
  display:flex;
  justify-content: space-around;
  align-items: center;
}
#section2-cont2{
  display: flex;
  text-align: left;
}
#section2-cont3 {
  display: flex;
  text-align: left;
}
.carder{
    max-width:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:5px;
    border: 2px solid green;
    border-radius: 10px;
    background-color:white;
}
#study-chart{
  max-width:400px;
  max-height: 250px;
}
#oxygen-free-study{
  margin: auto 10px;
  width: 200px;
}
#Footer-Cont{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}
.section-container{
    /* border: solid red 1px; */
    width: 90%;
    padding: 10px;
    margin: 20px auto;
}
/* #section2{
  width: 70%;
  padding: 5px 10px;
} */
#section3-title{
  text-align: right;
}
#section3{
  max-width: 80%;
  margin-left: 10vw;
  text-align:left;
  padding: 5px 10px;
}
#section4{
  max-width: 80%;
  margin-right: 10vw;
  text-align:left;
  padding: 5px 10px;
}
.section-title{
  font-family: Open Sans;
  font-size: 24px;
}
#woodpic1{
  float: right;
  margin-right: 15px;
  margin-bottom: 7px;

}
#shoe-pic{
  float: left;
}
#concluding{
  margin: 25px auto;
  max-width:85%;
  padding: 5px 10px;
}
#review-pic{
  margin: 15px 10%;
  width: 80%;
  min-width: 250px;
}

@media screen and (max-width: 1000px){
  #section2-cont1{
    flex-direction: column;
  }
  #oxygen-free-study{
    margin: unset;
    margin: auto;
  }
  }


@media screen and (max-width: 700px){
  #Main-Body{
    border: solid #F5F3F5 3px;
    background-color: #F5F3F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: 10px 5vw;
    align-items: flex-start;
}

#study-chart{
  max-height: unset;
  max-width: unset;
  max-width: 100%;
}
#woodpic1{
  float: none;
  margin: auto;
}
#section3{
  margin-left: unset;
  margin: 0px auto;
  text-align:center;
}
#section4{
  margin-right: unset;
  margin: 0px auto;
  text-align:center;
}
#section3-title{
  text-align: unset;
  text-align: center;
}
#section4-title{
  text-align: unset;
  text-align: center;
}
.section-container{
  width:100%;
  padding: 0px;
}
#oxygen-free-study{
  margin: auto;
}
#Title-Text{
  font-size: 2rem;
}
#review-pic{
  margin: 10px 0px;
  width: 100%;
  min-width:200px;
}
}

