/* CUSTOM FONTS  */

h2.item-title, .item-title h2, .item-page .page-header h2 {
    font-family: PT Serif;
}
.item-page .page-header h2 {
    font-size: 28px;
    margin: 0;
}


h1 {
    font-size: 38px;
    line-height: 1.1;
}

/*  ÚTLÍNA TEKIN ÚT ÚR SMÁMYND  */


/*  RAMMI UNDIR MENU NÁI ALLA LEIÐ  */

.ja-module .nav>li>a, .module-menu .nav>li>a {
    color: #909090;
    background: #f5f5f5;
    padding: 6px 12px;
    position: relative;
    left: 0;
    -webkit-transition: left .2s ease;
    transition: left .2s ease;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 24px;
    /* border: 1px solid #ddd; */
    border-radius: 0;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.055); */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}