* {
  margin: 0;
  padding: 0;
  top: 0;
}

body {
  height: 100%;
  width: 100%;
  /*  background-image: url("images/cityBackground.jpg");   
  overflow-x: hidden;  */
  margin: 0 !important;
  padding: 0 !important;
}

/*.bg {
  background-image: url("images/bg_image.jpg");
  position: fixed;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
} */

nav,
main {
  display: block;
}

#city {display: none;}

#container {
  width: 100%;  
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 0;
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: auto;
padding: 0 !important;
    margin: 0 !important;
  overflow-x: hidden;
    overflow-y: auto;
}

#containerArticle {
  width: 100%;  
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 0;
  background-image: url(images/bg_image_comp.jpg);
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: auto;
padding: 0 !important;
    margin: 0 !important;
  overflow-x: hidden;
    overflow-y: auto;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 5px;
  z-index: 10;
 height: auto;
    overflow: hidden;
  /*  height: 46px;
  filter: contrast(1.3);
  background-image: linear-gradient( to right, #031f3e, #1375c6, #022142, #1375c6, #022346, #1375c6, #02182f );
  box-shadow: 0 0 2px 1px #7eeffb; */
}

.topNav {animation: fadeIn 2.5s ease-out;}

  #logo {
      height: 50px;
    max-height: 70px;
/*  margin-left: 24px; */
    margin-left: 5px;
    margin-top: 0;
    border-radius: 10%;
    transition: height 2s, background 2s, box-shadow 2s, margin-top 2s, margin-bottom 2s;
  }

nav ul {
  float: right;
  padding-left: 12px;
 /* padding-right: 24px; */
  padding-right: 5px;
  margin-top: 10px;
}

nav .icon {
  display: none;
  float: right;
}

li,
a {
  text-decoration: none;
 font-family: "Poppins", sans-serif;
    /*  color: #79e2ff; 
       color: #cef4ff; */
           color: #e8faff;
  list-style-type: none;
  font-size: 18px;
  text-align: center;
  padding: 2px 0;
}

.info,
li,
a {
  position: relative;
  float: left;
  padding: 0px 13px;
  letter-spacing: 1px;
  border-radius: 10px;
    transition: font-size 1s, background 1s, box-shadow 1s, margin-left 1s ease-in-out;
}

.quote {
  width: auto;
  height: auto;
  margin: auto 14%;
  letter-spacing: 0.4px;

}

  .testimonialsLink {
    width: auto;
   /* text-align: end; */
    margin: auto 14%;
    letter-spacing: 0.4px;
  }
  
  li, a, #footerLinks {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: #e8faff;
    list-style-type: none;
    font-size: 17px;
    text-align: center;
    padding: 5px 12px;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: background 1s ease, box-shadow 1s ease;
  }
  
  
.footerLinks {
    text-decoration: none;
     font-family: "Poppins", sans-serif;
    color: #e8faff;
    color: #fff;
    list-style-type: none;
    font-size: 18px;
    display: inline-block;
    margin: 4px 0;
    text-align: center;
    float: none;
    clear: both;
    padding: 7px;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: background 1s ease, box-shadow 1s ease;
}

.footerLinks:hover {
    background: #67beff59;
    box-shadow: 0 0 5px #67beff66, 0 0 10px #67beff66, 0 0 20px #67beff66, 0 0 20px #67beff66, 0 0 20px #67beff66;
}

#flexContainer1 {
  display: flex;
  margin-top: 40px;
      justify-content: space-evenly;
}

#flexContainerInner {
  display: flex;
  margin-top: 40px;
      justify-content: space-evenly;
}

#flexContainer1 div {
     width: fit-content;
  width: -moz-fit-content;
  text-align: center;
}

#flexContainerInner div {
     width: fit-content;
  width: -moz-fit-content;
  text-align: center;
}

#flexContainer2 {
  display: flex;
  margin-top: 40px;
      justify-content: space-evenly;
}

#flexContainer2 div {
     width: fit-content;
  width: -moz-fit-content;
  text-align: center;
}

h1 {
text-align: center;
margin-left: auto;
margin-right: auto;
 background-image: url(https://media.giphy.com/media/dB66K4Kywc8gPVh6A7/giphy-downsized-large.gif);
-moz-background-clip: text;
-webkit-background-clip: text;  
  font-family: "good_timing_bd", sans-serif;
    font-size: 5vw;
text-transform: uppercase;
filter: drop-shadow(2px 3px black);
/* animation: fadeIn 3.5s ease-out; */
background-position-x: right;
background-position-y: bottom;
   letter-spacing: 2px;
  color: #a1deff59;
} 

h6 {
    margin: auto;
    text-transform: uppercase;
  text-align: center;
  filter: drop-shadow(2px 2px black);
     font-family: "good_timing_bd", sans-serif;
      font-size: 1.8vw;
    letter-spacing: 3px;
    font-weight: 100;
         color: #a1deffe6;
        /* animation: fadeIn 3.5s ease-out; */
}

#home {
    /* width: 100%;  */
     height: 100vh;
     margin-bottom: 40vh;
     display: flex;
     flex-direction: column;
       justify-content: center;
       top: 0;
    padding-bottom: 50vh;  
   /*  background-image: linear-gradient(to bottom right, #3100ff6e 5%, #00b2ff40, #0000fb6e);  */
      background-image: linear-gradient(to bottom right, #f0000ed6, #00b2ff4a, #010182d4);
     box-shadow: 0 0 2px 1px #7eeffb;
     animation: fadeIn 3s ease-out;
   }


#home-inner {
    width: auto
}

#about {
/*  padding: 43px 0; */
  padding: 10.65vh 0 10vh 0;
  height: auto;
  margin-bottom: 10rem;
}

