/*
Theme Name: Nice Appartment
Author: Stephanie Boucher of Applegreen Websites
Author URI: https://www.applegreenwebsites.com
Description: Theme developed for Stephanie Boucher
Date started: January 2023
Version: 2.0
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 15, 2022 */

@font-face {
    font-family: 'marcellusregular';
    src: url('fonts/marcellus-regular-webfont.woff2') format('woff2'),
         url('fonts/marcellus-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
	font-family: 'marcellusregular';
	font-family: 'Open Sans', sans-serif;
*/

/*Reset info ===========================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	p, figcaption {
		margin: 1.2em 0; returns normal margins to <p>, Applegreen */
		line-height: 160%;
		} 
/* giving <ul> a margin of 0 in the <nav> element is essential for the drop-down menu to work, if there is one. */


/* general styles for tenterden np =======================================*/

* { /* needed for mobile nav  */
  box-sizing: border-box
}
html, body {
	height: 100%; /* this enables elements to be full browser window height if also given height: 100%; */
}

h1, h2 {
	color: #222;
	font-family: 'marcellusregular';
}
h3 {
	text-align: left;
}

h3 {
	color: #222;
	font-family: 'Open Sans', sans-serif;

}
p, form label, table, .wp-caption-text, figcaption, #main li, pre {
	 color: #222;
	 font-family: 'Open Sans', sans-serif;
	 line-height: 155%;
	 font-size: 105%;
}
p.large {
	font-size: 110%;
}

nav li a {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 100%;
	 text-decoration: none;
}

