@import url(https://fonts.googleapis.com/css?family=Lato:900,300);

header .faq-header {
  text-align:center;
  font-weight: 900;
}

.heading{
  text-decoration: underline;
}

.push-right{
 margin-left:22px;
}

.faq-ol{
	margin:0 auto; 
	max-width: 700px;
}

h1,
h2 {
    font-weight: 500;
}
h1,
h2,
li,
p,
ul {
    font-style: normal;
    font-variant: normal;
    line-height: 23px
}
body {
    font-family: Lato;
    background-color: #35465c;
    color: white;
    text-align: justify; 
   /* display: inline-block; */
    padding-left: 15px;
    padding-right: 15px;
}

a {
cursor: pointer;
color: white;
font-weight: 900; 
}

a:hover{
	color:red;

}

h1 {
    font-size: 23px
}
h2 {
    font-size: 17px
}
li,
p,
ul {
    font-size: 14px;
    font-weight: 300;
    list-style: none
}