#testimonials {
/*   padding: 43px 0; */
  padding: 10.65vh 0 10vh 0;
  height: auto;
  margin-bottom: 10rem;
}


#work {
/*   padding: 43px 0; */
  padding: 10.65vh 0 10vh 0;
   height: auto;
    margin-bottom: 10rem;
}

#contact {
/*   padding: 43px 0; */
  padding: 10.65vh 0 10vh 0;
  height: auto;
  margin-bottom: 100px;
}

#article {
/*   padding: 43px 0;
  padding: 10.65vh 0 10vh 0;
   margin-bottom: 10rem;  */
  height: auto;
  margin: auto;
  padding: 60px 0;
/*  background-image: linear-gradient(to bottom right, #041444 20%, #073a5e, #050533 80%); */
}

#flexAbout3 .image-wrap {
  /*  background-color: #082b40ab;
    background-image: linear-gradient(150deg, #1b2687b0, #444b7b63);
     background-image: linear-gradient(to bottom right, #111e8eb0, #48519080); 
         background-image: linear-gradient(to bottom right, #111e8eb0, #4851903b);
           background-color: #082b4080; */
         background-image: linear-gradient(to bottom right, #111e8eb0, #18226be0);
    height: auto;
    margin: auto;
    width: 70%;
  }


.image {
    border-radius: 1px;
    border: solid 1px transparent;
     height: auto;
    box-shadow: 0 0 2px 1px #7eeffb;
    box-shadow: 0 0 7px 2px #5ba6dd;
    box-shadow: 0 0 9px 4px #9fcded;
    width: 100%;
    display: block;
    margin: auto;
    mix-blend-mode: lighten;
}

#aboutBody {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-clip: padding-box;
  /* box-shadow: 1px 0px 2px 0px #7eeffb;
   background-color: #022a4de8;
    background-color: #15063f30; */
  box-shadow: 0 0 2px 1px #7eeffb;
       background-color: #1e085d40;
       background-image: linear-gradient(to bottom right, #041444f0 40%, #0c5588e8, #050533b8 80%);
            /*  background-image: linear-gradient(to bottom right, #21409d40, #050533a1, #21409d00);  
    backdrop-filter: blur(59px);
    -webkit-backdrop-filter: blur(59px); */
}

#testimonialsBody {
    width: 100%;
    height: auto;
    padding: 40px 0;
   /* background-color: #022a4de8;
    background-color: #1e085d54;*/
    box-shadow: 0 0 2px 1px #7eeffb;
    /* background-image: linear-gradient(to bottom right, #c80000cc 14%, #0a5183cf, #021348f2 80%);
    background-image: linear-gradient(to bottom right, #04164cdb 35%, #0c5588e8, #050533b8 80%);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
     background-image: linear-gradient(to bottom right, #21027ad9, #0f649fe8, #21027ad9); 
      background-image: linear-gradient(to bottom right, #c80000cc 14%, #0a5183cf, #021348f2 80%);*/
     background-image: linear-gradient(to bottom right, #9c0000cc 14%, #0a5183cf, #021348f2 80%);
}


#workBody {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #022a4de8;
  /* box-shadow: 1px 0px 2px 0px #7eeffb; 
  background-image: linear-gradient(to bottom right, #f0000ec9 5%, #00004dbf, #009de14a); */
  box-shadow: 0 0 2px 1px #7eeffb;
    background-color: #1205314a;
    background-image: linear-gradient(to bottom right, #dd000dc9 5%, #00004dbf, #009de14a);
   /* backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px); */
}

#contactBody {
  width: 100%;
  height: auto;
  margin: 0 auto 120px auto;
  padding: 45px 0;
 /* background-color: #022a4de8;
   box-shadow: 1px 0px 2px 0px #7eeffb;
   background-color: #19084b4d;*/
  box-shadow: 0 0 2px 1px #7eeffb;
  background-image: linear-gradient(to bottom right, #001040e0 30%, #0d5282e8, #050533b8 80%)
  /*  backdrop-filter: blur(32px);
     -webkit-backdrop-filter: blur(32px);
      background-image: linear-gradient(to bottom right, #21027ad9, #0f649fe8, #21027ad9); */
}


#articleBody {
  height: auto;
 width: 80%;
margin: auto;
  text-align: center;
 padding: 60px 0;
  background-clip: padding-box;
  background-image: linear-gradient(to bottom right, #041444 20%, #073a5e, #050533 80%);
  box-shadow: 0 0 2px 1px #7eeffb;
       border-radius: 10px;
}


hr.gradient {
  height: 4px;
  border: none;
  margin: 40px auto;
  width: 70%;
  border-radius: 10px;
/*  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 51%,
    rgba(0, 255, 113, 1) 100%
  ); */
  background: linear-gradient( 90deg, #61c6ff 0%, #090979 40%, #090979 60%, #ff2222 100% );
}

#quoteWrap {
  margin: 40px;
  text-align: center;
  width: auto;
}

.project {
  width: 70%;
  height: auto;
  border-radius: 1px;
  border: solid 1px transparent;
  box-shadow: 0px 0px 3px 1px #7eeffb;
  margin-bottom: 10px;
}

#flexContainer1 div .projectWrap {
  width: 30.6vw;
  margin: 0 auto 40px auto;
  padding: 35px 10px 30px 10px;
  border-radius: 1px;
  border: solid 2px transparent;
  box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}
#flexContainerInner div .projectWrap {
  width: 30.6vw;
  margin: 0 auto 40px auto;
  padding: 35px 10px 30px 10px;
  border-radius: 1px;
  border: solid 2px transparent;
  box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}

#flexContainer2 div .projectWrap {
  width: 30.6vw;
  margin: 0 auto 40px auto;
  padding: 35px 10px 30px 10px;
  border-radius: 1px;
  border: solid 2px transparent;
  box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}

