@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

section, main {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 2;
    color: #242424;
}

section h1,
main h1,
section h2,
main h2,
section h3,
main h3,
section h4,
main h4,
section h5,
main h5,
section h6,
main h6 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
}

a {
    color: #707070;
    text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #707070;
}

a:hover {
    text-decoration: underline !important;
}

a:focus {
    outline: none;
}

.h4-primary-color {
    color: #0483d7;
}

[data-href] {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.clearfix::after {
    display: table;
}

/* Main Content */
main {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin: 1.5rem auto;
}

@media (min-width: 576px) {
    main {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    main {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    main {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    main {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    main {
        max-width: 1320px;
    }
}

/* Bootstrap Also added */
@media (min-width: 1920px) {

    main,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1800px;
    }
}

@media (min-width: 2560px) {

    main,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 2200px;
    }
}

@media (min-width: 3840px) {

    main,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 3200px;
    }
}

.page-title-wrap {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-title-wrap {
        height: 400px;
    }

}

.page-title-overlay {
    content: "";
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000;
    opacity: .4;
}

@media (min-width: 768px) {
    .page-title-overlay {
        height: 400px;
    }
}

.page-title-inner {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.block-center-inner {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    max-width: 95%;
}

.page-title-inner h1 {
    font-size: 32px;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    font-weight: bold;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #fff;
}

@media (min-width: 768px) {
    .page-title-inner h1 {
        font-size: 44px;
    }
}

@media (min-width: 1400px) {
    .page-title-inner h1 {
        font-size: 60px;
    }
}

.page-title-inner h2.page-sub-title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: inherit;
    /* width: 60%; */
    color: #fff;
    margin: 15px 0 10px;
    text-align: center;
}

.page-title-inner h4 {
    font-family: 'Lato', sans-serif;
    color: #fafafa;
    text-align: center;
}

.tutorial-pagination {
    background: #f1f1f1;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.tutorial-pagination ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tutorial-pagination ul li {
    list-style: none;
    display: flex;
    max-width: 100%;
    flex: 100%;
    margin: 8px 0px;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 16pt;
    font-weight: 500;
    line-height: 30px;
}

.tutorial-pagination ul li.main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .tutorial-pagination ul li {
        display: inline-flex;
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }

    .tutorial-pagination ul li.previous {
        justify-content: start;
    }

    .tutorial-pagination ul li.next {
        justify-content: end;
    }
}

.tutorial-pagination ul li a {
    display: inline-flex;
    align-items: center;
    color: #282828;
}

.tutorial-pagination ul li.main a {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

.tutorial-pagination ul li i {
    font-size: 0.875rem;
}

.tutorials-list thead th {
    color: #fff;
    background: #515151;
    border: 1px solid #515151;
    box-shadow: inset 0 0 0 9999px transparent;
    font-size: 14pt;
    font-weight: 400;
}

.tutorials-list tbody tr {
    border: 3px solid #dee2e6;
    transition: 0.5s;
}

.tutorials-list tbody tr td {
    padding: 0.75rem;
    vertical-align: middle;
    background-color: transparent;
    transition: 0.5s;
}

.tutorials-list tbody tr:hover td {
    background: #88d0ff;
    transition: background-color 0s linear;
    -moz-transition: background-color 0s linear;
    -webkit-transition: background-color 0s linear;
    -ms-transition: background-color 0s linear;
}

.tutorials-list th:nth-child(1),
.tutorials-list td:nth-child(1) {
    width: 140px;
    text-align: center;
}

.tutorials-list thead tr th:nth-child(2),
.tutorials-list tbody tr td:nth-child(2) {
    min-width: 300px;
    width: 300px;
    white-space: nowrap;
}

.tutorials-list tbody tr td:nth-child(3) {
    min-width: 320px;
}

.tutorials-list tbody tr td p {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.tutorials-list td:nth-child(2) p {
    white-space: nowrap;
}

.tutorials-list tbody tr td:last-child p {
    padding-right: 60px;
    line-height: 1.3;
    text-align: justify;
}

.tutorials-list tbody tr td p.skill-level {
    font-size: 14px;
    padding-top: 8px;
}

.tutorials-list tbody tr td a {
    color: #000;
}

article,
time,
address:not(footer address) {
    font-size: 1.375rem;
    color: gray;
    line-height: normal;
}

time,
address:not(footer address) {
    display: block;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {

    article,
    time,
    address:not(footer address) {
        font-size: 1.5em;
    }
}

article h4 {
    color: #0483d7;
    margin-top: 1.5rem;
    font-size: 36px;
}

article p {
    margin-bottom: 1.875rem;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
}

article li {
    text-align: justify;
}

article a {
    color: #0b65d1;
}

/*
article img {
    margin-bottom: 1rem;
}
*/

article figure {
    width: 100%;
    text-align: center;
    position: relative;
}

article img.custom-border {
    border: 1px solid gray !important;
}

@media (min-width: 768px) {
    article figure {
        float: left;
        margin-right: 1rem;
        max-width: 30%;
        clear: both;
    }

    article figure.left {
        float: left;
        margin-left: 0;
        margin-right: 1rem;
    }

    article figure.right {
        float: right;
        margin-left: 1rem;
        margin-right: 0;
    }
}

article figure figcaption {
    font-size: 0.875em;
    color: rgba(33, 37, 41, 0.75);
}

article ul.li-mb-3 li,
article ol.li-mb-3 li {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {

    article ul.li-md-mb-3 li,
    article ol.li-md-mb-3 li {
        margin-bottom: 1rem;
    }
}

address:not(footer address) {
    margin-top: 3rem;
}

address:not(footer address) p {
    text-align: justify;
}

address:not(footer address) figure {
    position: relative;
    width: 150px;
    text-align: center;

    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    clear: both;
}

time {
    margin-top: 1rem;
    font-size: 1.1rem;
}