@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&family=Jura:wght@300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Ysabeau+Office:ital,wght@0,1..1000;1,1..1000&display=swap');
body{font-family: "Open Sans", sans-serif;}
		h1 {
    font-size: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    
    font-weight: 400;
    padding: 0 15px 30px 15px;
    margin: 0;
}
.info-table--wrapper {
overflow: auto;
}

.info-table {
  font-size: 16px;
}

.info-table td:first-child {
  text-align: left;
}

.info-table th{
  background-color: #08344f;
  color: white;
  font-weight: 100;
  padding: 10px;
  border: 1px solid #ddd;
  min-width: max-content;
}

.info-table td,
.info-table th {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.25;
}

.info-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.main-logo{max-width: 250px;
    width: 100%;
    display: block;
    margin: 3% auto 0 auto;}
	
	.main-page{text-align:center;}
	.main-page h1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    padding: 0 0 70px 0;
    margin: 0 auto;
    max-width: 785px;
    width: 100%;
}

.main-page p{font-size: 25px;font-weight: 400;margin: 0 0 5px 0;}

footer{background: #08344f;
    height: 200px;
    margin: 100px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;    width: 100%;}
	
	.main-button{    background: #08344f;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 30px 34px;
    margin: 0 auto 30px;
    display: block;
    max-width: 600px;width:100%;}
	.main-button:hover{     background: #115783;}
	
	
	
@media (min-width: 320px) and (max-width: 479px) {
    h1 {
        font-size: 20px;
        line-height: 24px;
    }
	.main-page h1 {
    font-size: 23px;
	line-height: 27px;
}
.main-page p {
    font-size: 20px;
}
footer{font-size: 30px;}
.main-button{ padding: 10px 0;}
}

@media (min-width: 480px) and (max-width: 767px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
    }
	
.main-page h1 {
    font-size: 23px;
	line-height: 27px;
}	

.main-page p {
    font-size: 20px;
}
footer{font-size: 30px;}
.main-button{ padding: 10px 0;}
}