:root {
   --vlpink:   #f7c9e3    ;
   --pink:#ff9eb5 ;
   --lightpink:#f9c8c6 ;
   --darkpink:#ff6b8e ;
   --superlightpink: #ffebef;
   --offwhite:  #f8eff4; 
   --darkmarblewhite:  #ebe5e8 ;
   --atomicpink:  #f00b8d ;
   --softorange:  #ffd4b4 /*#fcdddd*/ ;
   --softorange:  #ffd4b4 /*#fcdddd*/ ;
   --pastelpink:  #f9b3e2 ;
   
   --subHsizeS: 40px;
   --subHsizeSs: 18px;
   --subHsizeM: 40px;
   --subHsizeMs: 25px;
   --subHsizeD: 75px;
   
}

/*TODO
- make it so burger button is solid, 
- add space to bottom pics in index
- */


@font-face { font-family: Canterbury; src: url('/CustomFont/canterbury/Canterbury.ttf') format('truetype'); } 

/*Maybe dont load boarder and flexbox until loaded*/
@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 


@media screen and (min-width:320px) and (max-width:768px) {
	/* for screens that are at least 320 pixels wide but less than or equal to 640 pixels wide */
  body { 
   background-color: none ;
   margin: 0;
   padding: 0;
   height: 100%;
   
   justify-content: center; /* Center the main content horizontally */
   align-items: center; /* Center the main content vertically */
   height: 100vh; /* Full height to align vertically */
   margin: 0; /* Remove default body margin */
  }
  
  footer {
	position:relative;
	justify-content: center; /* Center the main content horizontally */
    align-items: center; /* Center the main content vertically */
	text-align: center;
	width: 100%;
	
	box-sizing: border-box; /*stops whitespace due to margin of 100% width*/
	color: white;
	background-color:  black  ;
	padding: 1px;
	border-top: 1px solid white;
	/*background-color: red; Need to make flash gal not have footer half way up page*/
  }
  


/*INDEX SECTION, 
used by many others, needs cleaning*/
  
  .flex-container {
	  color: white;
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  margin: 0;
	  align-items: center; /* Center the main content vertically */
	  border-top: 1px solid white;
	  line-height: 0; /* Or a value that suits your layout */
      padding: 0; /* Also ensure no padding is causing spacing */
	
	/* 
	border-style: solid;
    border-width: 10px;
    border-color:   black ; ADDS PADDING TO FLEX CONTAINER, COULD BE GOOD TO ADD 2 COULOURS*/
  }
  
  .flex-container > div {
  background-color: #f1f1f1;
  margin: 10px; /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */

  }
  
  .image-container { /** this is what holds the image */
    position: relative;
    width: 85%;
	height: auto;
	border: 1.5px solid white;
  }
  
  .image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px;
	  border-color:   black ; */ 
  }
  
  .image-container .btn { /** Button itself */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Corrected positioning */
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-style:solid;
  border-width:1px;
  border-color:#b59f9a;
  cursor: pointer;
  z-index: 10;
  
  font-family: 'Canterbury',proxima-nova;
  font-size: 7vw;
  padding: 16px 24px;
  
  border-radius: 5px;
  }
  
  .bottom-banner {
	  height:15px;
	  background-color: black;
	  color:white;
	  
  }
  
  /*TATTOO SECTION*/
 .tattooGalleryTitle {
	  font-size: var(--subHsizeS);
	  height: 50px;
	  padding: 10px;
	  color: white;
	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
	  
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  .tattooGalleryTitleIntro {
	  font-size:var(--subHsizeSs);
	  width: 80%;
	  color: white;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      text-align: center;
	  
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  
  .img-caption {
	  align-items: center; /* Center the main content vertically */
	  width: 80%;
	  padding-bottom:20px;
	  margin: 0;
	  
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 1.6em;
      letter-spacing: .5px;
  }
  
  
  
  /*FLASH GALLERY SECTION*/
  .flashGalleryTitle {
	  font-size: var(--subHsizeS);
	  height: 50px;
	  
	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  .subheading-text{
	  font-size:var(--subHsizeSs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;

  	  margin-top:40px;
	  margin-bottom:30px;
}

  .flashGalleryIntro {
	  font-size:var(--subHsizeSs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;
}
	

  .flash-flex-container {
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  border-top: 1px solid white; /*Flash flex border*/
	  align-items: center; /* Center the main content vertically */
      color: white;
      margin: 0 auto; /* Remove default body margin */
	  line-height: 0; /* Or a value that suits your layout */
  }
  
  .flash-flex-container#tattoos {
	  background-color: black;
	  
  }
  
  .flash-flex-container > div {
  background: NONE ; /*THIS SHOWS HOW SMALL CONTAINER IS WHEN RED*/
  margin:30px;
   /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */
  padding: 0; /* Also ensure no padding is causing spacing */


  }
  .flash-image-container { /** this is what holds the image */
    position: relative;
    width: 80%;
	height: auto;
	border: 0.5px solid white ;
    margin: 0; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .flash-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  
    .about-image-container { /** this is what holds the image */
    position: relative;
    width: 90%;
	height: auto;
	
    margin: 20px 0px; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .about-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  
  

  /*TOP NAV SECTION*/ 
.topnav { /*The whole section*/
  overflow: hidden;
  background-color: black;/*#333 Colour of links bar and drop down nav background*/
  position: relative;
  color: white;
  /*border: 5px solid black;*/

  
  }

.topnav #linksBar { /*Meant to be the links bar */
  background-color: none;/*#333*/
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  grid-gap: 0px;
  
  color: white;
  justify-items: center;
  align-items: center;   
  /*width: 0%;  THIS NEEDED to be removed to make the bar centred correctly
  - I think the bar should be as wide as screen but it is only as wide as 
  */
  margin: 0% 20%;
} 

.topnav #myLinks {
  display: none;
  border-top: 1px solid white; /*adds this to drop down links*/
  color: white;
}



.topnav a { /*Links of burger button.
 changing colour changes icons and text of drop down*/
  color: white;
  padding: 13px 16px;
  text-decoration: none;
  font: 5vw;
  display: block;
  text-align: center;
  
  /*font-family: Snell Roundhand, cursive;*/
  
}


.top-row-container {
    position: relative;
    height: 120px; /*Perfect as max width the title has space*/
    width: 100%;
    background-color: black;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center; /* Centers vertically */
}

.top-row {
	padding-top:5px;
	text-decoration: none;
    color: white;
    font-size: 50px;
    font-family: 'Canterbury', proxima-nova;
    font-weight: 400;
    text-align: center;
    position: absolute; /* Use absolute positioning */
    left: 50%; /* Position from the left */
    transform: translateX(-50%); /* Center it horizontally */
	margin-bottom: 20px;
	margin-top: 20px;

}

.icon {
    margin-left: auto; /* Push the icon to the right */
}

.rectangle {
    display: flex; /* Use flexbox to align bars */
    flex-direction: column; /* Stack bars vertically */
    justify-content: space-between; /* Space between bars */
    width: 22.5px; /* Width of the rectangle */
    height: 22.5px; /* Height of the rectangle */
    background-color: black;
    margin-right: 30px; /* Space from the right */
}

.bar {
    height: 4.5px; /* Height of each bar */
    background-color: white; /* Color of the bars */
    border-radius: 2px; /* Optional: rounded corners */
    transition: all 0.3s; /* Optional: smooth transition for hover effects */
}

.bar-one {
    /* Additional styles for bar one if needed */
}

.bar-two {
    /* Additional styles for bar two if needed */
}

.bar-three {
    /* Additional styles for bar three if needed */
}
  

  /*LINKS BAR SECTION*/  
.fa {
         font-size: 24px; /* Change icon size */
    /* Change icon color */
    text-decoration: none; /* Remove underline */
        
  font-size: 6vw;
  margin: 0;
  padding: 0;
  
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: black;
  color: white ;   
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */ 
}

.fas{
	color: white ;
}

.fab{
    color: white ;
	background-color:pink;
}

	
    
.fa-instagram {
  
  font-size: 6vw;
  margin: 0;
  padding: 0;
  
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

.fa-facebook {
  
  font-size: 6vw;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
   
}

.fa-envelope {
  
  font-size: 6vw;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
}

.fa-tiktok {
	  font-size: 5vw;

  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

  .about {
	 height: 100%;
	 background-color: black;
	 color: white;
	
	  /*Need to make extra class for text separate with width 80%*/
	  
	  text-align: center;
	  font-family: 'Niagara Engraved', sans-serif; /* fallback font */
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;
	  border-top: 1px solid white;
	  
}


.about-title {
	font-family: 'Canterbury',proxima-nova;
	font-size:var(--subHsizeS);
	/*height:110px;
	padding:30px 30px;
	box-sizing: border-box;*/

	background-color:black;
	color:white;
		 
	font-weight: 400;
    font-style: normal;
	  
    line-height: 1.6em;
    letter-spacing: .5px;
	
}

.about-me-text {
	padding: 0px 0px;
	
	width:80%;
	margin: auto;
	font-size: var(--subHsizeSs);
	text-align: center;
	font-family: proxima-nova;
	font-weight: 400;
    font-style: normal;
      
    line-height: 1.6em;
    letter-spacing: .5px;
	box-sizing: border-box;
}



.flash-image-no-border {
    padding:0px 0px 30px;
	max-width:80%;
	height:auto;
	flex: 0 0 300px;
}



.grid-container {
	width:100%;
	background-color:black;
	display:flex;
	flex-direction:column;
	gap:0;
	
}

.grid-container a {
	font-size:var(--subHsizeSs);
	text-align: center;
	
    padding-top: 10px;
	padding-bottom: 10px;
  
}

.link-div {
	text-decoration:none;
	align-items: center; /* Center items vertically */
	padding:10px;
	text-align:center; /* Center the text */
	color:white;
}



.half-border {
	position: relative; /* Position it absolutely within the .content div */
	top: 0; /* Align to the top */
    left: calc(10%); /* Start at 25% of the width */
    width: calc(80%); /* Span 50% of the width (from 25% to 75%) */
    height: 1px; /* Height of the border */
    background-color: white; /* Color of the border */
	
}


div#bottomPart {
	
	
	width:100%;
	box-sizing: border-box;  
	padding: 10px;	
	background-color: black;
	color:white;
}

		
.contact-title {
	font-family: 'Canterbury',proxima-nova;
	font-weight: 400;
    font-style: normal;
    
    line-height: 1.6em;
    letter-spacing: .5px;
	
	box-sizing: border-box;
	height:120px;
	border-top: 1px solid white ;
	font-size:var(--subHsizeS);
	width:100%;
	padding:30px 30px;
	background-color:black;
	color:white;
	text-align:center;
	
}

.contact-intro {
	
	font-size:var(--subHsizeSs);
	width:100%;
	height: 14vw 14vh;
	box-sizing: border-box;
	padding: 30px 30px 50px;
	
	background-color:black;
	color:white;
	text-align:center;
}

.contact-section {
	min-height:100vh;
	background-color:black;
	color:white;
}

} 








@media screen and (min-width:768px) and (max-width:1400px) {
	/*DESKTOP*/
  /* for screens that are at least 640 pixels wide */
	  body { 
   overflow-x: hidden;
   background-color: none ;
   margin: 0;
   padding: 0;
   height: 100%;
   background-color:black;
   justify-content: center; /* Center the main content horizontally */
   align-items: center; /* Center the main content vertically */
   height: 100vh; /* Full height to align vertically */
   margin: 0; /* Remove default body margin */
  }
  
  footer {
	justify-content: center; /* Center the main content horizontally */
    align-items: center; /* Center the main content vertically */
	text-align: center;
	width: 100%;
	
	box-sizing: border-box; /*stops whitespace due to margin of 100% width*/
	color: white;
	background-color:  black  ;
	padding: 1px;
	border-top: 1px solid white;
	/*background-color: red; Need to make flash gal not have footer half way up page*/
  }
  
  

/*INDEX SECTION, 
used by many others, needs cleaning*/
  
  .flex-container {
	  color: white;
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  margin: 0;
	  align-items: center; /* Center the main content vertically */
	  border-top: 1px solid white;
      line-height: 0; /* Or a value that suits your layout */
      padding: 0; /* Also ensure no padding is causing spacing */
	 
	  flex: 1;
	/* 
	border-style: solid;
    border-width: 10px;
    border-color:   black ; ADDS PADDING TO FLEX CONTAINER, COULD BE GOOD TO ADD 2 COULOURS*/
  }
  
  .flex-container > div {
  background-color: #f1f1f1;
  margin: 10px; /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */

  }
  
  .image-container { /** this is what holds the image */
    position: relative;
    width: 50%;
	height: auto;
	
  }
  
  .image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  border: 1.5px solid white;
	  /*border-style: solid ;You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px;
	  border-color:   black ; */ 
  }
  
  .image-container .btn { /** Button itself */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Corrected positioning */
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-style:solid;
  border-width:1px;
  border-color:#b59f9a;
  cursor: pointer;
  z-index: 10;
  
  font-family: 'Canterbury',proxima-nova;
  font-size: 3vw;
  padding: 16px 24px;
  
  border-radius: 5px;
  }
  
  .bottom-banner {
	  height:15px;
	  background-color: black;
	  color:white;
	  
	  
  }
  
  /*TATTOO SECTION*/
 .tattooGalleryTitle {
	  font-size: var(--subHsizeM);
	  height: 75px;
	  padding: 1vh;
	  color: white;
	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
 
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  .tattooGalleryTitleIntro {
	  font-size:var(--subHsizeSs);
	  width: 80%;
	  color: white;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
     text-align: center;
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  
  .img-caption {
	  align-items: center; /* Center the main content vertically */
	  width: 80%;
	  padding-bottom:20px;
	  margin: 0;
	  
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 1.6em;
      letter-spacing: .5px;
  }
  
  
  
  /*FLASH GALLERY SECTION*/
  .flashGalleryTitle {
	  font-size: var(--subHsizeM);
	  height: 75px;
	  
	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  .subheading-text{
	  font-size:var(--subHsizeSs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;

  	  margin-top:40px;
	  margin-bottom:30px;
}

  .flashGalleryIntro {
	  font-size:var(--subHsizeSs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;


}

  .flash-flex-container {
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  border-top: 1px solid white; /*Flash flex border*/
	  align-items: center; /* Center the main content vertically */
      color: white;
      margin: 0 auto; /* Remove default body margin */
	  line-height: 0; /* Or a value that suits your layout */
  }
  
  .flash-flex-container#tattoos {
	  background-color: black;
	  
  }
  
  .flash-flex-container > div {
  background: NONE ; /*THIS SHOWS HOW SMALL CONTAINER IS WHEN RED*/
  margin:30px;
   /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */
  padding: 0; /* Also ensure no padding is causing spacing */


  }
  .flash-image-container { /** this is what holds the image */
    position: relative;
    width: 40%;
	height: auto;
	border: 0.5px solid white ;
    margin: 0; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .flash-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  
  .flash-image-no-border {
    padding:0px 0px 30px;
	max-width:70%;
	height:auto;
	flex: 0 0 300px;
}
  
  

  /*TOP NAV SECTION*/ 
.topnav { /*The whole section*/
  overflow: hidden;
  background-color: black;/*#333 Colour of links bar and drop down nav background*/
  position: relative;
  color: white;
  /*border: 5px solid black;*/

  }

.topnav #linksBar { /*Meant to be the links bar */
  background-color: none;/*#333*/
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  grid-gap: 0px;
  
  color: white;
  justify-items: center;
  align-items: center;   
  /*width: 0%;  THIS NEEDED to be removed to make the bar centred correctly
  - I think the bar should be as wide as screen but it is only as wide as 
  */
  margin: 0% 20%;
} 

.topnav #myLinks {
  display: none;
  border-top: 1px solid white; /*adds this to drop down links*/
  color: white;
}

.top-row-container {
    position: relative;
    height: 120px;
    width: 100%;
    background-color: black;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center; /* Centers vertically */
}

.top-row {
	text-decoration: none;
    color: white;
    font-size: 50px;
    font-family: 'Canterbury', proxima-nova;
    font-weight: 400;
    text-align: center;
    position: absolute; /* Use absolute positioning */
    left: 50%; /* Position from the left */
    transform: translateX(-50%); /* Center it horizontally */
}

.icon {
    margin-left: auto; /* Push the icon to the right */
}

.rectangle {
    display: flex; /* Use flexbox to align bars */
    flex-direction: column; /* Stack bars vertically */
    justify-content: space-between; /* Space between bars */
    width: 30px; /* Width of the rectangle */
    height: 30px; /* Height of the rectangle */
    background-color: black;
    margin-right: 50px; /* Space from the right */
}

.bar {
    height: 5px; /* Height of each bar */
    background-color: white; /* Color of the bars */
    border-radius: 2px; /* Optional: rounded corners */
    transition: all 0.3s; /* Optional: smooth transition for hover effects */
}

.bar-one {
    /* Additional styles for bar one if needed */
}

.bar-two {
    /* Additional styles for bar two if needed */
}

.bar-three {
    /* Additional styles for bar three if needed */
}
.topnav a { /*Links of burger button.
 changing colour changes icons and text of drop down*/
  color: white;
  padding: 13px 16px;
  text-decoration: none;
  font: 5vw;
  display: block;
  text-align: center;
  
  /*font-family: Snell Roundhand, cursive;*/
  
}



  /*LINKS BAR SECTION*/  
.fa {
    /* Change icon color */  
  font-size: 3vw;
  text-align: right;

  background: red;
  color: white ;   
  justify-content: right; /* Center the main content horizontally */
   
  margin: 0 auto; /* Remove default body margin */ 
}

.fas{
	color: white ;
}

.fab{
    color: white ;
	background-color:pink;
}

	
    
.fa-instagram {
  
  font-size: 4vw;
  margin: 0;
  padding: 0;
  
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

.fa-facebook {
  
  font-size: 4vw;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
   
}

.fa-envelope {
  
  font-size: 4vw;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
}

.fa-tiktok {
	  font-size: 3vw;

  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

  
.about {
	 padding: 10px; /*Hides whitespace from h2 margin*/
	 height: 100%;
	 background-color: black;
	 color: white;
	
	  /*Need to make extra class for text separate with width 80%*/
	  
	  text-align: center;
	  font-family: 'Niagara Engraved', sans-serif; /* fallback font */
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;
	  border-top: 1px solid white;
	  
}

.about-title {
	font-family: 'Canterbury',proxima-nova;
	font-size:var(--subHsizeM);
	
	padding:30px;
	background-color:black;
	color:white;
}

.about-me-text {
	width:80%;
	margin: 0 auto;

	font-size:var(--subHsizeSs);
    text-align: center;
	font-family: proxima-nova;
	font-weight: 400;
    font-style: normal;
      
    line-height: 1.6em;
    letter-spacing: .5px;
}

    .about-image-container { /** this is what holds the image */
    position: relative;
    width: 60%;
	height: auto;
	
    margin: 50px 0px; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .about-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  



.grid-container {
	width:100%;
	background-color:black;
	display:flex;
	flex-direction:column;
	gap:0;
	
}

.grid-container a {
	font-size:var(--subHsizeMs);
	text-align: center;
	
    padding-top: 10px;
	padding-bottom: 10px;
  
}

.link-div {
	text-decoration:none;
	align-items: center; /* Center items vertically */
	padding:10px;
	text-align:center; /* Center the text */
	color:white;
}
.half-border {
	position: relative; /* Position it absolutely within the .content div */
	top: 0; /* Align to the top */
    left: calc(10%); /* Start at 25% of the width */
    width: calc(80%); /* Span 50% of the width (from 25% to 75%) */
    height: 1px; /* Height of the border */
    background-color: white; /* Color of the border */
	
}


div#bottomPart {
	
	width:100%;
	box-sizing: border-box;  
	padding: 10px;	
	background-color: black;
	color:white;
}

.contact-title {
	font-family: 'Canterbury',proxima-nova;
	font-weight: 400;
    font-style: normal;
    
    line-height: 1.6em;
    letter-spacing: .5px;
	
	box-sizing: border-box;
	height:120px;
	border-top: 1px solid white ;
	font-size:var(--subHsizeS);
	width:100%;
	padding:30px 30px;
	background-color:black;
	color:white;
	text-align:center;
	
}

.contact-intro {
	
	font-size:var(--subHsizeSs);
	width:100%;
	height: 14vw 14vh;
	box-sizing: border-box;
	padding: 50px 30px 70px;
	
	background-color:black;
	color:white;
	text-align:center;
}

 .contact-section {
	min-height:100vh;
	background-color:black;
	color:white;
}

}








@media screen and (min-width:1400px) {
	/*DESKTOP*/
  /* for screens that are at least 640 pixels wide */
	  body { 
   
   background-color: black ;
   margin: 0;
   padding: 0;
   height: 100%;
   
   justify-content: center; /* Center the main content horizontally */
   align-items: center; /* Center the main content vertically */
   height: 100vh; /* Full height to align vertically */
   margin: 0; /* Remove default body margin */
  }
  
  footer {
	justify-content: center; /* Center the main content horizontally */
    align-items: center; /* Center the main content vertically */
	text-align: center;
	width: 100%;
	
	margin:0;
	box-sizing: border-box; /*stops whitespace due to margin of 100% width*/
	color: white;
	background-color:  black  ;
	padding: 1px;
	border-top: 1px solid white;
	/*background-color: red; Need to make flash gal not have footer half way up page*/
  }
  
  

/*INDEX SECTION, 
used by many others, needs cleaning*/
  
  .flex-container {
	  color: white;
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  margin: 0;
	  align-items: center; /* Center the main content vertically */
	  border-top: 1px solid white;
	  line-height: 0; /* Or a value that suits your layout */
      padding: 0; /* Also ensure no padding is causing spacing */
	
	/* 
	border-style: solid;
    border-width: 10px;
    border-color:   black ; ADDS PADDING TO FLEX CONTAINER, COULD BE GOOD TO ADD 2 COULOURS*/
  }
  
  .flex-container > div {
  background-color: #f1f1f1;
  margin: 30px; /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */

  }
  
  .image-container { /** this is what holds the image */
    position: relative;
    width: 30%;
	height: auto;
	
  }
  
  .image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  border: 1.5px solid white;
	  /*border-style: solid ;You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px;
	  border-color:   black ; */ 
  }
  
  .image-container .btn { /** Button itself */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Corrected positioning */
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-style:solid;
  border-width:1px;
  border-color:#b59f9a;
  cursor: pointer;
  z-index: 10;
  
  font-family: 'Canterbury',proxima-nova;
  font-size: 2vw;
  padding: 16px 24px;
  
  border-radius: 5px;
  }
  
  .bottom-banner {
	  height:15px;
	  background-color: black;
	  color:white;
	  
	  
  }
  
  .subheading-text{
	  font-size:var(--subHsizeSs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;

  	  margin-top:40px;
	  margin-bottom:30px;
}

  /*TATTOO SECTION*/
 .tattooGalleryTitle {
	  font-size: var(--subHsizeM);
	  height: 80px;
	  
	  color: white;
	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
 
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  .tattooGalleryTitleIntro {
	  font-size:var(--subHsizeMs);
	  width: 80%;
	  color: white;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      text-align: center;
	  
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }
  
  
  .img-caption {
	  align-items: center; /* Center the main content vertically */
	  width: 80%;
	  padding-bottom:20px;
	  margin: 0;
	  
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      font-size: 14px;
      line-height: 1.6em;
      letter-spacing: .5px;
  }
  
  
  
  /*FLASH GALLERY SECTION*/
  .flashGalleryTitle {
	  font-size: var(--subHsizeM);
	  height: 80px;
	  

	  font-family: 'Canterbury',proxima-nova;
	  font-weight: 400;
      font-style: normal;
      line-height: 1.6em;
      letter-spacing: .5px;
	  
  }


  .flashGalleryIntro {
	  font-size:var(--subHsizeMs);
	  width: 80%;

	  text-align: center;
	  font-family: proxima-nova;
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;


}

  .flash-flex-container {
	  display:flex;
	  flex-direction:column;
	  background-color: black; /*Alert me if this happens*/
	  border-top: 1px solid white; /*Flash flex border*/
	  align-items: center; /* Center the main content vertically */
      color: white;
      margin: 0 auto; /* Remove default body margin */
	  line-height: 0; /* Or a value that suits your layout */
  }
  
  .flash-flex-container#tattoos {
	  background-color: black;
	  
  }
  
  .flash-flex-container > div {
  background: NONE ; /*THIS SHOWS HOW SMALL CONTAINER IS WHEN RED*/
  margin:30px;
   /*???This doesnt effect right side only left????*/
  text-align: center;
  line-height: auto;
  /*font-size: 0px; /*For some reason, making this 
  0 stops the white line at the bottom  */
  padding: 0; /* Also ensure no padding is causing spacing */


  }
  .flash-image-container { /** this is what holds the image */
    position: relative;
    width: 40%;
	height: auto;
	border: 0.5px solid white ;
    margin: 0; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .flash-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  
.flash-image-no-border {
    padding:0px 0px 30px;
	max-width:50%;
	height:auto;
	flex: 0 0 300px;
}  
  
  

  /*TOP NAV SECTION*/ 
.topnav { /*The whole section*/
  overflow: hidden;
  background-color: black;/*#333 Colour of links bar and drop down nav background*/
  position: relative;
  color: white;
  /*border: 5px solid black;*/

  
  }

.topnav #linksBar { /*Meant to be the links bar */
  background-color: none;/*#333*/
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  grid-gap: 0px;
  
  color: white;
  justify-items: center;
  align-items: center;   
  /*width: 0%;  THIS NEEDED to be removed to make the bar centred correctly
  - I think the bar should be as wide as screen but it is only as wide as 
  */
  margin: 0% 35%; /*Make the links tight together*/
} 

.topnav #myLinks {
  display: none;
  border-top: 1px solid white; /*adds this to drop down links*/
  color: white;
}


.topnav a { /*Links of burger button.
 changing colour changes icons and text of drop down*/
  color: white;
  padding: 13px 16px;
  text-decoration: none;
  font: 5vw;
  display: block;
  text-align: center;
  
  /*font-family: Snell Roundhand, cursive;*/
  
}


.top-row-container {
    position: relative;
    height: 180px;
    width: 100%;
    background-color: black;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center; /* Centers vertically */
}

.top-row {
	width:70%;
	text-decoration: none;
    color: white;
    font-size: 100px;
    font-family: 'Canterbury', proxima-nova;
    font-weight: 400;
    text-align: center;
    position: absolute; /* Use absolute positioning */
    left: 50%; /* Position from the left */
    transform: translateX(-50%); /* Center it horizontally */
}

.icon {
    margin-left: auto; /* Push the icon to the right */
}

.rectangle {
    display: flex; /* Use flexbox to align bars */
    flex-direction: column; /* Stack bars vertically */
    justify-content: space-between; /* Space between bars */
    width: 50px; /* Width of the rectangle */
    height: 50px; /* Height of the rectangle */
    background-color: black;
    margin-right: 50px; /* Space from the right */
}

.bar {
    height: 5px; /* Height of each bar */
    background-color: white; /* Color of the bars */
    border-radius: 2px; /* Optional: rounded corners */
    transition: all 0.3s; /* Optional: smooth transition for hover effects */
}

.bar-one {
    /* Additional styles for bar one if needed */
}

.bar-two {
    /* Additional styles for bar two if needed */
}

.bar-three {
    /* Additional styles for bar three if needed */
}

  

  /*LINKS BAR SECTION*/  
.fa {
        padding: 100;
    /* Change icon color */
    text-decoration: none; /* Remove underline */
        
  font-size: 3vw;
  margin: 0;
  
  
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: red;
  color: white ;   
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */ 
}

.fas{
	color: white ;
}

.fab{
    color: white ;
	background-color:pink;
}

	
    
.fa-instagram {
  
  font-size: 50px;
  margin: 0;
  padding: 0;
  
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

.fa-facebook {
  
  font-size: 50px;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
   
}

.fa-envelope {
  
  font-size: 50px;
  
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;

  justify-content: center; /* Center the main content horizontally */
  
  margin: 0 auto; /* Remove default body margin */  
}

.fa-tiktok {
	font-size: 40px;

  text-align: center;
  text-decoration: none;
  border-radius: 0%;
  
  background: none;
  color: white ;
  justify-content: center; /* Center the main content horizontally */
  
    
  margin: 0 auto; /* Remove default body margin */  
}

  




.grid-container {
	width:100%;
	background-color:black;
	display:flex;
	flex-direction:column;
	gap:0;
	
}

.grid-container a {
	font-size:var(--subHsizeMs);
	text-align: center;
	
    padding-top: 10px;
	padding-bottom: 10px;
  
}

.link-div {
	text-decoration:none;
	align-items: center; /* Center items vertically */
	padding:10px;
	text-align:center; /* Center the text */
	color:white;
}

.half-border {
	position: relative; /* Position it absolutely within the .content div */
	top: 0; /* Align to the top */
    left: calc(10%); /* Start at 25% of the width */
    width: calc(80%); /* Span 50% of the width (from 25% to 75%) */
    height: 1px; /* Height of the border */
    background-color: white; /* Color of the border */
	
}



.about {
	 padding: 10px; /*Hides whitespace from h2 margin*/
	 height: 100%;
	 background-color: black;
	 color: white;
	 font-size:var(--subHsizeMs);
	  /*Need to make extra class for text separate with width 80%*/
	  
	  text-align: center;
	  font-family: 'Niagara Engraved', sans-serif; /* fallback font */
	  font-weight: 400;
      font-style: normal;
      
      line-height: 1.6em;
      letter-spacing: .5px;
	  border-top: 1px solid white;
	  
}

.about-title {
	font-family: 'Canterbury',proxima-nova;
	font-size: var(--subHsizeM);

	padding:50px;
	background-color:black;
	color:white;
	text-align:center;
}

.about-me-text {
	width:50%;
	margin: 0 auto;
	
	text-align: center;
	font-family: proxima-nova;
	font-weight: 400;
    font-style: normal;
      
    line-height: 1.6em;
    letter-spacing: .5px;
}

    .about-image-container { /** this is what holds the image */
    position: relative;
    width: 40%;
	height: auto;
	
    margin: 50px 0px; /* Removes any default margins */
    padding: 0; /* Also ensure no padding is causing spacing */
  }
  


  .about-image-container img { /** Image itslef */
	  position: relative;
	  width: 100%; /** Better than pixels for responsive design*/
	  height: 100%;
	  /*border-style: solid ;/*You can v faintly see this adds white and doesnt cover picture fully
	  border-width: 1.5px; REMOVES IMG BORDERS FROM TATTOOS AND FLASH GALLERY*/
	  
	  margin: 0; /* Removes any default margins */
      padding: 0; /* Also ensure no padding is causing spacing */
	  
  }
  

  

div#bottomPart {
	height:auto;
	
	box-sizing: border-box;  
	padding: 10px;	
	background-color: black;
	color:white;
}
  
.contact-title {
	font-family: 'Canterbury',proxima-nova;
	font-weight: 400;
    font-style: normal;
    
    line-height: 1.6em;
    letter-spacing: .5px;
	
	box-sizing: border-box;
	height:120px;
	border-top: 1px solid white ;
	font-size:var(--subHsizeM);
	width:100%;
	padding:30px 30px;
	background-color:black;
	color:white;
	text-align:center;
	
}

.contact-intro {	
	font-size:var(--subHsizeMs);
	width:100%;
	height: 14vw 14vh;
	box-sizing: border-box;
	padding: 50px 30px 70px;
	
	background-color:black;
	color:white;
	text-align:center;
	
}

.contact-section {
	min-height:100vh;
	background-color:black;
	color:white;
}

  
}


 
