.pageTitle {
    letter-spacing: .30em !important;
    font-weight: 400 !important;
}

to add a font to anything, use this
.block_ef487f3e3e264d6c9e352e965aaa194e .contentTitle {
    letter-spacing: .30em !important;
    font-weight: 400 !important;
}

.items_de52c76ead04479387eb73dde652b06d > div:hover {
outline: solid 3px #000;
border: solid 1px #000;
box-shadow:0px 0px 0px 5px black inset;
background-color: #fff !important;
}

.items_de52c76ead04479387eb73dde652b06d h2:hover {
color: #000 !important;
}

.block_y0zSfGEa3OZzgOzj li:first {
    border-bottom: 1px #000;
}

.mobileFullNav {
    letter-spacing: .3em !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

/*@media only screen and (min-width: 768px) {*/
/*.headerContent h1.logo img {*/
/*    width: 18% !important;*/
/*}*/
/*}*/

 FOOTER 
.block_a758bbbaae6c40769f474b12d91b2e7c img {  images in footer  
    width: 100%;
}

.block_c7c0670b600541e1ac5f4c1e0f1b2316 p { // main footer block 
    text-align: left !important;
    font-size: 13px !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}

.block_e8a7b1d95ae246449c635fdf9ae5ffc1 div p { // copyright text 
    color: #5977ff !important;
    padding-top: 0px;
}

.block_c7c0670b600541e1ac5f4c1e0f1b2316 p:hover { // email text 
    color: #5977ff !important;
}

.block_c7c0670b600541e1ac5f4c1e0f1b2316 p { // email text 
    -webkit-font-smoothing: subpixel-antialiased;
    -o-transition: color .8s;
    -ms-transition: color .8s;
    -moz-transition: color .8s;
    -webkit-transition: color .8s;
}

.block_e8a7b1d95ae246449c635fdf9ae5ffc1 div { // copyright text 
    padding-top: 8px;
}



 FORM STYLING 

#myForm {
border: 3px solid #42A5F5;
padding: 20px;
border-radius: 20px;
max-width: 50%;
box-shadow: 2px 2px 4px #000000;
}

#firstName {
border: 2px solid #42A5F5;
border-radius: 20px;
padding: 10px;
}

#lastName {
border: 2px solid #42A5F5;
border-radius: 20px;
padding: 10px;
}

#email {
border: 2px solid #42A5F5;
border-radius: 20px;
padding: 10px;
}

#submit {
 border-radius: 25px; 
 color: white;
 background-color: #42A5F5; 
 padding: 10px;
 width: 5rem;
 transition: 500ms;
}

#submit:hover {
 color: #42A5F5; 
 background-color: white;
 scale: 1.2;
 border: 2px solid #42A5F5;
}