/** Width between 1200x to 0 ------------------- Both my laptops are affected by this one.
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (min-width: 1200px) {
	/* Lowers Charlie Painting pic down below menu and creates a white space on the About Charles Marion Russell page. */
	.paddsection {
	  padding-top: 190px;
    }
	#titlePoem {
		padding-left: 50px;
	}
	
	.mb-0 {
		margin-left: 50px;
	}
	
	.mb-30 {
  		margin-left: 50px;
		margin-right: 30px;
	}
	
	blockquote {
		margin-left: 50px;
		margin-right: 30px;
	}

}

/** Width between 992px to 1199px -------------------- Works on iPad horizontal orientation
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */ 
@media (min-width: 992px) and (max-width: 1199px) {

/*	
	#titlePoem {
		padding-left: 50px;
	}
	
	.mb-0 {
		margin-left: 50px;
	}
	
	.mb-30 {
  		margin-left: 50px;
		margin-right: 30px;
	}
	
	blockquote {
		margin-left: 50px;
		margin-right: 30px;
	}
*/	/* Lowers Charlie Painting pic down below menu and creates a white space on the About Charles Marion Russell page. */
/*	.paddsection {
	  padding-top: 190px;
    }
	
  	#videoContainer {
 */ 	/* border: 2px solid blue; */
 /* 	}

 	#videoRussell {
	  width: 90%;
	}
	
*/	
	
	
	
	
	  /* Navbar */
  nav {
	  padding-bottom: -20px;
 /*	  border: 1px solid green; */
  }
  
  .row {
	  margin-bottom: -30px;
/*	  border: 1px solid black; */
  }
  /* controls the Ad text in the top red banner */
  #shiningText {
	  text-align:center;
	  font-size: 1em;
  }
  /* controls the CMR text logo on the left */
  .logo {
	padding-top: 10px;
  }
  /* Controls the Hamburger Menu on the right */
  .responsive {
    float: right;
	margin-top: 7px;
    display: block;
/*	border: 1px solid green; */
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* Set the spacing between the gradient under the main Charlie pic and Welcome pic. That's the one surrounded by the gold border. */
  #about {
    padding-top: 30px;
/*  border: 1px solid black; */
  }
  #videoContainer {
    width: 100%;
/*  border: 2px solid blue; */
  }
  #videoRussell {
    width: 90%;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
}
 /* Special section for iPad horizontal orientation where screen width is 1024 px. */
 @media (min-width: 1023px) and (max-width: 1025px) { /* Tight restriction "mostly" locks out conditional styles above. */
 	#titlePoem {
		padding-left: 50px;
	}
	
	.mb-0 {
		margin-left: 50px;
	}
	
	.mb-30 {
  		margin-left: 50px;
		margin-right: 30px;
	}
	
	blockquote {
		margin-left: 50px;
		margin-right: 30px;
	}
	/* Lowers Charlie Painting pic down below menu and creates a white space on the About Charles Marion Russell page. */
	.paddsection {
	  padding-top: 190px;
    }
	
  	#videoContainer {
  	/* border: 2px solid blue; */
  	}

 	#videoRussell {
	  width: 90%;
	}
}

/** Width between 768px to 991px ---------------- Works on iPad vertical orientation
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (min-width: 768px) and (max-width: 991px) {
  /* Navbar */
   #bannerAnimatedAd {
	  width: 100%;
   }
  
   nav {
	  padding-bottom: -10px;
 /*	  border: 1px solid green; */
  }
  
  .row {
	  margin-bottom: -10px;
/*	  border: 1px solid black; */
  }
   /* controls the CMR text logo on the left */
  .logo {
	padding-top: 10px;
  }
  /* Controls the Hamburger Menu on the right */
  .responsive {
    float: right;
	margin-top: 23px;
    display: block;
/*	border: 1px solid green; */
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  /* Lowers Charlie Painting pic down below menu and creates a white space on the About Charles Marion Russell page. */ 
  .paddsection {
	  padding-top: 170px;
  }
  /* Set the spacing between the gradient under the main Charlie pic and Welcome pic. That's the one surrounded by the gold border. */
  #about {
	  padding-top: 50px;
/*	  border: 1px solid black; */
  }
  
  #about #information {
	  margin-top: 0px;
 /*     border: 1px solid green; */
  }
  
  #about .div-img-bg .about-img img {
	  height: 820px;
  }
  
  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
	height: 860px;	
  }
  #about .div-img-bg .about-img img {
    margin-top: 20%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  #videoContainer {
 /* border: 2px solid blue; */
  }
  #videoRussell {
    width: 90%;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/** Width between 767px to 0 ----------------- Works for iPhone 15 Pro vertical orientation
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

/* Works for iPhone 15 Pro */
@media (max-width: 767px) {
  /* Navbar */
  nav {
	  padding-bottom: -20px;
 /*	  border: 1px solid green; */
  }
  
  .row {
	  margin-bottom: -30px;
/*	  border: 1px solid black; */
  }
  /* controls the Ad text in the top red banner */
  #shiningText {
	  text-align:center;
	  font-size: 1em;
  }
  /* controls the CMR text logo on the left */
  .logo {
	padding-top: 10px;
  }
  /* Controls the Hamburger Menu on the right */
  .responsive {
    float: right;
	margin-top: 7px;
    display: block;
/*	border: 1px solid green; */
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* Set the spacing between the gradient under the main Charlie pic and Welcome pic. That's the one surrounded by the gold border. */
  #about {
    padding-top: 30px;
/*  border: 1px solid black; */
  }
  #videoContainer {
    width: 100%;
/*  border: 2px solid blue; */
  }
  #videoRussell {
    width: 90%;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (max-width: 600px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (max-width: 480px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (max-width: 320px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  /* Single page */
  .entry-comments-body span {
    display: inline-block;
    margin-right: 0;
  }
  
  #titlePoem {
	padding-left: 0px;
  }
  
  .mb-0 {
		margin-left: 0px;
	}
	
	.mb-30 {
  		margin-left: 0px;
	}
	
	blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
}
