@charset "utf-8";
/* CSS for navi */

table {
	/*border-collapse: collapse;*/
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

nav td {
	font-size: 26px;
	background-color: #444D53;
	width: 100px;
	height: 40px;
	color: white;
	text-align: center;
	border: 1px solid black;
	border-radius: 15px;
}
tr a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.div1 {
	font-family: 'Signika Negative', sans-serif;
	background-color: #135880;
	color: white;
	font-size: 50px;
	font-size: 600x;
	height: 100px;
    }
	.divred {
       background-color: #135880;
	   color: white;
	   height: 80px;
	  
}
.equal-height-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.first {
  background-color: #FFF;
  padding: 20px;
  flex: 1;
}

.second {
  background-color: black;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.second-a {
  background-color: #F7F7F7;
  flex: 1;
  font-size: 28px;
}

.second-b {
  background-color: #FFFFFF;
  flex: 1;
    font-size: 28px;
}
.second-c {
  background-color: #F7F7F7;
  flex: 1;
    font-size: 28px;
}
ol {
	color: #FFFFFF;
	font-size: 25px;
	}
	li {
	font-family: "Garamond";
	margin-left: 30px;
	}
	ul {
	color: ##FFFFFF;
	line-height: 30px;
	}
	ol {
	color: #FFFFFF;
	font-size: 25px;
	}
	li {
	font-family: "Garamond";
	margin-left: 30px;
	}
	.basic-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	color: white;
	font-size: 26px;
	font-family: Garamond;
 }
.card {
	color: black;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #677076;
	height: 200%;
	width: 100%;
	border-radius: 4px;
	transition: all 500ms;
	overflow: hidden;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.div4 {
	
   font-size: 24px;
   font-family: Georgia;
}
a {
		text-decoration: none;
		text-decoration-color: #A9CCE3; 
		color: #FBEEE6;
	}
	a:visited {
	color: #CDCDCD;
	}
	a:hover {
		color :#19CA36;
	}
.box-1 {
	width: 50px;
	height: 50px;
	background-color: #B99B9B;
	display: inline-block;
	font-size: 20px;

}
@media (min-width: 800px) {
	.box-1 {
		width: 150px;
	}
}
@media (min-width: 1300px) {
	.box-1 {
		width: 250px;
		height: 300px;
	}
}