/* =====================
   GLOBAL STYLES
   ===================== */

html,body{
    margin:0;
    padding:0;
}
body {
    background: url(https://shieldlawgp.com/wp-content/uploads/2025/01/shieldbg.png) 0 0 #08202d;
    background-size:cover;
    background-repeat:no-repeat;
}
header h1,
header h2{
    font-family: "Playfair Display", serif;
    color:#fff;
    text-align:center;
    line-height:1em;
}
header h2{
    font-size:24px
}
header i{
    color:#DDAA44;
    text-decoration:underline
}
aside{
    font-family: "Playfair Display", serif;
    padding:50px 20px 60px;
    text-align:center;
    background:#fff;
}
aside h3{
    font-size:3em;
    margin:0 0 20px
}
aside div{
    padding:5px;
}
aside p{
    font-size:1.5em;
    margin:0;
    font-family: "Montserrat", sans-serif;
}
aside p span{
    display:block;
    font-size:5em;
    font-weight:700;
    font-size:3em;
    font-family: "Playfair Display", serif;
}
#slglogo{
    width:50%;
    max-width:170px;
    margin:50px auto 60px;
    display:block;
}
footer{
    padding:20px 20px;
    background:#00111a;
}
footer a,footer p{
    color:#fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size:12px;
    text-align:center;
	opacity:.5;
}
footer p:first-last{
    font-size:14px;
}
h1{
    font-size:3.5em
}
h2{
    font-size:2.6em!important;
}
nav {
    padding:20px 25px;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
header{
    padding:10px 0 20px
}
#slglogo2{
    height:3.5em;
}
nav div {
    display: block;
    width: 50%;
    float: left;
}
nav div:last-child {
    text-align: right;
}
nav a {
    display: block;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 2.8em;
    font-weight: 600;
    color: #ddaa43;
}

/* =====================
   TABLET STYLES
   ===================== */

@media (min-width: 768px) and (max-width: 1024px) {
    #slglogo2{
        height:3em;
    }
    nav a {
        font-size:2em;
    }
    h1{
        font-size:2.6em
    }
    h2{
        font-size:2em!important;
    }
    aside p{
        font-size:1.4em;
    }
    aside h3{
        font-size:2.4em;
    }

}


/* =====================
   MOBILE STYLES
   ===================== */

@media (max-width: 767px) {
    #slglogo2{
        display:none;
    }
    nav a {
        font-size:2.5em;
    }
    nav div:last-child {
        width: 100%;
        text-align:center;
    }
    h1{
        font-size:2.4em
    }
    h2{
        font-size:1.5em!important;
    }
    aside p span{
        font-size:4em;
    }
    aside p{
        font-size:1em;
    }
    aside h3{
        font-size:2.2em;
    }

}