table {
	color: #000;
}
a {
	color: #205696;
}
a:hover {
text-decoration: none;
}
.bold, strong, b {
	font-weight: bold;
}
.italic, em, i {
	font-style: italic;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
sub {
	vertical-align: sub;
    font-size: smaller;
}
.clear {
		clear: both;
}
.offscreen { /* for skip navigation link */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* mobile styles=========================================================*/

header {
	background-color:  #00418a;
	border-bottom: 1px solid #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
}


.identity {
	text-align: center;
	 margin-left: 2%;
	 padding: 0;
	 margin: 10px 0;
}

p.site-title {
	font-family: 'marcellusregular' !important;
	color: #fff;
	font-size: 200%;
	margin-bottom: 2px;
	 -webkit-transition: margin-top 400ms ease;
  transition: margin-top 400ms ease;
}
p.site-title a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #00418a;
}
.lift {
	margin-top: 0;
}
p.site-description {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
		text-shadow: 1px 1px #00418a;
}

/* navigation ==================== */


.nav-container {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.primary-navigation {
  clear: both;
  margin: 0 auto;
  min-height: 40px;
  position: relative;
  background: transparent;
}
.primary-navigation a {
  padding: 15px 13px;
  color: #fff;
  text-shadow: 1px 1px #00418a;
  display: block;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
 font-size: 105%;
 letter-spacing: 0.02em;
}

.primary-navigation .identity a {
	padding: 0;
}
.primary-navigation a:hover { /* top nav hover */
  background-color: #e30006;
  	text-shadow: 1px 1px #e30006;
   padding: 15px 13px;
}

/* the following two items are needed when the nav has a transparent bg, to cover over the main content when the hamburger is in use  */
ul.menu {
	background: #00478d; 
}
.primary-navigation.toggled-on {
	background: #00478d; 
	z-index: 100; /* needed with rolling images, so that drop-down comes in front of pictures */
}


nav .current-menu-item > a,
nav .current-menu-ancestor > a,
nav .current_page_item > a,
nav .current_page_ancestor > a {
	background-color: #e30006;
	text-shadow: 1px 1px #e30006;
}

	body#home .home,
	body#details .details,
	body#bookings .bookings,
	body#arriving .arriving,
	body#about .about,
	body#blog .blog,
	body#single .blog,
	body#extra .extra /*  nonexistant page helps with navigation */
	nav li a { /* specify nav li a, not just a, so that only the top-level link remains highlighted if using a drop-down. Remove the classes on the drop-down menu links, but reinstate them for the mobile menu if doing the Brightside model */
		background-color: #e30006;
		text-shadow: 1px 1px #e30006;
	}

.primary-navigation .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}
button.menu-toggle { /* hamburger button */
  background-color: #e30006;
  border: 0;
  border-radius: 2px;
  color: #222 !important;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.primary-navigation .menu-toggle {
  background-color: #e30006; /* hamburger background colour */
  color: #222;
  border-radius: 0;
  cursor: pointer;
  height: 46px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 46px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  outline: 0;
}
.primary-navigation .menu-toggle:hover {
  background-color: #73231c; /* hamburger hover */
  color: #fff;
}
.primary-navigation .menu-toggle:before {
  color: #fff;
  content: "\2630";
  padding: 10px 16px 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 18px;
  text-decoration: inherit;
  vertical-align: text-bottom;
}
.primary-navigation .nav-menu  {
  display: none;
  width: calc(100% - 48px);
}
.primary-navigation .nav-menu  li.menu-item-has-children {
  transition: all 250ms ease;
  position: relative;
}
.primary-navigation .nav-menu  li.menu-item-has-children:before {
  content: '';
  display: block;
  color: red;
  background: url(https://www.niceholidayflat.eu/wp-content/uploads/drop-down-arrow.png) center no-repeat;
  position: absolute;
  width: 48px;
  height: 46px;
  line-height: 46px;
  transition: transform 250ms ease;
  top: 0;
  right: 0;
  background-color: #e30006;
  cursor: pointer;
}

.primary-navigation .nav-menu  li.menu-item-has-children.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.primary-navigation .nav-menu  li.menu-item-has-children > a {
  width: calc(100% - 78px);
}
.primary-navigation .nav-menu  .sub-menu {
  display: none;
}
.primary-navigation .nav-menu  .sub-menu a { /* drop-down children */
  font-size: 95%;
  background-color: #3a81c9; 
  padding: 15px 30px;
  color: #fff;
}
.primary-navigation .nav-menu  .sub-menu a:hover { /*drop-down hover */
  background-color: #e30006; 
}
.primary-navigation.toggled-on .menu-toggle {
  background-color: #3d3d3d;
}
/* end alternative navigation */


/* page headers ================ */
.jumbotron {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px; /* matches height of .banner-container */
}
.banner-container {
	height: 400px;
	border-top: 1px solid #417500;	
}

body.home .banner-container {
	height: 50vh;
	object-fit: cover;
}


body#bookings .jumbotron {
	 background-image: url(images/background-night-prom.jpg);
}
body#arriving .jumbotron {
	 background-image: url(images/massena-tram.jpg);
}
body#details .jumbotron {
	 background-image: url(images/le-miami1.jpg);
}
body.blog .jumbotron {
	 background-image: url(https://www.niceholidayflat.eu/wp-content/uploads/corner-building.jpg);
}
body#single .jumbotron {
	 background-color: #00418a;
	 height: 127px;
}
body#single .banner-container {
	height: 127px;
}
.extra-margin { /* compensates where there is no banner image */
	padding-top: 150px;
}

/* end inner page headers ==============*/

#main {
	
}

.home-content {
	padding: 10px 2%;
	max-width: 1200px;
	margin: 0 auto;
}

.extra-margin { /* compensates where there is no banner image */
	padding-top: 140px;
}

h1 {
	font-size: 210%;
	margin-bottom: 10px;
	line-height: 135%;
	margin-top: 10px;
	text-align: center;
}
body:not(.home) h1 {
	text-align: left;
}
h1.news-title {
	 padding-top: 94px; /* because of fixed header element */
}

h2 {
	font-size: 150%;
	line-height: 140%;
	margin-top: 1.5em;
}
h2.entry-title a {
	color: #222;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #205696;
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 90%;
	margin: 4px 0 0 0;
	letter-spacing: 0.01em;
}


