@charset "UTF-8";
/* 
Theme Name: Arctic Modular Homes
Author: Ryan Ahrens
Author URI: https://harpoonit.ca/
Description: A custom responsive theme with a mobile first approach.
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Site Header
	3. 	Menu
	4. 	Content
	5.	Homepage Styles
	6.	Form Elements
	7. 	Post: Archive
	8. 	Post: Single
	9. 	Comments
	10.	Error 404 & Search
	11. Sidebar & Widgets
	12. Footer
	13. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/*.home.admin-bar header,
.home.admin-bar header.sticky {
	margin-top: 32px !important;
}*/


@media all and (max-width: 782px) {
	.home.admin-bar header,
	.home.admin-bar header.sticky {
		margin-top: 46px !important;
	}
}
@media all and (max-width: 600px) {
	.home.admin-bar header,
	.home.admin-bar header.sticky {
		margin-top: 0 !important;
	}
}

*, *::after, *::before {
  box-sizing: border-box;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */
/*	1. 	Document Setup
/* -------------------------------------------------------------------------- */

/* scrollbar */
html,body {
	scrollbar-color: #373A36 #f8f8f8 /*transparent*/;
}

::-webkit-scrollbar {
		height: 12px;
		width: 8px;
		background: transparent;
		border-left: none;
	}
::-webkit-scrollbar-thumb {
	background: #373A36;
	-webkit-border-radius: 1ex;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #373A36;
	line-height: 1.5;
	background-color: #FFF;
	/*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	clear: both;
	color: #373A36;
	line-height: 1.2;
    font-weight: 700;    
    margin-left: 0;
    margin-right: 0;
	text-transform: capitalize;
}
h1 {
	font-size: 3rem;
	font-size: clamp(3rem, 2.4rem + 3vw, 6rem);
	/*font-size: clamp(36px, 4vw, 60px); */
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
h2 { 
    font-size: 2.5rem;
	font-size: clamp(2.5rem, 2.2rem + 1.5vw, 4rem);
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
h3 {
    font-size: 2rem;
	font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
h4 {
    font-size: 1.5rem;
	font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.15rem);
    margin-top: 1.33em;
    margin-bottom: 1.33em;
	font-weight: 700;
	text-transform: uppercase;
}
h5 {
    font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
    margin-top: 1.67em;
    margin-bottom: 1.67em;
	font-weight: 700;
}
h6 {
    font-size: 1rem;
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    margin-top: 1.25em;
    margin-bottom: 1.25em;
	font-weight: 300;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

b, strong {
	font-weight: 700;
	font-weight: bold;
}

sub {vertical-align: sub; }
sup {vertical-align: super; font-size: 0.7em; }

a, a:active {
	color: #373A36;
	outline: none;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a img {
	border: none;
}

body, button, input, select, textarea,
p, article ul {
}
p, article ul, article ol, article dl {
	font-size: 1.125rem;
    margin-bottom: 1.6rem;
}
.content-area dt {
	font-weight: bold;
}
.content-area li, .content-area dd {
    margin: 0 40px;
	font-size: 1.125rem;
}

p i, p em, em {
	font-style: italic;
}

small {
    font-size: 80%;
}

blockquote {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.8;
	margin-top: 10px;
    margin-bottom: 1.6em;
	margin-left: 30px;
	padding-left: 15px;
	border-left: 3px solid #d5dce1;
} 

:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: block !important;
}

/*figure {
	padding: 0.75em;
	border: 1px solid #FFF;
	margin:0;
	margin-bottom: 1.6rem;
}*/
figcaption {
	font-size: 14px;
	text-align: center;
}

hr,
.wp-block-separator {
	border-bottom: 0 !important;
	border-top: 0 !important;
    height: 1px;
    background: #979797;
	margin-bottom: 4.375rem;
	margin-top: 4.375rem;	
}

main .container,
header .container {
	/*max-width: 1720px !important;*/
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
header .container-fluid {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

/* -------------------------------------------------------------------------- */
/*	2. 	Site Header
/* -------------------------------------------------------------------------- */

header {
	width: 100%;
	z-index:1000;
	padding: 10px 0;
	position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 {
    color: #373A36;
    margin-bottom: 0;
    line-height: 1em;
    display: inline-block;
}

.lightblue {
	fill: #373A36;
	stroke-width: 0px;
}
.darkblue {
	fill: #373A36;
	stroke-width: 0px;
}
/*.lightblue {
	fill: #78b3e0;
	stroke-width: 0px;
}
.darkblue {
	fill: #007096;
	stroke-width: 0px;
}*/

header .logo,
header.sticky .logo {
	width: 100px;
	height: 39px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 0;
	z-index: 10;
}

header.sticky {
	position: fixed !important;
	top:0; left:0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
header.sticky .logo img {
	max-width: 170px;
}
header.sticky .nav-menu li a {
	padding: 38px 20px;
}

body.menu-open header.sticky {
	background: none;
	border-bottom: none;
}
body.menu-open .logo .lightblue,
body.menu-open .logo .darkblue,
body.menu-open #menu-toggle,
body.menu-open #menu-toggle .lightblue,
body.menu-open #menu-toggle .darkblue {
	fill: #FFF;
	transition: all 0.3s ease;
	color: #fff;
}

/* -------------------------------------------------------------------------- */
/*	3. 	Menu
/* -------------------------------------------------------------------------- */

body.menu-open {
	overflow: hidden;
	width: 100%;
	height: 100%;
	float: left;
}

.menu-open {
	overflow: hidden;
}



#menu-toggle {
	width: 71px;
	height: 34px;
	z-index: 10;
	cursor: pointer;
	transition: all 1s ease-in-out;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color:#999;
}

#menu_icon {
	width: 34px;
	height: 34px;
	position: absolute;
}
.menu-line {
	fill: #78B3E0;
	stroke-width: 0px;
	width: 23px;
	height: 34px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

/*
#menu-toggle.open #menu_icon {
	transform: translate(17px);
}
#menu-toggle.open #Path_34 {
	transform: rotate(180deg) translate(-17px);
}
#menu-toggle.open #Path_35 {
	transform: translate(-17px);
}
*/

/*
#menu-toggle.open .menu-line {
	background-color:#373A36;
	position: absolute;
	margin-top: 6px;
}
#menu-toggle.open .menu-line:nth-child(1){
	transform: rotate(45deg);
}
#menu-toggle.open .menu-line:nth-child(2) {
	transform: rotate(-45deg);
}
#menu-toggle.open:hover .menu-line:nth-child(2) {
	width: 40px;
}
*/

#menu {
	z-index: 9;
	background-color: #373A36;
	background-color: rgba(55,58,54,0.9);
	backdrop-filter: saturate(180%) blur(10px) grayscale(0.25);
	width: 100%;
	height: 100vh;
	text-align: left;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	box-shadow: 0 0 100px 0 rgba(0,0,0,.25);

	background-image: url("images/AMH_icon_menu.svg");
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: bottom right;
}

.nav-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

#menu-main {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-item {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .3s ease-in-out;
	
}
.nav a {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
}



/* Menu Animation Delays */
.nav li:nth-child(1) {
	animation-delay: 0.2s;
}
.nav li:nth-child(2) {
	animation-delay: 0.3s;
}
.nav li:nth-child(3) {
	animation-delay: 0.4s;
}
.nav li:nth-child(4) {
	animation-delay: 0.5s;
}
.nav li:nth-child(5) {
	animation-delay: 0.6s;
}
.nav li:nth-child(6) {
	animation-delay: 0.7s;
}
.nav li:nth-child(7) {
	animation-delay: 0.8s;
}

#menu .social {
	list-style: none;
	margin-top: 40px;
	margin-left: 0;
}
#menu .social li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu .social li:nth-child(1) {
	animation-delay: 0.9s;
}
#menu .social li:nth-child(2) {
	animation-delay: 1s;
}
#menu .social a {
	color: #FFF;
}
/* -------------------------------------------------------------------------- */
/*	4. 	Content
/* -------------------------------------------------------------------------- */

