body {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #303030;
	padding: 0;
	margin: 0;
	background: #ddccff;
}

/* Global 
------------------------------------- */


.container {
	max-width: 1600px;
	margin: auto;
	overflow: hidden;
}

.box {
	float: left;
	padding: 0 0 20px 0;
	padding-right: 5%;
	margin-bottom: 80px;
}

.col-1_6 { width: 11.665%;}
.col-2_6 { width: 28.332%;}
.col-3_6 { width: 44.99%;}
.col-4_6 { width: 61.665%;}
.col-5_6 { width: 78.332%;}

.right, .full-width {
	float: right;
	padding-right: 0;
}

.center {
	margin-right: 0;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

img {
	max-width: 100%;
}

.img-box img {
	width: 100%;
	padding: 0 0 20px 0;	
}



h1, h2, h3, h4, h5, h6, ul, ol, p, li {
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 16px;
}

ul, ol {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 80px;
}

ul li::before {
	content: "\2022";
	color: #5400ff;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -40px;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0 0 20px 0;
}


a {
	color: #3010f3;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px dotted #ccc;
}

.clear-both {clear: both;}

span.sep {
	color: rgba(255,255,255,0.2);
	padding: 0 5px;
}

#left_arrow {
	clear: both;
	border-left: 4px solid rgba(0,0,0,0);
}
#left_arrow:hover {
	border-bottom: none;
	border-left: none;
}

/* buttons 
------------------------------------- */

button, .button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5400ff;
	color: #fff;
	border: none;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
}

button {
	margin-right: 5px;
	margin-bottom: 3px;
}

button:hover {
	background-color: #000;	
}

a.button {
	display: inline-block;
	padding: 15px 30px;
	background-color: #5400ff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

a.button:hover {
	background-color: #000000;
	border: none;
}

a.open, .home ul li:first-child a.button {
	background-color: #6effbd;
	color: #000;
}

a.open:hover, .home ul li:first-child a.button:hover {
	background-color: #e2fff2;
	color: #000;
}


a.new_tab {
	padding: 8px 16px 8px 8px;
	background-image: url("img/open_in_new.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 14px 14px;
}


#topNav button {
	background-color: #3f00bf;
}

#topNav button:hover {
	background-color: #000;
}


/* end buttons */

header#masthead {
	font-family: Arial, Helvetica, sans-serif;
	width: 98vw;
	padding: 10px 1vw 5px 1vw;
	color: #fff;
	background: #5400ff;
	border-bottom: 1px solid #5400ff;
}

.headerRow{
	display: flex;
	align-items: center; 
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 5px;
}

.branding{
	display: flex;
	align-items: center;
	gap: 10px;
}

h1 {
	margin: 0;
}

p#slogan {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#logo{
	height: 35px;
	display: block;
}



/* homepage 
------------------------------------- */

.home h2 {
	font-size: 38px;
	margin-top: 20px;
}

.home ul {
	list-style-type: none;
	margin-left: 0;
}

.home ul li {
	overflow: auto;
	margin-bottom: 80px;
}

.home ul li:before {
	content: none;
}

h3 a.post-link {
	font-size: 28px;
	display: block;
	margin-bottom: 10px;
}

a.post-link:hover {
	border: none;
	text-decoration: underline;
}

.post-thumb img {
	width: 99%;
	border: 6px solid #fff;
}

.post-thumb img:hover {
	border-color: #5400ff;
}

p.summary {
	font-size: 26px;
	margin: 10px 0 20px 0;
}

a.download_link {
	float: left;
}

a.more {
	float: right;
}

a.more:hover {
	text-decoration: underline;
}


/* post */

#wrapper {
}

.single article {
	margin-bottom: 40px;
	font-size: 20px;
}
.single article header {
	margin: 30px 0 10px 0;
}

.single article p, .single article ul, .single article ol {
	margin-bottom: 40px;
}

.single article ul li {
	margin-bottom: 10px;
}


.single figure {
	margin: 10px 0;
}

.single figure.featured-image {
	margin: 0;
}


/* footer */

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px 0 20px 0;
	margin-top: 0;
	color: #fff;
	background: #5400ff;
}


#top_arrow {
	position: fixed;
	z-index: 200;
	bottom: 10px;
	right: 10px;
	transform: rotate(-45deg);
	border: none;
}

#top_arrow:hover {
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 4px solid rgba(0,0,0,0);
}

footer div {
	color: #fff;
	width: 98vw;
	margin: 20px auto;
}

footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

footer a:hover {
	border-bottom: 1px solid #fff;
}


/* Media Queries ------------ */

@media only screen and (max-width: 1000px) {
	.box {
		float: none;
		padding: 0;
		margin-bottom: 80px;
	}

	.col-1_6, .col-2_6, .col-3_6, .col-4_6, .col-5_6  { 
		width: 100%;
	}

	.right {
		float: none;

	}
	
	
}

@media only screen and (max-width: 800px) {
	
}

@media only screen and (max-width: 400px) {
	
	nav ul {
		text-align: center;
		column-count: 2;
	}
	nav li {
		display: block;
		padding: 0;
	}
}


/* ------------------------- Diagram Builder ----------------*/

body.builder {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	box-sizing: border-box;
	background-color: #5400ff;
}

a {
	color: #5400ff;
}

.builder footer {
	padding: 10px;
}




/* buttons */

#topNav #clearArtboard {
	background: #fff;
	color: #ff280d;
	padding: 6px;
	margin-left: 40px;
	border: 2px solid #ff280d;
}

#topNav #clearArtboard:hover {
	background-color: #ff280d;
	color: #fff;
}

#tools button {
	background-color: #000;
	border: none;
}

#tools button:hover {
	background-color: #333333;
}

#save:hover {
	background-color: #12b291;
}

/* en buttons */


/* Header ---------------*/

.builder header {
	min-width: 1600px;
}


#topNav{
	display: flex;
	align-items: center;          /* centers labels/buttons vertically */
	justify-content: flex-end;
	gap: 20px;
	width: auto;                  /* remove your 50% unless you need it */
}

#topNav label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

#topNav input[type="color"]{
	height: 22px;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#topNav input[type="color"]:hover {
	cursor: pointer;
}

#saveStatus {
	pointer-events: none;
	display: block;
	position: fixed;
	top: 5px;
	left: 45vw;
	font-size: 12px;
	color: #fff;
	padding: 10px 30px;
	background-color: rgba(18,178,145,0.8);
	opacity: 0;
	transition: opacity 0.6s ease;  
}

#tools {
	overflow: auto;
}
#tools div {
	float: left;
	margin-right: 30px;
}


/* artboard */
	
#workspace {
	clear: both;
}

/* drag and drop */
.drag-active {
  outline: 2px dashed #5400ff;
  background: rgba(187,153,255,0.08);
}

/* video */

.video {
	aspect-ratio: 3.2 / 1;
	width: 100%;
}