/* /Components/Box.razor.rz.scp.css */
.box[b-m2b5ohpp6k] {
	position: relative;
	width: 100%;
	padding: 20px;
	margin: 10px;
	background-color: rgb(82, 91, 122);
	
	--notchSize: 40px; 
	clip-path: polygon(
			0% var(--notchSize), 
			var(--notchSize) 0%, 
			0px 0%, 
			100% 0px, 
			100% calc(100% - var(--notchSize)), 
			calc(100% - var(--notchSize)) 100%, 
			0px 100%, 
			0% 0px
		);
}

.boxContent[b-m2b5ohpp6k] {
    padding-left: 10px;
}

@media only screen and (max-width: 720px) {
	.box[b-m2b5ohpp6k] {
		position: relative;
		width: 90%;
		padding: 20px;
		margin: 10px;
		background-color: #4d5676;
	}
}
/* /Components/Button.razor.rz.scp.css */
.button[b-3yeib5dple] {
	background-color: #317ed4;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;

	--notchSize: 20px; 
	clip-path: 
		polygon(
			0% var(--notchSize), 
			var(--notchSize) 0%, 
			0px 0%, 
			100% 0px, 
			100% calc(100% - var(--notchSize)), 
			calc(100% - var(--notchSize)) 100%, 
			0px 100%, 
			0% 0px
		);
}

.disabled[b-3yeib5dple] {
	cursor: default;
	background-color: #3a3e4b;
}
/* /Components/GamesNavbar.razor.rz.scp.css */
nav[b-ccf5g1yfd7] {
	display: flex;
	flex-direction: column;
	float: left;
	background-color: #3a3e4b;
	height: 100%;
	width: 100px;
	position: fixed;
	left: 100px;
	bottom: 0;
	z-index: 999;
}

img[b-ccf5g1yfd7] {
	display: inline;
	width: 90%;
	max-width: 100%;
	height: 90%;
	margin: 5%;
}

a[b-ccf5g1yfd7] {
	cursor: pointer;
}

a img[b-ccf5g1yfd7] {
	width: 60%;
	max-width: 100%;
	height: 60%;
}

.navSquare[b-ccf5g1yfd7]{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #99AAB5;
	text-align: center;
}

.navSquare > a[b-ccf5g1yfd7] {
	text-decoration: none;
	color: white;
	margin: 0px;
}

.navSquare > .monkeySpin[b-ccf5g1yfd7] {
	animation-name: spin-b-ccf5g1yfd7;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
}

@keyframes spin-b-ccf5g1yfd7 {
	from {
		transform:rotate(0deg);
	}
	
	to {
		transform:rotate(360deg);
	}
}

.navSquare:hover[b-ccf5g1yfd7] {
	background-color: #4d515d;
}

.noHover:hover[b-ccf5g1yfd7] {
	background-color: #3a3e4b;
}

.selected[b-ccf5g1yfd7] {
	background-color: #317ed4 !important;
}

@media only screen and (max-width: 1024px) {
	nav[b-ccf5g1yfd7] {
		width: 70px;
		left: 70px;
	}

	.navSquare[b-ccf5g1yfd7]{
		width: 70px;
		height: 70px;
		font-size: 80%;
	}
}

