/* Syffinity css stylesheet v 1.6 */

/* define standard color pallet as variables */

:root {
  --blue-100: #0db3e8;
  --blue-200: #2635ff;
  --blue-300: #1725c8;
  --blue-400: #111c96;
  --white-100: #fff;
  --dark-000: #111;
  --dark-100: #333;
  --dark-400: #444;
  --dark-600: #777;
  --dark-800: #eee;
  --shaddow-light: #0002;
  --shaddow-dark: #0009;

  --syVlightTurquoise: #4AF4F0;
  --syVVlightTurquoise: #4AF4F0AA;
  --lightBlue: var(--blue-100); 
  --syLBlue: var(--blue-200);
  --syBlue: var(--blue-300);
  --syDBlue: var(--blue-400);
  --white-root: var(--white-100);
  --syLightTurquoise: #0DB3E8;
  --syLighterTurquoise: #00a0ba;
  --syLightestTurquoise: #acfffd;
  --syTurquoise: #007CA7;
  --syPurple: #854CA1;
  --syRed: #AC4A42;
  --grey: #f7f7f7;
  --mGrey: var(--dark-800);
  --dGrey: var(--dark-400);
  --pageColor: none;
  --backColor: #fff;
  --pageHeadBack: #ddd;
  --syAccordianBack: #eee;
  --footColor: #ddd;
  --topNavBack: var(--white-100);
  --sidebarBack: #fff;
  --sidebarHover: #007CA7;
  --sidebarColor: #1725c8;
  --sidebarButtonColor: #fff;
  --sidebarDropContainer: #eee;
  --sidebarDropColor: #1725c8;
  --sidebarSublinkActive: #999;
  --footerHover: #bbbbbb;
  --galleryActive: var(--lightBlue);
  --galleryBorder: #eeeeeeee;
  --activeLink: rgb(80, 100, 255);
  --menuText: #000;
  --text-color: var(--dark-000);
  --box-shadow-c:  var(--shaddow-light);
  --accActive: var(--syBlue);
  --syListMarker: var(--syBlue);
  --galleryLink: var(--syBlue);
  --galleryBackColor: var(--white-100);
  --headings: var(--syBlue);
  --imgPromptBack: #1725c8aa
}

/*  general styles  */

* {
  box-sizing: border-box;
}

html {
  min-height:100%;
  position: relative;
  word-wrap: break-word;
}

body {
  font-family: "Trebuchet MS", Monserrat, Lato, Calibri, Tahoma, Helvetica, sans-serif;
  font-size: 1.1em;
  background-color: var(--pageColor);
  margin: 0;
  height:100%;
  text-align: center;
}

a {
  color: var(--syBlue);
}

/*  inlone styles used */

.fRight {
  float: right;
}

.imgCover {
  margin:0;
  padding:0.1em;
  font-size:1em;
  background-color:var(--imgPromptBack);
}

.clientName {
 font-size:1.5em;
 text-align:center;
 margin-block-start: 0.5em;
 margin-block-end: 0.5em;
}

 margin-block-start: 0.5em;
 margin-block-end: 0.5em;

/*    images   */
    /* for below-header images */
.imgcenter {
 background-size: 100% 100%;
 position: relative; 
 display: flex;
 align-items:center;
 justify-content:center;
 place-items: center;
 width: 100%;
}

.pageHead {
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0;
}

.manSysImg {
  background-image: url('images/MangementSystems.png');
  background-size: cover;
  min-height:18em;
}

.pageImg {
  width:100%;
  max-height:10em;
  opacity:0.9;
}

.pageImg10 {
  width:100%;
  max-height:10vw;
  opacity:0.9;
}

.pageImg15 {
  width:100%;
  max-height:15vw;
  opacity:0.9;
}

.clientIco {
  margin:auto;
  margin-top:0.25em;
  width:10em;
  align-content:center;
}

/* image gallery  */

/*   flexbox for icons  */

.responsivegallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
} 

.responsivegallery a{
 color: var(--galleryLink);
}

.gallery {
  height: 100%;
  min-height:0em;
  width: 9em;
  margin: 0.8em;
  border-radius: 1em;
  padding: 0.4em 0.2em;
  background-color: var(--galleryBackColor);
  box-shadow: 0.3em 0.3em 0.8em 0.2em rgba(0, 0, 0, 0.7);
}

.galleryLightShadow {
  box-shadow: 0.4vw 0.5vw 0.7vw 0.2vw var(--box-shadow-c);
}

