/**
 * @Author: Miguel Angel del Toro <elk>
 * @Date:   04-03-2019
 * @Email:  info@madeltoro.es
 * @Last modified by:   elk
 * @Last modified time: 04-03-2019
 * @Copyright: All right reserved. No for public use.
 */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 1.1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo {
  text-align: center;
  margin-top: 50px;
}

.logo img {
  max-width: 50%;
  margin: 0 auto;
}

.maintenance-text {
  margin-top: 60px;
  color: black;
  font-size: 20pt;
}

.logo .website-name {
  font-size: 40pt;
  color: black;
}
