@charset "UTF-8";

/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;}

body {
	font-family: "Poppins", sans-serif;}

body, html {
	height: 100%;
	margin: 0;}

h1 {
	font-family: "Mulish", sans-serif;
	font-weight: 600;
	font-style: normal;}

h2 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;}

.bar {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: rgba(238,231,214,1.00);}

.bar h2 {
	font-size: 1.4em;
	text-align: center;
	color: black;}


/* NOG NIET IN GEBRUIK */

.img-center-variable {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.img-center-fixed {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;}

.img-center-item {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 25px 15px 25px;}


/* MODALS */

.btn {
	cursor: zoom-in;
	outline: none;}

.btn:active {
	transform: scale(0.99);}

.btn:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);}

.close-modal {
	background: none;
	border: none;
	font-size: 1.5rem;}

.modal {
	opacity: 0;
	width: 55%;
	height: auto;
	position: fixed;
	top: -80%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: top 0.6s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 8px;
	z-index: 2;
	background-color: #fff;}

.modal.active {
	opacity: 1;
	top: 50%;}

.modal .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 0.5rem;
	padding-left: 1rem;
	background-color: rgba(255,255,255,1.00);}

.title {
	
}

.modal .body {
	padding: 0.75rem;}

.modal .body h4 {
	font-size: 0.85em;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 10px;}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36,31,22,0.65);
	backdrop-filter: blur(3px);}

#overlay.active {
	display: block;}


/* BG BODY */