.galleryIntro{
  height: 100%;
  min-height:0em;
  width: 80%;
  margin: 0.8em;
  border-radius: 1em;
  padding: 0.4em 0.2em;
  font-size: 1.2em;
  background-color: none;
}

.galleryAnim {
  height: 100%;
  min-height:0em;
  width: 50%;
  margin: 0.8em;
  border-radius: 0.7em;
  padding: 0.4em 0.2em;
  background-color: var(--galleryBackColor);
  box-shadow: 0.3em 0.3em 0.8em 0.2em var(--box-shadow-c);
}

.gallery:hover {
  color: var(--galleryLink);
  background-color: var(--syVlightTurquoise);
}

.gallery.active {
  background-color: var(--galleryActive);
}

.gallery a {
 color: var(--galleryLink);

}

.gallery a:hover {

}

.gallery img {
  display: block; 
  width: 95%;
  height: auto;
  margin: auto;
  text-align: center;
}

.gDescription {
  color: inherit;
  padding: 0.1em;
  font-size: 1.2em;
  text-align: center;
  height:100%
  min-width: 0;
  flex: 1;
}

.gDescription a {
  text-decoration: 
}

/*  gallery for text blocks */

.responsivetext {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.responsivetextcols {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.textgallery {
  width: 30%;
  overflow: hidden;
  margin: 0.75em;
  border: 0.1em solid var(--galleryBorder);
  border-radius: 0.7em;
  padding: 0.4em 1.2em 0.4em 1.2em;
  text-align: left;
  transition: 0.7s;
  background-color: var(--backColor);
  box-shadow: 0.3vw 0.4vw 0.6vw 0.1vw var(--box-shadow-c);
}

.textgallery35p {
  width:35%;
}

.textgallery45p {
  width: 45%;
  overflow: hidden;
  margin: 0.75em;
  border: 0.1em solid var(--galleryBorder);
  border-radius: 0.7em;
  padding: 0.4em 1.2em 0.4em 1.2em;
  text-align: left;
  transition: 0.7s;
  background-color: var(--backColor);
  box-shadow: 0.3vw 0.4vw 0.6vw 0.1vw var(--box-shadow-c);
}

.textgallery40 {
 width: 40em;
}

.textgallery50 {
  width: 50em;
}

.textgallerycols {
  width: 100%;
  margin: 0.8em auto;
  border: 0.1em solid var(--galleryBorder);
  padding 0 0.3m;
  text-align: center;
  box-shadow: 0.3vw 0.4vw 0.6vw 0.1vw rgba(0, 0, 0, 0.2);
}

.textheader {
  padding: 0.2em 0.4em 0.2em 0.4em;
  text-align: center;
  height: 4.5em;
}

.textheadercols {
  padding: 0 0.5em;
  text-align: left;
  height: 1.5em;
}

.textheadercols h3 {
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
}

.textdescription {
  padding: 0.2em 2em 0.2em 0em;
  font-size: 1em;
  width: 100%;
  text-align: left;
}

.textdescriptioncols {
  padding: 0.2em 2em 0.2em 0.6em;
  font-size: 1em;
  width: 100%;
  text-align: left;
}

/* Privacy Policy */

.textgalleryPP {
  width: 90%;  
  margin: 0.6em;
  border: 0.1em solid var(--galleryBorder);
  border-radius: 1.5em;
  padding 0 0.2em;
  text-align: center;
  box-shadow: 0.3vw 0.4vw 0.6vw 0.1vw rgba(0, 0, 0, 0.2);
}

.textheaderPP {
  padding: 0.2em 0.4em 0.2em 0.9em;
  text-align: left;
}

.textdescriptionPP {
  padding: 0.2em 2em 1em 2em;
  font-size: 1em;
  width: 100%;
  text-align: left;
}


/*    standard styling    */
h1 {
  color: var(--headings);
  font-size: 2.5em;
}

h2 {
  color: var(--headings);
  font-size: 1.45em;
}

h3 {
  color: var(--headings);
  font-size: 1.15em;
}

.smallMargins {
  padding-bottom:0;
  margin-block-start:0.3em;
  margin-block-end:0.3em;
}

.whiteTxt {
  color: white;
}

.centerTxt {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.syBlueTxt {
  color: var(--syBlue);
}

.syTurquoiseTxt {
  color: var(--syTurquoise);
}

li {
  padding-bottom: 0.4em;
  font-size: 0.9em;
}

ul {
// padding-block-start: 0.2em;
 margin-block-start: 0;
 margin-block-end: 0;
 color: var(--text-color);
}

ul.syList {
 padding: 0.2em 0.3em 0.5em 0.8em;
}

li.syListItem {
 list-style-type: square;
 padding: 0.3em 0.4em 0.4em 0.2em;
 margin-left:0.9em;
 font-size: 1em; 
}

li.syListItem::marker {
 color: var(--syListMarker);
}

ol {
 padding-block-start: 0.05em;
 margin-block-start: 0;
 margin-block-end: 0;
 color: var(--text-color);
}

ol.syList {
 padding: 0.3em 0.6em;
}

li.syListItemOL {
 padding: 0.3em 0.4em 0.4em 0.5em;
 margin-left:0.9em;
 font-size: 1em; 
}

li.syListItemOL::marker {
 color: var(--syListMarker);
 font-size: 1.2em; 
}

p {
  font-size: 1em;
  color: var(--text-color);
}

p.noPad {
  padding:0;
  margin:0;
}

p.smallEndPad {
  padding-bottom:0;
  margin-block-end:0.4em;
}

p.small {
  padding-top: 0em;
  font-size: 0.7em;
}

.ListItemOL {
 color: var(--syBlue);
 font-size: 1.2em; 
}

li.ppList {
 font-size: 1em;
}

div.smallTxt {
  font-size: 0.8em;
}

.syTitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.h1HeaderRight {
  flex-basis: 70%;
  font-size: 2em;
  color: var(--headings);
  padding: 0.4em 0.3em 0.4em 1em;
  font-weight: bold;
  text-align: left;
}

.h1HeaderLeft {
  float: left;
  align-content: flex-start;
}

.imgContainer {
  flex: 70%;
  padding: 0.4em 0 1em 0.3em;
}

.syLogoIndex {
  align-content: center;
  float: left;
  max-width: 400px;
  padding: 10px 5px 10px 15px;
  aria-hidden: true;
}

.syLogo1 {
  float: right;
  width: 100%;
  min-width: 20vw;
  padding: 10px 5px 10px 15px;
  aria-hidden: true;
}

.syLogo3 {
  width: 95%;
  align-content: center;
  max-width: 60em;
  padding: 0.2em;
  aria-hidden: true;
}

.syName1 {
  width: 50%;
  max-width: 300px;
  align-content: center;
  padding: 10px 5px 10px 15px;
  aria-hidden: true;
  margin:auto;
}

.contents {
padding-bottom:1em;

}

/* container for side-sideways  */

.maincontent {
  transition: margin-left 0.5s;
  margin: 0;
  padding: 0 0px;
  left: 0;
  display: block;
  height: 100%;
}

/* floating sticky menu bar */

.syLogo2 {
  float: right;
  height: 1.6em;
  margin-left: auto;
}

.syBurger {
  float: left;
  height: 1.3em;
  padding: 0.3;
}

.syLogoSide {
  padding: 0.2em;
  height: 1.4em;
}

.burger_span {
  display: none;
  align-self: flex-end;
  margin-right: auto;
  float: left;
  cursor: pointer;
  padding: 0.5em;
  text-align: center;
}

.burger_span:hover {
  background-color: var(--syVlightTurquoise); 
}

     /* burger menu bars */

    div.symenu {
      height: 0.2em;
      width: 2em;
      background-color: var(--syBlue);
      margin: 0.3em;
      border-radius: 1em;
    }

.topnav {
  overflow: hidden;
  width: 100%;
  background-color: var(--topNavBack);
  display: block;
  position: sticky;
  top: 0;
  font-size: 1.1em;
  border-radius: 0.3vw;
  box-shadow: 0.2vw 0.2vw 0.3vw 0.1vw rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: top 0.6s;
}

.topnav a { 
  float: left;
  display: block;
  color: var(--syBlue);
  text-align: center;
  align-items: center;
  padding: 0.35em 0.9em;
  text-decoration: none;
}

.topnav a.active {
  background-color: var(--syBlue);
  color: white;
}

.topnav a:hover {
  background-color: var(--syVlightTurquoise); 
  color: var(--syBlue);
  outline-style: none;
}

#topnavlogo {
 padding: 0.35em 0.4em 0.35em 0.4em;
}

#syTopnav2 {
  display: flex;
  flex-wrap: wrap;
  float: center;
  min-height: 2.3em;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

#topnavpadding {
   display: block;
   height:2.3em
}

.bodyBack {
  background-color: var(--backColor);
  padding: 0.2em 3em 1em 3em;
  text-align: center;
}

.mailLink {
  display: block;
  font-size: 1em;
  float: right;
  overflow: hidden;
  font-weight: bold;
}

.mailLink a {
  padding: 0.3em;
}

.mailLinkS {
  font-size: 1.15em;
}

.mailLink a:hover{
  color: var(--syTurquoise);
  background-color: white;
}

.blueBack {
  background-image: linear-gradient(to right, var(--syDBlue), var(--syLBlue));
  padding: 0.2em 1em 2em 1em;
}

/*   slideover side menu   */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  font-size: 1.4em;
  background-color: var(--sidebarBack);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 0.4em 0.4em 0.4em 1em;
  text-decoration: none;
  color: var(--sidebarColor);
  display: block;
  transition: 0.3s;
}

