@charset "UTF-8";
/* headline:  font-family: 'Libre Bodoni', serif;
   paragraph: font-family: "Roboto", sans-serif;
*/

/* Colors 
   deep blue: #0815DB
   grey: #A3A3A3
   white: #FFFFFF
   black: #000000
*/

/* Background color for navbar and dropdown menus 
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #4896aa;
}
/* Text color for navbar and dropdown menus 
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus 
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #346f7e;
    color: #fff;
}
/* Border and text colors for menu icon on small screens 
.custom-toggler.navbar-toggler {
    border-color: #ecf0f1;
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke 
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
*/

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;
	
}

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

h3{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.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;
	
}

.mr-3{
	height: 150px;
}

.ms-0{
	font-size: 15px;
	font-family: "Roboto", sans-serif;

}

.ms-2{
	font-size: 15px;
	font-family: "Roboto", sans-serif;

}

.list1{
	font-size: 15px;
	font-family: "Roboto", sans-serif;

}

.custom-progress-bar{
	background-color: #0815DB;
}

.mt-4{
	position: relative;
	bottom: 190px;
}

.experience{
	position: relative;
	bottom: 320px;
}

.course{
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

.custom-progress-bar1{
	background-color: #4A4A4A;
}

.course1{
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

.custom-progress-bar2{
	background-color: #4A4A4A;
	margin-left: 260px;
}

.courses{
	position: relative;
	bottom: 300px;
}

.col-xl-12{
	color: black;
	background-color: white;
	text-align: center;
	position: relative;
	
}