/* all devices */

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa.woff') format('woff'),
         url('../fonts/Comfortaa/Comfortaa.ttf') format('truetype');
  }

p {
    font-size: 1.2em;
}

h1 {
    color:red;
    font-family: 'Comfortaa';
    font-size: 2.2em;
}

h2 {
    color:red;
    font-family: 'Comfortaa';
    font-size:1.6em;
}

h3 {
    color:red;
    font-family: 'Comfortaa';
    font-size:1.4em;
}

.red {
    color:red;
}

.a1:link {
    font-weight: normal;
    text-decoration:none;
    color: black;
}

.a1:visited {
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.a1:hover {
    font-weight: normal;
    text-decoration: none;
    color: red;
}

.a1:active {
    font-weight: normal;
    text-decoration: none;
    color: red;
}

.li2 {
    color:red;
    font-size: 1.2em;
}