.sidenav a.active {
  background-image: linear-gradient(to right, var(--syDBlue), var(--syLBlue));
  border-radius: 0.3em;
  color: white;
}

.sidenav a:hover {
  color: var(--sidebarHover);
  font-weight: bold;
  outline-style: none;  
}

.sidenav a.active:hover {
  background-color: var(--syBlue);
  color: var(--syVlightTurquoise);
}

.sidenav .closebtn {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0.3em;
  font-size: 1.8em;
}

/* Contact button */

.syContact {
  background-image: linear-gradient(to right, var(--syDBlue), var(--syLBlue));
  margin: auto;
  margin-top:0.5em;
  margin-bottom:0.5em;
  color: var(--white-100);
  font-size: 1em;
  border-radius: 0.4em;
  cursor: pointer;
  width: 80%em;
  border: none;
  text-align: centre;
  outline: none;
  overflow:hidden;
  padding: 0.8em 2em;
  box-shadow: 0.2vw 0.2vw 0.3vw 0.1vw var(--box-shadow-c);
}


/*   Accordian  */

.syAccordian {
  background-image: linear-gradient(to right, var(--syDBlue), var(--syLBlue));
  margin: auto;
  margin-bottom:0.5em;
  color: var(--white-100);
  font-weight: bold;
  font-size: 1em;
  border-radius: 0.4em;
  cursor: pointer;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  scroll-margin-top: 2.8em;
  padding: 0.5em;
  box-shadow: 0.2vw 0.2vw 0.3vw 0.1vw var(--box-shadow-c);
}

