@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/

body {
  color: #363b40;
  font: 300 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #06acbd;
  font-family: 'Lora', serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 62px;
    line-height: 70px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -2.5px;
  }
}

h2 {
  font-family: 'Crimson Text', serif;
  font-size: 36px;
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 64px;
    line-height: 58px;
    letter-spacing: -1px;
  }
}

h3 {
  font-family: 'Crimson Text', serif;
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 1199px) {
  h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.5px;
  }
}

h4 {
  font-weight: 700;
  color: #06acbd;
}

h5 {
  font-weight: 700;
}

h6 {
  color: #06acbd;
}

h2 a:hover,
h3 a:hover,
h5 a:hover {
  color: #06acbd;
}

h4 a:hover,
h6 a:hover {
  color: #363b40;
}

p a:hover,
.marked-list a:hover {
  text-decoration: underline;
}

p .fa,
.marked-list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 479px) {
  [class*='col-xs-']+[class*='col-xs-'] {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  [class*='col-sm-']+[class*='col-sm-'] {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  [class*='col-md-']+[class*='col-md-'] {
    margin-top: 40px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.row,
[class*='col-'] {
  position: relative;
}

/*=======================================================
                       Main Layout
=========================================================*/

h3+* {
  margin-top: 20px;
}

@media (min-width: 1199px) {
  h3+* {
    margin-top: 55px;
  }
}

*+h4 {
  margin-top: 40px;
}

h2+* {
  margin-top: 30px;
}

h2+.btn {
  margin-top: 45px;
}

/*=======================================================
                        Helpers
=========================================================*/

.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center-1 {
    text-align: center;
  }
  .inset-middle {
    margin: 10px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .inset-left {
    padding-left: 60px;
  }
  .inset-right {
    padding-right: 60px;
  }
  .inset-middle {
    padding: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .inset-left {
    padding-left: 15px;
  }
  .inset-right,
  .inset-right-2 {
    padding-right: 15px;
  }
  .inset-middle {
    padding: 15px;
  }
}

.offset-1 {
  margin-top: 5px;
}

@media (min-width: 1199px) {
  .offset-2 {
    margin-top: 78px;
  }
}

/*=======================================================
                        Components
=========================================================*/

/*==================     Brand     ======================*/

.brand {
  display: inline-block;
}
.language{
  position: fixed;
  right: 28px;
  top: 20px;
  font-weight: 700;
  font-size: 21px;
}
.navigation {
  position: fixed !important;
  top: 19px;
  right: 0px;
  height: 70px;
  margin-top: 0px !important;
}
@media (min-width:1675px){
  .navigation {
    width: 50%;
  }
}
@media (min-width:1370px) and (max-width:1674px){
  .navigation {
    width: 60%;
  }
}
@media (min-width:1200px) and (max-width:1369px){
  .navigation {
    width: 60%;
  }
}
@media (min-width:1034px) and (max-width:1199px){
  .navigation {
    width: 70%;
  }
}
@media (min-width:990px) and (max-width:1033px){
  .navigation {
    width: 75%;
  }
}
@media (max-width:990px){
  .navigation {
    width: 75%;
    top:-1px !important;
  }
}

.navigation ul li {
  display: inline;
  padding: 3px;
}
.navigation ul li:after {
  content: '|';
}
.navigation ul li:last-child:after{
  content: none;
}
@media (max-width:1200px){
  .navigation ul li{
    font-size: 16px !important;
  }
}

.navigation ul li:focus {
  color: #06acbd;
}

.navigation ul li a {
  font-family: "Roboto", sans-serif;
}

.wrap {
  overflow: auto;
  position: relative;
  height: 480px;
}

.navigation-logo {
  display: none;
}

.fix-menu {
  position: fixed !important;
  width: 100%;
  background: #3f9dc7;
  top: 0;
  left: 0;
  height: 70px;
  opacity: 0.9;
  z-index: 2;
  margin-top:0px !important;
  box-shadow: -1px 7px 14px 0px #696969;
}

.fix-menu:hover {
  opacity: 1;
}

.fix-menu ul {
  top: 20px;
  right: 10%;
  z-index: 9;
  position: absolute;
}
@media (min-width: 990px) and (max-width: 1200px){
.fix-menu ul{
  right:70px;
}
.fix-menu .navigation-logo{
  margin-left:2px !important;
}

}

.navigation ul li.active {
  color: white;
  font-weight: 700;
}

.fix-menu .navigation-logo {
  display: block !important;
  width: 225px;
  margin-left: 14%;
  margin-top: 2px;
}

.navigation-mobile-menu {
  display: none;
}

#show-menu {
  display: none;
}

#navigation input[type=checkbox]:checked~ul {
  display: block;
  top: 62px !important;
    left: 0px !important;
    z-index: 9;
    position: absolute !important;
    background: #778668 !important;
    width: 100% !important;
    border-top: solid 1px #868686 !important;
    text-align: left !important;
    padding-left: 40px !important;
}

@media (max-width: 990px) {
  .navigation ul {
    display: none;
  }
  .navigation-mobile-menu {
    display: inline;
    width: 20px;
    float: left;
    position: absolute;
    top: 25px;
    right: 51px;
  }
  .language{
    top: 20px;
    right: 20px;
  }
  .fix-menu .navigation-mobile-menu {
    top: 25px !important;
    right: 47px;
  }
  .navigation ul li {
    display: block !important;
    padding: 2px;
  }
  .fix-menu .navigation-logo {
    float: left;
    width: 160px;
    top: 6px;
    position: absolute;
  }
  header .logo {
    float: left;
    width: 160px !important;
    display: inline;
    text-align: left;
  }
  .fix-menu ul {
    top: 62px !important;
    left: 0px !important;
    z-index: 9;
    position: absolute !important;
    background: #778668 !important;
    width: 100% !important;
    border-top: solid 1px #868686 !important;
    text-align: left !important;
    padding-left: 40px !important;
  }
}
@media(min-width:1200px){
  .element1{
    margin-top:146px;
  }
  .element2{
    margin-top:0px;
  }
}
@media(min-width:1200px) and (max-width:1199px){
  .element1{
    margin-top:0px;
  }
}

/*==================  Backgrounds  ======================*/

.bg-primary-variant-1 {
  background: #fff;
  color: #363b40;
}

.bg-primary-variant-1 h2,
.bg-primary-variant-1 h3,
.bg-primary-variant-1 h4,
.bg-primary-variant-1 h5,
.bg-primary-variant-1 h6 {
  color: #363b40;
}

.bg-primary-variant-1 .btn::after {
  background: #fff;
}

.bg-primary-variant-1 .btn-primary {
  background: #a6d062;
  color: #fff;
  border-color: #a6d062;
}

.bg-primary-variant-1 .btn-primary:hover {
  color: #a6d062;
}

.bg-primary-variant-2 {
  background: #fff;
}

.bg-primary-variant-2 .btn::after {
  background: #fff;
}

.bg-primary-variant-3 {
  background: #eeffcb;
}

.bg-primary-variant-3 .btn::after {
  background: #eeffcb;
}

.bg-primary-variant-4  {
  background: url(../images/icon-quartier-du-ruisseau-2.svg);
  background-color: #9fab92;
  background-size: 230px;
}

.bg-primary-variant-5 {
  background: #000;
}

.bg-primary-variant-pano {
  background: no-repeat url(../images/quartier-du-ruisseau-magog.jpg) center top;
  background-size: cover;
}

.bg-primary-variant-pano .btn::after {
  background: no-repeat url(../images/quartier-du-ruisseau-magog.jpg) center top;
  background-size: cover;
}

/*==================    Buttons    ======================*/

.btn {
  display: inline-block;
  font: 700 16px/24px "Roboto", sans-serif;
  text-align: center;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 1px;
}

.btn::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  display: block;
  transition: all 0.35s;
  left: 0;
  right: 0;
  top: -100%;
  bottom: 100%;
}

.btn-md {
  padding: 20px 23px;
}

.btn-md::after {
  padding: 20px 25px;
}

@media (min-width: 1199px) {
  .btn-md {
    padding: 33px 23px;
  }
  .btn-md::after {
    padding: 33px 25px;
  }
}

.btn-lg {
  padding: 20px 23px;
}

.btn-lg::after {
  padding: 20px 25px;
}

@media (min-width: 1199px) {
  .btn-lg {
    padding: 10px 20px;
  }
  .btn-lg::after {
    padding: 10px 20px;
  }
}

.btn-primary {
  background: #a6d062;
  color: #fff;
  border: 2px solid #a6d062;
}

.btn-primary:hover {
  color: #a6d062;
}

.btn:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}

*+.btn {
  margin-top: 52px;
}

.envoyer {
  margin: 12px auto;
}

/*==================      Quote     ======================*/

.quote-1 {
  padding-top: 40px;
  position: relative;
}

@media (min-width: 1199px) {
  .quote-1 {
    padding-top: 78px;
  }
}

/*
  .quote-1:before {
    content: url(../images/quotes-img.png);
    position: absolute;
    top: 0;
    left: 0; }
*/

.quote-1_text {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 24px !important;
  line-height: 30px;
}

@media (min-width: 1199px) {
  .quote-1_text {
    font-size: 32px;
    line-height: 40px;
  }
}

.quote-1_info {
  padding-top: 8px;
  margin-top: 40px;
  padding-left: 90px;
  position: relative;
}

.quote-1_info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.quote-1_info img+* {
  margin-top: 0;
}

.quote-2_text {
  font-family: 'Crimson Text', serif;
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 1199px) {
  .quote-2_text {
    font-size: 32px;
    line-height: 35px;
  }
}

/*==================      Video     ======================*/

.video-container {
  width: 200%;
  position: relative;
}

.video-container img {
  width: 200%;
  height: 50%;
}

.video-container .video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -32px;
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: #06acbd;
}

