/* Change background and text color */
.bthn1 {
    font-size: 100px;
text-align: center;
    background-color:#10184c;
    color:white;
    font-weight: 900;
padding: 14px 40px;
display: block;  
margin: auto;
width: 25%
} 

.bthn1:hover {
  background-color: #fcc900; 
  color: blue;
}

.bthn1:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.nozzle  {
font-weight:900;
font-size: 28px;
}

.note {
font-weight:900;
font-size: 28px;
}

.basic {
font-weight:900;
font-size: 28px;
}

.vessel {
font-weight:900;
font-size: 28px;
}

.material {
font-weight:900;
font-size: 28px;
}

.caldera-grid {
    background: #fcc900;
    padding: 40px 40px 10px 40px;
}

}
/*** BODY FONT ***/
.caldera-grid label {
    color: #fcc900;
}
.caldera-grid h2 {
    color: #fcc900;
}

}
.tag {
    color: #fcc900;
}

.fusion-reading-box-container .reading-box h2 { font-weight: 900; }