.syAccordian.active, .syAccordian:hover {
  background-image: linear-gradient(to right, var(--syVlightTurquoise), var(--syVVlightTurquoise));
  color: var(--accActive);
}

.syAccordian:after {
  content: '+';
  font-size: 1em;
  color: var(--white-100);
  text-align: top;
  float: right;
  margin-left: 0.5em;
}

.syAccordian.active:after {
  content: '\2012';
  color: var(--syBlue);
}

.syPanel {
  padding: 0 1.5em 1em 1.5em;
  display: block;
  background-image: linear-gradient(to right, var(--grey), var(--backColor));
  overflow: hidden;
  width: 78%;
  margin: auto;
  margin-bottom:0.5em;
  border-radius: 0.4em;
  text-align: left;
  box-shadow: 0.2em 0.2em 0.3em 0.1em var(--box-shadow-c);
}


/* for customer reviews */

.revAccordian {
  display: block;
  background: none;
  color: var(--syBlue);
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding: 0 0.5em 0.5em 0.5em;
}

.revAccordian.active, .syAccordian:hover {
  color: var(--accActive);
}

.revAccordian.active {
  color: var(--syBlue);
}

.revAccordian:after {
  content: 'More >';
  font-size: 1em;
  color: var(--syBlue);
  text-align: top;
  float: right;
  margin-left: 0.5em;
  text-decoration: underline;
}

.revAccordian.active:after {
  content: 'Less <';
  color: var(--syBlue);
}

