body {
	font-family: 'Raleway', sans-serif;
}

#page-wrapper {
  /*background: url('/drupal/web/sites/default/files/backgrounds/nola-rcr.png');  temporary */
  min-height: 100vh;
  min-width: 960px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;	
}

header#header {
	background-color: rgba(0,0,0,0.95);
    padding: 0.357em 15px 0;
}

header#header a {
	color: rgba(255, 255, 255, 1);
}

header#header .site-branding__name {
    font-size: 3.321em;
    color: #ffffff;
    line-height: 1;
    font-family: 'Lobster Two',sans-serif;
    display: inline-block;
}
header#header .site-branding__name a {
  font-weight: normal;
  text-decoration: none;
}

header#header div.section {
	display: flex;
	justify-content: space-between;
}

header#header div.section div.region-primary-menu {
	flex-grow: 1;
} 


h1, h2, h3 {
	font-family: 'Lobster Two',sans-serif;
	font-weight: normal;
}

#site-name {
	font-family: 'Lobster Two',sans-serif;	
}

nav#block-cityransom-main-menu ul.menu {
	font-family: 'Lobster Two',sans-serif;	
    display: inline-block;
    float: right;
    clear: none;
    list-style: none outside;
    font-size: 1.8em;
    margin: 18px 0 0 0;
}

nav#block-cityransom-main-menu ul.menu li {
	float: right;
}

nav#block-cityransom-main-menu ul.menu li a {
	display: block;
    box-sizing: border-box;
    padding: 1em 0.6em;
    font-family: 'Lobster Two', sans-serif;
    text-decoration: none;
}

nav#block-cityransom-main-menu ul.menu li a:hover {
	text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}

a.menu-toggle {
	display: none;
}

#main.layout-main {
	display: flex;
	gap: 2rem;
	flex-direction: row-reverse;
	width: 90vw;
	justify-content: space-between;
	margin: 1rem auto 0;

}

main#content {
	flex-grow: 1;
	max-width: 80%;
	margin-bottom:  3rem;
}

main#content section.section, div#sidebar-first {
	background-color: rgba(24,60,92,0.95);
  border: 1em solid white;
  border-radius: 3em;
  box-sizing: border-box;
  margin: 1em 0 0 auto;
  max-width: 100%;
  padding: 0.5em 2em 1.5rem;
  height:  fit-content;
  color: rgba(255, 255, 255, 1);
}

main#content section.section h1 {
	color:  rgba(255, 255, 255, 1);
}

main#content section.section article header h2 {
	font-family: "Raleway", sans-serif;
	font-size: 1.3rem;
}

main#content section.section .view-blog article h2:not(.use-header) {
	font-family: "Raleway", sans-serif;
	font-size: 1.1rem;
}

main#content section.section article header h2 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

main#content section.section article header div.node__meta {
	margin-bottom: 0.5rem;
}

main#content section.section article header div.node__meta span {
	font-size: 0.9rem;
}

main#content section.section article a {
	color: rgba(255, 255, 255, 1);
}

main#content section.section article div.node__content.clearfix:after {
/*  content:'';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  width: 50%;
  height: 1px;
  bottom: 0;
  left:25%;	
  margin-bottom: 0rem; */
}

div#sidebar-first .region h2 {
	color: rgba(255, 255, 255, 1);
}

div#sidebar-first div#block-cityransom-manualarchive ul {
	list-style: initial;
	padding-left: 1rem;
}

div#sidebar-first div.view-archive ul ul {
	display: none;
}

div#sidebar-first div#block-cityransom-manualarchive ul a {
	color: rgba(255, 255, 255, 1);
}

.alvies-gallery .view-content {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.alvies-gallery .views-row {
	margin-bottom: 1rem;
}

.alvies-gallery .views-row img {
	border: 0.3em solid white;
  	border-radius: 3em;
}


#avatar {
  position: fixed;
  bottom: 2em;
  left: -20em;

}

.copyright {
	margin-top: 1.5rem;
	font-size: 0.8rem;
}
.copyright a {
	color:  rgba(255, 255, 255, 1);
}