#main ul,
#main ol {
	margin: 1.2em 0 1.2em 5%;
}
#main li {
	line-height: 145%;
	margin-bottom: 4px;
	font-size: 100%;
}
#main ul li::before {
  content: "\25A0"; /* square */ 
  color: #00438b;
 font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.4em;
  
}
#main ol li {
	list-style-type: roman;
}

.wp-container {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	align-items: center
}
.wp-block-button__link {
	background-color: #e30006;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 400ms ease;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	word-break: break-word;
	font-size: 1.18em;
	letter-spacing: 0.02em;
	padding: 15px 25px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 8px;
}
.wp-block-button__link:hover {
	background: #b30005;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 400ms ease;
}

/* category images ==========*/
.post-category {
	background-image: url(https://www.niceholidayflat.eu/wp-content/uploads/corner-building.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.recipes {
	background-image: url(https://www.niceholidayflat.eu/wp-content/uploads/broccoli-frittata.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* sidebar ================= */

h2.widget-title a {
	text-decoration: none;
}

h3.widget-title a:hover {
	text-decoration: underline;
}
.post-content {
	background: #dff0ff;
	padding: 15px 5% 20px 5%;
	border: 1px solid #93bfe5;
	border-radius: 3px;
	margin: 0 0 30px 0;
}

.page-content {
	  max-width: 800px;
	  margin: 0 auto;
	  clear: both;
	  padding: 20px 2%;
  }

.sidebar {
	margin-top: 50px;
}
.widget {
	background: #f2f9ff;
	padding: 20px 5% 20px 5%;
	border-top: 2px solid #00418a;
	border-bottom: 1px solid #e30006;
	margin-bottom: 30px;
}
.widget-title {
	margin-bottom: 10px;
	font-size: 100%;
	color: #205696;
}
.widget p {
	font-size: 90%;
}
.widget-pic {
	border-radius: 2px;
}
.sidebar-image img {
	width: 100%;
}
#main .widget li {
	font-size: 90%;
}
#main .widget ul,
#main .widget ol {
	margin: 1.2em 0 1.2em 5% !important;
}
.featured-image {
	margin: 20px 0 0 0;
	width: 95%;
}
.featured-image-single {
	margin-top: 20px;
}
.featured-image img,
.featured-image-single img {
	width: 100%;
	height: auto;
}
.post-summary {

}

/* responsive iFrame for calendar*/


.responsive-iframe-container {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 120%;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}


/* === flat details ===================================*/

#category-container {
	margin: 10px auto;
	width: 100%;
	text-align: left;
}

.category-pic {
	width: 150px;
	height: 150px;
}

#category-container .category-buttons {
	display: inline-block;
	margin: 15px 0.5%;
	vertical-align: top;
	border-radius: 5px;
	vertical-align: top;
}
#category-container .category-buttons:hover {
	opacity: 0.9;
}

/*  Flat details page styling */
.blue-paragraph {
	background: #dff0ff;
	padding: 5px 4% 10px 4%;
	border: 1px solid #93bfe5;
	border-radius: 3px;
	margin: 10px 0 30px 0;
}
.blue-paragraph p {
	font-size: 100%;
	line-height: 170%;
}
.meta {
	margin: 0 0 6px 0;
	font-size: 90%;
	color: #737373;
}

/* WP Galleries===================================================*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 0.5em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* WP images ==================================================*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignright,
img.alignleft,
img.aligncenter,
.alignright,
.alignleft,
.aligncenter { 
	width: 100%; /* prevents text riding up next to photo on very small screens */
}

/* home page supplementary images  ============*/

.wide-pic {
	width: 100%;
	height: 60vh !important;
	object-fit: cover !important;
}

/* end home page images ==============*/