.video-container .video:hover {
  color: #fff;
}

/*==================      Banner      ======================*/

.banner {
  display: block;
  padding: 30px 20px;
  color: #fff;
  position: relative;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -.5px;
}

@media (min-width: 1199px) {
  .banner {
    font-size: 25px;
    line-height: 30px;
  }
  .banner .banner-text {
    transition: all 0.5s ease;
  }
  .banner:hover .banner-text {
    margin-left: -250px;
  }
  .banner:hover .banner-text span {
    color: #474b50;
  }
}

.banner.banner-bg-1 {
  background: #a6d062;
}

.banner.banner-bg-2 {
  background: #99b86b;
  transition: all 0.3s ease-in-out;
}

.banner.banner-bg-3 {
  background: #8aa06d;
  transition: all 0.3s ease-in-out;
}

.banner.banner-bg-4 {
  background: #788768;
  transition: all 0.3s ease-in-out;
}

.banner.banner-bg-1:hover {
  background: no-repeat url('../images/projet-quartier-ruisseau.jpg')right center;
  background-position: cover;
}

.banner.banner-bg-2:hover {
  background: no-repeat url('../images/autoroute-quartier-ruisseau.jpg')right center;
  background-position: cover;
}

.banner.banner-bg-3:hover {
  background: no-repeat url('../images/orford-quartier-ruisseau.jpg')right center;
  background-position: cover;
}

