/**
Theme Name: stora-brudkaupssyningin
Author: Oggupons ehf.
Author URI: http://wpastra.com/about/
Description: Stóra Brúðkaupssýningin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stora-brudkaupssyningin
Template: astra
*/

@media screen {

    /* almennt */

    p {
        font-size:18px!important;
        line-height: 1.5em!important;
    }

    p label {font-size: 14px!important;}

    .page-id-68 p {
        font-size: 20px!important;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height:1.3em!important;
    }

    h1 {
        font-size: 50px!important;
    }

    h2 {
        font-size: 40px!important;
    }

    h3 {
        font-size: 30px!important;
    }

    ul, li {
        padding: 0;
        margin: 0;
        list-style-type:none;
        list-style-position: inside;
    }

    .site-logo-img img {
        filter: drop-shadow(0px 0px 10px #ffffff);
    }

    /* Footer */

    .ast-custom-footer{
        background: rgb(117,96,61);
        background: linear-gradient(324deg, rgba(117,96,61,1) 0%, rgba(153,120,72,1) 48%, rgba(117,96,61,1) 100%);
    }

    .ast-custom-footer a:link, .ast-custom-footer a:visited {
        color:#fff;
        text-decoration: none;
    }

    .ast-custom-footer a:hover, .ast-custom-footer a:active {
        color:#fff;
        border-bottom: 1px solid #fff;
    }

    .ast-custom-footer ul.footer-menu li {
        list-style-type: none;
        list-style-position: inside;
        display:inline;
    }

    .ast-custom-footer ul.footer-menu li:not(:first-child):before {
        content: " / ";
        padding: 0 10px;
    }

    p.responsible {
        margin: 0 0 10px;
    }

    /* sticky header */

    .ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
        max-height: 100px!important;
        width: auto;
    }
}

/* Tablet layout */
@media (max-width: 1024px) {

    h1 {
        font-size: 36px!important;
    }

    .page-id-68 h1 {
        font-size:30px!important;
    }
    
    h2 {
        font-size: 30px!important;
    }
    
    h3 {
        font-size: 22px!important;
    }

    p {font-size:18px!important;}


}

/* Mobile layout */
@media (max-width: 767px) {

    li.simi, li.netfang {
        font-size:20px;
        padding: 10px 0;
    }

    .ast-custom-footer ul.footer-menu li {
        list-style-type: none;
        list-style-position: inside;
        display:block;
    }

    .ast-custom-footer ul.footer-menu li:not(:first-child):before {
        display:none;
    }

    h1 {
        font-size: 36px!important;
    }

    .page-id-68 h1 {
        font-size:30px!important;
    }

    .page-id-68 p {
        font-size: 18px!important;
    }
    
    h2 {
        font-size: 30px!important;
    }
    
    h3 {
        font-size: 22px!important;
    }

    p {font-size:18px!important;}

}