@media only screen and (max-width: 720px) {
	nav[b-ccf5g1yfd7] {
		flex-direction: row;
		height: 70px;
		width: 100%;
		position: sticky;
		float: bottom;
	}

	.navSquare[b-ccf5g1yfd7]{
		width: 70px;
		height: 70px;
		font-size: 80%;
		border-right: 1px solid #99AAB5;
		border-bottom: none;
	}
}
/* /Components/Navbar.razor.rz.scp.css */
nav[b-wnfdy97hma] {
	display: flex;
	flex-direction: column;
	float: left;
	background-color: #3a3e4b;
	height: 100%;
	width: 100px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

img[b-wnfdy97hma] {
	display: inline;
	width: 90%;
	max-width: 100%;
	height: 90%;
	margin: 5%;
}

a[b-wnfdy97hma] {
	cursor: pointer;
}

a img[b-wnfdy97hma] {
	width: 60%;
	max-width: 100%;
	height: 60%;
}

.navSquare[b-wnfdy97hma]{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #99AAB5;
	text-align: center;
}

.navSquare > a[b-wnfdy97hma] {
	text-decoration: none;
	color: white;
	margin: 0px;
}

.navSquare > .monkeySpin[b-wnfdy97hma] {
	animation-name: spin-b-wnfdy97hma;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
}

@keyframes spin-b-wnfdy97hma {
	from {
		transform:rotate(0deg);
	}
	
	to {
		transform:rotate(360deg);
	}
}

.navSquare:hover[b-wnfdy97hma] {
	background-color: #4d515d;
}

.noHover:hover[b-wnfdy97hma] {
	background-color: #3a3e4b;
}

.selected[b-wnfdy97hma] {
	background-color: #317ed4 !important;
}

@media only screen and (max-width: 1024px) {
	nav[b-wnfdy97hma] {
		width: 70px;
	}

	.navSquare[b-wnfdy97hma]{
		width: 70px;
		height: 70px;
		font-size: 80%;
	}
}

@media only screen and (max-width: 720px) {
	nav[b-wnfdy97hma] {
		flex-direction: row;
		height: 70px;
		width: 100%;
		position: sticky;
		float: bottom;
	}

	.navSquare[b-wnfdy97hma]{
		width: 70px;
		height: 70px;
		font-size: 80%;
		border-right: 1px solid #99AAB5;
		border-bottom: none;
	}
}
/* /Components/Row.razor.rz.scp.css */
.row[b-4imdjyh0qh] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.row[b-4imdjyh0qh] {
        flex-direction: column;
        width: 90%;
    }
}

@media only screen and (max-width: 720px) {
	.row[b-4imdjyh0qh] {
        width: 100%;
    }
}
/* /Components/Skill.razor.rz.scp.css */
li:nth-child(odd)[b-2msl6jtm99]{
	margin-top: 5px;
	width: 60%;
	float: left;
}

li:nth-child(even)[b-2msl6jtm99]{
	width: 40%;
	float: right;
}

sup[b-2msl6jtm99] {
	font-size: 0.6em;
}
/* /Components/SkillsList.razor.rz.scp.css */
.skills[b-z8orcu6vb7] {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	list-style-type: none;
	min-width: 150px;
}
/* /Layout/GamesLayout.razor.rz.scp.css */
.games-container[b-93p734s5py] {
	display: flex;
	flex-direction: column;
	float: right;
	padding: 4%;
	width: 95%;
	left: 200px;
}

@media only screen and (max-width: 1024px) {
	.games-container[b-93p734s5py] {
		left: 140px;
	}
}

@media only screen and (max-width: 720px) {
	.games-container[b-93p734s5py] {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 90%;
		left: 0px;
		position: relative;
	}
}
/* /Layout/MainLayout.razor.rz.scp.css */
.container[b-k63v25jbo5] {
	display: flex;
	flex-direction: column;
	float: right;
	padding: 4%;
	width: 85%;
	left: 100px;
}

@media only screen and (max-width: 1024px) {
	.container[b-k63v25jbo5] {
		left: 70px;
	}
}

@media only screen and (max-width: 720px) {
	.container[b-k63v25jbo5] {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: 90%;
		left: 0px;
		position: relative;
	}
}
/* /Pages/Blog/Index.razor.rz.scp.css */
/* /Pages/Blog/Post.razor.rz.scp.css */
.blogHeaderImage[b-rqmh77azpk] {
	display: block;
	width: 50%;
	margin: 10px;
	float: right;
}
/* /Pages/Games/Nim.razor.rz.scp.css */
img[b-1uic91l2lr]{
    padding: 3px;
    height: 130px;
    cursor: pointer;
 }
 
 .disabled[b-1uic91l2lr] {
    cursor: default;
    opacity: 0.5;
 }
 
 .aiSelected[b-1uic91l2lr] {
    border-style: solid;
    border-width: 3px;
    border-color: #FF6740;
    border-radius: 10px;
    padding: 0px;
 }

 #gameBoard[b-1uic91l2lr] {
    width:100%;
    height:95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .row[b-1uic91l2lr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
 }
/* /Pages/Index.razor.rz.scp.css */
.col[b-yl8r29hrg7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a[b-yl8r29hrg7] {
	text-decoration: none;
	color: white;
	margin: 0px;
}

p > a[b-yl8r29hrg7] {
	text-decoration: underline;
}

h4 > a[b-yl8r29hrg7] {
	text-decoration: underline;
}

.footnote[b-yl8r29hrg7] {
	font-size: small;
	padding-left: 1%;
}

@media only screen and (max-width: 1024px) {
    .col[b-yl8r29hrg7] {
        width: 90%;
    }
}
