* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

a{
text-decoration:none;
color:black;
}

a:hover
{
color:#ce6fff;
}
/* a::after
{
text-decoration:none;
color:rgb(251, 223, 252);
} */

#carousel {
  display: flex;
  justify-content: space-around;
  align-items:center;
  width: 100%;
  background-color:rgb(251, 223, 252);
  height:650px;
}

#dta-logo {
    width: 120px;
  }

.navbar {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  position:sticky;
  top:0px;
  background-color:white;
  z-index:4;
}

.carousel-item {
  background-color: white;
  width: 500px;
  height: 600px;
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  text-align: center;
  justify-content:center;
  align-items:center;
}

.carousel-item img {
  width: 320px;
}

.carousel-main {
  z-index: 3;
  display: flex;
  position: absolute;
  padding-bottom: 20px;
}

.carousel-background {
  z-index: 1;
  filter: blur(2px);
}

.carousel-nav {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  font-weight: bold;
  background-color: rgb(74, 74, 74);
  border: 0px;
}

.secondary-carousel-item
{
height:500px;
width:400px;
font-size:14px;
}

.secondary-carousel-item img
{
width:270px;
}

.secondary-carousel-item .carousel-item-title
{
font-size:20px;
}

.tertiary-carousel-item 
{
height:450px;
width:350px;
font-size:12px;
}

.tertiary-carousel-item img
{
width:250px;
}

.tertiary-carousel-item .carousel-item-title
{
font-size:20px;
}


.secondary-description
{
width:350px;
}

.tertiary-description
{
width:300px;
}

.carousel-nav:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
}

.carousel-hidden {
  display: none;
}

.carousel-item-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.mission-text div{
  font-size:18px;
}

.origin-text div
{
 font-size:18px;
}


.header * {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight:600;
}


.header {
  width: 80%;
  margin: auto;
}


.header div{
margin-top:30px;
margin-bottom:10px;
font-weight:500;
}

.carousel-nav-container {
  display: flex;
  justify-content: space-around;
  width: 30%;
  margin: auto;
}