#certs {
  float: none;
  clear: both;
  height: auto;
  width: 90%;
  position: relative;
  text-align: center;
  margin: 30px auto;
  padding-left: 0px;
  padding-right: 0px;
}

.cert {
     font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 17px;
  position: relative;
  padding: 0;
  float: none;
  margin: 17px auto;
  color: aqua;
  text-decoration: none;
}

.biolink {
  font-size: 16px;
  text-align: center;
  width: auto;
  display: inline-block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  color: #8feeff;
}

#logo:hover {
    /* background: #67beffa8; */
     height: 70px;
    background: #5196cac4;
    box-shadow: 0 0 5px #67beff, 0 0 10px #67beff, 0 0 20px #67beff, 0 0 20px #67befff2, 0 0 20px #67beffeb;
    margin-top: 10px;
    margin-bottom: 10px;
   
}

/* .info, a {transition: margin-left 0.7s ease-in-out;} */
  a.info:hover {
    margin-left: 100px;
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0 0 5px rgba(16, 253, 253, 0.4),
      0 0 10px rgba(16, 253, 253, 0.4), 0 0 20px rgba(16, 253, 253, 0.4),
      0 0 20px rgba(16, 253, 253, 0.4), 0 0 20px rgba(16, 253, 253, 0.4);
  }
  .biolink {
    transition: margin-bottom 1s ease;
  }
  a.biolink:hover {
    margin-bottom: 34px;
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0 0 5px rgba(53, 238, 238, 0.4),
      0 0 10px rgba(53, 238, 238, 0.4), 0 0 20px rgba(53, 238, 238, 0.4),
      0 0 20px rgba(53, 238, 238, 0.4), 0 0 20px rgba(53, 238, 238, 0.4);
    border-radius: 2px;
  }

a:active {
  color: #fff;
}

.email {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
    color: #6cd9fb;
  font-size: 16px;
   letter-spacing: 0.4px;
  float: none;
  padding: 0;
}

/* @font-face {
    font-family: "good-times";
    src: url(images/good-times-font.otf);
}

 h1 {
    text-align: center;
  margin-left: auto;
  margin-right: auto;
      background-image: url(https://media.giphy.com/media/dB66K4Kywc8gPVh6A7/giphy-downsized-large.gif);
    -moz-background-clip: text;
    -webkit-background-clip: text;  
     background-position: center; 
     font-family: "good-times", sans-serif;
   font-size: 4.2rem; 
    font-size: 3.3rem;
  text-transform: uppercase;
    letter-spacing: 5px;
   font-weight: 900;
   filter: drop-shadow(4px 4px black);
    animation: fadeIn 4.5s ease-out;
    background-position-x: center;
    background-position-y: top;
     color: #00f7f759; 
        color: #a1deff52; 
        color: #a1deff42;
} 
  
  @keyframes fadeIn {
    0% { opacity: 0; }
     40% { opacity: 0.01; }
    50% { opacity: 0.1; }
     60% { opacity: 0.2; }
    70% { opacity: 0.4; }
    80% { opacity: 0.6; }
    90% { opacity: 0.8; }
    100% { opacity: 1; }  
  } */

@font-face {
  font-family: 'good_timing_bd';
  src: url('images/good_timing_bd-webfont.woff2') format('woff2'),
       url('images/good_timing_bd-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
   font-size: 5vw;
text-align: center;
margin-left: auto;
margin-right: auto;
 background-image: url(https://media.giphy.com/media/dB66K4Kywc8gPVh6A7/giphy-downsized-large.gif);
-moz-background-clip: text;
-webkit-background-clip: text;  
  font-family: "good_timing_bd", sans-serif;
text-transform: uppercase;
filter: drop-shadow(2px 3px black);
/* animation: fadeIn 3.5s ease-out; */
background-position-x: right;
background-position-y: bottom;
   letter-spacing: 2px;
  color: #a1deff52;
} 

@keyframes fadeIn {
  0% { opacity: 0; }
   40% { opacity: 0.01; }
  50% { opacity: 0.1; }
   60% { opacity: 0.2; }
  70% { opacity: 0.4; }
  80% { opacity: 0.6; }
  90% { opacity: 0.8; }
  100% { opacity: 1; }  
} 

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5vw;
  text-align: center;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  /*  padding-bottom: 40px;  */
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 1.95vw;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 3px 4px 12px #000000;
}

a.projectLink {
  font-family: "Poppins", sans-serif;
 /* font-size: 1.95vw;
  font-size: 1.75vw; 
  font-size: 1.32rem */
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
  float: none;
  text-shadow: 3px 4px 12px #000000;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
}

a.projectLink:hover {
    /* color: aqua; */
      color: #67beff;
}

a.projectLink:active {
  /* color: blueviolet; */
    color: #fff;

}


h3 {
  font-family: "Poppins", sans-serif;
  font-size: 3vw;
  text-align: center;
 /* letter-spacing: 1px; */
  color: #ffffff;
  font-weight: 100;
  padding-bottom: 50px;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 2.2vw;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 100;
  margin: 40px auto;
}


h6 {
/*  font-family: "Mulish", sans-serif;  
  color: #c2ffffd6;  
    text-shadow: 3px 4px 12px #000000;
     color: #9ff6f6e6; 
      font-family: 'Syncopate', sans-serif;
       font-family: "good-times", sans-serif;
        font-family: "Michroma", sans-serif; */
    margin: auto;
    text-transform: uppercase;
  text-align: center;
  filter: drop-shadow(2px 2px black);
     font-family: "good_timing_bd", sans-serif;
    /* font-size: 1.7rem;
      font-size: 1.55rem; */
      font-size: 1.8vw;
    letter-spacing: 3px;
    font-weight: 100;
   /*  color: #87cdf3e6;  */
         color: #a1deffe6;
}

p {
  font-family: "Poppins", sans-serif;
  width: 90%;
  height: auto;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.2px;

}

p .italic {
  font-style: italic;
}


#articleText {
  text-align: left;
  width: 80%;
}


