#download-cv-modal {
  display: none; /* hide the modal by default */
  position: fixed; /* position it fixed on the screen */
  z-index: 1; /* set it to be on top of other elements */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* enable scrolling */
  background-color: rgba(0,0,0,0.5); /* add a dark overlay */
}

/* Style the modal content */
#download-cv-modal .modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* center it vertically and horizontally */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* set the width of the modal */
  max-width: 500px;
  position: relative;
}

/* Style the close button */
#download-cv-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
}

/* Style the form elements */
#download-cv-modal label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

#download-cv-modal input[type=text],
#download-cv-modal input[type=email],
#download-cv-modal select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#download-cv-modal input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#download-cv-modal input[type=submit]:hover {
  background-color: #45a049;
}

#download-cv-modal .form-group {
  margin-bottom: 20px;
}

/* Style the thank you message */
#download-cv-modal .thank-you {
  display: none; /* hide by default */
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}


#aboutDownloadCV .modal-header {
  text-align: left;
}

/* Hire Me Modal CSS */

#hireMeModal.modal-body {
  text-align: center;
}

#hireMeModal.modal-body ul {
  list-style-type: none;
  padding: 0;
}

#hireMeModal.modal-body li {
  margin: 10px 0;
  font-size: 20px;
}

#hireMeModal.modal-body li i {
  margin-right: 10px;
}

/* Modal Icon Styles */
#hireMeModal.modal-body ul li i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.2em;
}

/* Material Icons */
#hireMeModal@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

#hireMeModal.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

