*url {
  box-sizing: border-box;
}

html,
body{
  margin: 0;
  padding: 0;
}

/* HEADER CSS start */
.div#logo {
  display: flex;
  flex-shrink: 0;
}

header,
footer {
  background-color: #D2B3DC;
  width: 100%;
}

div#header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D2B3DC;
  max-width: 1160px;
  margin: 0px auto;
  padding: 20px 0px;
}

header nav#nav-header ul,
footer nav#nav-footer ul {
  display: flex;
  list-style: none;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #F6F4EC;
  text-transform: uppercase;
  font-size: small;
}

header nav#nav-header ul li a,
footer ul li a {
  padding: 10px;
  background-color: #F6F4EC;
  margin-left: 20px;
  text-decoration: none;
  border-radius: 15px;
  color: #D2B3DC;
}

header nav#nav-header a:hover,
footer a:hover {
  color: #416CC1;
  background: #E9DAEC;
}

header nav#nav-header ul li a:active,
footer a:active {
  color: #F6F4EC;
  background-color: #416CC1;
}

/* HEADER CSS end */

main {
  background-color: aliceblue;
}

/* FOOTER CSS start */

div#logo-footer {
  display: flex;
  flex-shrink: 0;
}

div#footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D2B3DC;
  max-width: 1160px;
  /* margin: 10px 0px; */
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

/* FOOTER CSS end */

/* SOCIALS FOOTER CSS start */

footer div#social-content {
  display: flex;
  justify-content: center;
  margin: -40px auto;
  padding: 10px 10px;
}

footer nav#nav-social ul {
  display: flex;
  list-style: none;
  padding: 0px;
  font-family: Inter;
  font-weight: 500;
  color: #F6F4EC;
}

footer nav#nav-social ul li a {
  padding: 10px;
  margin: 10px;
  width: 25px;
  height: 25px;
  display: block;
  color: rgba(0, 0, 0, 0);
  background-color: #D2B3DC;
  background-image: url(assets/icons.png);
}

footer ul li:nth-child(1) a:link {
  background-position: top left;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(1) a:hover {
  background-position: center left;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(1) a:visited {
  background-position: bottom left;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(2) a:link {
  background-position: top center;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(2) a:hover {
  background-position: center center;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(2) a:visited {
  background-position: bottom center;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(3) a:link {
  background-position: top right;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(3) a:hover {
  background-position: center right;
  background-size: 300%;
  border-radius: 10px;
}

footer ul li:nth-child(3) a:visited {
  background-position: bottom right;
  background-size: 300%;
  border-radius: 10px;
}

div#legal {
  font-family: inter;
  font-size: 95%;
  font-weight: 500;
  padding: 0px 10px;
  color: #0B1956;
}

/* SOCIALS FOOTER CSS end */


/* ABOUT CSS start */

section#about {
  width: 100%;
  background-color: #0B1956;
  /* border-bottom: #416CC1 40px dotted; */
}

h2#about-text {
  font-family: "santelia-script", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 100%;
  font-size: 135px;
  color: #E9DAEC;
}

div#about-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px;
  padding-right: 20px;

  /* outline: #416CC1 thick dashed;  */
}

div.col-left {
  display: flex;
  align-items: center;
  margin-left: -150px;
  padding-right: 50px;
}

div.col-right {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

section#about img {
  display: flex;
  border-radius: 600px;
  border: 20px solid #D2B3DC;
  box-shadow: 1px 5px 10px 10px rgba(65, 108, 193, 0.8);
  width: 300px;
  height: 300px;
  flex-shrink: 0;

}

div#text {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
  color: #F6F4EC;
  padding: 10px 20px;
  margin: 30px;
  text-align: center;
}

/* INSPO CSS start */


section#inspiration {
  background-color: #416CC1 ;
  /* height: 645px; */
  background-image: url(assets/optimized/bg-dr-suess-left.png), url(assets/optimized/bg-dr-suess-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: contain, contain;
  /* border-top: #D2B3DC 40px dotted; */
  padding-top: 20px;
}

section#inspiration div {
  max-width: 1160px;
  /* border: 5px solid red; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#inspiration div blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p#ds-quote {
  color: #0B1956;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 131.25% */
  letter-spacing: 1.6px;
  padding: 10px 200px;
}

p#ds-highlight {
  color: #F6F4EC;
  font-family: santelia-script;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  text-align: center;
  margin-top: -40px;
}

