@import url("../Fonts/Poppins/Poppins-Regular.ttf");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
html{
    font-size: 70.5%;
}
body{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-image: url("https://2f1a7f9478.visitscotland.net/binaries/content/gallery/visitscotland/cms-images/2022/07/05/loch-drunkie-from-dukes-pass.jpg?size=lg");
	background-repeat: no-repeat;
	background-color: black;
    color: white;
}
header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height:auto;
    max-height: 400px;
    overflow: hidden;
    background-color: white;
    filter: drop-shadow(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.header-img{
    display: block;
    justify-content: center;
    align-items: center;
}
.header-img img{
    width: 400px;
    height: auto;
	margin: 2rem;
	transition: 0.5s ease;
}
.header-img img:hover{
    transform: scale(1.1);
}
.social-icons{
	position: absolute;
	left: 20px
}
.social-icons a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: black;
    border: 0.3rem solid white;
    font-size: 2rem;
    border-radius: 50%;
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease;
    color: white;
}
.social-icons a:hover{
    color: white;
    transform: scale(1.3) translateY(-5px);
    background-color: grey;
    box-shadow: 0  0 25px white;
}
.logo{
    font-size: 3rem;
    color: lightslategrey;
    font-weight: 800;
    cursor: pointer;
    transition: 0.5s ease;
}
.logo:hover{
    transform: scale(1.1);
}
nav a{
    font-size: 1.8rem;
    color: black;
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}
nav a:hover, nav a.active{
    color: darkgrey;
    border-bottom: 3px solid steelblue;
}
h1, h2, p {
    text-shadow: 6px 6px 8px rgba(0,0,0,0.75);
}
section{
    justify-self: center;
    width: 100%;
    min-height: 100vh;
    padding: 5rem 9% 5rem;
    background-color: black;
}
.intro{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: white;
    max-width: 100vw;
    min-height: 100vh;
    background-image: 
        linear-gradient(to bottom, transparent 0%, transparent 80%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.8) 100%),
        url(background1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.section-separator {
    width: 100%;
    padding: 3rem 9% 3rem; /* Much less padding than regular sections */
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 10%, transparent 20%, transparent 80%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.8) 100%);
    background-color: rgb(16, 22, 7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
}
.main{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: white;
    max-width: 100vw;
    min-height: 100vh;
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 10%, transparent 20%, transparent 100%),
        url(background2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fashion-projects{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: white;
    max-width: 100vw;
    min-height: 100vh;
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 10%, transparent 20%, transparent 80%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.8) 100%),
        url(background3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-me{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: white;
    max-width: 100vw;
    min-height: 100vh;
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 10%, transparent 20%, transparent 80%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.8) 100%),
        url(background4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-me-content .main-img-left{
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    background: rgba(0,0,0,0.5);
    padding: 1.5rem;
    border-radius: 6px;
    backdrop-filter: blur(2.5px);
    margin-bottom: 40px;
}
.photography{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: white;
    max-width: 100vw;
    min-height: 100vh;
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 10%, transparent 20%, transparent 80%, rgba(0,0,0,0.3) 90%, rgba(0,0,0,0.8) 100%),
        url(background5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-section{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    color: whites;
    background-color: black;
    max-width: 100vw;
}
h1{
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
}
span{
    color: blue;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}
h2{
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
h3{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
h4{
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
p{
    font-size: 1.6rem;
}
.page-link-grid-index{
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10rem;
}
.page-link-grid-index div{
	font-size: 30px;
}
.page-link-grid-about{
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10rem;
}
.page-link-grid-about div{
	font-size: 30px;
}
.button-img{
    width: 100%;
    max-width: 100%;
    overflow: visible;
    text-align: center;
}
.button-img img{
    width: 100%;
	max-width: 75%;
	height: auto;
    cursor: pointer;
    transition: 0.2s linear;
	border: solid white;
	opacity: 0.65;
    margin: 0 auto;
    border-radius: 25px 10px 25px 10px;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.75);
}
.button-img img:hover{
    font-size: 1.8rem;
    font-weight: 500;
	transform: scale(1.05);
	opacity: 1;
}
.main-img{
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
.main-img img{
    width: 100%;
	max-width: 75%;
	height: auto;
    cursor: pointer;
    transition: 0.2s linear;
	border: solid white;
}
.main-img img:hover{
    font-size: 1.8rem;
    font-weight: 500;
	transform: scale(1.05);
}
.main-img-left{
    width: 100%;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
}
.main-img-left img{
    margin: 10px;
    width: 100%;
	max-width: 200px;
	height: auto;
    cursor: pointer;
    transition: 0.2s linear;
	border: solid white;
    float: left;
}
.main-img-left img:hover{
    font-size: 1.8rem;
    font-weight: 500;
	transform: scale(1.05);
}
.main-img-right{
    width: 100%;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
}
.main-img-right img{
    margin: 10px;
    width: 100%;
	max-width: 200px;
	height: auto;
    cursor: pointer;
    transition: 0.2s linear;
	border: solid white;
    float: right;
}
.main-img-right img:hover{
    font-size: 1.8rem;
    font-weight: 500;
	transform: scale(1.05);
}
.profile-img-right{
    width: 100%;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.profile-img-right img{
    margin: 10px;
    width: 100%;
	max-width: 200px;
	height: auto;
    cursor: pointer;
    transition: 0.2s linear;
	border: solid white;
    order: 2;
}
.profile-img-right p{
    font-size: 2rem;
    flex: 1;
}
.btn{
    position: absolute;
    align-self: flex-start;
    padding: 1rem 2.8rem;
    background-color: transparent;
    border-radius: 2rem;
    font-size: 1.6rem;
    color: white;
    letter-spacing: 0.3rem;
    font-weight: 600;
    border: 0.3rem solid white;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    top:10px;
    left:10px;
    z-index: 100;
}
.btn:hover{
    transform: scale3d(1.03);
    background-color: grey;
    color: black;
    box-shadow: 0 0 25px white;
}
.Foiliage-of-Life, .Scottish-Mythology-Waistcoat{
	padding-top: 4rem;
}
.A-Walk-In-The-Woods, .The-Coasts-of-Scotland{
    padding-top: 4rem;
	padding-top: 4rem;
}
.footer-content{
    justify-self: center;
    position: relative;
	bottom: 0px;
    width: 100%;
    height:auto;
    max-height: 400px;
    overflow: hidden;
    background-color: white;
    color: black;
    filter: drop-shadow(10px);
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.footer-content .footer-left{
    text-align: left;
    margin: 10px auto;
}

.footer-content .footer-right{
    text-align: right;
    margin: 10px auto;
}
/* CSS */
.fade-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.fade-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px){
    .main{
        gap: 4rem;
    }
}
@media(max-width:995px){
	.main{
		justify-content: normal;
	}
    .header-img img{
        width: 200px;
    }
    .main-content h1{
        font-size: 4rem;
    }
    .main-content h3{
        font-size: 2.5rem;
    }
    .main-img img{
		width: 100%;
		max-width: 100%;
    }
    .profile-img-right{
        display: flex;
        flex-direction: column-reverse;
    }
    .profile-img-right img{
        float: none;
        max-width: 50%;
        height: auto;
        align-self: center; 
    }
    .about-me-content .main-img-left {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        text-align: center;
    }
    
    .about-me-content .main-img-left img {
        width: 150px;
        height: auto;
        align-self: center;
    }
	section{
		padding: 2rem 2rem 2rem;
		margin-top:0px;
		margin-bottom:0px;
		width: 100%;
	}
    .page-link-grid-index{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10rem;
    align-items: center;
    }
    .page-link-grid-index div{
        font-size: 30px;
    }
    .page-link-grid-about{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10rem;
    align-items: center;
    }
    .page-link-grid-about div{
        font-size: 30px;
    }
    .btn{
        padding: 1rem 2.5rem;
        font-size: 1.4rem;
    }
    .social-icons a{
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    .footer-content{
        position: fixed;
    }
    .footer-content div p{
        font-size: 12px;
    }
}

/*Mobile Styles
@media (max-width: 768px) {
    .header-img img{
        width: 200px;
    }
    .main-content h1{
        font-size: 4rem;
    }
    .main-content h3{
        font-size: 2.5rem;
    }
    .main-img img{
        width: 100%;
        margin-top: 4rem;
    }
    .main-content p{
        font-size: 1.4rem;
    }
    .btn{
        padding: 1rem 2.5rem;
        font-size: 1.4rem;
    }
    .social-icons a{
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
}
*/
/*Tablet Styles*/
@media (min-width: 768px) and (max-width: 1024px) {
    .header-img img{
        width: 300px;
    }
    .main-img img{
        width: 100%;
    }
}
@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
