@import url('https://fonts.googleapis.com/css?family=Arvo|Lato|Open+Sans|Oswald|Raleway|Roboto|Qanelas+Soft|QanelasSoft|Qanelas');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Mr+Dafoe&family=Smooch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Smooch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Mr+Dafoe&family=Oleo+Script&family=Smooch&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
a
{
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
}

a:hover
{
    text-decoration: none;
   /* color: rgb(0, 0, 0);
    text-decoration-color: rgb(0, 0, 0);*/
}



#navTop
{
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.2s ease-out 0.3s; /* Transition effect when sliding down (and up) */
}

/*top section of the nav box brand name*/
.cmpyBrand
{
    position: block;
    background-color: #ffc400;
    padding-bottom: 11px;
    
    border-bottom-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    height: 55px;
    border-bottom-style: dotted;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.cmpyBrand > hr
{
    position: relative;
    height: 0px;
    color:   rgba(104, 104, 104, 0.466);
    border-color:  rgba(53, 7, 7, 0.466);
    background-color: rgba(104, 104, 104, 0.466);
    /*border: none;
    margin-bottom: 19px;*/
}

.cmpyName
{
    font-family:'Raleway';
    font-style: none;
    top:20px;
    left:30px;
   /* color: rgb(0, 0, 0);
    text-decoration-color: black;*/
}

.cmpyName >h3
{
    font-weight: 900;
}

.cmpyNameText
{
  font-family: 'Oswald', sans-serif ;
  color: rgb(0, 0, 0);
  text-decoration-color: black;   
  font-weight:800;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}


.cmpyName_subSection
{
    position: relative;
    
    font-family: 'Major Mono Display', monospace;

    top: 5px;
    right: 12PX;
    font-weight: bolder;
    font-size:28px;
    color: rgb(0, 0, 0);
    text-decoration-color: rgb(0, 0, 0);  
    
}

.cmpySlgn
{
    position: fixed;
    float:left;
    font-style: italic;
    color: rgb(255, 255, 255); 
    /* margin-left: 200px;
    padding-top:10px; */
    font-size:18px;
    top: 3px;
    left:120px;
    transition: top 0.2s ease-out 0.3s; /* Transition effect when sliding down (and up) */
}


.text-black
{
    color: rgb(0, 0, 0);
    text-decoration-color: black;   
    font-weight:bolder;
    font-family: 'Lato';
}

.cmpyLogo
{
    position: relative;
    width: 26px;
    height: 40px;
    top: -10px;
    left: 2px;
    right: 100px;
    padding: 10,10,10,10;
    /*color: rgb(0, 0, 0);
    text-decoration-color: black;*/
}


.cmpyLogo999 {
    top: -13px;
    left: -13px;
    right: 0px;
    position: relative;
    height: 40px;
    width: 75px;
    /*color: rgb(0, 0, 0);
    text-decoration-color: black;*/
}


/*.cmpySlgn
{
    position:relative;
    float:left;
    color: rgba(255, 255, 255, 0.849); 
    padding-left: 0px;
    padding-top:10px;
    top: 2px;
    left:-88px;
}*/


/* end of top section brand name*/
