body {
  padding-top: 5rem;
  padding-bottom: 3em;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.navbar-custom { 
  /* background-color: #ff6c47; */
  /* background-color: #ff6b2b; */
  background: rgb(255,108,71,0.9);
  background: linear-gradient(90deg, rgba(255,108,71,0.9) 0%, rgba(255,77,0,1) 100%);  
  
}
.img {
  text-align: center;
  padding-bottom:0.5em
}

.navbar-custom .navbar-brand, 
.navbar-custom .navbar-text { 
    color: white; 
}        
.right {text-align:right;}

.bottom-space { margin-bottom:15em; }
.bottom-space2 { margin-bottom:35em; }

.nextSection {
  text-align:center;
  line-height: 100%;
}

.contact {
  text-align:center;
  margin-top:0.5em;
  margin-bottom:1em;
}

h1 {
 text-align:center;
 border-top:60px solid #fff;
}
h3 {
  padding-top:0.5em;
}

p {
  text-align:justify;
}

details {
  padding-top:0.5em;
  padding-bottom:0.5em;
}