.contact {
  width: 60%;
}

#form1 {
  width: 55%;
  border-color: #00ffff8a;
  border-radius: 10px;
  /*  background-color: #0b4a93de;  
  background-color: #022940e8;  
  background-color: #022a4de8;
    background-color: #19084b4d;  */
  margin: 20px auto 0 auto;
  border: solid 2px transparent;
  /* box-shadow: 1px -1px 2px 0px #7eeffb; */
  padding: 30px 0;
  box-shadow: 0 0 2px 1px #7eeffb;
  background-image: linear-gradient(to bottom right, #001040e0 30%, #0079aee8, #050533b8 80%);
  /*  background-image: linear-gradient(to bottom right, #21027ad9, #0f649fe8, #21027ad9);
    backdrop-filter: blur(37px);
     -webkit-backdrop-filter: blur(37px); */
}

.textbox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  padding: 12px 18px;
}

.textbox label {
  display: block;
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
}

.textbox input {
  display: block;
  /*  font-family: "Poppins", sans-serif;  */
  font-family: "Mulish", sans-serif;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  margin-top: 11px;
  border-radius: 6px;
  outline: none;
  padding: 6px;
/*  background-color: #ffffffc9;
  border-color: #00ffff8a;
   border-color: #30aced;*/
  background-color: #fffffff0;
  border-width: 2px;
   border-color: #7eeffb;
  border-style: solid;
}

.textbox textarea {
  display: block;
  /*  font-family: "Poppins", sans-serif;  */
  font-family: "Mulish", sans-serif;
  width: 65%;
  padding: 8px;
  font-size: 17px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  outline: none;
/*  background-color: #ffffffc9;
 border-color: #30aced; */
  background-color: #fffffff0;
  border-width: 3px;
  border-color: #00ffff8a;
   border-color: #7eeffb;
  border-style: solid;
}

button {
  display: block;
  width: 65%;
  /*  background: #01fefd;  */
  background: #029af4;
  font-family: "Mulish", sans-serif;
  font-size: 29;
  height: 44px;
  color: #000;
  border-radius: 6px;
  border: solid 1px #000;
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
  margin: 20px auto 35px auto;
  text-align: center;
}

button:hover {
  background: #00ffffde;
  background: #207afec7;
}

button:active {
  background: #174788;
}
/*
  button:focus {
    background: aqua;
    background: #174788;
  }
  */
.error {
  color: #ff0000;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0px;
}

.success {
  color: aqua;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0px;
}

/*  #footer {
  margin: 0;
  padding: 0;
  height: 200px;
  background-color: #2b83ae;
  bottom: 0;
}  */

#footer {
    bottom: 0;
    position: relative;
height: auto;
overflow: hidden;
filter: contrast(1.2);
max-height: 500px;
width: 100%;
padding-top: 30px;
    padding-bottom: 30px;
  margin-top: 20%;
    box-shadow: 0 0 2px 1px #7eeffb;
 /*  background-image: linear-gradient( to right, #093a71, #1375c6, #093a71, #1375c6, #093a71, #1375c6, #093a71);
    backdrop-filter: blur(74px);
    -webkit-backdrop-filter: blur(74px);  */
     background-image: linear-gradient(150deg, #f0000ed6, #00b2ff4a, #010182d4);
    background-color: #2e2f30d4;
  }
  
  #logo-about {
    height: 9.5rem;
    transition: height 2s ease, margin 2s, box-shadow 2s ease, background 2s ease;
    border-radius: 10%;
    margin-top: 50px;
}

#logo-about:hover {
  height: 11rem;
  box-shadow: 0 0 8px #67beff, 0 0 14px #67beff, 0 0 25px #67beff, 0 0 25px #67befff2, 0 0 25px #67beffeb;
  background: #5196ca7a;
  margin: 60px 0;
}



#logo-flex {
    display: flex;
  /*  margin: 20px auto; */
    margin: 20px auto 0 auto;
    align-items: center;
    justify-content: flex-start;
    width: 92%;
}

#logo-article {
    position: relative;
    /* left: 0; */
    height: 9.5rem;
    transition: height 2s ease, background 2s ease, box-shadow 2s ease;
    border-radius: 10%;
}

#logo-article:hover {
    height: 11rem;
    background: #1067a8a8;
    box-shadow: 0 0 8px #67beff, 0 0 14px #67beff, 0 0 25px #67beff, 0 0 25px #67befff2, 0 0 25px #67beffeb;
}



#logo-footer {
    position: relative;
    left: 0;
    height: 9.5rem;
    transition: height 2s ease, background 2s ease, box-shadow 2s ease;
     border-radius: 10%;
  }

#logo-footer:hover {
    height: 11rem;
    background: #1067a8a8;
    box-shadow: 0 0 8px #67beff, 0 0 14px #67beff, 0 0 25px #67beff, 0 0 25px #67befff2, 0 0 25px #67beffeb;
}

#flexFooter {
  width: auto;
  text-align: center;
  display: flex;
    justify-content: space-evenly;
  }

#flexFooter1 {
  display: flex;
width: 40%;
  align-items: center;
  }

#flexFooter2 {display: flex;
/* width: 20%; */}

#flexFooter3 {display: flex;
 /* width: 30%; */}


@supports (-webkit-touch-callout: none) {

  
  #home {
      background-image: url(images/bg_image_mobile_new.jpg) !important;
  }
  
}

