.elementor-984 .elementor-element.elementor-element-66cc07d{margin-top:0%;margin-bottom:0%;}.elementor-984 .elementor-element.elementor-element-0dcf161 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;padding:0% 0% 0% 0%;}.elementor-984 .elementor-element.elementor-element-0dcf161 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-984 .elementor-element.elementor-element-43ec025 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0% 0% 0% 0%;}body:not(.rtl) .elementor-984 .elementor-element.elementor-element-43ec025{left:0px;}body.rtl .elementor-984 .elementor-element.elementor-element-43ec025{right:0px;}.elementor-984 .elementor-element.elementor-element-43ec025{top:346px;}#elementor-popup-modal-984 .dialog-message{width:0vw;height:auto;}#elementor-popup-modal-984{justify-content:flex-end;align-items:center;}#elementor-popup-modal-984 .dialog-widget-content{border-style:none;border-radius:0px 0px 0px 0px;}@media(min-width:768px){.elementor-984 .elementor-element.elementor-element-0dcf161{width:100%;}}/* Start custom CSS for html, class: .elementor-element-43ec025 *//* Style the links inside the sidenav */
#mySidenav a {
  position: absolute; /* Position them relative to the browser window */
  right: -233px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 280px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-color: white;
  border: 1px solid;
  border-radius: 0 0px 0px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
  right: 0px; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#mail {
  top: 20px;
  background-color: #387630;
}

#phone {
  top: 80px;
  background-color: #387630;
}/* End custom CSS */