:root {
	--txtp: rgb(26, 85, 77);
	--bgta: linear-gradient(180deg, black, white);
	--bgtb: linear-gradient(180deg, darkgray, white);

	--bgt2: linear-gradient(gray, dimgray, dimgray);
	--bgt3: linear-gradient(dimgray, gray, dimgray);
	--bgt4: linear-gradient(#862400, #b33000, #862400);
	--bgt5: linear-gradient(#b43000, #d33800, #b43000);
	--bgt6: linear-gradient(#b46600, #ff9100, #b46600);

	--mainpadd: 20px;
	--mainmarge: 200px;

	--sectionfsize: 14px;

	--vmenuMT: 10px;

	--image-width: 100%;
	--image-height: 100%;
	--ptablew: 428px;
}

a {
	color: rgb(96, 96, 255);
}

iframe {
	border: 0px;
}

.princitable {
	width: var(--ptablew);
}
/* .responsive-image {
	width: var(--image-width);
	height: var(--image-height);
	object-fit: cover; 
} */

.container {
	display: flex;
}

.box {
	border: dimgray solid 1px;
	font-size: medium;
	width: 200px;
	max-height: 150px;

	a {
		color: white;
	}
}
.box2 {
	border: dimgray solid 1px;
	padding-left: 5px;
	padding-top: 10px;
	width: 400px;
	max-height: 150px;
}
.box3 {
	border: dimgray solid 1px;
	vertical-align: middle;
}

.line {
	margin-top: 50px;
	min-width: 110px;
}

body {
	margin: 0px;
	background: var(--bgta);
}

section {
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: var(--sectionfsize);
}

.rounded-image {
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;

	width: var(--image-width);
	height: var(--image-height);
	object-fit: cover;
}

header,
footer {
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 14px;
	background-color: #333;
	color: #e7e7e7;
	padding: 20px;
}

header a,
footer a {
	text-decoration: none;
}

header a:hover,
footer a:hover {
	color: white;
	text-decoration: underline;
}

header li,
footer li {
	list-style-type: none;
	margin-top: 10px;
}

.txtintro {
	margin-right: 5px;
	background: var(--bgtb);
	background-clip: text;
	color: transparent;
}

.txtintro p {
	text-indent: 25px;
}

main {
	padding: var(--mainpadd);
	margin-left: var(--mainmarge);
	margin-right: var(--mainmarge);
}

.taborder {
	text-align: justify;
}

.vertical-menu {
	text-transform: uppercase;
	margin-top: var(--vmenuMT);
	width: auto;
	text-align: center;
	font-weight: bolder;
}

.vertical-menu a {
	/* border: #002a47 solid 1px; */
	background: var(--bgt2);
	color: #fc642d;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px 5px #202020 inset;
}

.vertical-menu a:hover,
.vertical-menu a.active {
	color: #ff8f67;
	background: var(--bgt3);
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#xmlDisplay > span {
	/* font-family: Arial, sans-serif; */
	width: 400px;
	height: 150px;
	display: block;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;

	margin-right: 20px;
	margin-top: 20px;
	border-radius: 5px;
	background-image: url("../images/cire2.png");
	background-repeat: no-repeat;
	background-position: right top;

	h1 {
		text-align: center;
		color: #0066cc;
	}
}

#xmlDisplay h2 {
	color: #003366;
}

#xmlDisplay p {
	margin: 5px 0;
}

#xmlDisplay a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

#xmlDisplay a:hover {
	text-decoration: underline;
}

.title-container {
	display: flex;
	align-items: center;
	width: 200px;
}

.dev,
.frontend-web {
	font-size: 2rem;
	color: #5f5f5f;
	letter-spacing: 2px;
	font-weight: bold;
}

.ampersand {
	font-size: 4rem;
	color: #fc642d;
	margin: 0 10px;
	font-weight: bold;
	/* font-family: "Georgia", serif; */
	transform: rotate(-15deg);
}
/* 
.responsive {
	width: 100%;
	height: 100%;
} */

/* .Bigspot {
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; 
}

@keyframes example {
	0%   {color: gray;}
	100%  {color: blue;}
	0%   {color: white;}
} */