.revPanel {
  padding: 0 1.5em 1em 1.5em;
  display: none;
  background: none;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* footer layout  */

.syfooter {
  width: 100%;
  background-image: linear-gradient(to right, var(--syDBlue), var(--syLBlue));
  padding:0 1em 0.5em 1em;
  text-align: center;
  color: var(--white);
}

.syfootRow {
  margin: 0em 1em;
}

.syfootCol {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0.5em;
}

.syfootCard {
  padding: 0.2em 0 0em 0;
  text-align: center;
  background-color: none;
}

.syfootCard a {
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.syfootCard a:hover {
  color: var(--footerHover);
}

/*  responsive adjustments for media settings & viewport  */

@media (prefers-color-scheme: dark){
:root {
  --white-root: var(--dark-000);
  --pageColor: var(--dark-000);
  --backColor: var(--dark-000);
  --syBlue: var(--white-100);
  --text-color: var(--white-100);
  --box-shadow-c:  var(--shaddow-dark);
  --topNavBack: var(--dark-100);
  --sidebarBack: var(--dark-100);
  --sidebarColor: var(--white-100);
  --sidebarHover: var(--syVlightTurquoise);
  --mGrey: var(--dark-000);
  --grey: var(--dark-100);
  --accActive: var(--blue-300);
  --syListMarker: var(--syVlightTurquoise);
  --galleryLink: var(--blue-300);
  --headings: var(--syVlightTurquoise);
  --syTurquoise: var(--syVlightTurquoise);
  --syBlue: var(--syVlightTurquoise);
 }
}

@media (forced-colors: active) {
  .syAccordian {border-style:solid; scroll-margin-top: 3.2em;}
  .syPanel {border-style:solid;}
  div.symenu {border-style:solid; border-width: 0.2em;}
  .syLogo2 {height: 2em;}
  .syContact {border:solid;}
  .sidenav a.active {color: var(--sidebarHover);}
  .gallery {border:solid; border-width: 0.2em; background-color: var(--galleryBackColor);}
  .topnav {border:solid; border-color:white; border-width: 0 0 0.2em 0; background-color: var(--galleryBackColor);}
}
}

/* viewport widths  */



@media screen and (max-width:1024px) {
  .textgallery {width: 30%; padding: 0.3em 0.6em 0.4em 0.6em;}
}

@media screen and (width < 1200px) {
  .textgallery {width: 55%; padding: 0.3em 0.6em 0.4em 0.6em;}
  .textgallery45p {width: 90%;}
}

@media screen and (width <= 1024px) {
  .textgallery {width: 55%; padding: 0.3em 0.6em 0.4em 0.6em;}

}

@media screen and (width <= 800px) {
  .syfootCol {width: 100%; display: block; margin-bottom:1em;}
  #syTopnav2 {display: block;}
  .syTitle {flex-wrap: wrap; justify-content: center; align-items:center;}
  .h1HeaderRight {font-weight:bold; font-size: 1.5em; flex-basis: 100%; text-align: center;  padding: 0.4em 0.3em 0.4em 0.3em;} 
  .syAccordian {width:97%;}
  .syPanel {width:95%;}
  .bodyBack {padding: 0.2em 1em 1em 1em;}
  .blueBack {padding: 0.2em 1em 2em 1em;}
  #mailLarge {display:none;}
  .galleryAnim {width: 95%}
  .textgallery {min-width: 95%; padding: 0.3em 0.8em 0.4em 0.8em;}
  .textgallery45p {width: 90%;}
}

@media screen and (width <= 600px) {
  .textgallery {min-width: 95%; padding: 0.3em 0.9em 0.4em 0.9em;}
  .textgallery p {padding: 0.3em 1em}
  .syList {padding: 0.3em 0.3em;}
  ol.syList {padding: 0.3em 0.4em;}
}

@media screen and (width <= 500px) {
  .syPanel {padding: 0 0.8em 1em 0.8em;}
  ul.syList {padding: 0.3em 0.3em 0.3em 0.8em;}
  ul {padding: 0.2em 0.3em 0.5em 1.2em;}
}

@media screen and (width <= 400px) {
  .textgallery {word-wrap: break-word;}
  .textgalleryPP {width: 100%; margin:0.2em;}
  .textdescriptionPP {width: 100%; padding:0.8em; font-size:0.9em;}
  .bodyBack {padding: 0.2em 0.9em 1em 0.9em;}
  .h1HeaderLeft {flex-basis: 90%;}
  ul.syList {padding: 0.3em 0.6em 0.3em 1.2em;}
  li.syListItem {padding: 0.3em 0.1em 0.4em 0.1em; margin-left:0.2em;font-size: 0.9em;}
  li.ppList {padding: 0.3em 0.1em 0.4em 0.1em; margin-left:0.2em;font-size: 0.9em;}
}

@media screen and (width <= 300px) {
  .gallery {width: 95%;}
  #topnavlogo {display:none}
}

@media screen and (width < 150px) {
  #mailSmall {display:none}
}

@media screen and (min-width:800px) {
  #mailSmall {display:none}
}

@media screen and (min-width:1200px) {
  .textgallery45p {width: 30%;}
}