@media screen and (min-width: 1600px) {
    
    .info, li, a {padding: 0 16px;}
    
     #flexContainer #flexAbout1 {
    width: 100%;
}
#flexContainer #flexAbout2 {
  width: 100%;
}
#flexContainer #flexAbout3 {
  width: 100%;
}
    
  #flexAbout3 .image-wrap {
    width: 55%;
  }
  
  #form1 {
    width: 40%;
  }
}

@media screen and (min-width: 1450px) {
    h1 {/* font-size: 4.2rem; */
        font-size: 4.7vw;
               color: #a1deff52;
               background-position: center;
    }
    h6 {/* font-size: 1.7rem; */
        font-size: 1.7vw;
    }
    a.projectLink {font-size: 1.45rem;
        letter-spacing: 1.4px;}
}
#footer {margin-top: 10%;}


@media screen and (min-width: 1270px) {
    
   #home {
        background-image: linear-gradient(to bottom right, #f0000ecc, #00b2ff4a, #010182d4);
   }
   #aboutBody {background-image: linear-gradient(to bottom right, #041444f0 40%, #0f619bc7, #050533b8 80%);}
   
   #flexContainer div {width: 100%;}
   
    /* #flexAbout3 .image-wrap {width: 55%;} */
    
     .biolink {padding: 3px 4px;}
     
    /* #flexContainer1 div {
    width: 100%;} */
     
     #flexAbout3 .image-wrap {width: 52%;}
     
  .image {
  /*  width: 55%;
    border-radius: 1px;
    border: solid 1px transparent;
    box-shadow: 0px 0px 3px 2px #7eeffb;  */
    height: auto;
  }
  
  .quote {margin: auto 20%;}
}

@media screen and (min-width: 1100px) {
    .biolink {padding: 3px 4px;}
}

@media screen and (max-width: 1300px) {
    
    nav ul {margin-top: 3px;}
    
     #flexAbout3 .image-wrap {
         width: 50%;
     }
    
  .image {
  height: auto;
  }
}

@media only screen   
  and (min-width: 1030px)   
  and (max-width: 1440px)  {

   

    h6 {
   
      font-size: 1.8vw;
    }
    
    #aboutBody {background-image: linear-gradient(to bottom right, #041444f0 40%, #0c5588e8, #050533b8 80%);
            backdrop-filter: none;
    }
    
     #flexAbout3 .image-wrap {width: 60%;}

  }

/* @media only screen and (min-height: 1366px) {
  #home {
    padding-top: 52vh;
    margin-bottom: 500px;
  }
} */

@media screen and (max-width: 800px) and (min-height: 500px) {
    
    nav ul {padding-right: 10px;}
    .info, li, a {padding: 0 8px;}
    
/*  #home {
    padding-top: 50vh;
  } */
  h1 {
    font-size: 7.7vw;
        font-size: 8vw;
  } 
  h2 {
    font-size: 7vw;
  }
h3 {
  font-size: 6vw;
}

h4 {
  font-size: 4vw;
 
}
  h5 {
    font-size: 3vw;
  }
  a.projectLink {
    font-size: 4vw;
  }
  h6 {
  /*  font-size: 3.5vw;  
    font-size: 4.1vw; */
        font-size: 3.1vw;
        margin-top: 10px;
  }

  .break {
    flex-basis: 100%;
  }
 /* .image {
    width: 50%;
    margin: 0 20%;
  }  */
  
  #flexAbout3 .image-wrap {
    width: 52%;
    margin: auto;
}
  
  #form1 {
    width: 85%;
    margin: 20px auto 0 auto;
  }
  .project {
    width: 65%;
  }
}



/* Media Query for Tablets Ipads portrait mode, mobile landscape mode, original numbers: 768px and 1024px   */
        @media screen and (min-width: 712px) and (max-width: 1034px) and (min-height: 500px) {
            
            html, body {
  /*  height: 100%;  */
  height: auto;
}
  
  #container {
      background-image: url("images/bg_image_cropped.jpg");
  /*  position: absolute;  */
  position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  
  #home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  /*  margin-bottom: 70vh; */
    margin-bottom: 40vh;
    padding-bottom: 50vh;
}
  
  #about {
    height: auto;
    margin-bottom: 30vh;
  /*  margin-bottom: 50vh;
    margin-bottom: 120vh;  */
    padding: 11vh 0;
}

    #testimonials {
        height: auto;
         margin-bottom: 30vh;
          /* margin-bottom: 40vh; */
    padding: 11vh 0;
    }
    
    .quote {margin: auto 8%;}

  .testimonialsLink {margin: auto 8%;}
  
  #work {
    height: auto;
  /*    margin-bottom: 50vh;
      margin-bottom: 80vh;
        margin-bottom: 40vh; */
    margin-bottom: 30vh;  
    padding: 11vh 0;
   
}
#contact {
    height: auto;
    margin-bottom: 20vh;
  /*    margin-bottom: 30vh;  */
    padding: 11vh 0;
}

   #flexAbout3 .image-wrap {
       width: 50%;
   }

  
   h1 {
       font-size: 3.5rem; 
       margin-bottom: 10px;
   }
  
  h2 {font-size: 9vw;}
  
  h6 {font-size: 1.6rem;}
  
  /*  a.projectLink {font-size: 3.5vw;}  */
  
   a.projectLink {font-size: 2.94vw;}
  
  #form1 { 
    margin: 20px auto 200px auto;
    width: 70%;
    padding: 25px 0;
    }
    
    p {font-size: 17px;}

  
   @supports (-moz-appearance:none) {
  html, body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #container {
      position: relative;
  }
   #about {padding-top: 6vh;}
  
  #work {padding-top: 6vh;}
  
  #contact {padding-top: 6vh;}
}
}

       
         
    @media screen and (max-width: 760px) {
   html, body {
    /* height: 100%; */
     height: auto;
}

@media (hover: none) {
    #logo:hover {box-shadow: none;
    background: none;
    margin: inherit;
    height: auto; }
    
     #logo-footer:hover {box-shadow: none;
    background: none;
    margin: inherit;
    height: auto; }

    a.biolink:hover {box-shadow: none;
      background: none;
      margin: inherit;
      height: auto; }
    
      a.biolink:hover {box-shadow: none;
        background: none;
        margin: inherit;
        height: auto; }
        
         a.biolink:active {border-radius: 2px;
        background: #67beff66;
        box-shadow: 0 0 5px #67beff66, 0 0 10px #67beff66, 0 0 20px #67beff66, 0 0 20px #67beff66, 0 0 20px #67beff66;}
    
        a.projectLink:active {
          /* color: aqua; */
          color: #67beff;
      }

      a.projectLink:hover {
        /* color: aqua; */
        color: #67beff;
      }
      a.projectLink:active {
        /* color: aqua; */
        color: #67beff;}

}

/* html {
    min-height: 100svh;
} */

@media (hover: none) {
    #logo:hover {box-shadow: none;
    background: none;
    margin: inherit;
    height: auto; }
    
     #logo-footer:hover {box-shadow: none;
    background: none;
    margin: inherit;
    height: auto; }
}

 
  #container {
    /*  background-image: url("images/bg_image_mobile.jpg");
       height: 100vh;  
       position: absolute;  */
       position: relative;
      background-image: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
      #container::-webkit-scrollbar {display:none;}
      #container {
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
  
  nav li {
    display: none;
  }
  /* .body {
    width: 72%;
  }
*/
  nav a.icon {
    float: right;
    display: block;
    padding-top: 5px;
    padding-left: 0;
    margin-right: 5px;
    margin-left: 0;
  }
  
  #footer {
    /* max-height: 130px; */
    height: auto;
    padding: 0;
}

