body
{
    background-color: black;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/*h1,h2,h3,h4,h5,h6
{
    margin: 0px !important;
    padding: 0px !important;
}*/

.InfoList
{
    list-style: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.InfoList li
{
    margin-bottom: 5px;
}

@media only screen and (min-width: 990px) {
    .nav-item{
        padding-top: 15px;
        margin-right: 50px;
    }

    .nav-link {
        color: white !important;
        text-decoration: none;
        letter-spacing: 0.15em;

        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

    .nav-link:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #fff;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .nav-link:hover:after {
        width: 100%;
        left: 0;
    }

    #NavFlex
    {
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: center;
    }

    .shrink
    {
        height: 60px;
        font-size: 14px !important;
        transition: 0.8s all;
        background: black;
    }

    .shrink .nav-item
    {
        padding-top: 0px !important;
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 990px) {
    #MainNav
    {
        background: black !important;
    }

    #MainNav .nav-link
    {
        padding-left: 5px;
    }
}

#home
{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: black;
}

#main-bg
{
    background-image: url('/assets/images/david3.png');
    background-size: cover;
    max-height: 700px;
    max-width: 750px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 47px 69px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 47px 69px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 47px 69px rgba(0,0,0,1);
    opacity: 0.4;
    z-index: 1;
}

#main-block
{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

a{
    text-decoration: none;
}

.Slide
{
    position: relative;
    width: 100%;
}

.Portrait
{
    background-image: url('/assets/images/david_n.jpg');
    background-size: cover;
    width: 180px;
    height: 185px;
    border-radius: 5px;
    background-position: center;
}


.ServiceBlock
{
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.47);
    font-size: 16px;
    text-align: center;
    padding: 10px;
    cursor: default !important;
    margin-bottom: 30px;
}

.ServiceBlock .fas
{
    height: 100px;
    width: 100px;
    font-size: 50px !important;
    border-radius: 50%;
    line-height: 1.55;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ServiceBlock:hover .fas
{
    transition: all 500ms ease;
    color: #fff;
    background-color: #0078ff;
    box-shadow: 0 0 0 10px #cde1f8;
}

.ServiceBlock .row
{
    padding: 5px;
}

.ServiceBlock h3
{
    font-size: 35px;
    font-weight: bold;
}

.Spacing
{
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.CustomBG
{
    color: white !important;
}

.CustomBG::before {
    content: "";
    background-image: url('/assets/images/pc.jpg');
    background-size: cover;
    background-attachment:fixed;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.55;
}

.CustomBG h3
{
    z-index: 2;
    font-weight: bold;
    font-size: 40px;
}

.CustomBG #ExtraSkills
{
    z-index: 2;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    max-width: 1200px;
    padding: 20px;
    font-size: 14px;
    margin: 50px 10px;
}

.CustomBG h5
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
}

.PortpholioItem
{
    padding: 20px 30px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.47);
    transition: all 0.5s;
    background-size: cover;
    background-position: center;
    color: white;
    cursor: pointer;
    height: 444px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 14px;
}

.PortpholioItem > .row:first-of-type{
    height: 80px;
}

.PortpholioItem > .row:nth-of-type(2) {
    height: 80px;
}

.PortpholioItem > .row:nth-last-of-type(3)
{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap;
}

.PortpholioItem .Type
{
    font-weight: bold;
}

.PortpholioItem:hover
{
    -webkit-box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 14px 8px rgba(0,0,0,0.47);
    filter: brightness(170%);
}

.PortpholioItem h6
{
    width: auto;
    font-size: 22px;
    font-weight: bold;
}

.PortpholioItem ul
{
    width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.PortpholioItem .row
{
    padding: 10px;
}

.PortpholioItem li
{
    font-size: 12px;
    margin-bottom: 4px;
}

.ContactLink
{
    border: 5px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    margin: 10px 20px;
    border-radius: 50%;
    line-height: 1.55;
    padding: 20px 45px;
    cursor: pointer;
}

.ContactLink:hover
{
    transition: all 0.5s;
    color: #fff;
    background-color: #0078ff;
    box-shadow: 0 0 0 5px #cde1f8;
}

.ContactLink .fab, .ContactLink .fas
{
    font-size: 50px;
}


.MainHeader
{
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px !important;
}

.Course
{
    border: 5px solid white;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
}

.Course:hover
{
    transition: all 1.5s;
    box-shadow: 0 0 0 5px #cde1f8;
}

.Course .fas
{
    width: auto;
    margin: auto;
    font-size: 60px;
}

.Course .Title
{
    font-weight: bold;
    font-size: 20px;
}

.Course .Type
{
    font-size: 14px;
}

.Course .Duration
{
    font-style:italic;
    font-size: 12px;
}

#certificates
{
    background: url('/assets/images/pc2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white !important;
}

#recommendation
{
    background: url('/assets/images/pc2.jpg');
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    color: white !important;
}

#BottomLinks
{
    list-style: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}

#BottomLinks li
{
    float: left;
    margin-right: 10px;
    text-decoration: underline;
}

#BottomLinks a
{
    color: white;
    transition: 1s all;
}

#BottomLinks a:hover
{
    text-shadow: 1px 1px 2px white, 0 0 1px white, 0 0 1px white;
}

.Experience
{
    width: 100%;
    padding-bottom: 30px;
    height: auto;
}

.JobBG
{
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #0062d3;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.Experience .JobBG .fas
{
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.Experience .Title
{
    font-weight: bold;
    font-size: 22px;
}

.Experience .Type
{
    font-size: 18px;
}

.Experience .Time
{
    font-style: italic;
    margin-bottom: 5px;
}

.Experience .Description
{
    font-size: 14px;
}

.carousel.slide
{
    display: flex;
    justify-content: center;
    height: 600px;
}

.carousel-inner
{
    width: 80%;
    color: black;
}

.carousel-item, .card
{
    height: 96%;
}

.carousel-inner .card-body
{
    height: 100%;
    font-size: 15px;
    overflow-y: auto;
}

.carousel-indicators .button
{
    background-color: black;
}

.carouselBG
{
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
    height: 470px;
    width: 100%;
}


    #google_translate_element {
        margin: 10px;
    }

    .goog-te-banner-frame {
        display: none !important; /* Hides the top banner */
    }

    .goog-te-menu-value {
        font-size: 14px !important;
        color: #0062d3 !important;
        text-decoration: none !important;
    }

    .goog-te-gadget-icon {
        display: none; /* Hides the Google Translate icon */
    }

font
{
    width: auto !important;
    padding: 0px !important;
}
