/* ==========================================================================
	Global Styles
========================================================================== */
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #f4f1ee;
}

h1 {
	color:#8b572a;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	margin:1em 0;
}

h2 {
	margin:0.8em 0;
}

a {
	color: #b08d57;
	text-decoration: none;
	padding: 0em 1em;
}

a:hover,a:active,a.active{
	color: #755248;
	text-decoration: none;
}

p {
	color:#3d3d3d;
	font-family: 'Montserrat', sans-serif;
	word-spacing:1px;
	line-height:25px;
	text-align: left;
	margin: 0;
}

.wave {
	width: 100%;
	z-index: -10;
	opacity: 0.5;
}

section {
	margin-top: 80px;
	scroll-margin-top: 5em;
}

#about,#experience {
	margin-left: 250px;
	margin-right: 250px;
}

#projects {
	margin-left: 100px;
	margin-right: 100px;
}


@media only screen and (max-width: 1200px) {
	#about,#experience {
		margin-left: 130px;
		margin-right: 130px;
	}

	#projects {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px) {
	section {
		margin-top: 25px;
	}

	#about,#experience {
		margin-left: 35px;
		margin-right: 35px;
	}
}


/* ==========================================================================
	Wordcloud
========================================================================== */
.wordcloud {
    text-align: center; /* Center aligns the content */
    margin-bottom: 30px; /* Adds space below each wordcloud section */
}

.wordcloud img {
    max-width: 100%; /* Ensures image responsiveness */
    height: auto; /* Maintains aspect ratio */
}

.wordcloud h3 {
    margin-bottom: 15px; /* Space between the title and image */
}

/* ==========================================================================
	Navigation
========================================================================== */
nav {
	background-color: white;
	box-shadow: 0px 5px 8px -5px rgb(0, 0, 0, 0.2);
}

.menu {
	height: 100%;
	padding:0.5em 0 0.5em 0em;
}

.menu a{
	text-transform:uppercase;
	letter-spacing:1.5px;
	font-size:0.8em;
}

/* ==========================================================================
	Intro
========================================================================== */
#intro {
	width: 100%;
	height: 100%;
	padding-top: 100px;
}

#intro .wave {
	position: absolute;
	bottom: 0;
}

.profile {
	display:block;
	width: 300px;
	margin: 0px auto;
	border-radius: 50%;
}

.name {
	font-size: 60px;
	letter-spacing: 5px;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px;
	font-family: 'Share', cursive;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 30px;
}

@media only screen and (max-width: 500px) {
	.profile {
		width: 200px;
	}
	.name {
		font-size: 40px;
		width: 60%;
	}
	#about .wave {
		transform: scaleY(3);
		transform-origin:bottom;
	}
}

/* ==========================================================================
	About
========================================================================== */
ul.social-buttons {
	list-style: none;
	margin: 20px auto;
	padding: 0;
}

ul.social-buttons li {
	display:inline-block;
	margin-right:7px;
}

ul.social-buttons li:last-child {
	margin-right:0;
}

.social-btn {
	width:40px;
	height:40px;
	display:inline-block;
	color: #ec7c8a;
	font-size:23px;
	line-height:40px;
	text-align:center;
	padding: 0;
}

.social-btn:hover,.social-btn:focus {
	color: #755248;
}

.social-buttons .fa {
	line-height: 40px;
}

@media only screen and (max-width: 1000px) {
	#about {
		padding: 0px;
	}
}


/* ==========================================================================
	Experience
========================================================================== */
.exp-box{
	box-sizing:border-box;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	text-align:left;
}

.exp-box ul{
	list-style-type:none;
	padding-left: 0;
}

.exp-box ul li{
	padding-bottom: 30px;
}

.exp-tag {
	display:inline-block;
	color: #755248;
	font-size:14px;
	text-align:center;
	margin-bottom: 0;
}

.exp-box ul li h3{
	color:#ec7c8a;
	margin-bottom: 5px;
	font-size: 20px;
}

.exp-box ul li span{
	color: #b08d57;
	line-height: 1;
}

.exp-box ul li p {
	margin-top: 5px;
}

/* ==========================================================================
	Projects
========================================================================== */
.project-box {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;

}

.project-box .proj-item {
	margin: 25px;
	width: 380px;
	border: #b08d57 dashed 1px;
	padding: 20px 35px;
	border-radius: 5px;
}

.project-box .icon {
	position:relative;
	width:60px;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	color:#fff;
	border-radius:50%;
	margin-bottom:20px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #ec7c8a;
	color: #ec7c8a;
}

.project-box .proj-item:hover .icon {
	background: #ec7c8a;
	border: 1px solid #ec7c8a;
}