.cssAnimate {
  opacity: 0;
}

main {
	position: relative;
	z-index: 2;
}

section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#page {
	min-height: 600px;
}

#page-title {
	padding-top: 7rem;
}
#page-title h1 {
	margin-bottom: 0;
}

/* Animation Delay */
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}
.delay-5 {
animation-delay: 1.25s;
}
.delay-6 {
animation-delay: 1.5s;
}
.delay-7 {
animation-delay: 1.75s;
}
.delay-8 {
animation-delay: 2s;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
tr {
    border-bottom: 1px solid #eee;
}
tr.even {
}
th {
    padding: 0.4em;
    text-align: left;
    font-weight: bold;
    border-bottom: 3px solid #eee;
}
th:first-child, td:first-child {
    padding-left: 0;
}
td {
    padding: 0.8em;
}

pre {
    background: #eee;
    font-family: Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

article .alignwide {
     margin-left: -80px;
     margin-right: -80px;
}
article .alignfull {
     margin-left: calc( -100vw / 2 + 99% / 2 );
     margin-right: calc( -100vw / 2 + 99% / 2 );
     max-width: 100vw;
}
article .alignfull img {
     width: 100vw;
}
article .wp-block-columns {
     padding: 5rem 0;
}
article .wp-block-editor-blocks-wrapper .wrapper-inner {
     max-width: 1110px;
     padding-left: 0;
     padding-right: 0;
}




/* -------------------------------------------------------------------------- */
/*	5. 	Homepage Styles
/* -------------------------------------------------------------------------- */

.home .wrapper {
	display: flex;
	flex-direction: row;
}
.home main {
	width: 100%;
}

#projects {
	display: none;
}

#cycle:after {
    animation-name:cycle;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    content: "";
}
@keyframes cycle {
  0% {
    content: "Capacity";
  }
  20% {
    content: "On Experience";
  }
  40% {
    content: "Homes";
  }
  60% {
    content: "Strong and Stable Northern Communities";
  }
  80% {
    content: "Partnerships";
  }
  100% {
    content: "Capacity";
  }
}




