/* body settings
***/

body.fayatbody {
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
}


/* Headings
***/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Krub', sans-serif;
}

h1 {
    color: #0154a0;
}


/* Font family
***/

div,
p,
span {
    font-family: 'Montserrat', sans-serif;
}


/* Other components styling
***/

.wrapper {
    height: auto;
}

header {
    display: block;
    position: relative;
    height: 80px;
}

figure.logo {
    display: block;
    height: 80px;
}

figure.logo img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    margin: auto;
}

.left-image img {
    width: 70%;
}