.fixed-nav{
    overflow: hidden;
     background-image: linear-gradient(rgb(255 255 255/55%), rgb(255 255 255 / 0%));
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.fixed-nav-logo{
	display: block;
	width: 60px;
	margin: 1em 2em;
}

.fixed-nav-logo img{
	max-width: 100%;
  opacity: 70%;
    filter: grayscale(1);
}



#myBtn {
  width: 60px;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: inherit;
  transition: all ease 0.3s;
}

/*#myBtn:hover {
  background-color: #555;
}
*/






















/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-neutral-light); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-neutral-dark); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-neutral-medium); 
}


.page-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 2em;
    margin: 2em 0;
    color: var(--color-neutral-medium);
}

.greetings-line{
	color:var(--color-neutral-dark);
}

.project-card{

/*    width: 1000px;*/
    margin: 5em auto;
}
.project-info{
	width: 1500px;
	margin: 0 2em;
}

.project-title{
	font-size: 2rem;
	font-weight: 800;
	/*text-align: left;*/
	margin: 0.6em 0;
}

.project-category {
    font-size: 1rem;
}

.project-number{
    font-weight: 800;
    font-size: 9em;
    line-height: 10px;
    opacity: 10%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-2%, -150%);
    z-index: -1;
}

.project-description{
	font-size: 0.9rem;
    margin: 2em 0;
    padding: 0;
}

.project-photo {
    width: 1000px;
    margin-right: 0;
    margin-bottom: 0;
}

.project-photo.large{
	width: 1100px;
}

.center{
      margin: 0.2em auto;
}


.project-photo img {
    max-width: 100%;
}

.border{
  border: 1px #d8d8d8 solid;
  margin:5px 0;
}




.project-cta{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    border-bottom: 2px solid;
    padding: 0.2em 0;
}


.project-cta:hover{
  color:var(--color-neutral-dark);
  transition: 0.2s ease all;

}

.project-cta:hover>i{
	margin-left: 2px;
	transition: 0.2s ease all;
}



:root{

  --color-smth-sweet-dark:#602815;
  --color-smth-sweet-light:#FFF7EA;



}



.smth-sweet{
	color:var(--color-smth-sweet-dark);
}



.food-stats{
	color:#CD512E;
}


.food-stats-white{
  color:#FBFBFB;
}

.purry{
	color:#8D4D2E;
}
.purry-white{
  color:#FFFBF2;
}


.paws-in-love{
	color:#F52151;
}
.meowie{
	color:#7A440F;
}

.safeway{
	color: #cb5c5c;
}
.safeway-dark{
  color:#000000;
}
.safeway-white{
  color:#ffffff;
}






/*About me page*/

.page-title.about{
	margin: 0 0 0.6em 0;
}

.about-me-content p{
	margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: var(--color-neutral-dark);
}

.about-me-photo{
	width: 450px;
}

.about-me-photo img{
	max-width: 100%;
}

.btn.secondary{
	text-decoration: none;
    color: var(--color-neutral-medium);
    font-size: 0.8em;
    font-weight: 500;
    padding: 0.8em 1.5em;
    border: solid var(--color-neutral-medium) 2px;
    border-radius: 10px;
    margin: 2em 0;
}









.hero.smth-sweet{
	color:var(--color-smth-sweet-light);

}






.hero.project{
	background-color: inherit;
	box-shadow: none;
	position: relative;
	top: 0;

}
.hero{
	width: 100wh;
	/*height: 60vh;*/
	overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: initial;
} 

.hero-mockup{
    width: 600px;
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: initial;

}

.hero-mockup.gap{
  margin: 2em 0;
}


.hero-mockup.smth-sweet{
	background-image: url(../images/smth-sweet/smth-sweet-hero-image.png);
}


.hero-mockup.paws-in-love{
  background-image: url(../images/paws-in-love/paws-in-love-hero-image.png);
    background-size: contain;

}


.hero-mockup.food-stats{
  background-image: url(../images/food-stats/food-stats-mockup.png);
    background-size: contain;

}


.hero-mockup.purry{
  background-image: url(../images/purry/purry-mockup.png);
    background-size: contain;

}


.hero-mockup.meowie{
  background-image: url(../images/meowie/mockup.png);
  width: 700px;
}

.hero-mockup.safeway{
  background-image: url(../images/safeway/mockup.png);
  background-size: contain;

}




.hero-mockup img{
	max-width: 100%;
}


.project-logo{
	width: 250px;
	margin: 3em 0;
}


.project-logo.sm{
  width: 150px;
  margin: 3em 0;
}

.project-logo img{
	max-width: 100%;
}


.project-heading {
    font-weight: 800;
    letter-spacing: 5px;
}


.project-section{
	position: absolute;
	right: 0;
	letter-spacing: 5px;
	font-weight:800;
}

.bg-cover{
  height: 95vh;
  background-position: center;
  background-size: cover;
}

