/*
Theme Name:  psg
Template:    astra
Author:      Connect 4 Web
Version:     1.0
Description: Child theme for Astra.
*/

html, body{
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, button{
  font-family: "Lato", serif;
}

p, li, input, a, select{
  font-family: "Spinnaker", serif;
  font-size: 18px;
}

h1{font-size: 50px;}
h2{font-size: 40px;}
h3{font-size: 35px;}
h4{font-size: 30px;}
h5{font-size: 25px;}
h6{font-size: 20px;}

#ast-scroll-top{
  background-color: #B43D3D;
}

/*@media only screen and (max-width: 1024px){
  h1{font-size: 50px;}
  h2{font-size: 40px;}
  h3{font-size: 30px;}
  h4{font-size: 25px;}
  h5{font-size: 20px;}
  h6{font-size: 20px;}
}*/

@media only screen and (max-width: 991px){
  h1{font-size: 40px;}
  h2{font-size: 30px;}
  h3{font-size: 25px;}
  h4{font-size: 20px;}
  h5{font-size: 20px;}
  h6{font-size: 20px;}
}

@media only screen and (max-width: 430px){
  h1, h2, h3, h4, h5, h6, p{
    text-align: center;
  }
}