.headerWrapper{
    box-shadow: rgb(0 0 0 / 6%) 2px 2px 4px 0px;
    padding-bottom: 20px;
}
.social-icon{
    list-style: none;
}
.social-icon li{
    padding: 5px;
}
.social-icon li a{
    display: block;
    background-color: #2d9ea3;
    padding: 20px 10px;
    border-radius:5px ;
    transition: none 0s ease 0s;
}

.social-icon li a svg{
    fill: #fff;
}
.social-icon li a:hover svg{
    fill:rgb(147, 220, 132)
}

.logo-tegline{
    display: block;
    font-family:julius sans one;
    font-size: 18px;
    white-space: pre-line;
    word-wrap: break-word;
    color: rgb(153, 153, 153);
}
.mainNavigation{
    list-style: none !important;
    font-family: 'Oleo Script', cursive;
    overflow-wrap: break-word;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 19px;
}
.mainNavigation li{
    margin: 5px;
}
.mainNavigation li a{
    color: #000;
    text-decoration: none;
}
.mainNavigation li a:hover{
    color: #2d9ea3;
}
.taglineWrapper{
    width: 95%;
    margin: 15px auto 0;
    margin-top: 15px;
    background-color: #6abec1;
    padding: 5px;
    font-family: sail;
    font-size: 24px;
    text-align: center;
}
.banner{
    width: 1060px;
    margin: auto;
    margin-top: 2px;
    position: relaive;
}
.imgWrapper{
    padding: 0px 7px;
    
}
.imgWrapper .banner1{
    width: 512px;
    height: 320px;
    background-image: url("../images/Omen2019.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.imgWrapper .banner2{
    width: 512px;
    height: 320px;
    background-image: url("../images/TargetWonderland2019.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.circleDiv{
    border: 12px solid #fff;
    margin-top: -80px;
    border-radius: 200px;
}

.exceptionalTalen{
    width: 160px;
    height: 160px;
    background-color: #2d9ea3;
    border-radius: 200px;
    font-family: 'Neuton', serif !important;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.exceptionalTalen > div{
    width: 100%;
}
.exceptionalTalen div.ttt{
    font-family: 'Old Standard TT', serif !important;
    font-style: italic;
    font-weight: 900;
    color: #fff;
}
.homepageContent{
    width: 860px;
    margin: auto;
}
.titleText{
    font-family:julius sans one;
    color: rgb(26, 123, 127);
    font-size: 24px;
    font-weight: bold;
}
p{
    color: rgb(51, 51, 51);
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: Questrial;
}
p.quote{
    color: rgb(26, 123, 127);
    font-size: 22px;
    font-weight: 900;
}
.quoteName{
    color: rgb(26, 123, 127);
    font-size: 22px;
}
.topBrandsText{
    font-size: 22px;
    font-weight: 900;
}

ul.brandLogo{
    list-style: none !important;
}

ul.brandLogo li{
    float: left;
}

#masonryGallery {
    column-count: 3;
    row-gap: 1em;
    column-gap: 1em;
  }



.item {
    background-color: none;
    display: inline-block;
    margin: 0 0 1em 0;
    width: 100%;
    cursor: pointer;
  }
  
  .item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    
    /*idk why but this fix stuff*/
  }
  
  .meet-our-team{
    width: 960px;
    margin: auto;
  }

  .meet-our-team img{
    width: 290px;
  }

  .emailLink, .telLink{
    color: #198e92;
    font-size: 22px;
    text-decoration: none;
  }
  .emailLink:hover, .telLink:hover{
    background-color: #666666;
    padding: 15px 25px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
  }