/* WP captions and tables =====================================*/
.wp-caption { /* caption div can force image out of its container if not added here */
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.wp-block-image figcaption {
	font-style: italic;
	font-size: 100%;
}

.wp-block-table table {
	width: 100%;
}
.wp-block-table td, th {
	padding: 0.4375em;
	text-align: left;
}

.wp-block-table table, th, td {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	word-wrap: break-word;
	border: solid 1px #d1d1d1;
}

/* footer stuff ================================= */

footer {
	clear: both;
	background-color: #00418a;
	min-height: 130px;
	padding-top: 15px;
	margin-top: 20px;
	background-position: bottom;
}
.sliding-background {
  background: url(https://www.niceholidayflat.eu/wp-content/uploads/footer-slider-blue-small.jpg) repeat-x;
  height: 200px;
  width: 6024px;/* image width x3 */
  animation: slide 50s linear infinite; /* longer time makes animation move more slowly */
 
}

@keyframes slide{
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2008px, 0, 0); /* one third of width */
  }
}

.footer-text-container,
.footer-block-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 4px 4% 10px 4%;
}
.footer-block-container {
	overflow-wrap: break-word; /* allows long words to break where necessary */
	text-align: left;
	padding-top: 10px;
		font-size: 95%;
}
.footer-text-container {
	text-align: center;
	padding: 20px 0;
}

footer a,
footer p,
footer h3 {
	color: #fff;
	margin: 0;
}
footer h3 {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 145%;
}
footer p {
	font-size: 95%;
	line-height: 145%;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer li {
	line-height: 145%;
	font-family: open sans;
}
.footer-block {
	margin-bottom: 30px;
}
.footer-block-container img {
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
}
.footer-pipe {
	margin-left: 1%;
	margin-right: 1%;

}
footer hr {
	color: #e0e0e0;
	width: 80%;
	margin: 0 auto 20px auto;
	height: 1px;
}

/*================ media queries for larger screen sizes====*/


@media screen and (min-width:500px) {
	
	h1 {
		font-size: 220%;
		margin-top: 15px;
		line-height: 140%;
	}

	.extra-margin { /* compensates where there is no banner image */
		padding-top: 180px;
	}
	
	/* WP Gallery Columns */
	
	img.alignright,
	img.alignleft,
	img.aligncenter,
	.alignright,
	.alignleft,
	.aligncenter { 
		display: block; 
		margin: 20px auto;
		width: auto;
	}
	
}

@media screen and (min-width:600px) {
	
	.identity {
		float: left;
		text-align: left;
		margin-left: 4%;
	}
	p.site-title {
		font-size: 250%;
	}
	p.site-description {
		font-size: 120%;
		margin-bottom: 0.5em;
	}
	body#single .jumbotron {
		 height: 170px;
	}
	body#single .banner-container {
		height: 170px;
	}
	.responsive-iframe-container {
		padding-bottom: 75%;
		}
	.responsive-iframe-container iframe {
		  width: 60%;
		  height: 50%;
		}
		
	#category-container {
		margin-top: 20px;
		width: 100%;
	}

	#category-container .footer-category-buttons {
		width: 47%;
		margin: 20px 1%;
		display: inline-block;
		vertical-align: top;
	}
	
	
	.post-content-container	{
		float: left;
		width: 63%;
		margin-right: 6%;
	}
	.sidebar {
		margin-top: 140px;
	}

	.sidebar {
		float: left;
		width: 30%;
		padding-left: 2%;
	}
	.widget-pic {
		width: 100%;
	}
	footer {
		margin-top: 30px;
	}
	footer hr {
		margin-top: 30px;
	}
	
	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	.footer-block {
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.footer-block:last-of-type {
		margin-right: 0;
	}
}

@media screen and (min-width:750px) {
	header {
		background-color: transparent;
		 -webkit-transition: background-color 250ms ease;
		transition: background-color 400ms ease;
	}
	body.single header {
		background-color: #00418a;
	}
	body.home .banner-container {
		height: 60vh;
	}
	.blue {
		background-color: #00418a;
	}
	
	.footer-block {
		float: left;
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5px;
	}
	.footer-block:last-of-type {
		margin-right: 0;
	}
	
}


