/*!
  * Item: Willy Wonka Theme
  * Description: Personal Portfolio Website Template
  * Author/Developer: Sujal
  * Version: v1
  */
@import url('https://fonts.googleapis.com/css?family=Raleway:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
*{
    padding: 0%;
    margin: 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar{
    width: 4px;
    color:#5e9FFF;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #5e9FFF; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar:hover, ::-webkit-scrollbar-thumb:hover {
    background: #BC8E4B;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  html{
    background: #101010;
    
  }
  #loader{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height:100vh;
      position: fixed;
      z-index:100;
      font-family: "Julius Sans One", sans-serif;
      background-color: #202020;
      color: whitesmoke;
      font-size: 70px;
      width: 100%;
      text-align: center;
  }
  @media (min-width: 425px) and (max-width: 499px) {
    #loader {
      font-size: 60px;
    }
  }
  @media (max-width: 424px) {
    #loader {
      font-size: 50px;
    }
  }
body{
    user-select: none;
    height: auto;
    overflow-x: hidden;
    width: 100%;
    background: #171717;
    margin: 0;
}
p {
  font-family: "Nunito Sans", sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #5e9FFF;
}
a:hover {
  color: #bc8e4b;
}
a, button {
  z-index: 4;
}
#home{
    height: auto;
    width: 100%;;
    animation: scale 1s ease;
    position:relative;
    display: none;
}
#particles{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    z-index: -1;
}
#navigation-content{
    height: 100vh;
    width: 100%;
    position:fixed;
    z-index: 5;
    background-color:#020202;
    transform: translateY(-200%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#navigation-bar, #navigation-bar-2 {
    position: fixed;
    height: 100px;
    width: 100%;
    top: 0;
    padding: 10px;
    overflow: hidden;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.95) 60%,
      rgba(0,0,0,0.95),
      rgba(0,0,0,0.75),
      rgba(0,0,0,0)
    );
}
#navigation-bar {
  z-index: 4;
}
#navigation-bar-2 {
  z-index: 7;
  transform: translateY(-200%);
}
.menubar{
    position: fixed;
    right:16px;
    top: 35px;
    cursor: pointer;
    opacity: .8;
    transition: all .4s ease;
}
.menubar span{
    position: relative;
    background-color:transparent;
    height:2px;
    width: 20px;
    display: block;
    margin:6px;
    border-radius: 20px;
}
.menubar .first-span{
    width:35px;
}
.menubar .first-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top:0;
    right:0;
    background-color:#5e9FFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menubar .second-span{
    width:35px;
}
.menubar .second-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 75%;
    top:0;
    right:0;
    background-color:#5e9FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menubar .third-span{
    width:35px;
}
.menubar .third-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    right:0;
    background-color:#5e9FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.menubar:hover .first-span::before, .menubar:hover .second-span::before, .menubar:hover .third-span::before {
  background-color: #bc8e4b;
}
.menubar:hover .second-span::before , .menubar:hover .first-span::before {
    width: 100%;
}
.menubar:hover{
    opacity: 1;
}
.close-first , .close-second{
 height: 2px;
 width: 35px;
 background-color: #bc8e4b;
 display: block;
 margin: 4px;
 cursor: pointer;
 padding: 1px;
 border-radius: 20px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}
