body {
    background: #0050be;
    color: #fff;
    font-family: "Montserrat", arial, sans-serif;
    margin-top: 3em;
    margin-bottom: 3em;
}

.socialimg {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", arial, sans-serif;
    color: #fff;
    margin: 0 0 .5rem 0;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;

}

#logo {
    max-height: 180px;
    margin-bottom: 3rem;
}

h2,
.h2 {
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 2rem;
}


div,
p,
ul {
    line-height: 2;
    font-size: 20px;
}


a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px dashed #80c8ff;
}

a:hover {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 45, 90, 1);
    border-bottom: 2px solid #80c8ff;
}

ul.services {
    columns: 2;
}

a img.thumb {
    border: 3px solid rgba(0, 128, 255, 0.2);
    margin-right: 3px;
    margin-bottom: 3px;
}

a img.thumb:hover {
    border: 9px solid rgba(0, 128, 255, 1);
}

hr {

    width: 100%;
    margin: 30px 0;
    border: 0;
    opacity: 1;
    height: 2px;
    border-top: 2px dashed #80c8ff;
}

.thumbnails a,
#connect a,
#lightbox a {
    border: none;
}

.fineprint {
    font-size: 12px;
}

s {
    text-decoration: strikethrough;
}

ul.services,
ul.websites {
    list-style-type: none;
    padding: 0;
}

ul.services li,
ul.websites li {
    padding: 0 4px 0 0;
    margin: 0;
    display: block;
}

ul.services li:before,
ul.websites li:before {
    padding: 0 0.3em 0 0;
    text-shadow: 0px 0px 8px rgba(0, 45, 90, 1);
    font-family: "Font Awesome 5 Pro";
    color: #80c8ff;
}

ul.websites li:before {
    content: "\f0ac";

}

ul.services li:before {
    content: "\f058";


}