.footerLinks {font-size: 16px;}

#flexFooter {
    width: auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 20px 20px 0;
}

 #logo-footer {
  /*  max-height: 4.2rem;  */
    max-height: 3.5rem;
}

 #flexFooter1 {width: auto;    
        align-items: center;
     
 }

  #flexFooter2 {width: auto;}

  #flexFooter3 {width: auto;}

  
}

@media screen and (max-width: 760px) {
    
     .topNav {
  /*  background-image: linear-gradient(to right, #c11425, #562e51, #024067); */
    background-image: linear-gradient(to right, #bb0b20, #901a36, #403d65, #184c7a, #055692);
    box-shadow: 0 0 2px 0 #7eeffb;
    animation: fadeIn 2.5s ease-out;
} 

 nav {
    height: 3rem;
  }
    
   #home {
   background-image: url(images/home_bg_image_mobile.jpg) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
  background-size: 100% 105vh;
    height: 105vh;
    margin-bottom: 0;
    padding: 0;
}

#home-inner {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom right, #f0000ecc 5%, #00b2ff4a, #010182d4);
    animation: fadeIn 2.5s ease-out; 
    box-shadow: 0 0 2px 1px #7eeffb;
}
    
  nav.responsive {
      height: auto;
    width: fit-content;
    width: -moz-fit-content;
    right: 0;
    position: fixed;
    background-position: right;
  background-image: linear-gradient(to bottom right, #c11425 15%, #2a6e92, #024067);
    background-clip: padding-box;
  /*  background-color: #0e355c; */
  box-shadow: 1px -1px 3px 2px #7eeffb;
    margin: auto;
  margin-right: auto;
margin-right: 0;
  }

nav ul {margin: 10px;}

  nav.responsive li a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  nav.responsive li {
    display: block;
    float: none;
  }

  nav.responsive li a.info {
    float: none;
    display: block;
    text-align: left;
    font-size: 15px;
    margin: 20px 0;
  }

  nav.responsive li a.info:hover {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0 0 5px rgba(16, 253, 253, 0.4),
      0 0 10px rgba(16, 253, 253, 0.4), 0 0 20px rgba(16, 253, 253, 0.4),
      0 0 20px rgba(16, 253, 253, 0.4), 0 0 20px rgba(16, 253, 253, 0.4);
  }
  .fa {
   margin: 5px 5px 0 0;
    color: antiquewhite;
    font-size: larger;
  }
  
  #body-wrap {
       background: #000236; 
      /* background: #04284d; */
  }
  
     h1 {
    font-size: 9.5vw;
    filter: drop-shadow(1px 3px black);
    letter-spacing: 1px;
    background-position: center;
     background-repeat: no-repeat;
   /*   background-image: linear-gradient( -90deg , #000 0%, #b3bcc7 5%, #fff 15%, #fff 100%);
   background-size: 120%; */
    background-color: #fff0;
    background-clip: border-box;
    background-size: cover;
/*  animation: animate 5s linear reverse infinite;  
    animation-delay: 1s; */
    text-fill-color: transparent;
    -webkit-background-clip: text;
  /*  -webkit-text-fill-color: transparent;
   animation: fadeIn 3.4s ease-out;  */
  color: #d7efff;
    background-image: none;
     
      animation: none;
}

h6 {
    font-size: 3vw;
    filter: drop-shadow(1px 2px black);
    letter-spacing: 2px;
    color: #b3fdff;
    margin-bottom: 17vh;
    margin-top: 10px;
    color: #d7efff;
    /*  animation: fadeIn 3.4s ease-out;  */
      animation: none;
}

/* @keyframes animate {
  to {
background-position: 200% center;
   }
  } */
  
  #about {
     height: auto;
   padding: 6vh 0 0 0;
   margin: 0;
}

  #flexContainer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
        margin-top: 40px;
  }

#flexContainer1 .flex1 {
    order: 0;
    margin-bottom: 40px;
}
#flexContainer1 .flex2 {
    order: 0;
    margin-bottom: 40px;
}

