@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,500,500i,600,600i,700,700i,800,800i,900|Poppins:400,400i,500,500i,600,600i,700');

/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333333;
}

/* Paragraph Typo */
p {
    color: #666;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}

p a {
    color: #fff;
}

/* Link Typo */
a {
    color: #666;
    outline: none;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #999999;
}

/* HTML-5 Element Typo */
header,
detail,
article,
aside,
hgroup,
nav,
section,
figure,
figcaption,
footer {
    display: block;
}

audio,
video,
canvas {
    float: left;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {

    list-style: none;
}

ul ul {
    margin: 0;
    padding: 0;
}

ol {
    float: none;
    padding-left: 15px;
    list-style: decimal;
}

ol ol {
    margin-left: 20px;
}

ol li {
    width: 100%;
    list-style: decimal;
}

.city_department_text a,
.section_heading span {
    font-family: 'Montserrat', sans-serif;
}

.city_office_text h6,
.city_about_text h6 {
    font-family: 'Poppins', sans-serif;
}

.thumb,
figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.thumb img,
figure img {
    float: left;
    width: 100%;
}

img {
    max-width: 100%;
}


iframe {
    float: left;
    width: 100%;
    border: none;
}
