@charset "UTF-8";
/***** Bronwyn Enterprise Solutions - Desktop ***/
/* Author: 9o9Designs 
/* Version: 1.1 
/* Release Date: March 14, 2025
/* Last Change Date: April 1, 2025
/*************************************/

@media only screen and (min-width:1025px){
    @font-face {font-family: Pirulen; src: url("https://bronwynenterprisesolutions.com/assets/fonts/Pirulen.otf");}
    .hideondesktop{
        display: none;
    }
    html{
        margin:0px;
        padding:0px;
        overflow:hidden;
        color:#002;
    }
    
    body{
	    width:99.8vw;
	    height:99.5vh;
	    margin:0;
	    padding:0;
	    overflow:hidden;
	    background: url("/assets/images/bg.webp") no-repeat 50% 50% / cover;
    }
    a{
	    color: #fe8429;
	    text-decoration:none;
    }
    a:hover{
	    color: #ff5320;
    }
    h1{
	    font-size:3.0em;
	    font-family:"Pirulen", serif;
	    text-align:center;
	    margin:50px 0px;
	    background: linear-gradient(to right, #f75800, #ff5e20,#fe8429, #ff8728);
	    background-clip: text;
	    -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    .logo{
	    width:553px;
	    height:262px;
	    background:url("https://bronwynenterprisesolutions.com/assets/images/beslogo.webp") no-repeat 0 0 / 100% 100%;
	    margin: 0 auto;
    }
    .logo img{
	    margin: 0 auto;
    }
    hr {
	    color: #ccc;
	    margin:50px 0;
    }
    p{
	    font-family: "Anta", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #b5b5b7;
        text-align:center;
        font-size:1.1em;
        padding:0px 5px;
    }
    .contact{
        width:100%;
        text-align:center;
        margin-top:20px;
    }
    .contact img{
        width:16px;
        height:16px;
        margin-left:20px;
    }
    .contact a{
        color:#b5b5b7;
    }
    .contact a:hover{
        color:#fe8429
    }
    #copyright{
	    text-align: center;
	    font-size:.9em;
	    color: #b5b5b7;
	    margin-top:40px;
    }
}/*** end media query ***/



/*** CHANGE LOG ***/

/* 1.1 - aded .contact class and formatting for the contact detail  - SNG */