.navigation-close:hover .close-first, .navigation-close:hover .close-second {
  background-color: #437184;
}
.close-first {
    transform: rotate(45deg);
}
.close-second{
    transform: rotate(-45deg);
}
.navigation-close{
    position: fixed;
    top: 45px;
    right:16px;
    cursor: pointer;
    transition: all .4s ease;
    opacity: .8;
}
.navigation-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}
#logo, #logo-2 {
  position: fixed;
  z-index: 4;
}
.logo {
  top: 10px;
  left: 10px;
}
#logo img, #logo-2 img {
  padding-inline: 5px;
  height: 80px;
  opacity: .8;
  cursor: pointer;
  transition: all .4s ease;
}
#logo img:hover, #logo-2 img:hover {
  opacity: 1;
  transform: rotate(-45deg);
    box-shadow: 3px 3px #5e9FFF, -4px -4px 0.4em #bc8e4b;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 501px) and (max-width: 660px) {
  #logo, #logo-2 {
    top: 25px;
  }
  #logo img, #logo-2 img {
    height: 50px;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  #logo, #logo-2 {
    top: 30px;
  }
  #logo img, #logo-2 img {
    height: 40px;
  }
}
@media (max-width: 450px) {
  #logo, #logo-2 {
    top: 35px;
  }
  #logo img, #logo-2 img {
    height: 30px;
  }
}
.header-image img{
    height: 100vh;
    float: right;
}
.header-image{
    position: fixed;
    right: 0;
    float: right;
    height: auto;
    background-size: cover;
    background-position: center;
    width: 40%;   
    height: 100vh;
    z-index: 1;

}
.header-content{
    height: 30vh;
    width: 100%;
    float: left;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    flex-direction: column;
    font-size: 50px;
}
.header-content-box{
    z-index: 2;
    text-align: center;
    height: auto;
    width: auto;

}
.header-content .firstline{
    z-index: 2;
    font-weight:700;
    font-family: "Julius Sans One", sans-serif;
    font-size: 65px;
}
.header-content .secondline{
    height: 64px;
    z-index: 2;
    font-size: 30px;
    padding-top:20px ;
    font-weight:500;
    color: rgb(255, 255, 255,.8);
}
@media (max-width: 480px) {
  .header-content .firstline {
    font-size: 55px;
  }
  .header-content .secondline {
    font-size: 20px;
  }
}
.slash{
    animation-name: animateslash;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
@-webkit-keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
.social-media-links{
    top: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
.social-media-links a {
  font-size: 40px;
  padding-bottom: 10px;
  opacity: 0.8;
}
.social-media{
    color: white;
    width:  21px;
    ;
    opacity: .6;
    margin: 8px;
    transition: all .4s ease;
}
.social-media-links a:hover{
    opacity: 1;
    transform: scale(1.3);
    transition: all 0.5s ease;
}
.navigation-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family:"Julius Sans One", sans-serif;
}
.navigation-links a{
    padding:10px 0;
    text-decoration: none;
    font-size: 30px;
    opacity: .7;
    transition: all .4s ease;
}
.navigation-links a:hover{
    opacity: 1;
}
.navigation-links a::before{
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%,-50%);
    align-items: center;
    font-size: 5em;
    font-weight: 400;
    font-family: monoton;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3 !important;
    letter-spacing: 100px;
    transition: all .4s ease;
}
.navigation-links a:hover::before{
    content: attr(data-text);
    opacity: 1;
    letter-spacing: 10px;
}
@media (min-width: 1100px) and (max-width: 1360px) {
  .navigation-links a::before {
    font-size: 4em;
  }
}
@media (min-width: 850px) and (max-width: 1099px) {
  .navigation-links a::before {
    font-size: 3em;
  }
}
@media (min-width: 600px) and (max-width: 849px) {
  .navigation-links a::before {
    font-size: 2em;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .navigation-links a::before {
    font-size: 1.6em;
  }
}
@media (max-width: 499px) {
  .navigation-links a::before {
    font-size: 1.4em;
  }
}
@media (max-width: 450px) {
  .navigation-links a {
    font-size: 20px;
  }
}
.contact{
    display: flex;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
}
.contact a{
  font-size: 40px;
  padding-bottom: 10px;
  opacity: 0.8;
    z-index: 4;
}
.contact img{
    margin:10px;
    height:30px;
    opacity: .6;
    transition: all .4s ease;
}
.contact a:hover{
    opacity: 1;
    transform: scale(1.3);
    transition: all 0.5s ease;
}
#breaker{
    height: 100vh;
    width: 200%;
    background-color: #5e9FFF;
    background: url(../assets/img/flag.png) 0% 0% / cover no-repeat;
    opacity: 1;
    animation: breakeranimate 2s linear;
    display: none;
    transition: all .4s ease;
    border-radius: 5px;
    z-index: 6;
    position: fixed;
}
@keyframes breakeranimate{
   0%{ transform : translateX(-100%)}
   50%{ transform : translateX(0%) }
   100%{ transform : translateX(100%) }
}
@-webkit-keyframes breakeranimate{
    0%{ transform : translateX(-100%) }
    50%{ transform : translateX(0%) }
    100%{ transform : translateX(100%) }
}
.color {
    color: #5e9FFF;
    transition: all .4s ease;
}
.colorMeGold {
  color: #BC8E4B;
  transition: all .4s ease;
}
.text-center {
  text-align: center;
}
.text-success {
  color: rgba(25,135,84,1) !important;
}
.text-danger {
  color: rgba(220,53,69,1) !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-tiny {
  margin: 0;
  font-size: 0.9rem !important;
  color: #bc8e4b;
}
.flex-centered {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pageBottom {
  margin-bottom: 5%;
}
.pageBottomEvents {
  margin-bottom: 20%;
}
.pageBottomContact {
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .pageBottomContact {
    margin-bottom: 25% !important;
  }
}
.float-left {
  float: left;
}
#events{
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    animation: scale 1s ease;
    z-index: 1;
}
@keyframes scale{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes breakeranimate{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
#events-content{
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: large;
  text-align: center;
    display: flex;
    flex-direction:column;
    align-items: center;
    color: whitesmoke;
    justify-content: center;
    height: auto;
    width: 100%;
}
.events-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.events-first-paragraph{
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    width: 75%;
    font-weight: 400;
}
.events-first-paragraph .color{
    font-size: 40px;
}
.events-first-line{
    font-size: 35px;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.events-first-line .color {
  font-size: 40px;
}
.events-second-line{
    opacity: .8;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 200;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.events-main{
    width: 100vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}
.events-img img{
    width: 100%;
    height:380px;
    padding: 30px;
    border-radius: 40px;
}
.events-img {
    width: 550px;
    height:auto;
    padding: 30px;
    padding-top: 10px;
    border-radius: 40px;
}

#events-content a{
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #5e9FFF;
    transition: all .4s ease;
}
.cv {
    padding-top: 40px;
}
.cv a button{
    background: transparent;
    border:none;
    padding: 15px 30px;
    color: whitesmoke;
    background: #5e9FFF;
    outline: none;
    font-size:20px;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 4px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;

}
.cv a button:hover{
    opacity: 1;
    transform: scale(1.05);
}
#services{
    position: relative;
}

.services-heading{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 900;

}
.events-first-paragraph {
  margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column ;
}
.colors{
    color: whitesmoke;
}
.services-content{
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding:2.5%;
}
.service{
    height:380px;
    width:28%;
    margin: 1.5%;
    background-color: #191919;
    ;
    display: inline-block;
    box-shadow:0px 0px 25px rgb(0,0,0,.05);
    position: relative;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    animation: opacity 1.4s ease ;
}
.service-img{
    text-align: center;
}

.service-img img{
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 20px;
    border-radius: 30%;
    padding: 10px;
    border: 0px solid #5e9FFF;
    background: #5e9FFF;
    box-shadow:0px 0px 0px 0px #5e9FFF ;
    height:100px;
    transition: all .8s ease;
}
.service:hover .service-img img{
    box-shadow:0px 0px 0px 400px #5e9FFF ;
}
.service-description{
    font-family: "Nunito Sans", sans-serif;
    color:whitesmoke;
    position: relative;
    display: inline-block;
    z-index:2;
}
.service-description h2{
    padding: 10px;
    margin: 5px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 200;
    font-size: 25px;
}
.service-description p{
    padding: 10px;
    font-weight: 200;
    font-size: 16px;
    opacity: .8;
}
#skills{
    width: 100%;
    height:auto;
}
.skills-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 900;
}
.skills-content{
    height: auto;
    width:100%;
    margin-top: 20px;
    margin-bottom: 80px;
}
.skill-html{
    height: auto;
    width: 45%;
    padding: 0%;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    color:whitesmoke;
    display: inline-block;
    padding:1.5%;
}
.skill-text{
    width:80%;
    position: relative;
    height: 50px;
}
.html{
    display: inline-block;
    position: absolute;
    left: 5%;
    top:30%;
}
.html-prog{
   width:100%;
   height:40px;
   border-radius: 10px;
   background: #191919;
   box-shadow:0px 0px 25px rgb(0,0,0,.1);
   position: relative;
   overflow: hidden;
}
.html-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    width:95%;
    border-radius: 10px;
    background: #5e9FFF;
}
.js-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    justify-content: center;
    transition: all .4s ease;
    width:90%;
    border-radius: 10px;
    background: #5e9FFF;
}
.adobe-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    width:83%;
    border-radius: 10px;
    background: #5e9FFF;
}
.php-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:85%;
    border-radius: 10px;
    background: #5e9FFF;
    transition: all .4s ease;
}
.jquery-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    width:94%;
    border-radius: 10px;
    background: #5e9FFF;
}
.seo-progress{
    position: absolute;
    top:10%;
    left:1%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:84%;
    border-radius: 10px;
    transition: all .4s ease;
    background: #5e9FFF;
}