.project-box .fa-solid {
	line-height: 60px;
}

.project-box .proj-item p {
	text-align: center;
	margin: 10px 0px;
}

.project-box .proj-item h2{
	font-size: 1.2em;
}

.project-box .proj-item h6{
	color: #755248;
}

.project-box .proj-item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.project-box .proj-item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff;
}


/* ==========================================================================
	Footer
========================================================================== */
footer {
	padding-bottom: 30px;
}

footer p{
	color: #696969;
	text-align: center;
}

.back-top {
	display: block;
	background-color: transparent;
	font-size: 25px;
	color: #c3c3c3;
	margin: 30px auto;
	border: none;
	animation: slide1 1s ease-in-out infinite;
}

.back-top .fa-solid {
	transform: scale(1.3,1);
}

@keyframes slide1 {
	0%,
	100% {
	  transform: translate(0, 0);
	}
  
	50% {
	  transform: translate(0, 10px);
	}
  }

.back-top:hover,.back-top:focus {
	cursor: pointer;
}

.contact {
	width:fit-content;
	margin: 0 auto;
}

.contact a {
	font-size: 0.9em;
	color: #9e9e9e;
	padding: 0%;
}

.contact a + a:before{
    content: " | ";
    padding: 0 10px;
}

.contact a:hover {
	color: #b08d57;
}

.footer-text {
	margin-top: -50px;
}

footer .wave {
	margin-top: -200px;
}

@media only screen and (max-width: 1000px) {
	footer .wave {
		margin-top: 0px;
	}

	.footer-text {
		margin-top: -100px;
	}
}



/* ==========================================================================
    Scoped styles for Semantic Project
========================================================================== */
.semantic-project         body, h1, h2, h3, p {
            font-family: 'Montserrat', sans-serif; /* Ensure Montserrat is loaded */
        }
.semantic-project         .custom-jumbotron {
            background-color: #f4f1ee; /* Light beige background */
            font-family: 'Montserrat', sans-serif; /* Matching font family */
        }
.semantic-project         p {
            margin-bottom: 20px; /* Adjust the value as needed */
            font-family: 'Montserrat', sans-serif; /* Matching font family */
        }
.semantic-project         .subtitle {
            color: #8b572a; /* Matching color */
            font-size: 2.2em; /* Adjust the size as needed */
            font-family: 'Montserrat', sans-serif; /* Matching font family */
            text-transform: uppercase; /* If you want to match the style of h1 */
        }
.semantic-project         h1 {
            color: #8b572a; /* From your CSS file */
            font-family: 'Montserrat', sans-serif; /* Matching font family */
            letter-spacing: 2px; /* From your CSS file */
            text-transform: uppercase; /* From your CSS file */
            font-weight: bold; /* From your CSS file */
        }
.semantic-project         h2 {
            font-family: 'Montserrat', sans-serif; /* Matching font family */
            margin: 0.8em 0; /* From your CSS file */
        }

.semantic-project #projects {
	margin-left: 100px;
	margin-right: 100px;
}
.semantic-project 	#projects {
		margin-left: 0;
		margin-right: 0;
	}
.semantic-project .wordcloud {
    text-align: center; /* Center aligns the content */
    margin-bottom: 30px; /* Adds space below each wordcloud section */
}
.semantic-project .wordcloud img {
    max-width: 100%; /* Ensures image responsiveness */
    height: auto; /* Maintains aspect ratio */
}
.semantic-project .wordcloud h3 {
    margin-bottom: 15px; /* Space between the title and image */
}
.semantic-project .project-box {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;

}
.semantic-project .project-box .proj-item {
	margin: 25px;
	width: 380px;
	border: #b08d57 dashed 1px;
	padding: 20px 35px;
	border-radius: 5px;
}
.semantic-project .project-box .icon {
	position:relative;
	width:60px;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	color:#fff;
	border-radius:50%;
	margin-bottom:20px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #ec7c8a;
	color: #ec7c8a;
}
.semantic-project .project-box .proj-item:hover .icon {
	background: #ec7c8a;
	border: 1px solid #ec7c8a;
}
.semantic-project .project-box .fa-solid {
	line-height: 60px;
}
.semantic-project .project-box .proj-item p {
	text-align: center;
	margin: 10px 0px;
}
.semantic-project .project-box .proj-item h2{
	font-size: 1.2em;
}
.semantic-project .project-box .proj-item h6{
	color: #755248;
}
.semantic-project .project-box .proj-item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.semantic-project .project-box .proj-item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff;
}
.semantic-project .wordcloud img {
    max-width: 100%;
    height: auto;
}

.semantic-project .wordcloud h3 {
    font-size: 1.5em;
    color: #333;
}