.banner.banner-bg-4:hover {
  background: no-repeat url('../images/memphremagog-quartier-ruisseau.jpg')right center;
  background-position: cover;
}

@media(max-width:767px){
  .banner.banner-bg-1:hover{
    background-position:left !important;
  }
  .banner.banner-bg-2:hover {
    background-position:left !important;
  }
  .banner.banner-bg-3:hover {
    background-position:left !important;
  }
  .banner.banner-bg-4:hover {
    background-position:left !important;
  }
}

/*
  .banner:after {
    content: '\e03b';
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -2px;
    font-family: 'fl-clear-icons';
    font-size: 20px;
    line-height: 20px;
    color: #06acbd; }
*/

.banner:hover {
  color: #fff;
}

/*
  .banner:hover:after {
    color: #fff;}
*/

.banner+.banner {
  margin-top: 10px;
}

/*==================      List      ======================*/

.list li {
  display: inline-block;
}

.list li a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.list li a.fa-facebook {
  color: #3b5998;
}

.list li a.fa-twitter {
  color: #55acee;
}

.list li a.fa-youtube {
  color: #e52d27;
}

.list li a.fa-skype {
  color: #00aff0;
}

.list li a.fa-instagram {
  color: #3f729b;
}

.list li a:hover {
  color: #06acbd;
}