/* -------------------------------------------------------------------------- */
/*	6. 	Form Elements
/* -------------------------------------------------------------------------- */


fieldset {
  border: 1px solid #ddd;
  padding: 1em;
}
button,
.wp-block-button a,
li.button a,
a.button,
input[type=reset],
input[type=submit],
button[type=submit] {
	color: #373A36;
	font-weight: 700 !important;
	font-size: 1rem !important;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	background-color: transparent;
	padding: 11px 20px !important;
	/*display: inline-block;*/
	border: 2px solid #373A36;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
}
button:hover,
.wp-block-button a:hover,
li.button a:hover,
a.button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover{
	color:#fff;
	background-color: #373A36;
	text-decoration: none;
	animation: pulse 1s;
}
li.button a {
	margin-top: 30px;
}


input[type="text"],
input[type="phone"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3em;
	width: 100%;
	font-size: 1em;
	font-family: inherit;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
::placeholder {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

span.forminator-error-message {
	color: red;
}

/* -------------------------------------------------------------------------- */
/*	7. 	Post: Archive
/* -------------------------------------------------------------------------- */

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 1.5rem;
	justify-content: center;
}
.pagination li {
    list-style: none;
    margin: 0;
    line-height: normal;
}
.page-item:first-child .page-link {
	margin-left: 0;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.page-item:last-child .page-link {
	padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #373A36;
  border-color: #ddd;
}
.page-item.disabled .page-link {
  color: #ddd;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
.page-item .current,
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #ddd;
	background-color: #FFF;
}
.page-item .current {
	font-weight: bold;
	color: #FFF;
	background-color: #373A36;
	border-color: #ccc;
}
.page-link:focus, .page-link:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #999;
  border-color: #ddd;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


/* -------------------------------------------------------------------------- */
/*	8. 	Post: Single
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */
/*	9. 	Comments
/* -------------------------------------------------------------------------- */

#comments {
	margin-top: 100px;
	word-wrap:break-word;
}

.commentlist {
	float:left;
	display:block;
	width:100%;
	padding-top: 40px;
	background-color: #fff;
	margin-bottom: 70px;
}
.commentlist li {
	float:none;
	display: block;
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.commentlist li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.commentlist .vcard {
	display: flex;
	align-items: flex-start;
}
.commentlist hr {
	display: none;
}

#comments .commentlist article {
}
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	line-height: 1.5;
}
.comments-area article {
}
.comments-area article .comment-meta {
	margin: 0 0 28px;
	margin: 0 0 1.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article .comment-meta img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article .comment-meta cite,
.comments-area article .comment-meta time {
	display: block;
	margin-left: 55px;
}
.comments-area article .comment-meta cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
	font-weight: bold;
	text-transform: uppercase;
}
.comments-area article .comment-meta time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article .comment-meta a {
	text-decoration: none;
}
.comments-area article .comment-meta a:hover {
}
.comments-area article .comment-meta cite a {
}
.comments-area article .comment-meta cite a:hover {
	text-decoration: underline;
}
.comments-area article .comment-meta h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
#comments .commentlist li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
	color: #FFF;
	background: #FF68A8;
	border-radius: 3px;
}
a.comment-reply-link,
a.comment-edit-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
}