.homepage-blog .blog-image, .view-blog .node__content .blog-image {
	display: none;
}

.view-blog .node__links ul, .view-archive .node__links ul {
	list-style: none outside;
	padding-left: 0;


}
.comment-forbidden {
	display: none;
}
.homepage-blog a {
	color: rgba(255, 255, 255, 1);
}
.homepage-blog .views-field-title {
	font-size: 1.1rem;
}
.homepage-blog div.more-link {
	margin: 1rem 0;
}

.view-work-experience .views-row, .view-archive .views-row, .view-blog .views-row {
	margin-bottom: 2rem;
	position: relative;
}

.view-archive .views-row, .view-blog .views-row {
	margin-bottom:  2.5rem;
}

.view-work-experience .views-row:not(:last-child):after,
.view-archive .views-row:not(:last-child):after,
.view-blog .views-row:not(:last-child):after {
  content:'';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50%;
  height: 1px;
  bottom: -1.5rem;
  left:25%;	
  margin-bottom: 0rem;	
}

.view-archive .views-row:not(:last-child):after,
.view-blog .views-row:not(:last-child):after {
	bottom:  -1rem;
}

main#content section.section .view-blog article h2.node__title, main#content section.section .view-archive article h2.node__title {
	font-family:  "Lobster Two", sans-serif;
	font-size: 1.3rem;
}


nav.pager {

}

nav.pager ul {
	list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  font-size:  1.4rem;
}
nav.pager ul li a {
	color:  rgba(255, 255, 255, 1);
}

nav.pager ul li.pager__item--current {
	background-color: rgba(255, 255, 255, 1);
}

nav.pager ul li.pager__item--current a {
	border-radius: 100%;
	color:  rgba(255, 255, 255, 0);
}

div.feed-icons {
	display:  none;
}

img.image-style-large, div.field__item a.colorbox.cboxElement img {
	margin: 0 0 1rem 1rem !important;
	border-radius: 1rem;
}


/* MQs, don't forget to update */
@media all and (max-width: 1200px) {
  #main-menu ul#main-menu-links {
    font-size: 1.4em;
  }
  #site-name {
    font-size: 2.8em;
  }
  body.one-sidebar #content .section {
    max-width: 100%;
  }
  .views-field-field-design-image img {
    width: 200px;
    height: 200px;
  }
}


@media all and (max-device-width: 768px) and (orientation:portrait) {
	#page-wrapper {
	  max-width: 100vw;
	  min-width: 100vw;
	}	
	header#header {
		background-color: rgba(0, 0, 0, 0.7);
	}
	header#header div.section {
		display:  block;
	}

	header#header .site-branding__name {
		font-size: 2rem;
	}

	nav#block-cityransom-main-menu ul.menu {
		font-size:  1.2rem;
	}

	#main.layout-main {
		flex-direction: column;
	}

	main#content, div#sidebar-first {
		max-width: 100%;
		width:  100%;
	}

	#avatar {
		display: none;
	}

/*  body.no-sidebars #main-wrapper {
    margin: auto 3em;
  }
  body.no-sidebars #content {
    float: none;
    width: 100%;
  }
  body.no-sidebars #content .section {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  body.one-sidebar #main-wrapper  {
    margin: auto 2em;
  }  
  body.one-sidebar #content {
    float: none;
    width: 100%;
    margin: auto;
  }
  body.one-sidebar .sidebar .section {
    max-width: 100%;
    width: 100%;
  }
  #sidebar-first {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    float: none;
    margin: auto;
  }
  .content {
    font-size: 1.2em !important;
  }*/
}

@media all and (max-device-width: 600px) and (orientation:portrait) {
	html 
	{
		font-size: 100%;
		font-size: 12px;
	}	
	nav#block-cityransom-main-menu ul.menu {
		float:  none;
		padding: 0;
		margin-top: 0;
	    display: flex;
	    flex-direction: row-reverse;
	    text-align: center;	
	    font-size: 1.2rem;
	}
	img.image-style-large {
		width: 320px !important;
		height: auto !important;
	}
}


