/**
 * NOTICE OF LICENSE
 *
 * This source file is released under commercial license by Lamia Oy.
 *
 * @copyright  Copyright (c) 2019 Lamia Oy (https://lamia.fi)
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px;
    margin: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #323333;
}

h1 {
    margin: 24px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333333;
}

a {
    text-decoration: none;
    transition: color 195ms ease-in-out;
    cursor: pointer;
    color: #54b948;
}

a:focus,
a:active,
a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 16px;
}

div {
    width: 100%;
}

/*** #IMAGES ***/

img {
       border: 0;
       flex: 1;
   }

.logo {
    width: 100px;
    margin-bottom: 48px;
}

.header-image {
    width: 100%;
}

.icon {
    width: 24px;
    height: 24px;
    float: right;
}

/*** #MAINTENANCE-INFORMATION ***/

.maintenance-information {
    max-width: 894px;
}

/*** #CONTACT-INFORMATION ***/

.contact-info {
    margin-top: 32px;
}

.contact-info-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
}

.contact-info-section > div {
    width: 50%;
    min-height: 40px;
}

.contact-info-section-text {
    padding: 0 24px;
    text-align: left;
}

.contact-info-section-text span {
    display: block;
}

.phone-number,
.email-address {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: normal;
}
