body {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	border: 3px solid #f1f1f1;
}

input[type=password], input[type=file], input[type=text] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.column.input[type=text] {
	width: 20%;
	padding: 2px 0px;
	margin: 2px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
/*
input[type=submit] {
	color: white;
	text-decoration: none;
	width: 10%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid rgb(128, 255, 255);
	background: rgb(4, 189, 251);
	box-sizing: border-box;
}

input[type=submit]:hover {
	background: rgb(121, 220, 253);
}

*/

.normal {
	color: white;
	text-decoration: none;
	width: 10%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid rgb(128, 255, 255);
	background: rgb(4, 189, 251);
	box-sizing: border-box;
}

.normal:hover {
	background: rgb(121, 220, 253);
}

.login {
	color: white;
	text-decoration: none;
	width: 10%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid rgb(255, 21, 21);
	background: rgb(255, 0, 0);
	box-sizing: border-box;
}

.login:hover {
	background: rgb(255, 128, 128);
}

.list {
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 2px 2px;
	margin: 0 0;
	display: inline-block;
	border: 1px solid rgb(128, 255, 255);
	background: rgb(4, 189, 251);
	box-sizing: border-box;
}

.sort {
	color: white;
	text-decoration: none;
	width: 10%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid rgb(255, 21, 21);
	background: rgb(255, 0, 0);
	box-sizing: border-box;
}

.sort:hover {
	background: rgb(255, 128, 128);
}

button:hover {
	opacity: 0.8;
}

.button {
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	background-color: rgb(4, 189, 251);
}

.buttonfloat {
	position: absolute;
	top: 0;
	right: 0;
}

.property {
	width: 100%;
	border: 1px solid #888;
}

.welcome {
	font-size: 20px;
	width: 100%;
	padding: 16px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.container {
	padding: 16px;
}

.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	/* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.row::after 
{
	content: "";
	display: table;
	clear: both;
}

.column_individual
{
	border: 3px solid #f1f1f1;
	float: left;
	width: 10%;
	padding: 15px;
}

.column_marriage
{
	border: 3px solid #f1f1f1;
	float: left;
	width: 15%;
	padding: 15px;
}

@media screen and (max-width: 1600px) 
{
  .column 
  {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}

.error 
{
	color: rgb(255, 0, 0);
}

.pages a
{
	color: white;
	text-decoration: none;
	width: 32px;
	padding: 1px 1px;
	margin:0 0;
	display: inline-block;
	border: 1px solid rgb(0, 0, 0);
	background: rgb(4, 189, 251);
	box-sizing: border-box;	
}

.familycard a
{
	color: white;
	text-decoration: none;
	width: 90px;
	padding: 1px 1px;
	margin:0 0;
	display: inline-block;
	border: 1px solid rgb(0, 0, 0);
	background: rgb(4, 189, 251);
	box-sizing: border-box;	
}