p#ds-name {
  color: #E9DAEC;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-style: italic;
  margin-top: -200px;
}

/* Start the HERO */
div#hero {
  background-color: #0B1956;
  /* height: 645px; */
  background-image: url(assets/optimized/ari-left-with-background.png), url(assets/optimized/ari-right-with-background.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: contain, contain;
}

div#logo-hero img {
  width: 1162px;
  height: auto;
  flex-shrink: 0;
}

.inner-container {
  max-width: 1160px;
  min-height: 600px;
  margin: 0 auto;
  /* background-color: #0B1956; */
  display: flex;
  align-content: flex-end;
  align-items: baseline;
}

div#hero button {
  display: flex;
  color: #0B1956;
  justify-content: center;
  padding: 5px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 558px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 18px;
  background-color: #D2B3DC;
  margin: 0px 0px 0px -550px;
}

section#gallery h2 {
  /* border: dashed pink; */
  font-family: "santelia-script", sans-serif;
  color: #D2B3DC;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 100%;
  font-size: 135px;

}



/* Start CARDS */

.module-border-wrap-2 {
  position: relative;
  background: linear-gradient(to bottom, #F6F4EC,#d4afe2) ;
  padding: 3px;
  display: flex;
  justify-content: center;

}

.inner-border-2{
  width: 100%;
  height: fit-content;
  margin: 20px;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
}

section#projects h2 {
  font-family: "santelia-script", sans-serif;
  color: #0B1956;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 100%;
  font-size: 135px;
}

section#projects p#subtitle {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  color: rgb(65, 108, 193);
  padding: 0px 20px;
  margin: -50px 30px 20px 30px;
  text-align: center;
}

