﻿@media (min-width: 1190px) {
	.card {
		background-color: #DCE4F8FF;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 25px;
		border: 3px solid #003365FF;
		box-shadow: 0 0 15px #00336588;

		overflow: hidden;
	}
	.card-fixwidth {
		width: 550px;
	}
	#home-maincard {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.card-headerbar {
		background-color: #003365FF;

		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
		
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;

		display: flex;
		justify-content: space-around;
	}

	.card-spacedbody {
		width: 90%;

		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.card-subsect {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.card-horzsect {
		display: flex;
		justify-content: space-between;
		align-content: center;
	}

	.card-pagecover {
		background-color: #00336588;

		width: 100%;
		height: 100%;
		
		top: 50px;
		left: 0px;

		position: absolute;
	}

	.card-expandbox {
		background-color: #003365FF;

		margin-bottom: 10px;

		width: 100%;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 10px;
		border: 0px solid #00000000;
		overflow: hidden;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-expandbox:hover {
			background-color: #067CEBFF;
		}
	.card-navcontainer {
		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
	}
	.card-navbtn {
		background-color: #003365FF;

		width: 100%;

		padding-top: 5px;
		padding-bottom: 5px;

		display: flex;
		justify-content: space-around;

		border: 0px solid #00000000;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-navbtn:hover {
			background-color: #067CEBFF;
		}


	#acctlist-delconfirm {
		width: 350px;

		margin-top: 150px;

		padding: 1px;
	}
	#acctlist-delheader {
		margin-top: 10px;
		margin-bottom: -25px;
	}
	#acctlist-nameinput {
		width: 250px;
	}
	#acctlist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#acctlist-delcancel {
		height: 30px;

		margin-top: 20px;
		margin-bottom: -10px;
	}


	#codelist-delconfirm {
		width: 350px;

		margin-top: 150px;

		padding: 1px;
	}
	#codelist-delheader {
		margin-top: 10px;
		margin-bottom: -25px;
	}
	#codelist-nameinput {
		width: 250px;
	}
	#codelist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#codelist-delcancel {
		height: 30px;

		margin-top: 20px;
		margin-bottom: -10px;
	}


	#docupload-card {
		width: 320px;
	}


	.splash-navbtn {
		width: 80px;
		height: 40px;

		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#splash-joinbtn {
		width: 80px;
		height: 30px;

		margin-top: 20px;
	}
	#splash-mainbody {
		width: 90%;

		margin-left: 25px;
		margin-right: 25px;
	}
	#splash-upcoming-header {
		border-bottom: 2px solid #DCE4F8FF;

		box-sizing: border-box;
	}
}

@media (min-width: 800px) and (max-width: 1189px) {
	.card {
		background-color: #DCE4F8FF;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 25px;
		border: 3px solid #003365FF;
		box-shadow: 0 0 15px #00336588;

		overflow: hidden;
	}
	.card-fixwidth {
		width: 550px;
	}

	.card-headerbar {
		background-color: #003365FF;

		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
		
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;

		display: flex;
		justify-content: space-around;
	}

	.card-spacedbody {
		width: 90%;

		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.card-subsect {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.card-horzsect {
		display: flex;
		justify-content: space-between;
		align-content: center;
	}

	.card-pagecover {
		background-color: #00336588;

		width: 100%;
		height: 100%;
		
		top: 60px;
		left: 0px;

		position: absolute;
	}

	.card-expandbox {
		background-color: #003365FF;

		width: 100%;

		margin-bottom: 10px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 10px;
		border: 0px solid #00000000;
		overflow: hidden;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-expandbox:hover {
			background-color: #067CEBFF;
		}
	.card-navcontainer {
		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
	}
	.card-navbtn{
		background-color: #003365FF;

		width: 100%;

		padding-top: 5px;
		padding-bottom: 5px;

		display: flex;
		justify-content: space-around;
		align-items: center;

		border: 0px solid #00000000;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-navbtn:hover {
			background-color: #067CEBFF;
		}


	#acctlist-delconfirm {
		width: 350px;

		margin-top: 150px;

		padding: 1px;
	}
	#acctlist-delheader {
		margin-top: 10px;
		margin-bottom: -25px;
	}
	#acctlist-nameinput {
		width: 250px;
	}
	#acctlist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#acctlist-delcancel {
		height: 30px;

		margin-top: 20px;
		margin-bottom: -10px;
	}


	#codelist-delconfirm {
		width: 350px;

		margin-top: 150px;

		padding: 1px;
	}
	#codelist-delheader {
		margin-top: 10px;
		margin-bottom: -25px;
	}
	#codelist-nameinput {
		width: 250px;
	}
	#codelist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#codelist-delcancel {
		height: 30px;

		margin-top: 20px;
		margin-bottom: -10px;
	}


	#docupload-card {
		width: 320px;
	}


	.splash-navbtn {
		width: 80px;
		height: 40px;

		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#splash-joinbtn {
		width: 80px;
		height: 30px;

		margin-top: 20px;
	}
	#splash-mainbody {
		width: 90%;

		margin-left: 25px;
		margin-right: 25px;
	}
	#splash-upcoming-header {
		border-bottom: 2px solid #DCE4F8FF;

		box-sizing: border-box;
	}
}

