@charset "UTF-8";
/* CSS Document */
body {
    background-color: black; /* Change the background color to black */
    color: white; /* Optionally, change text color to white for better contrast */
	margin: 0;
    padding: 0;
}

h1{
	font-family: 'Libre Bodoni', serif;
	font-style: italic;
	
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text,

.navbar-custom .navbar-nav .nav-link,

.navbar-custom .dropdown-item {

    color: #000000;
}

.navbar-custom, .navbar-custom .dropdown-menu {

    background-color: #FFFFFF;
}

.navbar {
    background-color: white; 
	display: flex;
}

.navbar-nav {
    justify-content: flex-end;
}

.navbar-nav li {
    display: block; /* Display items in a line */
    margin-left: 10px; /* Adjust margin between items as needed */
}

.linkedin-link {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}

.linkedin-link img {
    width: 40px; /* Adjust the width to make the logo smaller */
    height: auto; /* Maintain aspect ratio */
	margin-left: 0px;
	
}

.col-xl-12{
	color: black;
	background-color: white;
	text-align: center;
	position: relative;
	
}
.alloy2{
	opacity: 40%;
	width: 280px;
	height: 280px;
	top: -300px;
	z-index: -1;
	position: relative;
}

.alloy3{
	opacity: 40%;
	width: 280px;
	height: 280px;
	right: -30px;
	z-index: -1;
	position: relative;
}

.alloy4{
	opacity: 40%;
	width: 280px;
	height: 280px;
	top: -400px;
	right: -50px;
	z-index: -1;
	position: relative;
}

.projects_container{
	text-align: center;
	margin-top: 70px;
	font-size: 70px;
	font-weight: 200;
}

.digital_container{
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: 200;
	font-family: "Roboto", sans-serif;
	margin-bottom: -350px;
}

.poster{
	margin-top: 30px;
	height: 180px;
	width: 318px;
	margin-bottom: -900px;
}

.book{
	margin-top: 30px;
	margin-bottom: -900px;
	z-index: 1;
}

.product_container{
	text-align: center;
	margin-top: 600px;
	font-size: 30px;
	font-weight: 200;
	font-family: "Roboto", sans-serif;
	margin-bottom: -470px;
}

.website{
	width: 318px;
	height: 180px;
	margin-top: 350px;
	margin-left: 125px;
	margin-bottom: -800px; 
	z-index: 1;
}

.col-md-4{
	padding: 0px;	
	padding-bottom: 0px;
	background-color: black;
}

.card-title{
	color: white; 
	background-color: black;
	font-size: 20px;
	font-weight: 200;
	font-family: "Roboto", sans-serif;
}

.digital_design{
	position: relative;
	top: 50px;
}

.product_design{
	margin-top: 500px;
	margin-bottom: -400px;
}

.ux_container{
	text-align: center;
	margin-top: 450px;
	font-size: 30px;
	font-weight: 200;
	font-family: "Roboto", sans-serif;
	margin-bottom: -770px;
}

.ux_design{
	margin-top: 800px;
	margin-bottom: -700px;
}

.card-img-top{
	height: 180px;
	width: 318px;
}

.alloy5{
	opacity: 40%;
	margin-top: -2700px;
	width: 280px;
	height: 280px;
	position: relative;
	z-index: -1;
	
}

.alloy6{
	opacity: 40%;
	margin-top: -2200px;
	width: 280px;
	height: 280px;
	position: relative;
	z-index: -1;
	
}