section.flex {
  /* outline: 1px solid black; */
  background-image: linear-gradient(#D2B3DC, #F6F4EC);
  width: 100%;
  /* margin-bottom: 10px; */
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 500px;
}

div.inner-container-1 {
  width: 1000px;
  /* height: 00px; */
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

div.card-no-info {
  /* background-color: white; */
  width: 350px;
  height: auto;
  /* margin: 20px; */
  /* box-shadow: 0px -25px 20px -18px rgba(65, 108, 193, 0.4), 0px 25px 20px -20px rgba(65, 108, 193, 0.2); */
  border-radius: 50px;
}

.imgbox img {
  width: fit-content;

}

.container {
  position: relative;
  display: flex;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 80px;
}

.card {
  display: flex;
  justify-content: center;
  position: relative;
  width: 900px;
  height: 300px;
  /* background-color:# ; */
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  box-shadow: 1px 5px 10px 10px rgba(168, 42, 246, 0.4);
  overflow: hidden;
}


.card:hover {
  height: 900px;
  transition: 0.2s ease-in;
}

.card .imgbox {
  position: absolute;
  top: 8%;
  left: 20%;
  width: 250px;
  height: 250px;
  /* padding: 30px;  */
  transform: translateX(-50%);
  background: rgb(65, 108, 193);
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.card:hover .imgbox {
  left: 450px;
  top: 50px;
  width: 500px;
  height: 500px;
  /* background-image: url(assets/gallery/flat-collage.png); */
}


.details h3 {
  font-size: 70px;
  font-family: "santelia-script";
  margin-left: 300px;
  color: #416CC1;
  text-shadow: 0px 2px 5px #d4afe2;
}

.card:hover .details h3 {
  margin-left: 0px;
  margin-top: 600px;
  font-size: 70px;
  font-family: "santelia-script";
  color: #416CC1;
}

.card a.button {
  display: flex;
  color: #0B1956;
  justify-content: center;
  align-items: flex-end;
  padding: 5px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 400px;
  /* height: 44px; */
  flex-shrink: 0;
  border-radius: 18px;
  background-color: #F6F4EC;
  margin-left: 400px;
  margin-top: 60px;
  text-decoration: none;
  box-shadow: 0px 2px 5px 5px rgba(20, 53, 219, 0.4);
}


.card:hover a.button {
  display: flex;
  color: #0B1956;
  justify-content: center;
  align-items: flex-end;
  padding: 5px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  width: 400px;
  /* height: 44px; */
  flex-shrink: 0;
  border-radius: 18px;
  background-color: #F6F4EC;
  margin-left: 230px;
  margin-top: 130px;
  text-decoration: none;
}

.details p {
  text-align: left;
  margin-left: 400px;
  margin-top: -80px;
  font-size: 20px;
  font-family: Inter;
  color: #0B1956;
}

.card:hover .details p {
  margin-top: -80px;
  margin-left: 220px;
  text-align: left;
  font-size: 20px;
  font-family: Inter;
  color: #0B1956;


}

.card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;

}

.card .content .details {
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  /* transform: translateY(); */
}

.flat p.description-flat {

  color: rgba(11, 25, 86, 0);
  margin-bottom: -40px;
  transition: 0.1s ease-in-out;
}

.flat:hover p.description-flat {
  font-family: Inter;
  font-size: 20px;
  width: 425px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -90px;
  color: rgb(27, 27, 27);
  transition: 0.5s ease-in-out;
}

.advocacy p.description-advocacy {

  color: rgba(11, 25, 86, 0);
  margin-bottom: -40px;
  transition: 0.1s ease-in-out;
}

.advocacy:hover p.description-advocacy {
  font-family: Inter;
  font-size: 20px;
  width: 425px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -90px;
  color: rgba(11, 25, 86);
  transition: 0.5s ease-in-out;
}

.beer p.description-beer {

  color: rgba(11, 25, 86, 0);
  margin-bottom: -40px;
  transition: 0.1s ease-in-out;
}

.beer:hover p.description-beer {
  font-family: Inter;
  font-size: 20px;
  width: 425px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -90px;
  color: rgba(11, 25, 86);
  transition: 0.5s ease-in-out;
}

.book p.description-book {

  color: rgba(11, 25, 86, 0);
  margin-bottom: -40px;
  transition: 0.1s ease-in-out;
}

.book:hover p.description-book {
  font-family: Inter;
  font-size: 20px;
  width: 425px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -90px;
  color: rgba(11, 25, 86);
  transition: 0.5s ease-in-out;
}





/* Lightbox CSS REDO */



.module-border-wrap {
  position: relative;
  background: linear-gradient(to bottom, #416CC1,#0B1956) ;
  padding: 3px;
  display: flex;
  justify-content: center;

}

.inner-border{
  width: 100%;
  height: auto;
  margin: 20px;
  background-image: linear-gradient( #0B1956 ,#416CC1);
  display: flex;
  justify-content: center;
  border-radius: 1000px;
}

div.inner-container-2 {
  padding-bottom: 20px;
  margin: 20px;
  display: flex;
  justify-content: center;
  width: 1000px;
  height: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 100px;
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #0B1956;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 50px;

  /* Image border */
  border: 10px solid #416CC1;
}

.lightbox a img {
  border: none;
  border-radius: 50px;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: #416CC1;
  border-radius: 50px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(assets/gallery-files/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/gallery-files/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  
}

.lb-nav a.lb-prev:hover {
  opacity: 1;

}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/gallery-files/next-pink.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 65%;
  float: left;
  line-height: 1.2em;
  padding: 10px 20px;
  text-align: left;
  /* background-color: #416CC1;
  border-radius: 30px; */
  margin-top: 10px;
  color: #F6F4EC;

}

.lb-data .lb-caption {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  font-family: Inter;
}

.lb-data .lb-caption a {
  color: #F6F4EC;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #D2B3DC;
  font-family: "Inter";
  padding-top: 5px;
  text-align: left;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/gallery-files/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 40px;
  margin-right: 10px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

#gallery section{
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  /* border: #0B1956 thick solid; */


}

 a.example-image-link{
  font-family: Inter;
  font-size: 40px;
 }
 .gallery-div{
  display: flex;
  justify-content: space-evenly;
  flex-wrap:wrap ;
 }

 .hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0B1956;
}


/* Media Queries*/
/* @media screen and (max-width: 1024px){
} */
@media screen and (max-width:1920px){
  section#about img{
    width: 350px;
    height: 350px;
  }
  section#gallery h2{
    font-size: 145px;
    margin-top: 75px;
    margin-bottom: 100px;
  }

}

@media screen and (max-width:1695px){
   div#logo-hero img{
    width: 850px;
    margin-top: 80px;
  } 
  div#hero button {
margin: 0 0 0 -400px;
width: 400px;
}
section#about img{
  width: 300px;
  height: 300px;
}
.inner-container{
  max-width:900px;

}
div.cards{
  padding: auto;
}
section.flex{
  border-radius: 400px;
  padding-bottom: 40px;
}
footer nav#nav-social ul{
  padding-left: 100px;
}
}
@media screen and (max-width:1540px){
  section#about img{
    width: 250px;
    height: 250px;
    border: 18px solid #D2B3DC;
  }
  div.col-left{
    margin-left: -75px;
  }
  div#text {
    font-size: 30px;
  }
  h2#about-text{
    font-size: 125px;
  }

  .inner-border{
    border-radius: 550px;
  }

  p#ds-quote{
    font-size: 30px;
    line-height: 35px;
    margin-top: -10px;
  }
  p#ds-highlight{
    font-size: 125px;
    margin-top: -50px;
  }
  p#ds-name{
    font-size: 30px;
    margin-top: -170px;
  }
}
@media screen and (max-width:1420px) {
  .card{
    width: 750px;
  }
  .details h3{
    font-size: 50px;
    margin-left: 270px;
  }
  .details p{
    margin-left: 350px;
    margin-top: -55px;
    font-size: 16px;
  }
  .card a.button{
    width: 320px;
    margin-left: 340px;
    margin-top: 40px;
  }
  .card:hover .imgbox{
    left: 375px;
  }
  .card:hover a.button{
    margin-left: 155px;
  }
  .card:hover .details p{
    margin-left: 155px;
  }
}
@media screen and (max-width:1370px){
  div#logo-hero img{
    width: 600px;
    margin-top: 150px;
    margin-left: 140px;
  }
  div#hero button{
    margin: 0 0 0 -275px;
    width: 275px;
    font-size: 20px;
    padding-top: 8px;
    height: 0%;
    margin-top: 30px;}
    section#about img{
      width: 200px;
      height: 200px;
      border: 15px solid #D2B3DC;
    }
    div.col-left{
      margin-left: 10px;
      padding-right: 30px;
    }
    div.col-right{
      padding-left: 30px;
      margin-right: 10px;
    }
    div#text {
      font-size: 18px;
      line-height: 40px;
    }
    h2#about-text{
      font-size: 100px;
    }
    .inner-border{
      border-radius: 500px;
    }
}

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

  p#ds-quote{
    font-size: 25px;
    line-height: 28px;
    margin-top: 0px;
  }
  p#ds-highlight{
    font-size: 100px;
    margin-top: -40px;
  }
  p#ds-name{
    font-size: 25px;
    margin-top: -130px;
  }
  div.inner-container-1{
    width:775px;
  }

  .card{
    width: 625px;
  }
  .details h3{
    font-size: 40px;
    margin-left: 200px;
    margin-top: 50px;
  }
  .details p{
    margin-left: 270px;
    margin-top: -45px;
    font-size: 14px;
  }
  .card .imgbox{
    width: 200px;
  }
  section#projects p#subtitle{
    font-size: 20px;
  }
  .card a.button{
    width: 270px;
    margin-left: 270px;
    margin-top: 40px;
  }
  /* div.inner-container-2{
    width: 900px;
    flex-wrap: wrap;
  } */
  #gallery section{
    width: 800px;
  }
  a.example-image-link{
    width: 200px;
    height: 100px;
  }
  .gallery-div{
    margin-top: -50px;
    width: 700px;
    height: 600px;
    padding: 10px;
  }
  .card:hover .imgbox{
    left: 315px;
  }
  .card:hover a.button{
    margin-left: 100px;
  }
  .card:hover .details p{
    margin-left: 100px;
  }
  div.inner-container-2{
    width: 770px;
    padding: 0px;
  }

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

  .card{
    width: 550px;
    height: 200px;
  }
  .details h3{
    font-size: 35px;
    margin-left: 200px;
    margin-top: 50px;
  }
  .details p{
    margin-left: 240px;
    margin-top: -33px;
    font-size: 12px;
  }
  .card .imgbox{
    width: 200px;
    height: 165px;
    margin-left: 10px;
  }
  section#projects p#subtitle{
    font-size: 20px;
    width: 580px;
    margin-top: -60px;
    margin-bottom: 30px;

  }
  .card a.button{
    width: 220px;
    height: 20px;
    margin-left: 240px;
    margin-top: 40px;
    font-size: 20px;
    padding-top: 8px;
  }
  section.flex{
    border-radius: 300px;
  }

  .card:hover .imgbox{
    width: 425px;
    height: 425px;
    left: 265px;
  }
  .card:hover a.button{
    margin-left: 75px;
    width: 360px;
    font-size: 20px;
  }
  .card:hover .details p{
    margin-left: 75px;
    width: 360px;
  }
  .card:hover .details h3{
    font-size: 60px;
    margin-top: 535px;
    margin-bottom: 80px;
  }
  element.style {
    width: 1160px;
  }
}
@media only screen and (max-width: 1150px) {
  .nav-menu {
    position: fixed;
    z-index: 0;
    left: -110%;
    top: 6.7rem;
    flex-direction: column;
    background-color:rgba(210, 179, 220,0.8);
    width: 94.6%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    /* border: #0B1956 thick solid; */
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header nav#nav-header ul li a{
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 5px 5px rgba(20, 53, 219, 0.4);
    color: #0B1956;
  }
  div#footer-content{
    max-width: 900px;
  }
}

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

  div#logo-hero img{
    width: 500px;
    margin-top: 175px;
    margin-left: 200px;
  }
  div#hero button {
    margin: 0 0 0 -205px;
    width: 205px;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  section#about img{
    width: 170px;
    height: 170px;
    border: 15px solid #D2B3DC;
  }
  div.col-left{
    margin-left: 10px;
    padding-right: 30px;
  }
  div.col-right{
    padding-left: 30px;
    margin-right: 10px;
  }
  div#text {
    font-size: 18px;
    line-height: 40px;
  }
  h2#about-text{
    font-size: 100px;
  }
  .inner-border{
    border-radius: 450px;
  }
}


