


/* COLORS */
/* BODY YELLOW #fffeee */
/* TEXT DARK BLUE #0b146c */
/* HIGHLIGHT LINK BLUE #3c85f1 */
/* DULL BLUE #98b8e9 */

html {
  height: 100%;
}
body {
    font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #0b146c;
  background-color: #fffeee;
  display:  flex;
  flex-direction: column;
  min-height: 100%;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
header {
  position: realtive;
  top: 100;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 10px 50px;
  background-color: rgba(255, 254, 238, 100%);
  z-index: 1;
}
.announcement-bar {
  background-color: #a29d57;
  text-align: center;
  font-size: 24px;
  width: 100%;
  color: #fffeee;
  padding: 10px;
  z-index: 999!important;
  
}
.announcement-bar p {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.7;
}
.announcement-bar a {
  color: #3c85f1;
  font-weight: 500;
}
.announcement-bar a:hover {
  color: #0b146c;
}


a {
  text-decoration: none;
}
p a, ul a, h4 a {
  transition: 0.5s;
  color: #3c85f1;
  border-bottom: 1px solid rgba(60, 133, 241, 0);
  padding-bottom: 3px;
}
p a:hover, ul a:hover, h4 a:hover {
  transition: 0.5s;
  border-bottom: 1px solid rgba(60, 133, 241, 100);
  padding-bottom: 3px;
}

footer a {
  color: #fffeee;
   border-bottom: 1px solid rgba(255, 254, 238, 100);
  padding-bottom: 2px;
 transition: 0.5s;
}
footer a:hover {
 transition: 0.5s;
  color: #3c85f1;
  border-bottom: 1px solid rgba(60, 133, 241, 100);
  padding-bottom: 2px;
}


/* a:visited {
  color: #98b8e9;
} */
h1 {
font-family: chapman, sans-serif;
font-weight: 500;
font-style: italic;
  letter-spacing: 0.04em;
  font-size: 32px;
/*   font-family: essonnes-display, serif;
font-weight: 400;
font-style: italic;
  font-size: 36px; */
   float: left;
  color: #0b146c;
}
.header-select h1 {
  color: #98b8e9;
}
nav {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-top: 15px;
  float: right;
}
nav a {
  color: #0b146c;
  margin-left: 20px;
  transition: 0.5s;
  border-bottom: 1px solid #0b146c, 133, 241, 0);
  padding-bottom: 3px;
}
nav a:hover {
  color: #0b146c;
  border-bottom: 1px solid #0b146c;
  padding-bottom: 3px;
  transition: 0.5s;
}
nav a.selected {
  border-bottom: 1px solid #98b8e9;
  padding-bottom: 3px;
  color: #98b8e9;
}
nav a.selected:hover {
  color: #3c85f1;
  border-bottom: 1px solid #3c85f1;
  padding-bottom: 3px;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.hero, .callout, .about-hero, .about {
   text-align: center;
  margin: 0 auto;
}
.hero {
  max-width: 900px;
padding-top: 60px;
padding-bottom: 45px;
}
h2 {
font-family: canada-type-gibson, sans-serif;
  color: #98b8e9;
  font-weight: 100;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
   padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.image-feature {
  display:  flex;
  flex-direction: row;
  justify-content: center;
    margin-left:  50px;
  margin-right:  50px;
}
.image-feature img {
width: 900px;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.callout {
  max-width: 800px;
/*  padding: 1px;  */
}
/* .callout div {
  padding-bottom: 30px;
} */
h4 {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  padding-left: 50px;
  padding-right: 50px;
}
.about h4 {
  font-size: 24px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
}
.callout h4 {
  padding-top: 30px;
}
.button-spacing {
/*   margin-bottom: 50px; */
  padding-top:  15px;
  padding-bottom: 50px;
}
.button {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #0b146c;
  color: #fffeee;
  border: none;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.button:hover {
  background-color: #3c85f1;
  color: #fffeee;
  transition: 0.5s;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.quote {
   color: #3c85f1;
   border: solid 1px #3c85f1;
  max-width: 900px;
  margin-bottom: 50px;

}
blockquote {
  font-family: chapman, sans-serif;
font-weight: 400;
font-style: italic;

/*  font-family: freight-display-pro, serif;
font-weight: 300;
font-style: italic; */
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.2;
 padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
/*   margin-left: 50px;
  margin-right: 50px; */
  
/*   padding-bottom: 40px; */
}
.button.last {
  background-color: #3c85f1;
}
.button-spacing.last {
  padding-top: 20px;
  padding-bottom: 30px;
}
.button.last:hover {
  background-color: #0b146c;
  color: #fffeee;
  transition: 0.5s;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
footer {
  margin-top: auto;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #98b8e9;
  color: #fffeee;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
footer .left-foot {
  float: left;
}
footer .right-foot {
  float: right;
  text-align: right;
}
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.about-hero {
max-width: 800px;
padding-top: 100px;
padding-bottom: 30px;
}
h3 {
   font-family: canada-type-gibson, sans-serif;
/*   color: #98b8e9; */
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
  line-height: 1.3;
   padding-left: 50px;
  padding-right: 50px;
} 
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */
.about {
 max-width:  800px;
}
.about-last {
  padding-bottom: 50px;
}
.sec-title {
  padding-top:  40px;
  padding-bottom:  20px;
/*   font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px; */
  margin: 0 auto;
}
/* .about.frame h3 {
  color: #3c85f1;
font-family: freight-display-pro, serif;

font-weight: 300;

font-style: italic;
  font-size: 36px;
} */
/* .about h3 {
  color: #0b146c;
} */
.frame {
   color: #3c85f1;
   border: solid 1px #3c85f1;
  margin-top: 30px;
}
.statement {
 font-family: chapman, sans-serif;
font-weight: 400;
font-style: italic;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
  
}



p.statement-four {
    padding-bottom: 40px;
}
/* p.statement-one {
    padding-top: 40px;
} */
p {
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1.7;

}
p.bold, ul {
  font-family: canada-type-gibson, sans-serif;
font-weight: 300;
font-style: normal;
}
p.bold {
  padding-bottom: 15px;
  text-align: left;
}
p + p {
 text-indent: 2em;
}
.list-paragraph {
  padding-bottom: 20px;
padding-left:  100px;
  padding-right: 100px;
  font-family: essonnes-display, serif;
font-weight: 400;
font-style: italic;
  font-size: 20px;
letter-spacing: 0.03em;  
/*  text-align: left; */
}
.bold {
  font-family: canada-type-gibson, sans-serif;
font-weight: 300;
font-style: normal;
  letter-spacing: 0.03em;

} 
ul {
  list-style: disc outside;
text-align: left;
  padding-left: 80px;
  padding-right: 80px;
    letter-spacing: 0.03em;
  text-align: left;
}
li {
  padding-bottom:  10px;
}

/* ACCORDIAN ACCORDIAN */
/* ACCORDIAN ACCORDIAN */
/* ACCORDIAN ACCORDIAN */

/* ACCORDIAN ACCORDIAN */
/* ACCORDIAN ACCORDIAN */
/* ACCORDIAN ACCORDIAN */

.new-clients {
  padding-bottom: 50px;
}
.contact-mid {
  padding-top: 0px;
}
.contact-mid {
  padding-top: 0px;
}
.contact-top {
  padding-top: 100px;
}
.contact-bottom {
  font-size: 24px;
}
.contact {
  overflow: hidden;
  max-width:  800px;
  text-align: center;
  margin:  0 auto;
 padding-bottom: 30px;
}
.contact img {
  padding-left: 50px;
  padding-right: 50px;
}
.contact-left {
  float:  left;
  text-align: left;
}
.contact-right {
  float: right;
  text-align:  right;
}
.photos {
text-align: center;
max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display:  flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
 padding-left:  10px;
  padding-right:  10px;
}

.photo {
/*   width: 320px; */
position: relative;
  z-index: 0;
/*   margin: 10px; */
  /*  vertical-align: top;  */
}
.overlay {
  position: absolute;
  top:  7px;
  right:  176px;
  width:  60%;
  height: 60%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 1s;
  z-index: 2;
}
.photo h2 {
  position: absolute;
/*   top:  -15px;
  left:  -15px; */
  font-size:  32px;
  line-height:  1.2;
}
.photo:hover .overlay {
  opacity:  1;
}
/*  .photo img {
    transition:  filter 0.3s;
  } */
/* .photo:hover img {
  filter:  grayscale(100%);
} */

/* ---------------------------- */
.new-clients h4 {
  padding-bottom: 30px;
}
/* ---------------------------- */
/* ---------------------------- */

/*  */
/*  */
/*  */
.doxy-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 40px;
  font-size: 24px;
  line-height: 1;
  color: #3c85f1;
}
.doxy-box img {
max-width: 200px;

/*   border-radius: 20px; */
}
.boxed {
  display:  flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #3c85f1 ;
   padding: 20px;
  width: 35%;
/*   background: #3c85f1; */
/*   border-radius: 25px; */
/*   color: #fffeee; */
  text-align: center;
}
.boxed a {
/*  color: #fffeee; */
}
.boxed img {
  max-width: 60px;
  max-height: 100%;
}
.boxed p {
/*   padding-bottom: 15px; */
}
.boxed-pad {
/*   padding-bottom: 20px; */
}
.boxed button:hover {
  background-color: #98b8e9;
}
.logo {
  font-size: 12px;
}
/* DOXY BOX MOBILE */
.doxy-box-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 0px;
  font-size: 24px;
  line-height: 1;
  color: #3c85f1;
}
.doxy-box-mobile-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 1;
  color: #3c85f1;
}
.doxy-box-mobile img { 
/*   max-width: 35%; */
  max-height: 300px;

/*   border-radius: 20px; */
}
.boxed-mobile {
  display:  flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #3c85f1 ;
   padding: 20px;
  width: 35%;
/*   background: #3c85f1; */
/*   border-radius: 25px; */
/*   color: #fffeee; */
  text-align: center;
}
.boxed-mobile a {
/*  color: #fffeee; */
}
.boxed-mobile img {
  max-width: 60px;
  max-height: 100%;
}
.boxed-mobile p {
padding-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.boxed-pad-mobile {
/*   padding-bottom: 20px; */
}
.boxed-mobile button:hover {
  background-color: #98b8e9;
}
.logo-mobile {
  font-size: 12px;
}
/* END DOXY BOX MOBILE */

/* FORM */
/* FORM */
/* FORM */
/* 
* {box-sizing: border-box;}

input[type=text]:focus, textarea:focus {
  background-color: rgba(152, 184, 233, 0.24);
}
input[type=text]:focus, textarea:focus, input[type=submit]:focus {
   outline: none;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
   font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #3c85f1;
    color: #fffeee;
    border: none;
    padding: 8px 62px;
    text-align: center;
    text-decoration: none;
  display:block;
  margin: 0 auto;
  font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
}

input[type=submit]:hover {
    background-color: #c6c390;
    color: #fffeee;
    transition: 0.5s;
}
.theform {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.container {
max-width: 700px;
  border-radius: 0px;
  background-color: #fffeee;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
}
.required
{
    color: #DB613F;
}
input::placeholder, textarea::placeholder {
  color: #98b8e9;
  font-size: 16px;
  font-style: italic;
}
*/
/* END FORM */
/*
.form-note {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #c6c390;
}
*/
/* BODY YELLOW #fffeee */
/* TEXT DARK BLUE #0b146c */
/* HIGHLIGHT LINK BLUE #3c85f1 */
/* DULL BLUE #98b8e9 */
/* ALERT ORANGE #DB613F */

/* -----------------MEDIA--------------------- */
/* 1st MEDIA BREAK when nav gets kicked to second line */
@media (max-width: 885px) {
  .about-hero {
    padding-top: 140px;
  }
.contact-mid {
  padding-top: 0px;
}
.contact-top {
  padding-top: 140px;
  }

.hero {
  padding-top: 60px;
  }
  
 } 

/* -----------------MEDIA--------------------- */
/* -----------------MEDIA--------------------- */
 @media (max-width: 787px) { 
     
     .announcement-bar {

  font-size: 16px;
  
  
}

  h1 {
    font-size: 28px;
    
  }
  h2{
    font-size: 40px;
      padding-top: 0px;
  } 
  h3 {
    font-size: 26px;
    padding-left: 75px;
    padding-right: 75px;
    line-height: 1.3;
  }
     h4 {
    font-size: 20px;
  }
      .button-spacing {
     padding-bottom: 30px;
   }
   blockquote {
     font-size: 24px;
   }
 /* .about h4 {
     font-size: 20px;
  } */
.contact-bottom {
  font-size: 18px;
}
.statement {
 
  font-size: 20px;
  padding-right:  30px;
  padding-left:  30px;
  
}
  .doxy-box {
  display: none;
}
    .boxed-mobile {
     width: 60%;
   }
  .logo-mobile {
  padding-top: 10px;
}
}
/* -----------------MEDIA--------------------- */
/* -----------------MEDIA--------------------- */
@media (min-width: 787px) {
  .doxy-box-mobile {
    display: none;
}
  .doxy-box-mobile-2 {
  display: none;
  }
}
/* -----------------MEDIA--------------------- */
/* -----------------MEDIA--------------------- */
@media (max-width: 526px) {
  footer {
    font-size: 14px;
  }
  .doxy-box-mobile img {
/*     max-width: 50%; */
    /* border-radius: 20px; */
}
  .left-foot p {
    padding-bottom: 25px;
  }
  .contact-right {
    float: left;
    text-align: left;
    padding-top: 30px;
  }
  .contact p+p {
    text-indent: 0em;
  }
}
/* -----------------MEDIA--------------------- */
 @media (max-width: 483px) { 

  h1 {
    font-size: 24px;
}
   h2{
    font-size: 36px;
  } 
   .hero {
  padding-top: 45px;
  }
    .about-hero {
    padding-top: 120px;
  }
.contact-mid {
  padding-top: 0px;
}
.contact-top {
  padding-top: 120px;
  }

  h3 {
       font-size: 22px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.6;
  }
   
    /*  .button-spacing {
     padding-bottom: 30px;
   } 
   blockquote {
     font-size: 24px;
   } */
  .about h4 {
     font-size: 20px;
  }
/* .contact-bottom {
  font-size: 18px;
} */
.statement {
 
  font-size: 20px;
 padding-right: 40px;
    padding-left: 40px;
  
}
   .statement p {
       padding-right:  0px;
  padding-left:  0px;
   }
  
  .logo-mobile {
  padding-top: 10px;
}
}
/* -----------------MEDIA--------------------- */
/* -----------------MEDIA--------------------- */
 @media (max-width: 447px) { 
   nav a {
     font-size: 16px;
     
   }
   h2{
    font-size: 32px;
     padding-top: 0px;
  } 
   .hero {
  padding-top: 20px;
     padding-bottom: 30px;
  }
    .about-hero {
    padding-top: 120px;
  }
  .contact-mid {
  padding-top: 0px;
}
.contact-top {
  padding-top: 120px;
  }
h3 {
       font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.6;
  }
/*   
     h4 {
    font-size: 20px;
  } */
    /*  .button-spacing {
     padding-bottom: 30px;
   } */
   blockquote {
     font-size: 22px;
   } 
  .about h4 {
/*      font-size: 20px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
   .contact-left {
     padding-bottom:  20px;
   }
/* .contact-bottom {
  font-size: 18px;
} */

.statement {
/*   font-family: chapman, sans-serif; */
font-weight: 300;
font-style: normal;
  font-size: 18px;
/*  padding-right: 40px;
    padding-left: 40px; */
  
}
/*    .statement p {
       padding-right:  0px;
  padding-left:  0px;
   } */
  
  .logo-mobile {
  padding-top: 10px;
}
}

/* 6th MEDIA BREAK */
 @media (max-width: 443px) { 
   .contact-left{
     font-size: 17px;
   }
   .contact-right {
      font-size: 17px;
     padding-top: 1px;
   }
}

 @media (max-width: 428px) { 
    h1 {
    font-size: 22px;
/*         padding-bottom: 15px; */
        padding-top: 15px;
}
   h4 {
    font-size: 18px;
}
 blockquote {
    font-size: 20px;
}
   nav {
/*       float: none; */
    
   }
     nav a {
          float: left; 
/*    display: block;
    
  border: none;  */
  }
   li {
     font-size: 16px;
   }
   ul {
     padding-left:  60px;
     padding-right:  60px;
   }
   .contact img {
padding-left: 0px; 
    padding-right: 0px; 
}
   }

/* ---------------------------------------*/
@media (max-width: 408px) {
  h1 {
    font-size: 21px;
  }
  nav a {
    font-size:  14px;
  }
     h2{
    font-size: 28px;
     padding-top: 0px;
       
  } 
  .statement {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
    blockquote {
    font-size: 18px;
    padding: 20px;
    font-weight: 300;
    font-style: normal;
}
}

@media (max-width: 387px) {
  header {
    padding:  10px 30px;
  }
  nav a {
    margin-left: 30px;
}
  blockquote {
    font-size: 16px;
    padding: 10px;
}
  .button-spacing.last {
    padding-top: 5px;
    padding-bottom: 15px;
}
}

@media (max-width: 379px) {
  h1 {
    font-size: 19px;
    padding-top: 10px;
}
/*   header {
    padding: 10px 20px;
} */
  nav a {
    margin-left: 20px;
    font-size: 11px;
    font-weight: 500;
}
  h2 {
    font-size: 22px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
  h3 {
    font-size:  18px;
  }
  h4 {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
  .about h4 {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
  .about-hero {
    padding-top: 100px;
     padding-bottom: 20px;
}
.contact-mid {
  padding-top: 0px;
}
  .contact-top {
    padding-top: 100px;
     padding-bottom: 20px;
}
  .contact-left {
    font-size: 15px;
      padding:  1px 50px 20px;
}
.contact-right {
    font-size: 15px;
  padding:  1px 50px 0px;
}
  footer {
    font-size: 12px;
    padding: 10px 10px;
}
  .left-foot p {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
  .right-foot p {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
  .contact-bottom p {
    padding-left: 30px;
    padding-right: 30px;
}
  li {
     font-size: 14px;
   }
   ul {
     padding-left:  40px;
     padding-right:  30px;
   }
  .statement {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    padding-right: 15px; 
   padding-left: 20px; 
}
  p.bold {
    font-size: 16px;
    padding-left:  30px;
    padding-right:  30px;
  }
  .boxed-mobile {
    padding:  10px;
  }
.boxed-mobile p {
   font-size:  16px;
}
  .doxy-box-mobile img {
/*     max-width: 60%; */
  }
  .frame {
    color: #0054B8;
    border: solid 1px #0054B8;
     margin-top: 0px; 
}

}