/*
Copyright Robertson's Plumbing & Gasfitting 2024
Created By Tiger Lily Web Services 2024
Fort Saskatchewan, Alberta, Canada
*/

/*#region Small Screen Size (320px-749px)*/

/*#region Variables*/
:root
{
    --red: #D1332A;
    --dark-grey: #3D3D3D;
    --white: #F8F8F8;
    --med-grey: #D9D9D9;
}
/*#endregion Variables*/

section.privacy-policy{
    padding: 2rem 1.25rem;
}

/*#region Typography*/
body, a
{
    font-family: 'Roboto', sans-serif;
    color: black;
}

section.privacy-policy a
{
    text-decoration: none;
    cursor: pointer;
}

section.privacy-policy a:hover{
    text-decoration: underline;
}

section.privacy-policy h1, h2{
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: black;
    margin-bottom: 0.75rem;
}

section.privacy-policy h2{
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

section.privacy-policy p{
    font-size: 1rem;
    line-height: 1.25rem;
    color: black;
    margin-bottom: 0.75rem;
}

section.privacy-policy div.contact-info{
    margin-bottom: 0.75rem;
}

section.privacy-policy div.contact-info p{
    margin-bottom: 0rem;
}

section.privacy-policy b{
    font-weight: bold;
}



/* #endregion */

/*#region Medium Screen Size (750px-1159px)*/

@media only screen and (min-width: 750px)
{
   

}

/*#endregion Medium Screen Size (750px-1159px)*/

/*#region Large Screen Size (1160px-1439px)*/

@media only screen and (min-width: 1160px)
{
    
}

/*#endregion Large Screen Size (1190px-1439px)*/

/*#region Extra Large Screen Size (1440px)*/

@media only screen and (min-width: 1440px)
{

}

/*#endregion Extra Large Screen Size (1440px)*/