/*
Theme Name: rock the 90s child
Version: 1.0
Description: A child theme of Moesia
Template: moesia
Author: Administrator
*/
@import url("../moesia/style.css");
/* Your awesome customization starts here */

.page-id-2 .content-area {
   width: 100%;
}
.page-id-xx .widget-area {
   display: none;
}/* set default width for all images */
img.customimage {
  width: 440px;
}

/* center images if display-width is below 980px */
@media (max-width: 440px){
  img.customimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
  }
}


/* change text size for different media */
@media all and (min-width: 979px) {
  .entry-content h1 {font: bold 45px;}
  .entry-content h2 {font: bold 35px Dancing Script;}
  .entry-content h3 {font: bold 28px Dancing Script;}
  .entry-content h4 {font: bold 24px Dancing Script;}
}
@media all and (max-width: 979px) {
  .entry-content h1 {font: bold 29px Dancing Script;}
  .entry-content h2 {font: bold 25px Dancing Script;}
  .entry-content h3 {font: bold 22px Dancing Script;}  
  .entry-content h4 {font: bold 20px Dancing Script;}
}

/* hide page titles */
.page-id-2  .entry-title {display: none;}
.page-id-17  .entry-title {display: none;}
.page-id-54  .entry-title {display: none;}
.page-id-43  .entry-title {display: none;}
.page-id-49  .entry-title {display: none;}
.page-id-547  .entry-title {display: none;}

/* Center menu vertically */
@media screen and (min-width: 800px) {
	.top-bar .container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
