
 body {
  
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    background-color: white;
  }
  
  
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
  }

  h2 {
    text-align: left;
  }

  

  /* Nav and bgImg */

.navbar {
    background-image:
    
    linear-gradient(rgba(4, 62, 83, 1),rgba(255, 255, 255, 1)), 
    url('../images/header-bg.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
  }
  
  .bgimg {
    height: 600px;
    background-image: url('../images/header-bg.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
  }

  .nav-item {
    padding: 0 18px;
  }

  .navbar-brand {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.0rem !important;
  }


  .headline {
    background-color: rgba(4, 62, 83, 0.8);
    color: white;
    width: 500px;
    border-radius: 40px;
  }

.centered {
    position: relative;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }



  /*  */

  

  .colored {
      background-color: rgba(4, 62, 83, 0.9);
  }

  #aboutMe {
    color: white;
    text-align: left;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }

  .info-ultra {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }

  
  .collapsing-content {
    border-radius: 0px !important;
    text-align: left;
  }

  #experience {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }

  .custom-card {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
  }
 
  .card-header {
    background-color: rgb(4, 62, 83);
    color: white;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .custom-card-body {
    background-color: rgba(4, 62, 83, 0.9);
    color: white;
    font-size: 1em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
   height: 550px; 
  }


 
  #info {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;

  }

  #ultralyd {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;

  }

  .card {
    border: white;
  }



  button:focus {outline:0;}

  .btn-primary {
    color: #fff;
    background-color: rgba(4, 62, 83, 0.8);
    border-color: rgba(4, 62, 83, 0.8); 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(4, 62, 83, 1) !important;
  border-color: rgba(4, 62, 83, 1); 
  border: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}

  .info-div {
    color: white;
    text-align: center;
  }

 
  #testimonials {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color:white;
  
  }
  
  .testimonial-text {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  