#flexContainerInner {
        flex-wrap: wrap;
        margin: auto;
}
#flexContainerInner .flex1 {
    order: 0;
    margin-bottom: 40px;
}
#flexContainerInner .flex2 {
    order: 1;
    margin-bottom: 40px;
}

  #projectsBody #flexContainer1 .flex1 {
    display: none;
  }

  #flexContainer1 .flex3 {
    order: -1;
    width: auto;
  }
  
  #flexContainer1 .flex4 {
    display: none;
}

#flexContainer2 {margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#flexContainer2 .flex1 {
    order: 0;
    margin-bottom: 40px;
}

#flexContainer2 .flex2 {
    order: 1;
    margin: auto;
}
#flexAbout1 {
    margin: 40px auto 0 auto;
    order: 1;
}
#flexAbout2 {
    margin: auto;
    order: 2;
}
#flexAbout3 {
    margin: auto;
    order: 0;
}
#flexAbout3 .image-wrap {background-color: #15063f00;
     background-image: linear-gradient(to bottom right, #111e8e30, #48519080);
}

#flexContainer1 div .projectWrap {
    width: 80%;
    margin: 0 auto 40px auto;
    /* padding: 30px 10px; */
    padding: 35px 10px 30px 10px;
    border-radius: 1px;
    border: solid 2px transparent;
    box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}

#flexContainerInner div .projectWrap {
    width: 80%;
    margin: 0 auto 40px auto;
    /* padding: 30px 10px; */
    padding: 35px 10px 30px 10px;
    border-radius: 1px;
    border: solid 2px transparent;
    box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}

#flexContainer2 div .projectWrap {
    width: 80%;
    margin: 0 auto 40px auto;
    /* padding: 30px 10px; */
    padding: 35px 10px 30px 10px;
    border-radius: 1px;
    border: solid 2px transparent;
    box-shadow: 0 0 3px 1px #7eeffb;
    background-color: transparent;
}

#testimonials {
     height: auto;
       padding: 6vh 0 0 0;
       margin: 0;
}

  #quoteWrap {margin: 40px 10px;}

  .quote {margin: auto 3%;}

  .testimonialsLink {margin: auto 4%;}

#work {
    height: auto;
 padding: 6vh 0 0 0;
 margin: 0;
}

#testimonialsBody { 
    background-image: linear-gradient(to bottom right, #950202bf 20%, #0a5183cf, #021348f2 80%);
}

#workBody { 
    background-image: linear-gradient(to bottom right, #c1030fba 12%, #00004dbf, #009de170);
}

#contact {
     height: auto;
   padding: 6vh 0 0 0;
   margin-bottom: 10vh;
}

#contactBody {
    margin-bottom: 10vh;
}
  
#articleBody {
  width: 100%;
  /*  padding: 10px 0 60px 0; */
    border-radius: 1px;
}

#articleText {
  width: 85%;
}

h3 {
  font-size: 6.2vw;
  width: 90%;
  margin: auto;
}

h4 {
  font-size: 5vw;
  text-align: left;
  width: 85%;
}
 
  .projectWrap {margin: 20px auto 40px auto;}
  
  #logo-about {display: none;}
 

/* @-moz-document url-prefix() {  */

  @supports (-moz-appearance:none) { 
     
  html, body {
 /*   height: 100%;  */
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  
  #container {
   background-image: url("images/bg_image_mobile.jpg");
      height: auto;
   position: relative;
  }
  
  #flexAbout3 .image-wrap {
      /* background-color: #15063f00; */
  background-color: #15063f5e;;
       background-image: linear-gradient(to bottom right, #111e8e91, #48519014);
}
  
  #about {padding-top: 7vh;}
  
  #testimonials {padding-top: 7vh;}
  
  #work {padding-top: 7vh;}
  
  #contact {padding-top: 7vh;}
}

@supports (-webkit-touch-callout: none) {

     nav.responsive {
    box-shadow: -1px 1px 0px 0px #7eeffb;
     box-shadow: 0 0 2px 1px #7eeffb;
       height: auto;
       transition: none;
        background-image: linear-gradient( to right, #093a71, #1375c6, #093a71, #1375c6, #093a71, #1375c6, #093a71);
  /*  background-color: #102c4854; */
  }

  #city {
    height: 100%;
    display: none;
  }

  #container {
       background-image: none;
      height: auto;
  }
  
 



#h1 {background-color: #f4fdff;
background-image: none;
    color: #e7f4ffe6;
    -webkit-text-fill-color: #e7f4ffe6;
    font-size: 9.5vw;
}
#h6 {color: #f4fdff;}



#flexAbout3 .image-wrap {background-image: linear-gradient(to bottom right, #111e8eb0, #4851905c);}
#aboutBody {
  padding: 8vh 0;
  /*  background-image: linear-gradient(to bottom right, #21409d40, #050533a1, #285aefab, #050533a1); */
}

#testimonialsBody {
  padding: 8vh 0;
   /*  background-image: linear-gradient(to bottom right, #1b0188, #005d85, #0000be); */
}

#workBody {
   padding: 8vh 0;
  
}

#contactBody {
  padding: 8vh 0;
}


.testimonialsLink {
  width: auto;
  text-align: center;
  margin: auto 4%;
}

}
  


@media screen and (max-width: 500px) {
  nav {
    height: 3rem;
  }
/*  #home {
    padding-top: 39vh;
  } */
  
   #logo {
  height: 50px;
    position: fixed;
  /*  margin-left: 5px;
     margin-top: 2px; */
    max-height: 50px;
    margin: 3px auto 0 auto;
   

  }