.bg-home {
	background-image: url("../img/bg-all.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-about {
	background-image: url("../img/bg-all.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-color {
	background-image: url("../img/bg-doodles.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-bw {
	background-image: url("../img/bg-bw.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-theme {
	background-image: url("../img/bg-theme.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-doodles {
	background-image: url("../img/bg-doodles.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-quickies {
	background-image: url("../img/bg-none.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-contact {
	background-image: url("../img/bg-contact.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}

.bg-404 {
	background-image: url("../img/bg-404.svg");
	width: 100vw;
	height: auto;
	background-repeat: no-repeat;}


/* NEWS-SITE */

.container-news {
    display: flex;
	background: white;
    justify-content: space-between;
    padding: 15px;
	padding-top: 35px;}


/* MAIN */

main {
    flex: 2;
	margin: 0px 8px;}

aside {
    flex: 1;
	background: linear-gradient(to bottom, hsla(42,56%,26%,1.00) 0%, hsla(42,64%,57%,1.00) 100%);
	color: white;
	text-align: center;
	margin: 0px 8px;
    padding: 20px;
    border-radius: 8px;}

aside h1 {
	font-size: 2em;
	padding: 15px;}

aside h2 {
	padding: 15px;}

aside p {
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 20px;}

.poem {
	display: inline-flex;}

article {
    background-color: white;
	padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

article h1 {
	font-size: 2em;}

article p {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 20px;}

.linksimple {
	font-size: 0.9em;
	text-decoration: none;
	color: rgba(255,255,255,1.00);}


/* EXISTING SITE */

/* HALF PAGE IMAGE */

.bg {
/* The image used */
	background-image: url("../portfolio/Quickies/quickie.jpg");
	
/* Half height */
	height: 55%; 

/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}

.text-block {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: black;
	color: white;
	padding-left: 20px;
	padding-right: 20px;}


/* GRID */

.grid {
	display: grid;
	margin: 10px;
	text-align: center;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	grid-auto-rows: auto;
	grid-auto-flow: dense;}

p {
	font-size: 0.85em;
	text-align: justify;}

.break {
	border: thin;}


/* GRID-VIEW */

.row::after {
	content: "";
	clear: both;
	display: table;}

[class*="col-"] {
	float: left;
	padding: 15px;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* NAVIGATION */

.topnav {
	overflow: hidden;
	background-color: #231F17;
	z-index: 1;}

.topnav a {
	float: left;
	display: block;
	color: #D1B05C;
	text-align: center;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 14px;}

.topnav a:hover {
	background-color: #ECDCB3;
	color: #231F17;;
	transition: 0.4s;}

.topnav a.active {
	background-color: #D1B05C;
	color: #231F17;}

.topnav .icon {
	display: none;}

.topnav-bw {
	overflow: hidden;
	background-color: rgba(0,0,0,1.00);
	z-index: 1;}

.topnav-bw a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 14px;}

.topnav-bw a:hover {
	background-color: hsla(205,57%,91%,1.00);
	color: black;
	transition: 0.4s;}

.topnav-bw a.active {
	background-color: rgba(237,252,90,1.00);
	color: black;}

.topnav-bw .icon {
	display: none;}


/* HEADER & FOOTER */

.gifjelogo {
	width: 600px;}

header {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
	grid-template-areas: ". content .";
	align-items: center;
	justify-items: center;}

header {
	height: 180px;
	background-color: #FFFFFF;
	background-image: url("../img/HEADER-180-theme-doodle.png");
	background-position: center;
	padding: 0px 25px 0px 25px;}

header-bw {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
	grid-template-areas: ". content .";
	align-items: center;
	justify-items: center;}

header-bw {
	height: 180px;
	background-color: #FFFFFF;
	background-image: url("../img/HEADER-180-theme-doodle.png");
	background-position: center;
	padding: 0px 25px 0px 25px;}

header h1 {
	font-family: "Titan One", sans-serif;
	font-weight: 300;
	color: white;
	font-style: normal;
	font-size: 4em;
	text-shadow: 4px 4px hsla(207,100%,16%,0.70);}

header h3 {
	font-family: "Titan One", sans-serif;
	font-weight: 100;
	color: white;
	font-size: 1.7em;
	padding-bottom: 15px;
	text-shadow: 4px 4px hsla(207,100%,16%,0.70);}

headertheme {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
	grid-template-areas: ". content .";
	align-items: center;
	justify-items: center;}

headertheme {
	height: 180px;
	background-color: #E9FD26;
	background-image: url("../img/HEADER-180-theme-doodle.png");
	background-position: center;
	padding: 0px 25px 0px 25px;}

headerdoodle {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr minmax(auto, 1200px) 1fr;
	grid-template-areas: ". content .";
	align-items: center;
	justify-items: center;}

headerdoodle {
	height: 180px;
	background-color: #E9FD26;
	background-image: url("../img/HEADER-180-theme-doodle.png");
	background-position: center;
	padding: 0px 25px 0px 25px;}

div.transbox {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 2em;
	color: rgba(68,123,231,1.00);
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 10px 20px;
	margin: 30px;
	border-radius: 8px;
	font-weight:400;}

headertheme h1 {
	font-family: "Titan One", sans-serif;
	font-weight: 300;
	color: white;
	font-style: normal;
	font-size: 4em;
	text-shadow: 4px 4px hsla(207,100%,16%,0.70);}

headertheme h3 {
	font-family: "Titan One", sans-serif;
	font-weight: 100;
	color: white;
	font-size: 1.7em;
	padding-bottom: 15px;
	text-shadow: 4px 4px hsla(207,100%,16%,0.70);}

.subject {
	font-family: "Delicious Handrawn", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5em;}

.logo {
	grid-area: content;
	font-weight: 400;
	color: white;
	justify-self: right;
	text-shadow: 2px 2px hsla(207,100%,16%,0.70);}


/* HERO PAGE */

.hero-image-fp {
	background-image: linear-gradient(rgba(0,93,167,0.50), rgba(0, 0, 0, 0)), url("../portfolio/Color/FRA - Les Dentelles de Montmirail 1 - Vaucluse.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}

.hero-text-fp {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;}

.hero-text-fp h1{
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;}

.hero-text-fp p {
	text-align: center;
	margin-top: 30px;
	font-size: 1em;}

.thisbtn {
	border-radius: 5px;
	border: 2px solid #005FAD;
	outline: 0;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 80px;
	text-decoration: none;
	font-size: 0.9em;
	color: black;
	background-color: #E9FD26;
	text-align: center;
	cursor: pointer;}

.thisbtn:hover {
	border: 2px solid #E9FD26;
	background-color: #005FAD;
	color: white;}


/* ABOUT PAGE */

.about-image {
	background-image: linear-gradient(rgba(108,179,236,1.00), rgba(0, 0, 0, 0)), url("../img/Background.jpg");
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}

.about-grid-intro {
	display: grid;
	grid-template-columns: auto auto auto;
	margin: 20px 0px;}

.about-item-none {
	display: block;
	padding: 25px 25px 15px 25px;
	height: auto;}

.about-item-img1 {
	display: block;
	padding: 25px 25px 15px 25px;}

.about-item-img2 {
	display: block;
	padding: 25px 25px 15px 25px;}

.about-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	color: white;}

.about-text h1 {
	font-size: 3em;
	color: white;}

.about-text p {
	text-align: center;
	margin-top: 30px;
	font-size: 1.2em;}

.about-quote {
	display: block;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 120px;
	max-width: 100%;
	margin: 20px 35px 35px 35px;
	padding: 5px 5px 5px 5px;
	align-items: center;
	background: linear-gradient(to bottom, hsla(207,100%,34%,1.00) 0%, hsla(201,70%,61%,1.00) 100%);
	border-radius: 8px;}

.about-quotetxt {
	color: white;
	padding: 20px 25px;}

.about-quotetxt h2 {
	font-size: 2.2em;
	text-align: center;
	padding: 20px 15px 20px 15px;}

.about-quotetxt li {
	font-size: 0.9em;
	font-weight: 600;}

ul.aboutbullets {
	display: inline-block;
	text-align: left;
	padding-bottom: 20px;}


/* EXPLAIN */

.grid-explain {
	display: grid;
	grid-template-columns: auto auto;
	margin: 20px 0px;}

.grid-explain-2 {
	display: grid;
	grid-template-columns: auto 70%;
	margin: 20px 0px;}

.explain-item {
	height: auto;}

.explain-item h2 {
	font-size: 2em;}

.explain-column {
	display: block;
	padding: 5px 25px 15px 25px;
	justify-content: center;
	position: relative;
	min-height: 120px;
	align-items: center;
	padding-bottom: 20px;}

.explain-columntxt {
	padding: 25px 35px;}

.explain-columntxt h1 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	padding-bottom: 35px;}

.explain-columntxt h2 {
	font-size: 2em;
	padding-bottom: 20px;}

.explain-columntxt h3 {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;}

.explain-columntxt p {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;}

.explain-image {
 	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 20px;
 	height: auto;}


/* INTRO */

.grid-intro {
	display: grid;
	grid-template-columns: auto auto auto;
	margin: 20px 0px;}

.intro-item {
	height: auto;}

.intro-item h1 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	padding-bottom: 35px;}

.intro-item h2 {
	font-size: 1.8 em;}

.intro-column {
	display: block;
	padding: 5px 25px 15px 25px;
	justify-content: center;
	position: relative;
	min-height: 120px;
	align-items: center;
	padding-bottom: 20px;}

.intro-columntxt {
	padding: 25px 35px;}

.intro-columntxt h1 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	padding-bottom: 35px;}

.intro-columntxt h2 {
	font-size: 2em;
	padding-bottom: 20px;}

.intro-columntxt h3 {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;}

.intro-columntxt p {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;}

.intro-image {
 	display: block;
	max-width: 350px;
 	height: auto;}

.intro-quote {
	display: block;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 120px;
	max-width: 100%;
	margin: 20px 35px 35px 35px;
	padding: 5px 5px 5px 5px;
	align-items: center;
	background: linear-gradient(to bottom, hsla(42,56%,26%,1.00) 0%, hsla(42,64%,57%,1.00) 100%);
	border-radius: 8px;}

.intro-alert {
	display: block;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 120px;
	max-width: 100%;
	margin: 20px 35px 35px 35px;
	padding: 5px 5px 5px 5px;
	align-items: center;
	background: linear-gradient(to bottom, hsla(42,56%,26%,1.00) 0%, hsla(42,64%,57%,1.00) 100%);
	border-radius: 8px;}

.intro-quote-bw {
	display: block;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 120px;
	max-width: 100%;
	margin: 20px 35px 35px 35px;
	padding: 5px 5px 5px 5px;
	align-items: center;
	background: linear-gradient(to bottom, hsla(0,0%,29%,1.00) 0%, hsla(0,0%,64%,1.00) 100%);
	border-radius: 8px;}

.intro-quotetxt {
	color: white;
	padding: 20px 25px;}

.intro-quotetxt h2 {
	font-size: 1.8em;
	text-align: center;
	padding: 20px 15px 20px 15px;}

.intro-quotetxt p {
	font-size: 0.9em;
	font-weight: 400;
	padding-bottom: 20px;}

.intro-quotetxt li {
	font-size: 0.9em;
	font-weight: 600;}

ul.bullets {
	display: inline-block;
	text-align: left;
	padding-bottom: 20px;}

.intro-mailtxt h1 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	margin-top: 10px;
	padding-bottom: 35px;}


/* SUBNAV */

.subnav h2 {
	font-size: 1.8em;
	text-align: center;
	color: white;
	padding: 20px 15px 20px 15px;
	padding-bottom: 20px;}

.subnav ul{
	list-style-type: none;
	font-size: 0.9em;
	text-align: center;
 	margin: 0;
 	padding: 0;
	width: 200px;
	border-radius: 15px;}

.subnav li a {
	display: block;
	color: #000;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 2px;
	text-decoration: none;
	border-radius: 35px;}

.subnav li a:hover {
	background-color: #D8AE4C;
	color: #241F16;}

.subnavbtn {
	font-family: "Poppins", sans-serif;
	font-size: 0.8em;
	color: black;
	background-color: hsla(204,57%,91%,1.00);
	padding: 3px 10px;
	border: none;
	border-radius: 3px;
	text-decoration: none;}

.subnavbtn:hover {
	background-color: hsla(42,64%,57%,1.00);
	color: black;
	transition: 0.4s;}


/* BREAKING */

.breaking {
	display: grid;
	position: relative;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	grid-column-gap: 10px;}

.breakingcontainer {
	display: block;
	justify-content: center;
	position: relative;
	min-height: 120px;
	max-width: 100%;
	margin-bottom: 50px;
	align-items: center;}

.breakingcontainertxt {
	padding: 15px 15% 5px 15%;}

.breakingimage {
 	display: block;
 	width: 100%;
 	height: auto;}

.overlay {
 	position: absolute; 
 	bottom: 0; 
 	background: rgb(0, 0, 0);
	background: rgba(36,31,22,0.50); /* Black see-through */
	color: #f1f1f1; 
	width: 100%;
	transition: .5s ease;
	opacity: 0;
	padding: 15px;}

.overlay h3 {
	color: White;
	text-align: center;
	padding: 0px 35px 0px 35px;}

.overlay p {
	color: white;
	text-align: center;
	padding: 0px 35px 0px 35px;}

.breakingcontainer:hover .overlay {
	opacity: 1;}


/* ARTICLE */

.article {
	display: grid;
	margin: 25px 0px 35px 0px;
	padding: 0px 20px;
	background-color: hsla(38,47%,89%,1.00);
	background-size: auto;}

.article h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	margin: 20px 15px 10px 15px;}

.blog {
	padding-bottom: 5px;
	margin: 20px 15px;
	column-count: 4;
	column-gap: 40px;
	column-rule: 1px solid black;}


/* PORTFOLIO */

.break {
	margin-top: 35px;}

.portfolio-badge {
	background-color: #241F16;
	color: white;
	margin-left: 25px;
	padding: 5px 12px;
	text-align: center;
	border-top: thick;
	border-radius: 35px;}

.flag {
	display: left;
	width: 25px;
	height: auto;
	margin-right: 15px;}

.portfolio-item {
	display: block;
	padding: 25px 25px 15px 25px;
	border-radius: 8px;
	background-color: white;}

.portfolio-item-none {
	display: block;
	padding: 25px 25px 15px 25px;
	border-radius: 8px;
	background-color: white;}

.portfolio-item h3 {
	padding-bottom: 10px;}

.portfolio-item-none h3 {
	padding-bottom: 10px;}

.portfolio-item-none h4 {
	font-size: 0.85em;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 10px;}

.portfolio-item h4 {
	font-size: 0.85em;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 10px;}

.portfolio-item p {
	font-size: 0.9em;
	padding-top: 5px;}

.portfolio-item-none p {
	font-size: 0.9em;
	padding-top: 5px;}

.date {
	font-size: 0.8em;
	font-style: italic;
	text-align: end;
	padding-top: 10px;
	color: gray;
	margin-bottom: 5px;}

.tech {
	text-align: start;
	margin-top: 5px;
	color: gray;}


.tekst-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;}


/* SLIDER */

.slider {
	margin: 5px auto 5px auto;
    width: 100%;;
    overflow: hidden;
    border: 0px solid #FFFFFF;
    border-radius: 0px;}

.slides {
    display: flex;
    transition: transform 0.4s ease-in-out;}

.slide {
    min-width: 100%;
	heigth: auto;
    box-sizing: border-box;}

.slide img {
    width: 100%;
    border-radius: 0px;}


/* PARALLAX */

.parallax1 {
    /* The image used */
    background-image: url("../portfolio/Toned/01.jpg");
	background-color: rgba(255,200,127,1.00);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax2 {
    /* The image used */
    background-image: url("../portfolio/Toned/02.jpg");
	background-color: rgba(255,200,127,01.00);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax3 {
    /* The image used */
    background-image: url("../portfolio/Toned/03.jpg");
	background-color: rgba(255,200,127,1.00);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.parallax4 {
    /* The image used */
    background-image: url("../portfolio/Toned/04.jpg");
	background-color: rgba(255,200,127,1.00);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.content1 {
    min-height: 300px;
    background-color: rgba(168,162,143,1.00);
    text-align: center;
	color: white;
    padding: 30px;}

.contenttxt{
	text-align: center;
	margin-top: 15px;}

.content2 {
    min-height: 300px;
    background-color: rgba(154,154,154,01.00);
    text-align: center;
	color: white;
    padding: 30px;}

.content3 {
    min-height: 300px;
    background-color: rgba(106,146,162,1.00);
    text-align: center;
	color: white;
    padding: 30px;}

.content4 {
    min-height: 300px;
    background-color: rgba(171,130,92,1.00);
    text-align: center;
	color: white;
    padding: 30px;}


/* FOOTER */

.footer {
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #231F17;
	color: #fff;
	padding: 20px 0;
	text-align: center;}

.footer h2 {
	color: #D1B05C;}

.footer p {
	color: #D1B05C;}

.footer-bottom {
	color: #D1B05C;}

.footer-section p {
	color: #D1B05C;}

.footer-content {
	display: flex;
	justify-content: space-around;
	margin: 15px;
	flex-wrap: wrap;}

.fa-facebook-square {
	color:#D1B05C;}

.fa-facebook-square:hover {
	color: #ECDCB3;}

.fa-instagram {
	color:#D1B05C;}

.fa-instagram:hover {
	color: #ECDCB3;}

.fa-flickr {
	color:#D1B05C;}

.fa-flickr:hover {
	color: #ECDCB3;}

.fa-pinterest-square {
	color:#D1B05C;}

.fa-pinterest-square:hover {
	color: #ECDCB3;}

.footer-content .disclaimer p {
	text-align: justify;
	font-family: "Poppins", sans-serif;
	font-size: 0.8em;}

.footer-content .contact p {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 0.8em;
	text-decoration: none;}

.footer-content .contact a {
	text-align: center;
	font-family: "Poppins", sans-serif;
	color: #D1B05C;
	text-decoration: none;}

.footer-content .contact a:link {
	text-decoration: none;}

.footer-content .contact a:hover {
	color: #ECDCB3;
	text-decoration: none;}

.footer-section {
	flex: 1;
	padding: 10px;
	margin-bottom: 30px;
	min-width: 200px;}

.footer-section h2 {
	margin-bottom: 15px;
	font-family: "Poppins", sans-serif;
	font-size: 1.2em;}

.footer-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;}

.footer-section ul li {
	display: inline;
	padding: 10px;
	margin-bottom: 10px;}

.footer-section ul li a {
	color: #fff;
	text-decoration: none;}

.footer-bottom {
	margin-top: 20px;
	font-family: "Poppins", sans-serif;
	font-size: 0.8em;}


/* FOOTER-BW */

.footer-bw {
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #060606;
	color: #fff;
	padding: 20px 0;
	text-align: center;}


/* ABOUT */

.about-column {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
 	margin-bottom: 16px;
 	max-width: 800px;
 	padding: 0 8px;}

.about-column h2 {
	font-size: 2.2em;
	padding: 15px;}

.about-column p {
	padding: 15px;}

.about-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin: 10px;}

.about-container {
	padding: 0px 16px;}

.about-container {
	content: "";
	clear: both;
	display: table;}

.about-title {
	color: grey;}


/* CONTACT */

input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: hsla(0,0%,100%,0.80)}

button[type=submit] {
	background-color: #241F16;
	color: #E0AC33;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;}

button[type=submit]:hover {
	background-color: hsla(42,64%,57%,1.00);
	color: #241F16;}

label {
	margin-left: 12px;}

.container-contact {
	display: grid;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;}

.container-contact h1 {
	font-family: "Mulish", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2em;
	padding-bottom: 35px;}

.insertField {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;}

.insertSubject {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;}

.insertMessage {
	font-family: "Poppins", sans-serif;
	font-size: 0.9em;
	height: 120px;}


/* COOKIES */

.cookiecontainer {
	display: grid;
	margin: 10px 10px;
	border-radius: 5px;
	padding: 10px;}

.cookiesubcontainer {
	width: 85%;
	margin: auto;}

#cookies {
	width: 100%;
	position: fixed;
	bottom: 0;
	color: white;
	background-color: rgba(36,31,22,1.00);
	z-index: 1;
	display: none;}

.cookies {
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;}

.cookies a {
	font-size: 0.9rem;
	color: #E9FD26;
	font-weight: 400;
	text-decoration: none;}

.cookies p {
	font-size: 0.9rem;
	color: white;
	font-weight: 400;}

#cookies-btn {
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 0.9rem;
	font-family: inherit;
	cursor: pointer;
	border: 2px solid #D8AE4C;
	background-color: rgba(37,31,22,1.00);
	color: white;}

#cookies-btn:hover {
	border: 2px solid #FFFFFF;
	background-color: rgba(216,174,76,1.00);
	color: #241F16;}


@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;}
}


@media screen and (max-width: 1020px) {
	
.intro-image {
	display: none;}

.blog {
	column-count: 3;}
	
.modal {
	width: 80%;}
	
.grid-explain {
	display: grid;
	grid-template-columns: auto 50%;}
	
.grid-explain-2 {
	display: grid;
	grid-template-columns: auto 65%;}

.explain-image {
 	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 10px 10px 10px 10px;;
 	height: auto;}
	
.container-contact {
	max-width: 90%;}
	
.poem {
	display: block;}
	
}


@media screen and (max-width: 729px) {

/* NEWS SITE */	
	
/*
headertheme {
	display: block;
	height: 180px;
	grid-template-columns: 1fr;}
*/
	
.subject {
	display: none;
	font-size: 3.2em;}

.container-news {
	flex-direction: column;
	margin-top: 0px;
	padding: 15px 10px;}

main {
	margin: 0px;
	padding: 5px;}

aside {
	margin: 20px 5px 30px 5px;}


/* EXISTING SITE */
	
.modal {
	display: none;}
	
#overlay.active {
	display: none;}
	
.btn {
	cursor: default;}
	
.btn:hover {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);}
	
.grid-intro {
	display: grid;
	grid-template-columns: auto auto;}
	
.intro-columntxt {
	padding: 25px 25px;}
	
.intro-quote {
	margin: 20px 25px 35px 25px;
	padding: 5px 5px 5px 5px;}
	
.intro-alert {
	margin: 20px 25px 35px 25px;
	padding: 5px 5px 5px 5px;}
	
.intro-quotetxt {
	padding: 20px 25px;}
	
.grid-explain {
	display: block;}
	
.grid-explain-2 {
	display: block;}
	
.explain-image {
 	display: block;
 	height: auto;}
	
.explain-columntxt {
	padding: 25px 25px;}

	
.article {
	margin: 30px 0px;
	padding: 0px 10px;}
	
.blog {
	column-count: 2;}
	
.breaking-item h3 {
	padding: 15px 25px 10px 25px;}

.breaking-item p {
	padding: 5px 25px 15px 25px;}
	
.portfolio-item {
	padding: 15px 15px 15px 15px;}

.portfolio-item h3 {
	border-top: 2px solid #BCBCBC;
	padding-top: 15px;}
	
.portfolio-item-none {
	padding: 15px 15px 15px 15px;}
	
.portfolio-item-none h3 {
	padding-top: 15px;}
	
.about-quote {
	margin: 20px 15px 35px 15px;
	padding: 5px 5px 5px 5px;}
	
.about-column {
    width: 100%;
    display: block;}
	
.about-item-none {
	display: block;
	padding: 25px 15px 15px 15px;
	height: auto;}
	
.about-text h1 {
	font-size: 2.3em;
	color: white;}
	
.about-quotetxt {
	color: white;
	padding: 20px 0px;}
	
.footer-content {
	flex-direction: column;
	align-items: center;}
	
.footer-content-bw {
	flex-direction: column;
	align-items: center;}



/* GRID-VIEW */

.row::after {
	content: "";
	clear: both;
	display: table;}

[class*="col-"] {
	float: left;
	padding: 15px;}

.col-1 {width: 50%;}
.col-2 {width: 50%;}
.col-3 {width: 50%;}
.col-4 {width: 50%;}
.col-5 {width: 50%;}
.col-6 {width: 50%;}
.col-7 {width: 50%;}
.col-8 {width: 50%;}
.col-9 {width: 50%;}
.col-10 {width: 50%;}
.col-11 {width: 50%;}
.col-12 {width: 50%;}
	
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media screen and (max-width: 600px) {
	
.grid {
	display: block;}
	
.grid-intro {
	display: block;}
	
header {
	height: 120px;}
	
.gifjelogo {
	width: 350px;}
	
	
/* NAVIGATION */
	
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
	color: white;
	float: right;
    display: block;}	
	
.topnav a.icon:hover {
	color: black;}
	
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
	color: white;
    position: absolute;
    right: 0;
    top: 0;}
	
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;}
	
.topnav-bw a:not(:first-child) {display: none;}
.topnav-bw a.icon {
	color: white;
	float: right;
    display: block;}	
	
.topnav-bw a.icon:hover {
	color: black;}
	
.topnav-bw.responsive {position: relative;}
.topnav-bw.responsive .icon {
	color: white;
    position: absolute;
    right: 0;
    top: 0;}
	
.topnav-bw.responsive a {
    float: none;
    display: block;
    text-align: left;}
	
.hero-text-about h1 {
	font-size: 2.34em;}
	
.blog {
	column-count: 1;}
	
.cookies {
	padding: 10px 0px;}
	
	
/* GRID-VIEW */

.row::after {
	content: "";
	clear: both;
	display: table;}

[class*="col-"] {
	float: left;
	padding: 15px;}

.col-1 {width: 100%;}
.col-2 {width: 100%;}
.col-3 {width: 100%;}
.col-4 {width: 100%;}
.col-5 {width: 100%;}
.col-6 {width: 100%;}
.col-7 {width: 100%;}
.col-8 {width: 100%;}
.col-9 {width: 100%;}
.col-10 {width: 100%;}
.col-11 {width: 100%;}
.col-12 {width: 100%;}

}