@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen'), url(https://www.kingstongasteen.com/fonts/oxygen-regular.woff2) format('WOFF2');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald'), url(../fonts/Oswald-Regular.woff) format('WOFF2');
}

.col-centered {
    float: none;
    margin: 0 auto;
}

body {
    background-color: #222;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #fff;
}

.navbar {
    background-color: rgba(36, 142, 120, 0.6);
    font-family: Oswald, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 1px 2px 2px #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
}

hr {
    border: 1px solid #444;
    box-shadow: 0 20px 20px -20px #333;
}

header {
    padding: 200px 50px;
    background: linear-gradient(#248e78, transparent), url("https://www.kingstongasteen.com/img/south-dublin-web-design-and-development-montage.jpg");
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, .8);
    text-shadow: 1px 2px 2px #000;
}

header p {
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 6rem;
    border-style: solid;
    border-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #fff;
}

p,
li {
    font-family: Oxygen, "Helvetica Neue", Helvetica, sans-serif;
}

li {
    font-style: italic;
}

header i.fab {
    font-size: 50px;
    padding: 15px;
}

header a {
    color: #ffffff;
}

header a:hover {
    color: #888;
}

section {
    padding: 9rem 0;
}

h1,
h3,
#about h2,
#why-hire-me h2,
#testamonials h2,
#contact h2 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 30px;
}

h1,
h2,
h3 {
    font-family: Oswald, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 1px 2px 2px #000;
}

h4 {
    font-size: 1rem;
}

h4.contact-form-message-sent {
    font-family: Oxygen, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
}

.segment-description {
    font-size: 1.2rem;
    font-style: italic;
}

section#about .btn {
    padding: 10px 0;
    width: 200px;
    margin-top: 30px;
    transition-duration: 0.75s ease;
}

section#about .btn:hover {
    background-color: #888;
    border-color: #888;
}

section#why-hire-me {
    background-color: #333;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

section#why-hire-me ul {
    list-style-type: none;
    padding-top: 1rem;
}

section#why-hire-me h3 {
    font-size: 1.7rem;
    text-transform: none;
    padding-bottom: 0rem;
}

section#why-hire-me li {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

#web-design {
    background-color: rgb(36, 142, 120);
    border-color: rgb(36, 142, 120);
    margin: 0 3rem 3rem 3rem;
    padding: 2.5rem;
}

#web-design img,
#branding img {
    box-shadow: 0px 0px 20px 20px rgba(256, 256, 256, 0.4);
    margin: 4rem 0;
    /*
    opacity: .8;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
*/
}

#web-design img.thumb {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
#web-design img:hover,
#branding img:hover {
    opacity: 1;
}
*/

#branding {
    background-color: rgb(16, 112, 110);
    border-color: rgb(16, 112, 110);
    margin: 3rem;
    padding: 2.5rem;
}

section#branding .btn {
    padding: 10px 0;
    width: 200px;
    margin-top: 30px;
    transition-duration: 0.75s ease;
}

section#branding .btn:hover {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

#testamonials,
#contact {
    background: #222;
}

.card {
    background-color: #444;
    border-color: #444;
}

.card-title {
    font-size: 1rem;
    text-align: right;
}

.card-text {
    font-style: italic;
    font-size: 1.3rem;
}

#contact p {
    padding-left: 3rem;
}

#contact p a {
    align-itrems: center;
    font-size: 1.1rem;
}

#contact a {
    color: #fff;
}

form {
    padding: 4.5rem 3rem;
}

@media (max-width: 991.98px) {

    #web-design img,
    #branding img {
        margin: 2.5rem 0;
        box-shadow: 0px 0px 10px 10px rgba(256, 256, 256, 0.3);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    header p {
        font-size: 5rem;
    }

    #web-design,
    #branding {
        margin: 0;
    }

    #testamonials h2 {
        margin-left: 1rem;
    }

    .card {
        margin-bottom: 2rem;
    }

    #contact {
        margin: 0 1rem;
        padding-top: 2rem;
    }
}

@media (max-width: 576px) {
    header p {
        font-size: 3.3rem;
    }
}