/**
 * Theme Name: Astra Child
 * Template: astra
 * Version: 1.0
 */


 .subscribe-buttons input[type=submit]{
  background-color: #dbd2a5;
  border-radius: 7px;
  box-shadow: inset -3px -3px 14px #00000070;
  padding: 18px 32px;
  color: #2b2b2b;
 }

 .subscribe-buttons input[type=submit]:hover{
  box-shadow: none;
 }

 .welcome-video .ast-oembed-container{
  border-radius: 20px;
 }

 .welcome-text{
  font-size: ;
 }