/* 
 Theme Name:   critique-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     wp-critique101
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

#wrap {
  padding: 0 !important;
}
#wrap #page {
  padding: 0 10px !important;
}

@media only screen and (max-width: 560px) {
  #topnav ul,
  #catnav ul {
    display: block !important;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #topnav ul,
  #catnav ul {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    #topnav ul, #catnav ul {
    display: block !important;
    }
}

body {
    background-image: url(https://www.dawsongoldshow.ca/uploads/gold.jpg) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
}
