/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

section.half-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-shadow {color: white; text-shadow: black 0.1em 0.1em 0.2em}

.text-dark-gray {color: #2F4956;}

.bg-slate-blue {
  background-color: #314A56;
}

.transparent-box {
  opacity: 0.5; /* 0 是完全透明，1 是完全不透明 */
}

.fa-h1 {
  font-size: 17px;
  line-height: 1.8rem;
  letter-spacing: 1px;
}
