@charset "utf-8";
/* CSS Document */

body {
    background-color: #d7e4c2;
    margin: 0px;
    padding: 0;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 30px;
    text-align: left;
    color: #41393d;
    margin-left: 10px;
    display: inline-block;
    width: 1400px;
	}

header {
    background-color: white;
    margin: 10px 10px 10px 5px;
    width: 1400px;
}

h4 {
    font-size: 44px;
    text-align: center;
    color: #A81725;
    margin-left: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: normal;
}

h5 { 
	font-size:40px; 
	text-align:center;
  	color:#41393d;
  	margin-left:10px;
	font-family:impact, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}	

h2 { 
	font-size:40px; 
	text-align:center;
  	color:#41393d;
  	margin-left:10px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
} 
	
p {
    font-size: 30px;
    text-align: justify;
    color: #41393d;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

footer {
    color: #d7e4c2;
    background-color: #41393d;
    padding: 20px;
    font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
    font-size: 30px;
    text-align: center;
    right: auto;
	}
		
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #41393d; 
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #be1e2d;
}


 Table style CSS 
table, th, td {
	border: 10px solid black;
	border-collapse: collapse;
}
th, td {
    padding: 15px;
    text-align: center;
    font: allan, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: xx-large;
    color: #41393d;
    font-style: normal;
    border-style: none;
    font-weight: 700;
    width: 1200px;
}
table {
  width: 75%;    
  background-color: #FDFDFD;
  margin-left: auto;
  margin-right: auto;
}

.mission {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media (max-width: 1120px)
p {	font-size: 1.25rem;
}

@media (max-width: 1450px){
}