@media screen and (max-width:1043px){
  div#hero{
  background-image:url(assets/optimized/ari-right-with-background.png);
  background-position: bottom right;
  height: 500px;
}
div#logo-hero img{
  width: 600px;
  margin-left: 20px;
  margin-top: 100px;
}

section#about img{
  width: 170px;
  height: 170px;
  border: 12px solid #D2B3DC;
}
div.col-left{
  margin-left: 30px;
  padding-right: 30px;
}
div.col-right{
  display: none;
}
div#text {
  font-size: 18px;
  line-height: 35px;
  /* width: 410px; */
}
h2#about-text{
  font-size: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

p#ds-quote{
  font-size: 20px;
  line-height: 25px;
  margin-top: 0px;
  letter-spacing: 1px;
}
p#ds-highlight{
  font-size: 75px;
  margin-top: -30px;
}
p#ds-name{
  font-size: 18px;
  margin-top: -100px;
}

#gallery section{
  width: 900px;
}
a.example-image-link{
  width: 250px;
  height: 150px;
  overflow: hidden;
}
.gallery-div{
  margin-top: -30px;
  width: 550px;
  height: 440px;
  overflow: hidden;
  margin-left: 150px;
   padding: 10px;
}
}
@media screen and (max-width:870px){

  p#ds-quote{
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    letter-spacing: 1px;
  }
  p#ds-highlight{
    font-size: 60px;
    margin-top: -25px;
  }
  p#ds-name{
    font-size: 14px;
    margin-top: -80px;
  }
  div#footer-content{
    max-width: 600px;
  }
}
@media screen and (max-width:853px){
  div#hero{
    height: 400px;
  }
  div#logo-hero img{
    width: 500px;
    margin-left: 40px;
    margin-top: 100px;
  }
  section#about img{
    width: 170px;
    height: 170px;
    border: 12px solid #D2B3DC;
  }
  div.col-left{
    margin-left: 30px;
    padding-right: 30px;
  }
  div.col-right{
    display: none;
  }
  div#text {
    font-size: 18px;
    line-height: 35px;
    /* width: 410px; */
  }
  h2#about-text{
    font-size: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section#projects h2 {
    font-size: 90px;
  }
  .card{
    width: 450px;
    height: 150px;
    border-radius: 35px;
  }
  .details h3{
    font-size: 26px;
    margin-left: 200px;
    margin-top: 50px;
  }
  .details p{
   display: none;
  }
  .card .imgbox{
    width: 170px;
    height: 125px;
    margin-left: 10px;
  }
  section#projects p#subtitle{
    font-size: 16px;
    line-height: 25px;
    width: 475px;
    margin-top: -50px;
    margin-bottom: 20px;

  }
  .card a.button{
    width: 175px;
    height: 15px;
    margin-left: 220px;
    margin-top: 20px;
    font-size: 18px;
    padding-top: 8px;
  }
  section.flex{
    border-radius: 200px;
  }
  .card:hover .imgbox{
    width: 350px;
    height: 350px;
    left: 215px;
  }
  .card:hover a.button{
    margin-left: 60px;
    width: 300px;
    font-size:16px;
  }
  .card:hover .details p{
     display: block; 
    margin-left: 60px;
    width: 300px;
    font-size: 16px;
  }
  .card:hover .details h3{
    font-size: 45px;
    margin-top: 460px;
    margin-bottom: 85px;
  }
  element.style {
    width: 853px;
  }
  .card:hover{
    height:750px;
  }
  .inner-border{
    border-radius: 200px;
    margin: 20px;
    width:98%;
  }
  section#gallery h2{
    font-size: 90px;
  }
  element.style {
width: 850px;
  }
  div.inner-container-2{
    width: 560px;
    margin-left: 50px;
    margin-right: 0px;
  }
  section#gallery{
    width: 753px;
  }
  #gallery section{
    padding: 0px;
      width: 700px;
      margin-left: -150px;
  }
  .inner-border{
    width: 98%;
    border-radius: 150px;
  }
}
@media screen and (max-width:756px){
  div#hero{
    height: 300px;
  }
  div#logo-hero img{
    width: 350px;
    margin-left: 50px;
    margin-top: 80px;
}
div#hero button {
  margin: 0 0 0 -175px;
  width: 175px;
  font-size: 12px;
  padding-bottom: 8px;
  font-weight: 500;
  letter-spacing: 1px;
}

