IfOnlyInc.com Joomla 4 User.css

@import url(https://fonts.bunny.net/css?family=open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800i);
body {font-family: 'Open Sans', sans-serif;}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}



/* Define Color variables See other examples below 
.colors1 {
  --website-color-1: #0000ff;
  --cassiopeia-color-primary: var(--website-color-1);
}
*/
:root {
  --cassiopeia-color-primary: #0000ff;
  --cassiopeia-color-link: #005B88;
/*  --cassiopeia-color-hover:#77D2FF; */
  --cassiopeia-color-hover:#003399;  

}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: currentColor;
    text-decoration: none;
    position: relative;
    font-weight: bold;
 
}

.metismenu.mod-menu .mm-toggler {
    color: currentColor;
    user-select: none;
    box-shadow: none;
    background: 0 0;
    border: none;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
    position: relative;
     font-weight: bold;
}

/* See: https://magazine.joomla.org/all-issues/september-2021/joomla-4-tweak-cassiopeia-with-a-top-banner-and-horizontal-navigation */
/* Banner Image */
.mybanner {
  min-width: 100%;
}

/* Menu */

/* Override the lila background with white */

.container-header {
  background-image: none;
  background-color: #ffffff;
}

/* Menu Text should now be white */
.container-header .mod-menu {
    color: #0000ff;
}

/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; 
    padding: 3px 15px;
    color: #000000;
}



/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color:#ffffff;
}

/* We need to change the color of the Hamburger Menu because red on red is not good */
.container-header .navbar-toggler {
    
  color: #0000ff;
    border: 1px solid #005B88;
}
/* Setting a Frame Layout */
.site-grid {
    background-color: #ffffff;
}
.btn
.header {
    background-color: #0000ff;
   /*background-color:#f4f6f7;*/
}

.grid-child {
    /*padding: 3px 15px;*/
    /*background-color:  #f4f6f7;*/
   /* background-color:  #ffffff;*/
 /* background-color: #9A2520;*/
}

.btn-primary {
    background-color: #0000ff
   /* border-color: var(--cassiopeia-color-primary); */
}

/* Footer */
.footer {
  background-color: #ffffff;
  background-image: none;
  color: #fff;
  margin-top: 1em;
}

.footer .grid-child {
   display: Block;
}


/* Other example of Useing the variables See: https://slides.woluweb.be/cassiopeia/cassiopeia.html 
.colors1 {
  --website-color-primary: 37, 143, 167;
  --website-color-hover: 242, 48, 48;
  --cassiopeia-color-primary: rgba(var(--website-color-primary),0.5);
  --cassiopeia-color-hover: rgb(var(--website-color-hover));
  --cassiopeia-color-link: rgb(var(--website-color-primary));
}*/




#shadow-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #97FF97;
    /*background-color: #97FF97; */
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #adadad;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #adadad;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #adadad;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #adadad;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1) inset;
    clear: both;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

#comp-w { background:#ffffff; clear:both;margin:0 auto; padding:20px;  min-height:50px;  -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; border:1px solid #adadad;

-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, 1); -moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, 1); box-shadow:inset 0 0 10px rgba(0, 0, 0, 1);}

#comp-a { background:#E4E4E4; clear:both;margin:0 auto; padding:20px;  min-height:50px;  -webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px; border:1px solid #adadad;

-webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, 1); -moz-box-shadow:inset 0 0 10px rgba(0, 0, 0, 1); box-shadow:inset 0 0 10px rgba(0, 0, 0, 1);}