/*  #aboutBody {
    padding: 40px 0 50px 0;
}

#testimonialsBody {
    padding: 40px 0 50px 0;
}

#workBody {
    padding: 40px 0 50px 0;
} */

 #flexContainer1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
  #flexContainer2 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  
  #flexContainer div {
    /* padding: 5px 10px;  
    margin: 20px auto;  */
  }


  #flexContainer1 .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer1 .flex2 {
    order: 1;
        margin: auto;
  }
/*  #flexContainer1 .flex3 {
    order: 2;
    width: auto;
    margin: 15px auto; 
  } */
  
  #flexContainer2 .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer2 .flex2 {
    order: 1;
        margin: auto;
  }
  
   #flexAbout1 {
     margin: 40px auto 0 auto;
    order: 1;
    }
    
     #flexAbout2 {
        margin: auto;
    order: 2;
    }
    
     #flexAbout3 {
       margin: auto;
    order: 0;
    }



#logo-flex {
    width: 100%;
}

#logo-article {
   max-height: 5rem;
}



  
  h2 {
    font-size: 10.5vw;
     letter-spacing: 2px;
       /*  padding-bottom: 20px;  */
  }
  h5 {
    font-size: 4.4vw;
  }
  a.projectLink {
  /*  font-size: 3vw;
    font-size: 4.5vw;  
    font-size: 5.6vw; */ 
    font-size: 1.3rem; 
    letter-spacing: 1px;
  }
  h6 {
         font-size: 4.2vw;
     filter: drop-shadow(1px 2px black);
     letter-spacing: 2px;
     color: #b3fdff;
     /*   filter: drop-shadow(2px 1.5px black);
     color: #b3fdff;
           color: #a1deffe6; 
     color: #d5f0ff;  
    color: #e9fbfff2; */
    color: #fff;
  }
  .contact {
    width: 85%;
  }
  p {
    font-size: 15px;
        width: 92%;
  }

  .info {
    font-size: 15px;
    margin: 13px 0;
  }
  .biolink {
    font-size: 15px;
    margin: 4px 0;
  }
  .email {
    font-size: 16px;
  }
  .textbox label {
    font-size: 15px;
    width: 88%;
  }
  .textbox input {
    font-size: 15px;
    width: 85%;
  }
  .textbox textarea {
    width: 85%;
  }
  button {
    width: 85%;
  }
}

@media screen and (max-width: 400px) {
  #flexContainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
  #flexContainer div {
    /* padding: 5px 10px;  
    margin: 20px auto;  */
  }


  #flexContainer .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer .flex2 {
    order: 1;
        margin-bottom: 40px;
  }
  #flexContainer .flex3 {
    order: 2;
    width: auto;
 /*   margin: 15px auto; */
  }
  
   #flexAbout1 {
     margin: 40px auto 0 auto;
    order: 1;
    }
    
     #flexAbout2 {
        margin: auto;
    order: 2;
    }
    
     #flexAbout3 {
       margin: auto;
    order: 0;
    }
  
  
  .break {
    flex-basis: 100%;
  }
  #flexAbout3 .image-wrap {
    width: 50%;
  }
  p {
    font-size: 15px;
  }

  .info {
    font-size: 15px;
    margin: 13px 0;
  }
  .biolink {
    font-size: 15px;
  }
  .email {
    font-size: 15px;
  }
  #form1 {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

@media only screen 
  and (min-device-height: 740px) 
  and (max-device-height: 1000px)
  and (max-device-width: 800px)
/*  and (-webkit-min-device-pixel-ratio: 2) */ {
           
 
    
     #flexContainer1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  
 #flexContainer2 {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }


  #flexContainer1 .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer1 .flex2 {
    order: 1;
        margin: auto;
  }
  #flexContainer1 .flex3 {
    order: 2;
    width: auto;
 /*   margin: 15px auto; */
  }
  
   #flexAbout1 {
     margin: 40px auto 0 auto;
    order: 1;
    }
    
     #flexAbout2 {
        margin: auto;
    order: 2;
    }
    
     #flexAbout3 {
       margin: auto;
    order: 0;
    }
  
  
}

@media only screen
    and (max-device-height: 568px)
    and (-webkit-min-device-pixel-ratio: 2) {
      
 /*   #about {margin-bottom: 300vh;}
     #testimonials {margin-bottom: 90vh;}
    #work {margin-bottom: 90vh;}
    #contact {margin-bottom: 170vh;}
   #work {
    margin-bottom: 170vh; */
    
     #about {margin-bottom: 30vh;}
      #testimonials {margin-bottom: 30vh;}
       #work {margin-bottom: 30vh;}
        #contact {margin-bottom: 30vh;}
        /*  #article {margin-bottom: 30vh;}  */
}



@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px) {

    #flexAbout1 {
    margin: 40px auto 0 auto;
    order: 1;
    }
    
     #flexAbout2 {
        margin: auto;
    order: 2;
    }
    
     #flexAbout3 {
        margin: auto;
    order: 0;
    }
    
  

  #flexContainer1 .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer1 .flex2 {
    order: 1;
        margin-bottom: 40px;
  }
 /*  #flexContainer1 .flex3 {
    order: 2;
    width: auto;
    margin: 15px auto; 
  } */
  
  #flexContainer2 .flex1 {
    order: 0;
        margin-bottom: 40px;
  }
  #flexContainer2 .flex2 {
    order: 1;
        margin: auto;
  }
  
} 



@supports (backdrop-filter: blur(70px)) {
    @media screen and (min-width: 800px) {
    #home {
    /*  background-image: url(images/city_image.jpg); 
     height: 70vh;  
    background-image: url("images/bg_image.jpg");  */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    /*  box-shadow: 1px 0px 0px 1px #3cb2e0de;
      box-shadow: 0 0 2px 1px #7eeffb;
      transform: scale(1.04);  */
      overflow-x: hidden;
    overflow-y: auto;
    }
    
      nav.responsive {
          background-image: none;
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);}
    }
    }