@media screen and (min-width:1000px) { /* navigation changes */
	
	
   /* alternative nav */
   .menu-toggle {
    display: none;
  }
 
  .nav-container {
		width: 65%;
	}
  
	.nav-menu  {
		text-align: right;
		float: right; /* lines nav up with right margin */
		padding-right: 5px;
	} 
	
	ul.menu {
		background: transparent;
	}
	ul.sub-menu {
		text-align: left;
	}
  

  .primary-navigation .nav-menu  {
    display: block !important;
  }

    .primary-navigation .nav-menu ul:not(.sub-menu) > li { 
    display: inline-block;
	 margin-right: -5px; /* this cancels a spacing between the tab elements */
  }
  .primary-navigation .nav-menu ul:not(.sub-menu) > li a {
	 padding: 30px 16px 18px 16px;
	 font-size: 100%;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children > a {
    width: auto;
  }
 
	 .primary-navigation .nav-menu ul.sub-menu > li a { 
	  padding-top: 18px; /* cancels extra high padding */
	  border-top: 1px solid #1a4a6e;
  }
	
   
   nav .menu-item-has-children a::after { /* adds a chevron to top menu items with drop-downs */
		border-style: solid;
		border-width: 0 0 0.15em 0.15em;
		content: '';
		display: inline-block;
		height: 0.4em;
		width: 0.4em;
		left: 0.6em;
		position: relative;
		top: 0.2em;
		transform: rotate(-45deg);
		vertical-align: top;
		/* can't apply a text-shadow to a border element. Use genericons, see code above, if it really matters */
	}	 
	
	nav .menu-item-has-children li a::after { /* cancels chevron from actual drop-down items */
		border-style: none;
	}
	/* NOTE: sometimes the chevron code makes the navigation jump about. Remove if it's a problem */
  
  
  .primary-navigation .nav-menu  li.menu-item-has-children:before {
    display: none;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: block;
   z-index: 99;
    min-width: 100px;
	font-size: 95%;
	border-bottom: 1px solid #1a4a6e;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children:hover .sub-menu a {
    white-space: nowrap;
  }
  
  .text {
		font-size: 240%;
		min-width: 800px;
	}
	body.home .banner-container {
		height: 70vh;
	}
  
	h1 {
		margin-top: 20px;
		line-height: 145%;
		font-size: 240%;
	}

	h2.entry-title {
		font-size: 150%;
	}
	
	.featured-image {
		float: left;
		width: 50%;
		margin: 28px 3% 20px 0;
	}
	.post-summary {
		float: left;
		width: 45%;
	}
	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 17%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	/* images */
	
	img.alignright { float: right; margin: 0 0 0.5em 30px; }
	img.alignleft { float: left; margin: 0 2em 1em 0; }
	img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.alignright { float: right; margin: 0 0 0.5em 30px;}
	.alignleft { float: left;  margin: 0 2em 1em 0;}
	.aligncenter { display: block; margin-left: auto; margin-right: auto; }
}

@media screen and (min-width: 1200px) {

	
	.primary-navigation .nav-menu ul:not(.sub-menu) > li a {
	 padding-left: 20px;
	 padding-right: 20px;
  }
  body#single .jumbotron {
		 height: 170px;
	}
	body#single .banner-container {
		height: 170px;
	}

}

@media screen and (min-width: 1210px) {
	header {
		padding-left: 5%;
		padding-right: 5%;
	}
	 .text {
		font-size: 260%;
		min-width: 900px;
	}

	body.home .banner-container {
			height: 80vh;
		}	

	.identity {
		padding-left: 0;
		padding-bottom: 5px;
		margin-left: 0;
	}
	
	.home-content {
		padding-left: 0;
		padding-right: 0;
	}

	.post-page {
		padding: 0 4%;
	}

}
