/*
Theme Name: game-conf-2021
Version: 100.1.0
Description: A child theme of The Conference
Author: Anita Caris
Template: the-conference
*/

@import url("../the-conference/style.css");

.home.page #primary{
  margin-top: 20px;
  margin-bottom: 20px;
}

.home.page #primary h1{
  margin-top: 0;
  margin-bottom: 30px;
}


@media only screen and (max-width: 1024px){
  button.toggle-btn {
  top: 50px;
}
  
  .col-reves{
    flex-direction: column-reverse;
  }
    h1{
    font-size: 35px;
  }
  
  h2{
    font-size: 27px;
  }
  
  h3{
    font-size: 23px;
  }
}



@media only screen and (max-width: 600px){
  button.toggle-btn {
  right: 30px;
  top: 60px;
}
}