.header-caption{
    opacity:.8;
    display: block;
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    padding: 8px;
    padding-top: 15px;
    color: whitesmoke;
    font-weight: 400;
}
 button:hover .index{
     position: relative;
    z-index: 4;
}
.button{
    text-align: center;
}
#blog-content{
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: large;
  text-align: center;
    display: flex;
    flex-direction:column;
    align-items: center;
    color: whitesmoke;
    justify-content: center;
    height: auto;
    width: 100%;
}
.blog-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.blog-first-paragraph{
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    width: 100%;
    padding: 0 30px;
    font-weight: 400;
}
.blog-first-paragraph .color{
    font-size: 40px;
}
.blog-first-line{
    font-size: 35px;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.blog-second-line{
    opacity: .8;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 200;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.blog-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    flex-direction: row;
}
#mom-content{
  position: absolute;
  top: 25vh;
  left: 0;
  margin-right: 160px;
  font-size: large;
  text-align: center;
    display: flex;
    flex-direction:column;
    align-items: center;
    color: whitesmoke;
    justify-content: center;
    height: auto;
    width: 100%;
}
.mom-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.mom-first-paragraph{
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    width: 100%;
    padding: 30px;
    font-weight: 400;
}
.mom-first-paragraph .color{
    font-size: 40px;
}
.mom-first-line{
    font-size: 35px;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.mom-second-line{
    opacity: .8;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 200;
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.mom-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: row;
}
#mom{
    position: relative;
    display: none;
    color:whitesmoke;
    animation: scale 1s ease;
    width: 100%;
    height: auto;
    z-index: 1;
}
.mom-articles{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.moms{
    height: 650px;
    width: 40%;
    margin: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.moms .img{
    height: 80%;
    width: 100%;
    overflow: hidden;
    transition: all .65s ease;
    position: relative;
}
.mom-date{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #5e9FFF;
    color: whitesmoke;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    padding: 3px;
    transition: all .4s ease;
    width: 25%;
    height: auto;
}
.moms .img img{
    height: 100%;
    width: 100%;
    transition: all .65s ease;
}
.mom-text{
  height: 80%;
  width: 100%;
  text-align: center;
  vertical-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: whitesmoke;
  background-color: #050505;
  transition: all .5s ease;
}
.mom-text h3{
  font-size: 28px;
  font-weight: 500;
  height: 20%;
  padding: 20px;
  letter-spacing: 1px;
}
.mom-text p{
    font-size: 18px;
    opacity: .9;
    font-weight: 400;
    height: 80%;
    padding: 30px;
    letter-spacing: 1px;
  }
.moms:hover .img{
      transform: translateY(-70%);
  }
.moms:hover .mom-text{
    transform: translateY(-70%);
}
.moms a{
    text-decoration: none;
    color: whitesmoke;
}
.jsx-133949800, .jsx-2298580277, .jsx-1967763651, .jsx-93284586, .jsx-1287547287 {
  justify-content: center;
}
.jsx-1128836566.eapp-events-calendar-error-text {
  color: whitesmoke !important;
}
.eapp-events-calendar-grid-item {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px;
}
.eapp-events-calendar-grid-item:hover {
  padding: 0;
}
.eapps-widget-toolbar {
  display: none !important;
}
.FlexContainer-sc-lh6d3k-0 {
  z-index: 3 !important;
}
.jsx-1298194897 {
  justify-content: center !important;
}
.eapp-events-calendar-date-element-component.jsx-3799267758 {
  background-color: rgba(34, 34, 34, 0.8) !important;
}
.eapp-events-calendar-dates-calendar {
  background: rgba(2,2,2,0.9) !important;
}
.DayPicker, .CalendarMonthGrid, .CalendarMonth {
  background: rgba(0,0,0,0) !important;
}
.DayPickerNavigation_button__default {
  color: #020202 !important;
  background-color: #bc8e4b !important;
}
.DayPickerNavigation_button__default:hover {
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendarButton {
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendarButton, .eapp-events-calendar-dates-clear, .eapp-events-calendar-dates-submit, .DayPickerNavigation_svg__horizontal, .eapp-events-calendar-filter-item {
  -webkit-transition: all .5s ease !important;
  -moz-transition: all .5s ease !important;
  -ms-transition: all .5s ease !important;
  -o-transition: all .5s ease !important;
  transition: all .5s ease !important;
}
.eapp-events-calendar-dates-calendarButton:hover {
  background-color: #bc8e4b !important;
}
.CalendarDay__default {
  border: 1px solid #bc8e4b !important;
  color: #bc8e4b !important;
  background: #020202 !important;
}
.CalendarDay__default:hover {
  background: #bc8e4b !important;
  color: #020202 !important;
  border: 1px solid #bc8e4b !important;
}
.CalendarDay__outside {
  background: #bc8e4b !important;
  color: #020202 !important;
}
.CalendarDay__highlighted_calendar {
  background: #5e9FFF !important;
}
.CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover {
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__highlighted_calendar {
  color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__highlighted_calendar:active, .eapp-events-calendar-dates-calendar td.CalendarDay__highlighted_calendar:hover {
  color: #bc8e4b !important;
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__selected_start, .eapp-events-calendar-dates-calendar td.CalendarDay__selected_end {
  color: #bc8e4b !important;
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__hovered_span {
  color: #020202 !important;
  background-color: #bc8e4b !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__selected_span {
  color: #020202 !important;
  background-color: #bc8e4b !important;
}
.eapp-events-calendar-dates-calendar td.CalendarDay__highlighted_calendar.CalendarDay__selected_span, .eapp-events-calendar-dates-calendar td.CalendarDay__highlighted_calendar.CalendarDay__hovered_span {
  background-color: #808080 !important;
}
.DayPickerNavigation_svg__horizontal {
  fill: #020202 !important;
}
.eapp-events-calendar-dates-submit.jsx-1636935237 {
  color: #020202 !important;
}
.eapp-events-calendar-dates-submit.jsx-1636935237:hover {
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-dates-clear {
  background-color: #bc8e4b !important;
  color: #020202 !important;
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  border: 0 !important;
  cursor: pointer !important;
  max-width: 200px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  transition: .2s ease all !important;
  font-size: 13px !important;
  padding: 6px 12px;
  font-family: inherit !important;
  text-decoration: none !important;
}
.eapp-events-calendar-dates-clear:hover {
  background-color: #5e9FFF !important;
}
.eapp-events-calendar-filter-modal {
  background-color: rgba(2,2,2,0.9) !important;
}
.eapp-events-calendar-filter-item {
  color: #5e9FFF !important;
}
.eapp-events-calendar-filter-item:hover {
  color: #bc8e4b !important;
}
.eapp-events-calendar-filter-filtered.jsx-1525851632 .eapp-events-calendar-filter-currentText.jsx-1525851632 {
  color: #bc8e4b !important;
}
.eapp-events-calendar-events-calendar-header.jsx-3220352029 {
  background: linear-gradient(
    to left,
    rgba(0,0,0,0) 0%,
    rgba(2,2,2,.7) 15%,
    rgba(2,2,2,.7) 85%,
    rgba(0,0,0,0) 100%
  );
  width: 50%;
  margin: 0 auto;
}
.eapp-events-calendar-events-calendar-layout {
  padding-top: 15px;
}
#dom {
  position: relative;
  display: none;
  color: whitesmoke;
  animation: scale 1s ease;
  width: 100%;
  height: auto;
  z-index: 1;
}
#tshirts{
    position: relative;
    display: none;
    color:whitesmoke;
    animation: scale 1s ease;
    width: 100%;
    height: auto;
    z-index: 1;
}
.cursor{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #bc8e4b;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 99;
    opacity: 1;
    transition:  scale .5s ease;
}
.cursor-small{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #bc8e4b;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 10;
    opacity: .6;
    transition:  scale .4s ease;
}

#donations-memberships{
    display: none;
    height: auto;
    text-align: center;
    width: 100%;
    animation: scale 1s ease;
    position: relative;
    z-index: 1;
}
.donations-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.donations-header-caption{
    padding: 10px;
    color: whitesmoke;
    opacity: .9;
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
}
.donations-main {
  position: absolute;
  top: 25vh;
  left: 0;
  margin-right: 160px;
  font-size: large;
  text-align: center;
  color: whitesmoke;
  height: auto;
  width: 100%;
}
.donations-content{
    width: 90%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.donation-links{
  top: 50%;
  position: relative;
    height: 50%;
    padding-right:40px;
    width: 60%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 899px) {
  .donations-content {
    flex-direction: column;
  }
  .donation-links {
    padding: 0;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
}
.links {
  max-width: 80%;
  margin: 0 auto;
}
.links-header{
    font-size: 24px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    color: whitesmoke;
    padding: 28px;
}
.space {
  margin: 5% auto;
}
.links-text {
  color: whitesmoke;
  height: auto;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
.links-text a:before {
  padding: 20px 20px 20px 0;
  font-size: 30px;
}
.donation-pic{
    width: 40%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
}
.donation-pic img {
  width: 100%;
  height: 100%;
}
.donations-first-paragraph{
    color: whitesmoke;
    justify-content: center;
    font-size: 20px;
    font-family: "Julius Sans One", sans-serif;
    width: 100%;
    padding: 30px;
    font-weight: 400;
}
.donations-first-paragraph .color{
    font-size: 40px;
}
.donations-first-line{
    font-size: 35px;
    opacity: 1;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.tierSlides, .genFormSlides, .consentFormSlides, .liabilitySlides {
  display: none;
}
.tierSlides img, .genFormSlides img, .consentFormSlides img, .liabilitySlides img {
  vertical-align: middle;
  width: 100%;
}
.tier-slideshow-container, .genForm-slideshow-container, .consentForm-slideshow-container, .liability-slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 10px auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: whitesmoke;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev {
  left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.numbertext {
  color: #000000;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 10px;
}
.tierDot, .genFormDot, .consentFormDot, .liabilityDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .tierDot:hover, .genFormDot:hover, .consentFormDot:hover, .liabilityDot:hover {
  background-color: #5e9FFF;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.formBox {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#gallery {
  position: relative;
  display: none;
  color: whitesmoke;
  animation: scale 1s ease;
  width: 100%;
  height: auto;
  z-index: 1;
}
.gallery-main {
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: large;
  text-align: center;
  color: whitesmoke;
  height: auto;
  width: 100%;
}
.gallery-content {
    width: 100vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}
#blog{
    position: relative;
    display: none;
    color:whitesmoke;
    animation: scale 1s ease;
    width: 100%;
    height: auto;
    z-index: 1;
}
.blog-articles{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.blogs{
    height: 420px;
    width: 40%;
    margin: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.blogs .img{
    height: 80%;
    width: 100%;
    overflow: hidden;
    transition: all .65s ease;
    position: relative;
}
.blog-date{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #5e9FFF;
    color: whitesmoke;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    padding: 3px;
    transition: all .4s ease;
    width: 25%;
    height: auto;
}
.blogs .img img{
    height: 100%;
    width: 100%;
    transition: all .65s ease;
}
.blog-text{
  height: 80%;
  width: 100%;
  text-align: center;
  vertical-align: center;
  font-family: "Nunito Sans", sans-serif;
  color: whitesmoke;
  background-color: #050505;
  transition: all .5s ease;
}
.blog-text h3{
  font-size: 28px;
  font-weight: 500;
  height: 20%;
  padding: 20px;
  letter-spacing: 1px;
}
.blog-text p{
    font-size: 18px;
    opacity: .9;
    font-weight: 400;
    height: 80%;
    padding: 30px;
    letter-spacing: 1px;
  }
.blogs:hover .img{
      transform: translateY(-70%);
  }
.blogs:hover .blog-text{
    transform: translateY(-70%);
}
.blogs a{
    text-decoration: none;
    color: whitesmoke;
}
@media (min-width: 1708px) and (max-width: 2084px) {
  .blog-text h3 {
    font-size: 22px;
  }
}
@media (min-width: 1583px) and (max-width: 1707px) {
  .blog-text h3 {
    font-size: 20px;
  }
}
@media (min-width: 1441px) and (max-width: 1582px) {
  .blog-text h3 {
    font-size: 17px;
  }
}
@media (min-width: 1391px) and (max-width: 1440px) {
  .blog-text h3 {
    font-size: 24px;
  }
}
@media (min-width: 1250px) and (max-width: 1390px) {
  .blog-text h3 {
    font-size: 21px;
  }
}
@media (min-width: 1109px) and (max-width: 1249px) {
  .blog-text h3 {
    font-size: 18px;
  }
}
@media (min-width: 1026px) and (max-width: 1108px) {
  .blog-text h3 {
    font-size: 16px;
  }
}
@media (min-width: 988px) and (max-width: 1025px) {
  .blog-text h3 {
    font-size: 34px;
  }
}
@media (min-width: 891px) and (max-width: 987px) {
  .blog-text h3 {
    font-size: 30px;
  }
}
@media (min-width: 771px) and (max-width: 890px) {
  .blog-text h3 {
    font-size: 25px;
  }
}
@media (min-width: 651px) and (max-width: 770px) {
  .blog-text h3 {
    font-size: 20px;
  }
}
@media (min-width: 555px) and (max-width: 650px) {
  .blog-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 554px) {
  .blog-text h3 {
    font-size: 14px;
  }
}
@media (min-width: 1564px) and (max-width: 1821px) {
  .blog-text p {
    font-size: 16px;
  }
}
@media (min-width: 1441px) and (max-width: 1563px) {
  .blog-text p {
    font-size: 15px;
  }
}
@media (min-width: 1383px) and (max-width: 1440px) {
  .blog-text p {
    font-size: 18px;
  }
}
@media (min-width: 1189px) and (max-width: 1382px) {
  .blog-text p {
    font-size: 16px;
  }
}
@media (min-width: 1031px) and (max-width: 1188px) {
  .blog-text p {
    font-size: 15px;
  }
}
@media (min-width: 1026px) and (max-width: 1030px) {
  .blog-text p {
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .blog-text p {
    font-size: 18px;
  }
}
#contact{
    display: none;
    height: auto;
    text-align: center;
    width: 100%;
    animation: scale 1s ease;
    position: relative;
    z-index: 1;
}
.contact-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: "Julius Sans One", sans-serif;
    color: whitesmoke;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 60px;
    font-weight: 900;
}
.contact-header-caption{
    padding: 10px;
    color: whitesmoke;
    opacity: .9;
    font-family: "Julius Sans One", sans-serif;
    font-size: 18px;
}
.contact-content{
  position: absolute;
  top: 25vh;
  left: 0;
  margin-right: 160px;
  font-size: large;
  text-align: center;
  color: whitesmoke;
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contact-info{
    width: 40%;
    height: 600px;
    background: url(../assets/img/contactCard.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.contact-info::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #101010;
    opacity: .8;
    pointer-events: none;
}
.contact-form{
    height: 550px;
    padding-right:40px;
    width: 40%;
    display: flex;
    flex-direction: column;
}
form{
    display: flex;
    flex-direction: column;
    height: auto;
    width:auto;
    align-items: center;
    position: relative;
}
.input-line{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contactForm .input-line input, #contactForm .input-line textarea {
  width: 75%;
}
.input-name{
    width: 100%;
    padding:10px 20px;
    margin:14px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}
@media (max-width: 600px) {
  .input-name {

  }
}
.form-header{
    font-size: 24px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    color: whitesmoke;
    padding: 28px;
}
.input-subject{
    width: 84%;
    padding:10px 20px;
    margin:24px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}
.input-textarea{
    width: 84%;
    padding:10px 20px;
    margin:15px;
    height: 150px;
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: whitesmoke;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}
form button{
    padding:8px 24px;
    font-family: "Nunito Sans", sans-serif;
    font-size:20px;
    color: whitesmoke;
    background:#5e9FFF;
    opacity: .8;
    margin: 20px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
form button:hover{
  opacity: 1;
  background: #bc8e4b;
}
.contact-info-header{
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    color: whitesmoke;
    padding: 30px;
}
.contect-info-content-line{
    height: auto;
    padding: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-left: 100px;
}
.contact-info-icon-text{
    color: whitesmoke;
    padding:15px;
    font-family: "Nunito Sans", sans-serif;
}
.contact-info-icon-text h6{
    font-size: 15px;
    opacity: .8;
}
.contact-info-icon-text p{
    font-size: 14px;
    opacity: .7;
}
p.fullOpacity {
  opacity: 1;
}
.icon{
    height:40px;
    opacity: .8;
}
#page404{
    display: none;
    color: whitesmoke;
    height: auto;
    text-align: center;
    width: 100%;
    animation: scale 1s ease;
    position: relative;
    z-index: 1;
}
#page404-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 25vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: whitesmoke;
  font-size: large;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page404-main{
    width: 100vw;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}
#suggestionPrompt {
  font-size: 35px;
}
#suggestionBox {
  font-size: 25px;
}
#schrodingersCat img {
  position: relative;
  max-width: 600px;
  width: 100%;
}

@media (min-width: 607px) and (max-width: 709px) {
  #page404 .firstline {
    font-size: 55px;
  }
}
@media (max-width: 606px) {
  #page404 .firstline {
    font-size: 45px;
  }
}

.footer{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
    background: rgba(8,8,8,0.6);
    width: 100%;
    padding: 20px;
    color: whitesmoke;
    flex-direction: row;
    font-family: "Julius Sans One", sans-serif;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 11;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.95) 60%,
      rgba(0,0,0,0.95),
      rgba(0,0,0,0.75),
      rgba(0,0,0,0)
    );
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer .footer-text{
    position: relative;
    display: inline;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
}
.footer-text a {
  vertical-align: middle;
}
.footer-text a img {
  width: 3%;
}
.footer-text span.color {
  font-size: 30px;
}
.color-changer{
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    position: fixed;
    right:-150px;
    top:10vh;
    z-index: 4;
    color:#ffffff;
    background: transparent;
    transition:all .4s ease;
}
.color-changer-active{
    right:0px;
    transition:all .4s ease;
}
.color-panel{
    height: 45px;
    cursor: pointer; 
    width:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2.5em;
}
.color-panel img{
    height: 40px; 
    width:40px;
    padding:2px;
    animation: rotate 2s linear infinite;
}
#home .color-changer .color-panel {
  background: rgba(0, 0, 0, 0.3) !important;
}
.colors ul{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    max-width: 150px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.colors li{
    height: 30px;
    width: 30px;
    margin: 5px;
    border-radius: 20%;
    position: relative;
    overflow: hidden;
}
.colors li a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.color-red{
    background: #c70039;
}
.color-purple{
    background: #481380;
}
.color-green{
    background: #04A777;
}
.color-blue{
    background: #5e9FFF;
}
.color-malt{
    background: #00909e;
}
.color-orange{
    background: #dd7631;
}
@keyframes rotate{
    0%{
   transform: rotate(0deg);
    }
    100%{
   transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0deg);
         }
         100%{
        transform: rotate(360deg);
         }
}
.color-selector{
    height:auto;
    width:150px;
    padding: 10px;
    font-family: "Julius Sans One", sans-serif;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2.5em;
}
.color-selector li{
  list-style: none;
}
#home .color-changer .color-selector {
  background: rgba(0, 0, 0, 0.3) !important;
}

/*

For devices with smaller width like mobile phone


*/





@media only screen and (max-width: 550px){
    .header-content{
        height: 30vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .header-content {
      top: 70px;
    }
    #page404 .header-content {
      top: 80px;
    }
    #suggestionPrompt {
      font-size: 25px;
      margin-top: 10%;
    }
    .contact{
        display: none;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
    .social-media-links{
        bottom: 0;
        position: fixed;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
    }
    #contact{
        display: none;
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        width: auto;
    
    }
    #events-content{
      position: absolute;
      top: 25vh;
      left: 0;
      font-size: large;
      text-align: center;
        display: flex;
        flex-direction:column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
    }
    .events-header{
        color: whitesmoke;

        justify-content: center;
        font-size: 35px;
        font-family: "Julius Sans One", sans-serif;
        padding:10px;
        font-weight: 900;
    }
    .events-first-paragraph{
        color: whitesmoke;
        justify-content: center;
        font-size: 20px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 400;
    }
    .events-first-line{
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .events-second-line{
        opacity: .8;
        font-family: "Nunito Sans", sans-serif;
    }
    .events-main{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .events-img img{
        width: 280px;
        height:220px;
        padding: 5px;
        border-radius: 10%;
    }
    .events-img {
        width: 100%;
        height:250px;
        text-align: center;
        overflow: hidden;
        border-radius: 10%;
    }
    .service{
        height:320px;
        width:90%;
        margin: 1.5%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
    }
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:80px;
        transition: all .8s ease;
    }
    .skill{
        width:80%;
    }
    .prog{
        height:30px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .gallery-content{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #page404-content{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px #5e9FFF ;
            }
            .donation-links{
              top: 50%;
              position: relative;
              height: 50%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            .links-header{
                font-size: 22px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .donation-pic{
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                position: relative;
                overflow: hidden;
                margin-right: 2%;
            }
            .blogs{
                height: auto;
                width: 90%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .blogs .img{
                height: 80%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: "Nunito Sans", sans-serif;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: "Nunito Sans", sans-serif;
              color: whitesmoke;
              background-color: #000000;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blog-text p{
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .moms{
                height: auto;
                width: 90%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .moms .img{
                height: 80%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .mom-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: "Nunito Sans", sans-serif;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .moms .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .mom-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: "Nunito Sans", sans-serif;
              color: whitesmoke;
              background-color: #000000;
              transition: all .5s ease;
            }
            .mom-text h3{
              font-size: 24px;
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .mom-text p{
                font-size: 15px;
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .moms:hover .img{
                  transform: translateY(0%);
              }
            .moms:hover .mom-text{
                transform: translateY(0%);
            }
            .contact-content{
              position: absolute;
              top: 25vh;
              left: 0;
              margin-right: 160px;
              font-size: large;
              text-align: center;
              color: whitesmoke;
                width: 100%;
                margin: auto;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .contact-info{
                width: 90%;
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 25px;
                position: relative;
                overflow: hidden;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .8;
                pointer-events: none;
            }
            .contact-form{
                height: auto;
                width: 90%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            form{
                display: flex;
                flex-direction: column;
                height: auto;
                width:auto;
                align-items: center;
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                padding:10px 20px;
                margin:14px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                width: 90%;
                padding:10px 20px;
                margin:24px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            .input-textarea{
                width: 90%;
                padding:10px 20px;
                margin:15px;
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: "Nunito Sans", sans-serif;
                font-size:20px;
                color: whitesmoke;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
                margin-left: 5%;
            }
            .contact-info-icon-text{
                color: whitesmoke;
                padding:15px;
                font-family: "Nunito Sans", sans-serif;
            }
            .contact-info-icon-text h6{
                font-size: 15px;
                opacity: .8;
            }
            .contact-info-icon-text p{
                font-size: 14px;
                opacity: .7;
            }
            p.fullOpacity {
              opacity: 1;
            }
            .hire-me-section{
                display: none;
            }
           
}
       
/*

for tabs and large phones

*/



@media all and (max-width: 1025px) and (min-width: 551px){
    .header-content{
        height: 30vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: whitesmoke;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
    .social-media-links{
        bottom: 0;
        position: fixed;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
    }
    .contact{
        display: none;
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        width: auto;
    
    }
    #events-content{
      position: absolute;
      top: 25vh;
      left: 0;
      font-size: large;
      text-align: center;
        display: flex;
        flex-direction:column;
        align-items: center;
        color: whitesmoke;
        justify-content: center;
        height: auto;
        width: 100%;
        padding:10px;
    }
    .events-header{
        color: whitesmoke;
        justify-content: center;
        font-size: 45px;
        font-family: "Julius Sans One", sans-serif;
        padding:15px;
        font-weight: 900;
    }
    .events-first-paragraph{
        color: whitesmoke;
        justify-content: center;
        font-size: 40px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 400;
    }
    .events-first-line{
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .events-second-line{
        opacity: .8;
        font-family: "Nunito Sans", sans-serif;
    }
    .events-main{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .events-img img{
        width: 100%;
        height:380px;
        padding: 30px;
        border-radius: 40px;
    }
    .events-img {
        width: 550px;
        height:auto;
        padding: 30px;
        padding-top: 10px;
        border-radius: 40px;
    }
    .cv a button{
        border:none;
        padding: 20px 30px;
        color: whitesmoke;
        outline: none;
        font-size:20px;
        font-family: "Nunito Sans", sans-serif;
        border-radius: 8px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    
    }
    .service{
        height:auto;
        width:45%;
        margin: 2%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 200;
        font-size: 22px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 15px;
        opacity: .8;
    }
    .skill{
        width:40%;
    }
    .prog{
        height:35px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .gallery-content{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #page404-content{
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px #5e9FFF ;
            }
            .donation-links{
              top: 50%;
              position: relative;
                height: 50%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            .links-header{
                font-size: 22px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .donation-pic{
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                position: relative;
                overflow: hidden;
                margin-right: 2%;
            }
            .blogs{
                height: auto;
                width: 75%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .blogs .img{
                height: 60%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: "Nunito Sans", sans-serif;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: "Nunito Sans", sans-serif;
              color: whitesmoke;
              background-color: #050505;
              padding: 10px;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blog-text p{
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .moms{
                height: auto;
                width: 75%;
                margin: 10px;
                margin-top: 20px;
                margin-bottom: 20px;
                position: relative;
            }
            .moms .img{
                height: 60%;
                width: 100%;
                overflow: hidden;
                transition: all .65s ease;
                position: relative;
            }
            .mom-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: whitesmoke;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: "Nunito Sans", sans-serif;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .moms .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .mom-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: "Nunito Sans", sans-serif;
              color: whitesmoke;
              background-color: #050505;
              padding: 10px;
              transition: all .5s ease;
            }
            .mom-text h3{
              font-size: 28px;
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .mom-text p{
                font-size: 17px;
                opacity: .9;
                font-weight: 200;
                height: 85%;
                padding: 20px;
                letter-spacing: 1px;
              }
            .moms:hover .img{
                  transform: translateY(0%);
              }
            .moms:hover .mom-text{
                transform: translateY(0%);
            }
            .contact-content{
              position: absolute;
              top: 25vh;
              left: 0;
              margin-right: 160px;
              font-size: large;
              text-align: center;
              color: whitesmoke;
                width: 100%;
                margin: auto;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .contact-info{
                width: 70%;
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 50px;
                position: relative;
                overflow: hidden;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .8;
                pointer-events: none;
            }
            .contact-form{
                height: auto;
                width: 90%;
                display: flex;
                padding-bottom: 40px;
                padding-right:0px;
                flex-direction: column;
            }
            form{
                display: flex;
                flex-direction: column;
                height: auto;
                width:auto;
                align-items: center;
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                padding:10px 20px;
                margin:14px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                width: 80%;
                padding:10px 20px;
                margin:24px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            .input-textarea{
                width: 80%;
                padding:10px 20px;
                margin:15px;
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: whitesmoke;
                font-family: "Nunito Sans", sans-serif;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: "Nunito Sans", sans-serif;
                font-size:20px;
                color: whitesmoke;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: "Julius Sans One", sans-serif;
                font-weight: 400;
                color: whitesmoke;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
                margin-left: 30%;
            }
            .hire-me-section{
                display: none;
            }
            
            
}








@media all and (max-width: 9000px) and (min-width: 1441px){

    .events-img img{
        width: 100%;
        height:450px;
        padding: 30px;
        border-radius: 40px;
        animation: opacity 1.4s ease ;
    }
    .events-img {
        width: 40%;
        height:450px;
        padding: 30px;
        border-radius: 40px;
    }
    .events-first-line{
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .events-second-line{
        opacity: .8;
        font-weight: 200;
    }
    .cv a button{
        background: transparent;
        border:none;
        padding: 25px 35px;
        color: whitesmoke;
        outline: none;
        font-size:30px;
        font-family: "Nunito Sans", sans-serif;
        border-radius: 4px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    
    }
    .service{
        height:400px;
        width:28%;
        margin: 1.5%;
        padding: 10px;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.05);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
        animation: opacity 1.4s ease ;
    }
    .service-img{
        text-align: center;
    }
    
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:120px;
        transition: all .8s ease;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 200;
        font-size: 32px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 18px;
        opacity: .8;
    }
    .donations-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-family: "Julius Sans One", sans-serif;
        color: whitesmoke;
        padding:10px;
        padding-bottom: 30px;
        padding-top: 60px;
        font-weight: 900;
    }
    .donations-header-caption{
        padding: 10px;
        color: whitesmoke;
        opacity: .9;
        font-family: "Julius Sans One", sans-serif;
        font-size: 18px;
    }
    .donations-content{
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 2%;
    }
    .donation-links{
      top: 50%;
      position: relative;
        height: 50%;
        display: flex;
        flex-direction: column;
    }
    .links-header{
        font-size: 24px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 400;
        color: whitesmoke;
        padding: 20px;
        padding-top: 0px;
    }
    .donation-pic{
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        margin-right: 2%;
    }
    .blogs{
        height: 420px;
        width: 30%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .blogs .img{
        height: 80%;
        width: 100%;
        overflow: hidden;
        transition: all .65s ease;
        position: relative;
    }
    .blog-date{
        position: absolute;
        left: 0;
        bottom: 0;
        color: whitesmoke;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        font-family: "Nunito Sans", sans-serif;
        padding: 3px;
        width: 25%;
        height: auto;
    }
    .blogs .img img{
        height: 100%;
        width: 100%;
        transition: all .65s ease;
    }
    .blog-text{
      height: 80%;
      width: 100%;
      text-align: center;
      vertical-align: center;
      font-family: "Nunito Sans", sans-serif;
      color: whitesmoke;
      background-color: #050505;
      transition: all .5s ease;
    }
    .blog-text h3{
      font-weight: 500;
      height: 20%;
      padding: 20px;
      letter-spacing: 1px;
    }
    .blog-text p{
        opacity: .9;
        font-weight: 400;
        height: 80%;
        padding: 30px;
        letter-spacing: 1px;
      }
    .blogs:hover .img{
          transform: translateY(-70%);
      }
    .blogs:hover .blog-text{
        transform: translateY(-70%);
    }
    .moms{
        height: 650px;
        width: 30%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .moms .img{
        height: 80%;
        width: 100%;
        overflow: hidden;
        transition: all .65s ease;
        position: relative;
    }
    .mom-date{
        position: absolute;
        left: 0;
        bottom: 0;
        color: whitesmoke;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        font-family: "Nunito Sans", sans-serif;
        padding: 3px;
        width: 25%;
        height: auto;
    }
    .moms .img img{
        height: 100%;
        width: 100%;
        transition: all .65s ease;
    }
    .mom-text{
      height: 80%;
      width: 100%;
      text-align: center;
      vertical-align: center;
      font-family: "Nunito Sans", sans-serif;
      color: whitesmoke;
      background-color: #050505;
      transition: all .5s ease;
    }
    .mom-text h3{
      font-size: 28px;
      font-weight: 500;
      height: 20%;
      padding: 20px;
      letter-spacing: 1px;
    }
    .mom-text p{
        font-size: 18px;
        opacity: .9;
        font-weight: 400;
        height: 80%;
        padding: 30px;
        letter-spacing: 1px;
      }
    .moms:hover .img{
          transform: translateY(-70%);
      }
    .moms:hover .mom-text{
        transform: translateY(-70%);
    }
    .contact-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-family: "Julius Sans One", sans-serif;
        color: whitesmoke;
        padding:10px;
        padding-bottom: 30px;
        padding-top: 60px;
        font-weight: 900;
    }
    .contact-header-caption{
        padding: 10px;
        color: whitesmoke;
        opacity: .9;
        font-family: "Julius Sans One", sans-serif;
        font-size: 18px;
    }
    .contact-content{
      position: absolute;
      top: 25vh;
      left: 0;
      margin-right: 160px;
      font-size: large;
      text-align: center;
      color: whitesmoke;
        width: 100%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .contact-info{
        width: 40%;
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .contact-info::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #101010;
        opacity: .8;
        pointer-events: none;
    }
    .contact-form{
        height: 600px;
        width: 40%;
        display: flex;
        flex-direction: column;
    }
    form{
        display: flex;
        flex-direction: column;
        height: auto;
        width:auto;
        align-items: center;
        position: relative;
    }
    .input-line{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-name{
        padding:10px 20px;
        margin:14px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
    }
    .form-header{
        font-size: 24px;
        font-family: "Julius Sans One", sans-serif;
        font-weight: 400;
        color: whitesmoke;
        padding: 20px;
        padding-top: 0px;
    }
    .input-subject{
        width: 60%;
        padding:10px 20px;
        margin:24px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
    }
    .input-textarea{
        width: 60%;
        padding:10px 20px;
        margin:15px;
        height: 150px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: whitesmoke;
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
    }
    form button{
        padding:8px 24px;
        font-family: "Nunito Sans", sans-serif;
        font-size:20px;
        color: whitesmoke;
        opacity: .8;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
    }
}

.home-content {
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto;
  font-size: large;
  text-align: center;
  color: whitesmoke;
}
.subscribeFormContainer {
  position: relative;
  top: 30px;
  display: flex;
  width: 80%;
  margin: auto;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 50px;
  z-index: 3;
}
.subscribeFormLeft {
  position: relative;
  margin: auto;
  flex: 1;
}
.subscribeFormLeft img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
  max-width: 600px;
  margin-left: 30px;
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 1212px) {
  .subscribeFormContainer {
    flex-direction: column;
  }
  .subscribeFormLeft {
    width: 200px;
    padding-bottom: 100px;
  }
  .subscribeFormLeft img {
    border-radius: 100px;
    margin: 20px 0;
  }
  #homeContactForm {
    padding: 50px 20px !important;
    top: 40px;
  }
}
.subscribeFormRight {
  flex: 1;
  margin: auto;
  width: 100%;
}
#homeContactForm {
  padding: 50px;
}
p.fine {
  font-size: small;
}
.overlay {
  background-color: #000000;
  opacity: 90%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.video-container {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.pattern-anchor:after, .header-image:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent url(../assets/img/pattern.png) repeat top left;
}
div:has(> .grecaptcha-badge) {
  position: relative;
  z-index: 1000;
}
@media (max-width: 699px) {
  div:has(> .grecaptcha-badge) {
    display: none;
  }
}
.centeringLine {
  width: 80%;
  margin: auto;
}
.colouredLine {
  border: 2px dashed;
  border-radius: 100%;
  border-color: #5e9FFF;
  width: 100%;
}
#sqLogo {
  padding-block: 5px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#sqLogo:hover {
    transform: rotate(-45deg);
  box-shadow: 3px 3px #ff0083, -4px -4px .4em #143eb7;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.desktop_4 .responsive-container-block {
  height: auto;
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.desktop_4 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.desktop_4 .responsive-container-block.Container {
  margin: auto;
  flex-direction: row;
}

.desktop_4 .portfolio {
  display: inline-block;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 66vh;
  overflow-y: auto;
  width: 77vw;
    transition-property: all;
    transition-delay: 0s;
    transition-timing-function: inherit;
}
@media (min-width: 1025px) and (max-width: 1229px) {
  .desktop_4 .portfolio {
    width: 67vw;
  }
}

.desktop_4 button {
  cursor: pointer;
}

.desktop_4 .project {
  position: relative;
  display: inline-block;
  transition-property: all;
  transition-delay: 0s;
  transition-timing-function: inherit;
}

.desktop_4 .galleryOverlay {
  display: none;
  background-color: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
    transition-property: all;
    transition-delay: 0s;
    transition-timing-function: inherit;
}

.desktop_4 .galleryOverlay-inner {
  display: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}

.desktop_4 .gallery-close {
  position: absolute;
  right: -50px;
  top: 0px;
  color: #bc8e4b;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .8;
}

.desktop_4 .gallery-close:hover .close-first, .desktop_4 .gallery-close:hover .close-second {
  background-color: #437184;
}

.desktop_4 .gallery-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}

.desktop_4 .gallery-slides-next .gallery-next-first, .desktop_4 .gallery-slides-next .gallery-next-second,
.desktop_4 .gallery-slides-prev .gallery-prev-first, .desktop_4 .gallery-slides-prev .gallery-prev-second {
    position: relative;
 height: 2px;
 width: 26px;
 background-color: #bc8e4b;
 display: block;
 cursor: pointer;
 padding: 1px;
 border-radius: 20px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}

.desktop_4 .gallery-slides-next .gallery-next-first, .desktop_4 .gallery-slides-prev .gallery-prev-first {
  top: -8px;
}

.desktop_4 .gallery-slides-next .gallery-next-second, .desktop_4 .gallery-slides-prev .gallery-prev-second {
  top: 8px;
}

.desktop_4 .gallery-slides-next:hover .gallery-next-first, .desktop_4 .gallery-slides-next:hover .gallery-next-second,
.desktop_4 .gallery-slides-prev:hover .gallery-prev-first, .desktop_4 .gallery-slides-prev:hover .gallery-prev-second {
  background-color: #437184;
}

.desktop_4 .gallery-slides-next .gallery-next-first {
    transform: rotate(45deg);
}

.desktop_4 .gallery-slides-next .gallery-next-second {
    transform: rotate(-45deg);
}

.desktop_4 .gallery-slides-prev .gallery-prev-first {
    transform: rotate(-45deg);
}

.desktop_4 .gallery-slides-prev .gallery-prev-second {
    transform: rotate(45deg);
}

.desktop_4 .gallery-slides-next {
    position: absolute;
    top: 50%;
    right: -50px;
    padding: 10px;
    cursor: pointer;
    transition: all.3s ease;
    opacity: .8;
}

.desktop_4 .gallery-slides-next:hover {
    opacity: 1;
    transform: scale(1.2);
}

.desktop_4 .gallery-slides-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    padding: 10px;
    cursor: pointer;
    transition: all.3s ease;
    opacity: .8;
}

.desktop_4 .gallery-slides-prev:hover {
    opacity: 1;
    transform: scale(1.2);
}

.desktop_4 .galleryOverlay-inner .hdImgs {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  height: auto;
  width: auto;
  max-width: 850px;
  margin: 0 auto;
  align-items: flex-start;
}
@media (min-width: 1000px) and (max-width: 1049px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 750px;
  }
}
@media (min-width: 900px) and (max-width: 999px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 650px;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 550px;
  }
}
@media (min-width: 700px) and (max-width: 799px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 450px;
  }
}
@media (min-width: 600px) and (max-width: 699px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 350px;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 250px;
  }
}
@media (max-width: 499px) {
  .desktop_4 .galleryOverlay-inner .hdImgs {
    max-width: 200px;
  }
}

.desktop_4 .galleryOverlay-inner img {
  transform: none;
  width: 100%;
  height: 100%;
}

.desktop_4 .project-image {
  height: 200px;
  width: 300px;
  cursor: pointer;
  padding: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: inherit;
}

.desktop_4 .project-image:hover {
  padding: 0;
}

.desktop_4 .project.first-project {
  display: inline-block;
}

.desktop_4 .responsive-container-block.textContainer {
  flex-direction: column;
  width: 11vw;
  padding-left: 15px;
  margin: auto;
}

.desktop_4 .text-blk.optionsText {
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.desktop_4 .text-blk.active {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #bc8e4b;
}

.desktop_4 .text-blk.list {
  font-size: 20px;
  line-height: 34px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.desktop_4 .text-blk.list:hover {
  color: #bc8e4b;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.desktop_4 .project-image.water {
  border-radius: 6px;
}

.desktop_4 .project-image.farm {
  border-radius: 6px;
}

.desktop_4 .project-image.hike {
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .desktop_4 .responsive-container-block.Container {
    flex-direction: column-reverse;
  }

  .desktop_4 .responsive-container-block.textContainer {
    flex-direction: row;
    width: 100%;
  }

  .desktop_4 .responsive-container-block.textContainer {
    min-height: auto;
  }

  .desktop_4 .text-blk.optionsText {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    max-width: 100%;
  }

  .desktop_4 .galleryOverlay-inner {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
  }

  .desktop_4 .galleryOverlay {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .desktop_4 .responsive-container-block.textContainer {
    display: inline;
  }

  .desktop_4 .text-blk.optionsText {
    display: block;
    font-size: 30px;
    line-height: 40px;
  }

  .desktop_4 .text-blk.list.all.active {
    display: inline-block;
  }

  .desktop_4 .text-blk.list {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .desktop_4 .project-image.farm {
    width: 400px;
  }

  .desktop_4 .project-image.water {
    width: 400px;
  }

  .desktop_4 .project-image.hike {
    width: 400px;
  }

  .desktop_4 .galleryOverlay-inner {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
  }

  .desktop_4 .gallery-close {
    font-size: 14px;
  }

  .desktop_4 .galleryOverlay-inner {
    padding-top: 24px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .desktop_4 .galleryOverlay {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}

@media (max-width: 500px) {
  .desktop_4 .project-image.water {
    width: 100%;
    height: auto;
  }

  .desktop_4 .project {
    width: 100%;
  }

  .desktop_4 .responsive-container-block.textContainer {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .desktop_4 .text-blk.optionsText {
    width: 200px;
  }

  .desktop_4 .project-image.farm {
    width: 100%;
    height: auto;
  }

  .desktop_4 .project-image.hike {
    width: 100%;
    height: auto;
  }

  .desktop_4 .text-blk.list {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .desktop_4 .galleryOverlay-inner {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
  }

  .desktop_4 .gallery-close {
    font-size: 10px;
  }

  .desktop_4 .text-blk.list {
    font-size: 16px;
  }

  .desktop_4 .text-blk.optionsText {
    font-size: 30px;
  }

  .desktop_4 .text-blk.list {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .desktop_4 .text-blk.optionsText {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .desktop_4 .galleryOverlay-inner {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
  }

  .desktop_4 .gallery-close {
    font-size: 10px;
  }

  .desktop_4 .galleryOverlay-inner {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .desktop_4 .galleryOverlay {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .desktop_4 .responsive-container-block.textContainer {
    flex-direction: row;
  }

  .desktop_4 .text-blk.list.active {
    background-color: rgba(3, 169, 244, 0.09);
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px;
  }

  .desktop_4 .text-blk.list {
    margin-right: 10px;
    margin-left: 0px;
  }

  .desktop_4 .text-blk.optionsText {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}
#submitSuccessMessage .text-center, #submitErrorMessage .text-center {
  padding: 5% 0;
}
#homeContactForm #submitSuccessMessage, #homeContactForm #submitErrorMessage {
  padding-bottom: 10px;
}
.quickAccessTab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickAccessLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #5E9FFF;
  width: 15%;
  min-width: 200px;
  top: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickAccessLinks p {
  width: 100%;
}
.quickAccessLink {
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickAccessLink a {
  margin: 5% 20%;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickAccessLink a:hover {
  color: #BC8E4B;
}
.quickAccessTab p {
  margin: 0 1%;
}
.quickAccessTab p.separator.colorMeGold {
  font-size: 40px;
  position: fixed;
  top: 3px;
}
.firstLink, .secondLink {
  cursor: pointer;
}
.firstLinkText, .secondLinkText {
  opacity: 0;
}
.secondLinkText {
  display: none;
}

@media (pointer:none), (pointer:coarse) {
  .quickAccessLink {
    opacity: 1;
  }
}

@media (max-width: 400px) {
  .quickAccessLinks {
    min-width: 100px;
  }
  .firstLinkText, .secondLinkText {
    font-size: 15px;
  }
}
#noJSWarning .colouredLine {
  width: 75%;
  margin: 0 auto;
}
#noJSWarning p {
  font-size: 30px;
  width: 75%;
  margin: 0 auto;
}
.no-js #noJSWarning {
  display: block;
}
.js #noJSWarning {
  display: none;
}
