@import url("https://use.typekit.net/euf6zic.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;400;500;600;700&display=swap');

#introHeader {
   	text-align: center;
 width:auto;
    height:148px;
    margin-left:0%;
    margin-top:5%;
    background: #000081 url("../img/introHeader.svg") top center no-repeat
}

#introText {
    text-align: left;
    width:65%;
    max-width:300px;
    height:auto;
    margin-left: auto; 
    margin-right: auto;
    overflow-y:none;
}

#introFooter {
    width:250px;
    height:50px;
    margin-top:2%;
    margin-left: auto; 
    margin-right: auto;
}
h1 {
    font-family: "apparat", Arial,Helvetica,sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

p {
    margin-top:2%;
}

ul.introList li {
    line-height:200px;
}
.introButton {
	padding: 5px 5px;
	border: 0px solid #00E4C4;
	border-radius: 0px;
	color: #001c77;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	width:100%;
	text-align:center;	
	height: 20px;
	line-height: 20px;
	display: block;
	background: #00E4C4;
	
}
#introButtonLeft {
    float:left;
    top:10px;
    left:0;  
    width:100px;
    text-align:center;
    display:inline-block;
}

#introButtonRight {
    float:right;
    top:10px;
    right:0;  
    width:100px;
    text-align:center;
    display:inline-block;
}

hr.solid {
  border-top: 1px solid #00E4C4;
}