html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
strong,
address,
div {
 font-family: 'Raleway', sans-serif;
 font-weight: 500;
 color: #333;
 line-height: 1.6;
}

.bold {
 font-weight: 700;
}

.boldx {
 font-weight: 900;
}

.it {
 font-style: italic;
}

.m0 {
 margin: 0;
}

.p0 {
 padding: 0;
}

.logo {
 width: 100px;
 height: auto;
}

footer img {
 height: 30px;
 width: auto;
}

.dark-tws {
 background-color: #363839;
}

address {
 font-style: normal;
}