/*
  Theme:       Corporate Blues
  Author:      Ray W. Johnson / https://csrtci.com/about/raywjohnson/
  Description: Custom theme create from scratch. Old School!
  Version:     1.0.0
  License:     Copyright (c) 2025 CSR Tech Concepts Inc All Rights Reserved.
*/

*:before, *:after {
  box-sizing: border-box
}

* {
  box-sizing: border-box;
}


html, body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #09F;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #00F;
}

.ai {
  position: absolute;
  top: -15px;
  right: -15px;

  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF;
  color: #00F;
  text-align: center;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ai:hover {
  background-color: #00F;
  color: #FFF;
}

.lite a,
.lite a:hover,
.lite a:visited {
  color: #FFF;
}

p {
  margin: 0.50rem 0;
  padding: 0.50rem 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1 { font-size: 2.00rem; }
h2 { font-size: 1.80rem; }
h3 { font-size: 1.60rem; }
h4 { font-size: 1.40rem; }
h5 { font-size: 1.20rem; }
h6 { font-size: 1.00rem; }

.section h3 {
  margin-bottom: 1rem;
}

.maxw {
  max-width: 900px;
  margin: 0 auto;
}

#wrapper {

}

#header {
  background: #4BF;
  padding: 1rem 0;
}

#header div.head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;

  justify-content: center;
  align-items: center;
}

#header div.logo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;

  justify-content: center;
  align-items: center;
}

#header nav {
  display: flex;
  justify-content: flex-end;
/*
  align-items: right;
*/
  padding: 1rem 2rem;
}
#header nav a {
  padding-left: 1rem;
  color: #FFF;
  font-weight: bold;
}
#header nav a:hover {
  color: #000;
}

#header div.andr {
  text-align: right;
  font-weight: bold;
}
#header div.andr > div:first-child {
}

#content {

}

#footer {
  background: #4BF;
}

#footer div.foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;

  padding: 1rem;
}
#footer div.foot a {
  color: #000;
}
#footer div.foot a:hover {
  color: #FFF;
}

.icontext {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem;
}

#copyright  {
  background: #09F;
}

#copyright div.cpyrt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;

  padding: 1rem 0;
}

#copyright div.si {

}

#copyright div.cr {
  text-align: right;
}

.section {
  padding: 2rem;
}

.section:nth-child(odd) {
  background: #E9F7FF;
}

.section:nth-child(even) {
  background: #FFF;
}

.section div.page {

}

