/* Basic
======================================================= */
html { font-size: 10px; font-family: 'Lato', sans-serif;}
a {
    color: #0090BE;
    text-decoration: none;
    transition: ease 0.4s color;
}
a:hover { color: #0168A0;}
strong, b {font-weight: bold;}
em, i { font-style: italic;}
p {
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 300;
}

.hide {
     display: none !important;
}

.show {
    display: block !important;
}

/* Tablet ============== */
@media screen and (min-width: 600px) {

}

 /* Desktop ============== */
 @media screen and (min-width: 992px) {

 }