@media (min-width: 500px) and (max-width: 799px) {
	.card {
		background-color: #DCE4F8FF;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 25px;
		border: 3px solid #003365FF;
		box-shadow: 0 0 12px #00336588;

		overflow: hidden;
	}
	.card-fixwidth {
		width: 340px;
	}

	.card-headerbar {
		background-color: #003365FF;

		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
		
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 8px;

		display: flex;
		justify-content: space-around;
	}

	.card-spacedbody {
		width: 90%;

		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.card-subsect {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.card-horzsect {
		display: flex;
		justify-content: space-between;
		align-content: center;
	}

	.card-pagecover {
		background-color: #00336588;

		width: 100%;
		height: 100%;
		
		top: 50px;
		left: 0px;

		position: absolute;
	}

	.card-expandbox {
		background-color: #003365FF;

		width: 100%;

		margin-bottom: 10px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 10px;
		border: 0px solid #00000000;
		overflow: hidden;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-expandbox:hover {
			background-color: #067CEBFF;
		}
	.card-navcontainer {
		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
	}
	.card-navbtn {
		background-color: #003365FF;

		width: 100%;

		padding-top: 5px;
		padding-bottom: 5px;

		display: flex;
		justify-content: space-around;

		border: 0px solid #00000000;

		cursor: pointer;
		align-content: center;

		transition: background-color 0.25s ease;
	}
		.card-navbtn:hover {
			background-color: #067CEBFF;
		}

	
	#acctlist-delconfirm {
		width: 340px;

		margin-top: 150px;

		padding: 1px;
	}
	#acctlist-delheader {
		margin-top: 15px;
		margin-bottom: -10px;
	}
	#acctlist-nameinput {
		width: 220px;
	}
	#acctlist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#acctlist-delcancel {
		height: 30px;
	}


	#codelist-delconfirm {
		width: 340px;

		margin-top: 150px;

		padding: 1px;
	}
	#codelist-delheader {
		margin-top: 15px;
		margin-bottom: -10px;
	}
	#codelist-nameinput {
		width: 220px;
	}
	#codelist-delbtn {
		height: 24px;
		
		margin-left: auto;
		margin-right: 0px;
	}
	#codelist-delcancel {
		height: 30px;
	}


	#docupload-card {
		width: 280px;
	}


	.splash-navbtn {
		width: 75px;
		height: 40px;

		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#splash-joinbtn {
		width: 70px;
		height: 30px;

		margin-top: 20px;
	}
	#splash-mainbody {
		width: 90%;

		margin-left: 25px;
		margin-right: 25px;
	}
	#splash-upcoming-header {
		border-bottom: 2px solid #DCE4F8FF;

		box-sizing: border-box;
	}
}

@media (min-width: 0px) and (max-width: 499px) {
	.card {
		background-color: #DCE4F8FF;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 25px;
		border: 3px solid #003365FF;
		box-shadow: 0 0 10px #00336588;

		overflow: hidden;
	}
	.card-fixwidth {
		width: 280px;
	}

	.card-headerbar {
		background-color: #003365FF;

		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
		
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 8px;

		display: flex;
		justify-content: space-around;
	}

	.card-spacedbody {
		width: 90%;

		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.card-subsect {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.card-horzsect {
		display: flex;
		justify-content: space-between;
		align-content: center;
	}

	.card-pagecover {
		background-color: #00336588;

		width: 100%;
		height: 100%;
		
		top: 50px;
		left: 0px;

		position: absolute;
	}

	.card-expandbox {
		background-color: #003365FF;

		width: 100%;

		margin-bottom: 10px;

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;

		border-radius: 10px;
		border: 0px solid #00000000;
		overflow: hidden;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-expandbox:hover {
			background-color: #067CEBFF;
		}
	.card-navcontainer {
		width: 100%;

		margin-top: 0px;
		margin-bottom: 0px;
	}
	.card-navbtn {
		background-color: #003365FF;

		width: 100%;

		padding-top: 5px;
		padding-bottom: 5px;

		display: flex;
		justify-content: space-around;

		border: 0px solid #00000000;

		cursor: pointer;
		transition: background-color 0.25s ease;
	}
		.card-navbtn:hover {
			background-color: #067CEBFF;
		}


	#acctlist-delconfirm {
		width: 210px;

		margin-top: 150px;

		padding: 1px;
	}
	#acctlist-delheader {
		margin-top: 15px;
		margin-bottom: -10px;
	}
	#acctlist-delbtn {
		height: 18px;
	}
	#acctlist-delcancel {
		height: 20px;
	}


	#codelist-delconfirm {
		width: 210px;

		margin-top: 150px;

		padding: 1px;
	}
	#codelist-delheader {
		margin-top: 15px;
		margin-bottom: -10px;
	}
	#codelist-delbtn {
		height: 18px;
	}
	#codelist-delcancel {
		height: 20px;
	}


	#docupload-card {
		width: 210px;
	}


	.splash-navbtn {
		width: 60px;
		height: 40px;

		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	#splash-joinbtn {
		width: 60px;
		height: 30px;

		margin-top: 0px;
	}
	#splash-mainbody {
		width: 90%;

		margin-left: 25px;
		margin-right: 25px;
	}
	#splash-upcoming-header {
		border-bottom: 2px solid #DCE4F8FF;

		box-sizing: border-box;
	}
}