div#text {
  font-size: 16px;
  line-height: 35px;
  /* width: 410px; */
}
h2#about-text{
  font-size: 75px;
  margin-top: 40px;
  margin-bottom: 40px;
}

p#ds-quote{
  font-size: 14px;
  line-height: 15px;
  margin-top: 0px;
  letter-spacing: 0.7px;
}
p#ds-highlight{
  font-size: 50px;
  margin-top: -15px;
}
p#ds-name{
  font-size: 12px;
  margin-top: -65px;
}
div.inner-container-2{
  width: 600px;
  margin-left: 0px;
  margin-right: 0px;
}
section#gallery{
  width: 600px;
}
#gallery section{
  padding: 0px;
    /* width: 600px; */
    margin-left: -150px;
}
.inner-border{
  width: 98%;
  border-radius: 150px;
}
div.inner-container-1{
  width: 716px;
}
section.flex{
  padding-left: 0px;
  padding-right: 0px;
}
 .gallery-div{
  margin-left: 160px;
} 
}

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

  section#about img{
    width: 120px;
    height: 120px;
    border: 10px solid #D2B3DC;
  }
  div.col-left{
    margin-left: 30px;
    padding-right: 30px;
  }
  div.col-right{
    display: none;
  }
  div#text {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.55px;
    /* width: 410px; */
  }
  h2#about-text{
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section#inspiration{
    background-image: url(assets/optimized/bg-dr-suess-left.png);
  }
  p#ds-quote{
    font-size: 14px;
    line-height: 15px;
    margin-top: 0px;
    letter-spacing: 0.7px;
    margin-left: 150px;
    width: 280px;
  }
  p#ds-highlight{
    font-size: 50px;
    margin-top: -15px;
    margin-left: 150px;
  }
  p#ds-name{
    font-size: 12px;
    margin-top: -65px;
    margin-left: 150px;
  }
  
  section.flex{
    border-radius: 150px;
    width: 95%;
  }

  .inner-border{
    border-radius: 175px;
    margin: 20px;
    width:98%;
  }
  section#gallery h2{
    margin-top: 60px;
}
section#gallery{
  width: 500px;
  margin-left: 0px;
}