#comments .commentlist .children {
	margin-top: 20px;
	margin-left:30px;
	padding-left: 30px;
	float:none;
	display: block;
	border-left:1px solid #B8B8B8;
}
#comments .commentlist .children li {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#comments .avatar-container {
	margin-right: 20px;
}
#comments .avatar {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #ccc;
}
#comments .bypostauthor .avatar {
	border: 4px solid #FF68A8;
}
#comments .bypostauthor a,
#comments .bypostauthor h4 {
	color: #FF68A8;
}
#content ul.article-list {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 80%;
}
ul.article-list li {
	margin:0;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.article-list span.date {
	display: block;
	float: left;
	width: 85px;
}

ul.article-list span.arrow {
	float: right;
}


/* Pingbacks and Trackbacks */

#pings {
	border-bottom: 3px double #e7e7e7;
	line-height: 1.5;
	font-weight: normal;
	text-transform: uppercase;
}
.commentlist .pingback {
	list-style: none; 
	line-height: 28px;
	display: block;
	border-bottom: 1px solid #e7e7e7;
	margin:0;
	padding:0;
	width: 100%

}
.commentlist .pingback p {
	margin: 0px 0px 0px 0px;
}

/* Comment form */
#respond {
	/*margin-top: 50px;
	margin-top: 3.428571429rem;*/
}

.form-group {
	margin-bottom: 20px;
}

#respond h3#reply-title {
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: #c60c30;
}

/* -------------------------------------------------------------------------- */
/*	10. Error 404 & Search
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */
/*	11. Sidebar & Widgets
/* -------------------------------------------------------------------------- */

aside {
	margin-bottom: 1.6rem;
}

aside .wp-block-heading {
	color: #fff;
	padding: 20px 20px 15px 20px;
	background: #373A36;
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
}
aside ul {
	background: #f8f8f8;
	padding: 20px;
}
aside li {
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* -------------------------------------------------------------------------- */
/*	12.	Footer
/* -------------------------------------------------------------------------- */

footer {
	background-color: #373A36;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #999;
}
footer p,
footer a:link,
footer a:active, 
footer a:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
footer .colophon{
	display: flex;
	flex-direction: column;
	justify-content:center;
	text-align: center;
}
footer .social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
footer .social li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

/* -------------------------------------------------------------------------- */
/*	13. Media Queries
/* -------------------------------------------------------------------------- */

@media all and (min-width: 1441px) {
  .container {
    max-width: 1600px !important;
  }
}

@media all and (min-width: 992px) {
	
	.row {
	  --bs-gutter-x: 5rem !important;
	}
	
	body.home {
		overflow: hidden;
	}
	.home main,
	.home #projects {
		height: 100vh;
		overflow-y: auto;
	}
	
	.home.admin-bar main,
	.home.admin-bar #projects {
		height: calc(100vh - 32px);
	}
	
	main .container, header .container {
	  padding-left: 2.5rem !important;
	  padding-right: 2.5rem !important;
	}
	
	header {
		padding-top: 50px;
	}
	
	.home header {
		width: calc(100% - 430px);
	}

	.nav a {
		padding-left: 25px;
	}
	
	.nav a:hover {
		text-decoration: none;
	}
	.nav a:hover:before,
	.nav a:hover:after {
		opacity: 1;
	}
	
	.nav a:before {
		display: inline-block;
		content: '';
		clip-path: polygon(0 0, 10% 0, 70% 100%, 60% 100%);
		background: #78B3E0;
		height: 25px;
		width: 25px;
		position: absolute;
		left: 0;
		opacity: 0;
		transition: all .3s ease-in-out;
	}
	.nav a:after {
		display: inline-block;
		content: '';
		clip-path: polygon(0 0, 10% 0, 70% 100%, 60% 100%);
		background: #78B3E0;
		height: 25px;
		width: 25px;
		position: absolute;
		left: 5px;
		opacity: 0;
		transition: all .3s ease-in-out;
	}
	#menu {
		background-size: 400px;
	}
	#menu .social {
		margin-left: 25px;
	}
	
	#page-title {
		padding-top: 15rem;
	}
	
	section {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	#projects {
		display: block;
		padding: 30px 20px;
		background: #373A36;
		width: 100%;
		max-width: 430px;
	}
	#projects .project {
		margin-bottom: 80px;
	}
	#projects h5,
	#projects .project a:link,
	#projects .project a:visited,
	#projects .project a:active {
		color: #FFF;
	}
	#projects .project-thumb {
		overflow: hidden;
		width: 100%;
		height: 550px;
		display: flex;
		align-items: center;
	}
	#projects .project-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all .3s ease-in-out;
	}
	#projects a:hover .project-thumb img {
		transform: scale(120%);
	}
	
	#projects a.button {
		color: #FFF;
		border-color: #FFF;
	}
	
	footer p {
		margin-bottom: 0;
	}
	
	footer .colophon{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
	footer .social {
		display: flex;
		justify-content: flex-end;
	}
	footer .social li {
		display: inline-block;
		margin-left: 40px;
		margin-right: 0;
	}
}