.section div.page h2 {
  border-bottom: 1px solid #333;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

blockquote {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #09F;
  font-size: 4em;
  top: .2em;
  position: relative;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.grid2-1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.50rem;
}

.grid3 > div > h6 {
  text-align: center;
  margin-top: 0.50rem;
}
.grid3 > div > img {
  display: block;
  margin: auto;
}

.blocks > div {
  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section:nth-child(odd) .blocks > div:not(.special) {
  border: 1px solid #B2E3FF;
  background: #FFF;
  padding: 0.75rem;
}

.section:nth-child(even) .blocks > div:not(.special) {
  border: 1px solid #09F;
  background: #E9F7FF;
  padding: 0.75rem;
}

.blocks > div > h3,
.blocks > div > h4,
.blocks > div > h5,
.blocks > div > h6 {
  text-align: center;
}

/*
.blocks > div > p {
  text-align: justify;
}
*/
.blocks > div > b,
.blocks > div > a {
  display: block;
  text-align: center;
}
.blocks > div > a > img {
  display: block;
  margin: auto;
}

.portfolio-item {
  text-align: center;
  font-size: 0.80rem;

  border: 1px solid #09F;
  background: #ffFFFf;
  padding: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

.portfolio-item img {
  border-radius: 0.25rem;
  width: 90px;
  height: 90px;
}
.portfolio-item span,
.portfolio-item a {
  display: block;
}

/*

#to-top {
  position: fixed;
  bottom: 0.50rem;
  right: 0.50rem;
  width: 40px;
  height: 40px;
  border: 1px solid #B2E3FF;
  border-radius: 0.25rem;
  z-index: 2;

  text-align: center;
  background: #09F;
}
#to-top a {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}
#to-top a,
#to-top a:hover,
#to-top a:visited {
  color: #B2E3FF;
}
*/

#Map {
  border-radius: 1rem;
}

.testimonial {
  font-size: 0.90rem;
}

.testimonial img {
  display: inline-block;
  float: left;
  margin: 0 0.25rem 0.25rem 0;
}

.company {
  font-size: 1.60rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.50rem;

}
.company > b {
  font-size: 2rem;
  color: #4BF;
}

.texts {
  position: relative;

  font-size: 1.40rem;
  margin: 0;
  padding: 1rem;

  background: #FFF;

  text-align: justify;

  border-radius: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

img.mug {
  border-radius: 0.75rem;
}

.pricing { background: #EFF; color: #333; border: 2px solid #0B0;  margin-bottom: 1.50rem; }
.pricing > h3 { background: #333; margin-bottom: 0.50rem; padding: 0.50rem; border-radius: 0.50rem 0.50rem 0 0; }
.pricing > h4 { color: #4BF; }
.pricing > h5 { font-style: oblique; border-bottom: 1px solid #333;  margin-bottom: 0.25rem; padding-bottom: 0.25rem; }
.pricing > p  { padding: 0.75rem; }
.pricing > h5 > span { color: #0B0; }

.silver { }
.silver > h3 { color: #C0C0C0; }
.silver > h4 { }
.silver > h5 { }
.silver > p  { }

.gold { }
.gold > h3 { color: #FFD700; }
.gold > h4 { }
.gold > h5 { }
.gold > p  { }

.platinum { }
.platinum > h3 { color: #E5E4E2; }
.platinum > h4 { }
.platinum > h5 { }
.platinum > p  { }

.wordpress { }
.wordpress > h3 { color: #FF00FF; }
.wordpress > h4 { }
.wordpress > h5 { }
.wordpress > p  { }

.specialty { }
.specialty > h3 { color: #FFA500; }
.specialty > h4 { }
.specialty > h5 { }
.specialty > p  { }


.support1 { }
.support1 > h3 { color: #ADD8E6; }
.support1 > h4 { }
.support1 > h5 { }
.support1 > p  { }


.support2 { }
.support2 > h3 { color: #B9DDFF; }
.support2 > h4 { }
.support2 > h5 { }
.support2 > p  { }


.support3 { }
.support3 > h3 { color: #DCF5FF; }
.support3 > h4 { }
.support3 > h5 { }
.support3 > p  { }


.diag-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #09F;
  border: 1px solid #000;
  border-radius: 0.25rem;
  color: #000;
  font-size: 1rem;
  padding: 0.25rem 0.50rem;
  margin: 0.25rem 0;
  cursor: pointer;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(128, 128, 128, 0.7);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.modalDialog > div {
  position: relative;
  margin: 10% auto;
  padding: 1rem 1rem;
  border-radius: 1rem;
  background: #FFF;
}

.modalDialog > div.cntctmsgs { max-width: 420px; }

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

@media screen and (max-width: 1020px) {
  .maxw {
    max-width: 780px;
  }
}

@media screen and (max-width: 820px) {
  .maxw {
    max-width: 640px;
  }
  .grid3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  #header div.head {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

/*
@media screen and (max-width: 740px) {

  #to-top {
    right: 50%;
  }
}
*/

@media screen and (max-width: 660px) {
  .maxw {
    max-width: 540px;
  }

  #footer div.foot {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    padding: 1rem 0;
  }
}

@media screen and (max-width: 600px) {
  #footer div.foot {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 580px) {
  #copyright div.cpyrt {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  #copyright div.si {
    text-align: center;
  }

  #copyright div.cr {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  #header nav {
    display: block;
    padding: 1rem
  }
  #header nav a {
    padding: 0.25rem;
  }
}

@media screen and (max-width: 460px) {
  .modalDialog > div {
    margin: 30% 2rem;
  }
}

@media screen and (max-width: 400px) {
  .blocks > div > p {
    text-align: center;
  }
}

@media screen and (max-width: 340px) {
  img.mug {
    width: 100%;
    height: auto;
  }
}

/* FIN */