.list li+li {
  margin-left: 43px;
}

/*==================     ToTop     ======================*/

.toTop {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #a6d062;
  text-shadow: 0 0 2px #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  color: #fff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/

.brand-container {
  position: relative;
  top: 0;
}

#video-header {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/arbre-sur-video.png) no-repeat;
  background-size: cover; 
}

header {
  padding-top: 0px;
  padding-bottom: 50px;
  background-size: cover;
}

@media (min-width: 1199px) {
  header {
    padding-top: 0px;
    padding-bottom: 120px;
  }
}

header .logo {
  width: 200px;
  height: auto;
}
@media (min-width: 1200px){
  header .logo {
    width: 400px !important;
    height: auto;
  }
}


header .brand {
  margin-top: 35px;
  float: left;
}

header .navigation {
  float: right;
  color: #fff;
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
}

header .navigation a:hover {
  text-decoration: none;
  color: #a6d062;
}

@media (min-width: 1199px) {
  header .navigation {
    font-size: 15px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .navigation {
    float: none;
  }
}

header .top-container {
  padding-top: 170px;
  padding-bottom: 50px;
  color: #fff;
}

header .top-container p{
  width:100%;
}

@media (min-width: 1199px) {
  header .top-container {
    padding-top: 300px;
    padding-bottom: 0px;
  }
  header .top-container p{
	  width:100%;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/

main {
  display: block;
}

main p+p {
  margin-top: 30px;
}

.up-block {
  background: url(../images/alphagreen.png);
  padding: 30px 30px 0;
}

@media (min-width: 768px) {
  .up-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .up-block {
    padding: 45px 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-sm {
    font-size: 16px;
    line-height: 22px;
  }
}

.img-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .img-1{
    margin-top: 417px;
  }
}

.date+* {
  margin-top: 40px;
}

.panoramique {
  margin-bottom: 100px;
  background: url(../images/alphagreen.png);
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 768px) {
  .panoramique:after {
    content: ' ';
    white-space: pre;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -60px;
    right: -150px;
    background: no-repeat url(../images/icon-quartier-du-ruisseau.svg) center center;
    background-size: 300px 150px;
    opacity: 0.6;
    -webkit-animation: feuille 3s infinite cubic-bezier(0, 0, 0.51, 0.46); /* Safari 4.0 - 8.0 */
    animation: feuille 3s infinite cubic-bezier(0, 0, 0.51, 0.46);
  }
}
@keyframes feuille{
  0% {transform: rotate(0deg);}
  25% {transform: rotate(6deg) scale(0.98);}
  50% {transform: rotate(0deg);}
  75% {transform: rotate(-6deg) scale(1.02);}
  100% {transform: rotate(0deg);}
}

@media (min-width: 1199px) {
  .panoramique {
    margin-bottom: 253px;
  }
}

/*==================      Well     ======================*/

.well-xs {
  padding-top: 45px;
  padding-bottom: 50px;
}

.well-sm {
  padding-top: 105px;
  padding-bottom: 50px;
}

.well-md {
  padding-top: 20px;
  padding-bottom: 30px;
}

.well-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well-xl {
  padding-top: 100px;
}

@media (min-width: 1199px) {
  .well-xl {
    padding-top: 253px;
  }
  .well-lg {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .well-md {
    padding-top: 105px;
  }
  .well-xs {
    padding-top: 45px;
    padding-bottom: 110px;
  }
}

/*========================================================
                     Google Maps
=========================================================*/

.map {
  height: 400px;
  width: 100%;
  margin-top: 52px;
}
.map #bodyContent p img{
	width:100%;
}
@media (min-width: 768px) and  (max-width: 1198px) {
	.map {
	  height: 450px;
	  width: 100%;
	  margin-top: 52px;
	}
}
@media (min-width: 1199px) {
	.map {
	  height: 410px;
	  width: 100%;
	  margin-top: 52px;
	}
}


/*========================================================
                    SiLO Footer
=========================================================*/

.propulsed-by {
   width: 160px;
   margin: 50px auto 50px;
   transition: all .5s ease-in-out;
   background-color:#000;
}
.propulsed-by svg{
   overflow: visible;
}
.propulsed-by .st0{
   fill:#FF0000;
}
.propulsed-by .st1{
   fill:#FFFFFF;
   transition: all .5s ease-in-out;
}
.propulsed-by .st2{
   enable-background:new;
}
.propulsed-by .st3{
   fill:none;stroke:#FFFFFF;stroke-width:2;
}
.propulsed-by:hover .st0{
transform: rotate(90deg);
transform-origin: 61px 76px;
animation: pointing 1s infinite;
z-index: 9;
}
.propulsed-by:hover .silocommunication-logo{
   animation: bigger 1s infinite;
}
@keyframes pointing{
   0%{
       transform: scale(1)rotate(90deg)translateY(0px);
   }
   50%{
       transform: scale(1.1)rotate(90deg)translateY(-15px);
   }
   75%{

   }
}
@keyframes bigger{
   0%{
       transform: scale(1);
   }
   66%{
       transform: scale(1.05);
   }
   75%{

   }
}
.clef{
  font-weight: 300;
  line-height: 27px;

}
.clef span{
  font-weight: 400;
}
ul.clefElement{
  padding-left: 22px;
  list-style-type: disc !important;
  line-height: 20px;
  margin-top:20px;
}
ul.clefElement li{
  margin-top: 10px;
  font-size: 18px;
}
ul.clefElement li span{
  font-weight: 600;
}
@media(max-width:768px){
  ul.clefElement{
    width: fit-content;
    margin: auto;
  }
}
.titleClef{
  padding: 20px;
  background:rgba(0, 0, 0, 0.65)
}
.titleClef h2{
  font-size: 41px;
    line-height: 42px;
}
#mailchimpInside{
  position: relative;
  width: 100%;
  display: block;
}
#mailchimpInside p{
  font-size: 16px;
  width: 90%;
  float: left;
  margin: -2px 0px 10px 10px;
}
#mailchimpInside input{
  text-align: left;
  float: left;
  margin: 0px 0px 0px 0px;
  border:none;
  width: 8%;
  font-size: 0px;
    padding: 0px;
    line-height: 0px;
    height: 25px;
    width: 25px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #3f9dc7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.phonecall{
  width: 210px;
  height: 40px;
  margin-top: 20px;
  background-color: #eeffcb;
  padding: 6px 4px 3px 13px;
border-radius: 25px;
  transition: all 0.3s;
}
.phonecall i{
  margin-right: 10px;
  font-size:30px;
}
.phonecall p{
  display: inline-block;
  transform: translateY(-1px);

}
.phonecall:hover{
  transform: scale(1.05);
}
.implatation{
  padding-top: 100px;
}
a.textLink{
  font-weight: 600;
}
.callSplit{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top:20px;
  height: 100px;
}
.callSplit .btn-md{
  /* padding: 11px 6px; */
}
.steveLogoLink{
  background-color: #000;
/*   padding: 15px 23px; */
  height: 98%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition:all 0.3s ease-in;
}
@media (max-width:500px){
  .callSplit{
    display: block;
    height: unset;
  }
  .callSplit a{
    margin-top:20px;
    clear: both;
    display: block;
  }
  .steveLogoLink{
    background-color: #000;
    padding: 0px;
    margin-top: 6px;
  }
}
.steveLogo{
  max-width: 120px;
}
.steveLogoLink:hover{
  transform: scale(1.05);
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto
}

#myImg:hover {
  opacity: 0.7;
}
#myImg:hover::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #363b40;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 75%;
  max-width: 75%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
animation-name: zoom-out;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(1)}
  to {-webkit-transform:scale(2)}
}

@keyframes zoom {
  from {transform:scale(0.4)}
  to {transform:scale(1)}
}

@keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}