a.example-image-link{
  width: 200px;
  height: 100px;
  overflow: hidden;
}
.gallery-div{
  margin-top: -30px;
  width: 400px;
  height: 290px;
  overflow: hidden;
  margin-left: 140px;
   padding: 10px;
}

div.inner-container-2{
  width: 500px;
  margin-left: 0px;
  margin-right: 0px;
}

#gallery section{
  padding: 0px;
   width: 600px; 
    margin-left: -100px;
}
.inner-border{
  width: 98%;
  border-radius: 150px;
}
div.inner-container-1{
  width: 618px;
}
section.flex{
  padding-left: 0px;
  padding-right: 0px;
} 

section#inspiration div blockquote{
  width: 600px;
}
p#ds-quote{
  width: 280px;
  padding-left: 0px;
  padding-right: 0px;
}


div#footer-content{
  display: block;
}
div#logo-footer{
 justify-content: center;
}
footer nav#nav-footer ul{
justify-content: center;
}
}

@media screen and (max-width:542px){
  div#hero{
    height: 250px;
  }
  div#logo-hero img{
    width: 300px;
    margin-top: 60px;
    margin-left: 50px;
  }
  div#hero button {
    margin: 0 0 0 -150px;
    width: 150px;
    font-size: 10px;
    padding-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  section#projects h2 {
    font-size: 70px;
  }
  .card{
    width: 350px;
    height: 100px;
    border-radius: 35px;
  }
  .details h3{
    font-size: 22px;
    margin-left: 140px;
    margin-top: 50px;
  }
  .card .imgbox{
    width: 125px;
    height: 85px;
    margin-left: 10px;
  }
  section#projects p#subtitle{
    font-size: 11px;
    line-height: 16px;
    width: 350px;
    margin-top: -40px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }
  .card a.button{
    width: 140px;
    height: 8px;
    margin-left: 150px;
    margin-top: -15px;
    font-size: 12px;
    /* padding-top: 10px; */
  }
  section.flex{
    border-radius: 150px;
    width: 95%;
  }
  .card:hover .imgbox{
    width: 250px;
    height: 250px;
    left: 165px;
  }
  .card:hover a.button{
    margin-left: 40px;
    width: 250px;
    font-size:14px;
    padding-top:10px;
  }
  .card:hover .details p{
     display: block; 
    margin-left: 40px;
    width: 260px;
    font-size: 16px;
  }
  .card:hover .details h3{
    font-size: 35px;
    margin-top: 350px;
    margin-bottom: 85px;
  }
  element.style {
    width: 853px;
  }
  .card:hover{
    height:630px;
  }
  div.inner-container-1{
    width: 508px;
  }
}
@media screen and (max-width:499px){
  div.col-left{
    display: none;
   }
   div#text {
     font-size: 11px;
     line-height: 22px;
     letter-spacing: 1px;
     /* width: 410px; */
   }
   h2#about-text{
     font-size: 50px;
     margin-top: 30px;
     margin-bottom: 30px;
   }
   p#ds-quote{
    font-size: 12px;
    line-height: 12px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    margin-left: 150px;
    width: 222px;
  }
  p#ds-highlight{
    font-size: 40px;
    margin-top: -18px;
    margin-left: 150px;
  }
  p#ds-name{
    font-size: 9px;
    margin-top: -50px;
    margin-left: 150px;
  }
  div.inner-container-1{
    width: 459px;
  }
}
@media screen and (max-width:470px){
  div#hero{
    height: 200px;
  }
  div#logo-hero img{
    width: 250px;
    margin-top: 40px;
    margin-left: 50px;
  }
  div#hero button {
    margin: 0 0 0 -120px;
    width: 120px;
    font-size: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  section.flex{
    border-radius: 130px;
    width: 92%;
  }
  .gallery-div{
    margin-top: -30px;
    width: 600px;
    height: 290px;
    overflow: hidden;
    margin-left: 240px;
     padding: 10px;
  }
  div.inner-container-1{
    width: 430px;
  }
  #gallery section{
    width: 470px;
    margin-left: -220px;
  }
  div.inner-container-2{
    width: 470px;
  }
}
/**max/1920
360/420 min*/




