@import url("//fonts.googleapis.com/css?family=Libre+Barcode+39+Text|Roboto+Mono|Markazi+Text&display=swap");
@import url("font-awesome.min.css");

*,
*:before,
*:after {
	box-sizing: border-box !important;
}


article {
	width: 96%;
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	column-width: 18em;

	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

section {
	display: inline-block;
	margin: 0.5rem;
	padding: 1.75rem;
	width: 100%;
	background: #000;
	border-radius: 5%;
	font-family: 'Markazi Text', sans-serif;
	color: #d8dee9;
	box-shadow: -2px -3px 8px 3px rgb(100, 100, 100);
}

section:hover {
	box-shadow: -2px -3px 8px 3px #7f73e7;
	color: #fff;
}


section.travel {
	opacity: 4%;
}

section.travel:hover {
	opacity: 100%;
}


p {
	margin: 1rem 0;
	text-align: left;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 10px;
}


/*  styles for background color, etc; not necessary for this thing to work  */
body {
	font-family: 'Roboto Mono', sans-serif;
	font-size: 14pt;
	background-color: #2e3440;
	color: #d8dee9;
	letter-spacing: normal;
}


h1 {
	font-size: 48px;
	font-family: 'Libre Barcode 39 Text', sans-serif;
	font-weight: normal;
}


.intro {
	font-size: 12px;
}

/* Icons */
.icon {
	text-decoration: none;
}


.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.0em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon>.label {
	display: none;
}


.icon.featured {
	display: inline-block;
	margin: 0 0 1.0em 0;
	cursor: default;
	text-align: center;
	color: #8A360F;
}


.icon.featured:before {
	font-size: 2.75em;
}


.elegantshadow {
	color: #131313;
	letter-spacing: 0.15em;
	text-shadow: 1px -1px 0 #DC143C, -1px 2px 1px #DC143C, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181, -7px 14px 1px #868585, -8px 16px 1px #8b8a89, -9px 18px 1px #8f8e8d, -10px 20px 1px #949392, -11px 22px 1px #999897, -12px 24px 1px #9e9c9c, -13px 26px 1px #a3a1a1, -14px 28px 1px #a8a6a6, -15px 30px 1px #adabab, -16px 32px 1px #b2b1b0, -17px 34px 1px #b7b6b5, -18px 36px 1px #bcbbba, -19px 38px 1px #c1bfbf, -20px 40px 1px #c6c4c4, -21px 42px 1px #cbc9c8, -22px 44px 1px #cfcdcd, -23px 46px 1px #d4d2d1, -24px 48px 1px #d8d6d5, -25px 50px 1px #DC143C, -26px 52px 1px #DC143C, -27px 54px 1px #e2e0df, -28px 56px 1px #e4e3e2;
}


.someshadow {
	text-shadow: 2px 2px 2px darkslateblue;
}


/* List */
ul.default {
	list-style: disc;
	padding-left: 1em;
}


ul.default li {
	padding-left: 0.5em;
}


ul.social {
	cursor: default;
	margin: 0;
	padding-inline-start: 10px;
}


ul.social li {
	position: relative;
	display: inline-block;
	margin: 0.25em;
	top: 0;
}


ul.social li a {
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
	-ms-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	top: 0;
	position: relative;
}


ul.social li a:before {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	background-color: #C0C0C0;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
	color: #2E2E2E !important;
	display: block;
	font-size: 26px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	outline: 0;
	overflow: hidden;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
	width: 48px;
}


ul.social li a.fa-twitter {
	background-color: #2DAAE4;
}


ul.social li a.fa-facebook {
	background-color: #3C5A98;
}


ul.social li a.fa-linkedin {
	background-color: #006599;
}


ul.social li a.fa-youtube {
	background-color: #BF2E25;
}


ul.social li a:hover {
	top: -5px;
}


ul.social li a:hover:before {
	background-color: transparent;
}


ul.actions li {
	display: inline-block;
	margin: 0 0 0 1em;
}


ul.actions li:first-child {
	margin-left: 0;
}


#formerror {
	color: #FF0000;
}


.redBorder {
	border: 2px dashed red;
}


.fa-input {
	font-family: FontAwesome, 'Markazi Text', sans-serif;
	font-size: 14px;
}

.scroll {
	margin: 4px, 4px;
	padding: 4px;
	/*background-color: #2E3440;*/
	background-color: #000000;
	width: 320px;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: justify;
}

.scroll-border{
	border: 1px dotted #FFFFFF;
}

.footer {
	font-size: 12px;
	/*-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;*/
}

.box-anim {
	/*width: 60vmin;
	height: 50vmin;
	display: grid;
	place-content: center;
	color: white;
	text-shadow: 0 1px 0 #000;*/
	--border-angle: 0turn;
	--main-bg: conic-gradient(
		from var(--border-angle),
		#000,
		#000 5%,
		#000 60%,
		#000 95%
	  );
	border: solid 0px transparent;
	/*border-radius: 2em;*/
	--gradient-border: conic-gradient(from var(--border-angle), transparent 5%, #000000, #FFFFFF 99%, transparent);
	background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
	/*background-position: center center;*/
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	/*-webkit-animation: bg-spin 3s linear infinite;
			animation: bg-spin 3s linear infinite;*/
  }
  @-webkit-keyframes bg-spin {
	to {
	  --border-angle: 1turn;
	}
  }
  @keyframes bg-spin {
	to {
	  --border-angle: 1turn;
	}
  }
  .box-anim:hover {
	color:#FFFFFF;
	border: solid 1px transparent;
	-webkit-animation: bg-spin 1s linear 1;
			animation: bg-spin 1s linear 1;
	/*-webkit-animation-play-state: paused;
			animation-play-state: paused;
			*/
  }
  
  @property --border-angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
  }