@import url(https://fonts.googleapis.com/css?family=Poiret+One);


body {
  background-color: #ffffff;
  /* Set a background color */
}

.container {
  max-width: 7000px;
  max-height: 5000px;
  /* Adjust based on your preference */
  margin: 0 auto;
  /* Center the content horizontally */
  padding: 250px;
  border: 5px solid #72bcd4;
  /* Add a border around the site */
  border-radius: 10px;
  /* Add rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow effect */
}

.picture {
  width: 200px;
  padding-right: 90px;
  /* Adjust width as needed */
  /* Center align the image */
}

.col-md-9 {
  text-align: center;

  /* Center the text */
  color: #72bcd4;
  /* Set your name color to red */
}

.social {
  text-align: center;
  /* Center the social icons and buttons */
}

.social .buttons {
  margin-top: 30px;
}

.icon-btn {
  margin-right: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Add a semi-transparent overlay */
  z-index: -1;
  /* Ensure the overlay is behind the content */
}

/* Styling social icons */
.icon-btn {
  color: #72bcd4;
  /* Set icon color to red */
}

.icon-btn:hover {
  color: #ffffff;
  /* Change icon color to white on hover */
  background-color: #72bcd4;
  /* Change background color to red on hover */
  /* Add rounded border on hover */
}

.buttons .readme {
  color: #ffffff;
  /* Set text color to white */
  background-color: #72bcd4;
  /* Set background color to red */
  padding: 10px 20px;
  /* Add padding */
  border-radius: 5px;
  /* Add rounded corners */
  text-decoration: none;
  /* Remove underline */
}

.buttons .readme:hover {
  background-color: #72bcd4;
  /* Darken background color on hover */
}

.buttons .readme+.readme {
  margin-left: 0;
  /* Add spacing between buttons */
}

.teal {
  color: #ffffff;
  /* Set the text color to teal */
  font-weight: bold;

  /* Make the text bold */
}


/* Toggle Button Style */
#mode-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}

/* About Me Section */
#about {
  background-color: #72bcd4;
  /* Use the same background color as the intro section */
  border: 5px solid #ffffff;
  border-radius: 10px;


}


/* Scrollspy Active Item */
.active {
  font-weight: bold;
}

/* About Me Heading */
#about h2 {
  color: #ffffff;
  /* Set the heading color to red */
  text-align: center;
  /* Center the heading */
  margin-bottom: 20px;
  /* Add some bottom margin */
}

/* About Me Text */
#about p {
  color:
    #ffffff;
  /* Set the text color to a dark shade */
  font-size: 18px;
  /* Increase the font size */
  line-height: 1.6;
  /* Increase the line height for better readability */
}

/* About Me Links */
#about a {
  color:
    #1e5364;
  /* Set the text color to a dark shade */
  font-size: 18px;
  /* Increase the font size */
  line-height: 1.6;
  /* Increase the line height for better readability */
}

/* Buttons - Read Me, Contact Us */

.readme {
  position: relative;
  background: #fff;
  color: #72bcd4;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 5px;

}

/* main body */

/* body-color */

body {
  color: #72bcd4;
  font-size: 30px;
}



a {
  color: #72bcd4;
}




.text-center {
  text-align: center;
}

.col-md-9 {
  margin-top: -300px;
  margin-left: 150px;
  width: 600px;
}



.container {
  width: 100%;
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

.section {
  padding-bottom: 0px;
  padding-top: 0;
  position: relative;
}

.full-height {
  height: 1000px;
}

#intro.section {
  background: #ffffff;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}


#intro.section .container *:not(span) {
  font-weight: 300;
  /* font-weight: 400; */
  line-height: 150%;
  /* padding: 0 0px; */
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}


.overlay {
  background-color: #72bcd4;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



a.hoverline {
  border-bottom: 3px solid transparent;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}






.teal {
  background-color: #72bcd4 !important;
}