.carousel-item-description {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.nav-guide {
  display: flex;
  margin: auto;
  font-size: 12px;
}

.half-opaque {
  opacity: 50%;
}

.mission-image img
{
width:760px;
height:525px;
object-fit:fill;
}

.mission-image
{
margin:auto;
display:flex;
flex-direction:column;
justify-content:center;
}

.mission-text
{
text-align:center;
display:flex;
flex-direction:column;
justify-content:space-around;
margin-left:0px;
margin-right:0px;
}



.origin-text
{
text-align:center;
display:flex;
flex-direction:column;
justify-content:center;
margin-left:0px;
margin-right:0px;
margin-top:20px;
margin-bottom:20px;
}

.mission-text > .header > div
{
background-color:white;
margin:0px;
margin-top:10px;
}

.mission-text > .header
{
width:100%;
}

.text-line
{
margin-top:10px;
margin-left:20px;
margin-right:20px;
}

.mission-content
{
display:flex;

}

.one-contact
{
display:flex;
align-items:center;
}


.all-contacts .title
{
font-size:32px;
text-align:center;
}

.one-contact div
{
font-size:18px;
margin-left:20px;
}


.comp
{
margin-left:5%;
width:15%;
height:25px;
border-radius:5px;
background-color:rgb(251, 223, 252);
display:flex;
justify-content:center;
align-items:center;
text-align:center;
border:2px solid black;
}

.comp a 
{
  font-weight:bold;
}

.comp:hover
{
color:#ce6fff;
background-color:white;
}

.one-contact
{
margin-top:40px;
margin-bottom:40px;
}

#contact .header div
{
margin-top:30px;
margin-bottom:10px;
text-align:center;
}

.mission-text .sub-header
{
font-size:24px;
font-weight:bold;
}


.origin-text .sub-header
{
font-size:24px;
font-weight:bold;
}

.single-contact
{
height:175px;
width:350px;
padding:40px;
margin:20px;
margin-bottom:50px;
border-radius:5px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
border:3px solid black;
background-color:white;

}

.svg-container
{
height:50px;
width:50px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
margin-bottom:10px;
}

.contact-icon
{
background-color:rgb(251, 223, 252);
}


.single-contact-header
{
display:flex;
}

.contact-cards-container
{
display:flex;
justify-content:center;
align-items:center;
padding-top:20px;
}

.contacts
{
display:flex;
justify-content:space-around;
width:100%;
}

.compatibility img 
{
width:100%;
}

.footer
{
height:50px;
background-color:rgb(53, 53, 53);
color:white;
display:flex;
align-items:center;
text-align:center;
justify-content:center;
font-size:12px;
}


div.all-items
{
background-color:rgb(251, 223, 252);
display:flex;
flex-direction:column;
padding-top:30px;
}

.single-item
{
display:flex;
width:60%;
margin:auto;
margin-bottom:50px;
padding:30px;
background-color:white;
justify-content:center;
align-items:center;
border:3px solid black;
border-radius:10px;
}

.all-items-title
{
padding-top:30px;
padding-bottom:30px;
border-top:1px solid black;
text-align:center;
font-size:24px;
}


.item-description
{
margin-top:20px;
display:flex;
flex-direction:column;
align-items:center;
}

.single-item-description
{
text-align:center;
}

.single-item img
{
width:250px;
height:250px;
}

.item-title
{
font-size:18px;
font-weight:bold;
}

.all-items .header
{
text-align:center;
font-size:24px;
font-weight:bold;
margin-bottom:20px;
}

#dreamtime-introduction
{
width:80%;
font-size:18px;
padding-top:40px;
padding-bottom:40px;
margin:auto;
text-align:center;
}

#dreamtime-introduction div
{
margin-top:15px;
margin-bottom:15px;
}

.navbar div:hover
{
color:#ce6fff;
}


@media screen and (max-width:1200px)
{
  *
  {
      max-width:100%;
  }


  .carousel-item
  {
    border-radius:3%;
    padding-top:20px;
    padding-bottom:20px;
  }
  
  .carousel-background
  {
    display:none;
  }
  
  
  .mission-content
  {
  flex-direction:column;
  }
  
  
  .mission-text .sub-header
  {
  margin-top:25px;
  }
  
  .mission-text
  {
  margin-bottom:25px;
  width:85%;
  text-align:center;
  margin:auto;
  }

  .origin-text
  {
  display:flex;
  margin-left:5%;
  justify-content:center;
  }

  .origin-text .text-line
  {
  width:85%;
  /* margin-top:25px;
  margin:auto; */
  }
  
  .single-item
  {
  flex-direction:column;
  width:65%;
  }


  .mission-image img
  {
  object-fit:cover;
  width:1000px;
  height:400px;
  }

  .contact-cards-container
  {
  flex-direction:column;
  }

  .comp
  {
  width:40%;
  margin-bottom:40px;
  }



}


@media screen and (max-width:1000px)
{

}


@media screen and (max-width:800px)
{

  .mission-image img
  {
  height:300px;
  object-fit:cover;
  }

  .comp
  {
  width:60%;
  }

  /* .mission-text
  {
  width:100%;
  } */
}


@media screen and (max-width:450px)
{
*{
  max-width:100%;
}

.carousel-background
{
  display:none;
}

.carousel-item
{
position:relative;
font-size:16px;
min-height:580px;
padding-top:20px;
}

#dta-logo
{
width:90px;
}


.navbar
{
height:70px;
font-size:13px;
}


.header h1
{
font-size:16px;
font-weight:400;
width:350px;
}

#carousel
{
height:500px;
margin-top:60px;
}

.carousel-item
{
height:500px;
}

.carousel-item img
{
width:240px;
}

.carousel-nav
{
width:30px;
height:30px;
font-size:20px;
padding-bottom:20px;
}

.carousel-item-title 
{
font-size:18px;
}

.mission-text div
{
font-size:16px;
}

.origin-text div 
{
font-size:16px;
}

.mission-text .sub-header 
{
font-size:18px;
}

.origin-text .sub-header 
{
font-size:18px;
/* margin-top:25px; */
}

.mission-image img 
{
height:250px;
}

/*
.mission-image.mobile
{
display:none;
}
*/

.mission-content
{
flex-direction:column;
}

.mission-content .origin-text
{
/* margin-top:100px; */
background-color:white;
}

#mission
{
/* background-color:red; */
}

/*.mission-image .mobile
{
background-color:blue;
}
*/

#contact .title
{
text-align:center;
font-size:24px;
}

.one-contact .contact-detail
{
font-size:16px;
}

.one-contact
{
margin-top:20px;
margin-bottom:20px;
}

.comp
{
width:80%;
}

.all-items .header
{
font-size:20px;
}

.single-item
{
flex-direction:column;
width:85%;
}

#dreamtime-introduction  div
{
font-size:16px;
}


/* .compatibility img 
{
} */

}