.food-stats-white.project-section::after{
  background-color: #FBFBFB;
}

.project-section::after{
    content: "1245";
    background-color: var(--color-neutral-black);
    margin: 0 0 0 2em;
    font-size: 0.5em;
    vertical-align: 30%;
}



.project-title.sm{
	font-size: 1.2em;

}

.project-title.ex-sm{
	font-size:1em;
}

.project-title.sm.center{
	text-align: center;
}

.project-paragraph{
	font-size:0.9rem;
	padding: 0;
}


.bullets{
  font-size:0.8em;
  font-family: "Montserrat", sans-serif;
}
.project-paragraph.bold{
	font-weight:500;
	font-size:0.9rem;

}


.project-caption{

  font-weight:500;
  font-size:1rem;
  text-align: center;
}
.about-image{
	width: 500px;
}
.about-image img{
	max-width: 100%;
}

/*.about-image.food-stats{
  background-image: url(../images/food-stats/food-stats-mockup2.png);

        width: 800px;
    height: 800px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: initial;


}*/





.tools-used ul{
	padding: 0;
}

.tools-used ul li{
	text-decoration: none;
	display: block;
	font-family: "Montserrat", sans-serif;
}

.big-number.bold{
	font-weight:800;
	font-size:3em;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 5px;
  width: 80px;
  display: inline-block;
}

.big-number.round{
    font-weight: 800;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    background-color: #b5a3a3;
    opacity: 50%;
    border-radius: 50%;
    padding: 0.em 0;
    box-shadow: #58535373 1px 1px 4px;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}


.sm-number{
    font-weight: 800;
    color: white;
    font-size: 1.5em;
    font-family: "Montserrat", sans-serif;
        background: #4b3131;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        font-weight: bold;
        line-height: 40px;
        margin-right: 15px;
        text-align: center;
        width: 40px;


}

/*.sm-number::after{
  content:"";
      background-color: #4b3131;
    opacity: 100%;
    border-radius: 50%;
    padding: 0.em 0;
    padding: 0.2em 0.6em;
    box-shadow: #58535373 1px 1px 4px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 1em;

}*/


.smth-sweet .carousel-control-next, .carousel-control-prev{
	color:var(--color-smth-sweet-dark);

}

.carousel-control-prev {
    left: -15%;
}

.carousel-control-next {
    right: -15%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='black' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='black' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}



.project-quote{
font-size: 1.5em;
    width: 65%;
    margin: 1em auto;
    line-height: 1.5em;
    color: #4e0000;
    font-weight: 500;
}


.project-quote::before{
    content: "TARGET AUDIENCE STATEMENT";
    font-size: 1.6em;
    color: #fff0f0;
    position: absolute;
    top: -15px;
    left: -5%;
    opacity: 75%;
    font-weight: 600;
}
/*.project-quote::after{
    content: "'";
    font-size: 5em;
    color: #f00;
    position: relative;
    top: 15px;
    left: 5%;
}*/





.card{
	border: none;
}

.card-title{
	font-size:1em;
}



.prev-project {
    overflow: hidden;
    font-size: 0.8em;
    font-weight: 700;
    position: relative;
    right: 0;
    text-align: end;

}
.prev-project::before,
.prev-project::after {
    background-color: var(--color-neutral-black);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 80%;
}
.prev-project::before {
    right: 3em;

}
.prev-project::after {
    left: 1em;
    display: none;
}


.next-project {
    overflow: hidden;
    font-size:0.8em;
    font-weight:700;


}
.next-project:before,
.next-project:after {
    background-color: var(--color-neutral-black);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 80%;
}
.next-project:before {
    right: 1em;
    display: none;


}
.next-project:after {
    left: 3em;

}


.project-image.icon.prev-suggest {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
}



.project-image.icon.next-suggest {
    position: relative;
    right: 50%;
    transform: translate(50%, 0);
    display: block;

}


.project-suggestion {
	width: 50%;
}



.title{
  margin: 1em 0;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    padding: 0;
    /*color: var(--color-neutral-black);*/
}


.purry-iframe{
    border: 1px black solid;
    /*margin: 1em auto;*/

}


/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: 10px;
  margin: 10px;
}

.column.active{
  display: block;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  max-width: 100%;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container.story {
  position: relative;
  display: block;
}

.story img{
  max-width: 100%;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}









@media (max-width: 650px){
	.project-card{
    flex-direction: column;
    margin:1em auto;
  }

  .project-card.reverse{
  	flex-direction: column-reverse;
  }

  .project-photo, .project-photo.large{
    width: 100%;
    margin: 1em auto;

  }

  .project-info{
    width: 100%;
    margin: 2em 1em;
  }
  .about-image{
      width: 80vw;
    }
    .big-number.round{
      display: none;
    }

    .project-logo.sm{
      width: 100px;
      margin:1em 0;
    }
    .project-quote{
      width: 100%;
    }

}