body,
html {
    width: 100%;
    height: 100%;
}

body {
  /*  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

header.masthead h1 {
    text-shadow: 2px 2px 4px #000000;
    margin-top: 40px;
    font-size: 2rem;
  
}

#about ul {
    text-align: left;
    color: #9EA3A6;
}

.socialButtons {
    color: #fff;
    text-align: center;
}

hr {
    max-width: 150px;
    border-width: 3px;
    border-color: #ffba00;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #fdd217;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btnview {
   
    vertical-align: middle;
    padding: 3px 26px;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px;
    background: linear-gradient(rgb(255, 251, 2) 0%, rgb(253, 201, 27) 99%);
    outline: none !important;
}

.btnview a:hover {
    color: yellowgreen;
}


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.char {
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

    .char img {
        width: 100%;
    }


.topcontent {
    background: rgba(0, 0, 0, 0.7);
    margin: -50px auto 20px;
}





/*.mb-5, .my-5 {
    margin-bottom: 23rem !important;
}*/
a:hover {
    color: #01b0c2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
    background-color: #1b1d21 !important;
    padding: 80px 0;
}

.bg-dark {
    background-color: #212529 !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


table {
    border-collapse: collapse;
    border-spacing: 0;
}


header.masthead p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 15px #ffffff;
    /* text-shadow: 2px 2px 4px #000000; */
}


.screenshot {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

    .screenshot img {
        width: 100%;
    }



.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #a4073e;
    color: #fff;
    transition: all 0.4s;
}

#about .smltext p {
    text-align: center;
    font-size: 11px;
    color: grey;
}


#about h5 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    padding: 20px 10px;
}

.content table {
    width: 100%;
    margin: 10px 0;
}

table {
    width: 100%;
    /*margin: 10px 0;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

th {
    font-size: 15px;
    font-weight: normal;
    background: #01b0c2;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px;
    font-weight: bold;
    text-align: left;
    width: 25%;

}

td {
    background: #141414;
    border-bottom: 1px solid #fff;
    color: #a6a6a6;
    padding: 8px;
    vertical-align: middle;
    text-align: left;
    max-width: 160px;
}

.altrowstable {
    margin: 20px auto;
}


    .altrowstable td {
        border-bottom: 1px solid #cccccc;
        color: darkslategray;
        padding: 8px;
        vertical-align: middle;
        text-align: left;
        background: transparent;
        max-width: 600px;
        font-size: 15px;
    }


.newgames img {
    width: 100%;
}


#footer {
    background-color: #000;
    padding: 20px 0px;
}

.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}

.footer-social {
    float: right;
}

    .footer-social a {
        font-size: 18px;
        color: #666;
    }

.text-faded {
/*    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    font-size: 15px;
}

section {
    padding: 2rem 0;
}

.section-heading {
    margin-top: 0;
}

#about h2 {
    color: #ffc720;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

#about h3 {
    color: #01b0c2;
    font-family: 'Roboto Condensed', sans-serif;
}

#about p {
    color: #cacaca;
    font-size: 18px;
    text-align: left;
}



::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #000000;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        text-transform: uppercase;
        color: #F05F40;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #f05f40;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #fdd217;
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
            color: #fdd217 !important;
            background-color: transparent;
        }


.navbar-logo {
    max-width: 200px;
}


    .navbar-logo img {
        width: 100%;
    }


#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}





/*@media (min-width:300px) and (max-width: 600px) {

       header.masthead h1 {
              margin-top: -60px !important;
    }
         }*/


@media all and (max-width: 1200px) and (min-width: 993px) {

    .char img {
        width: 70%;
    }


    /*#mainNav {
        border-color: transparent;
        background-color: transparent;
    }*/

    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #fff;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem;
    }

        /*#mainNav .navbar-nav > li.nav-item > a.nav-link,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                color: rgba(255, 255, 255, 0.7);
            }*/

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #c39d47;
        }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff;
    }

        #mainNav.navbar-shrink .navbar-brand {
            color: #F05F40;
        }

            #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                color: #f05f40;
            }

        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
            color: #212529;
        }

            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                color: #399b12;
            }
}

header.masthead {
    padding-top: 5rem;
    /*    padding-bottom: calc(10rem - 56px);*/
    background-image: url("../img/header.jpg");
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }



    header.masthead p {

        font-size: 1.2rem;
        color: #fff;
        text-shadow: none;
        text-shadow: 2px 2px 4px #000000;
    }

}



@media (min-width: 768px) {
    /*header.masthead p {
        font-size: 1.15rem;
    }*/
}

@media (min-width: 992px) {
    header.masthead {
        height: auto;
        min-height: 650px;
        /*padding-top: 0;
        padding-bottom: 0;*/
    }

      
}

@media (min-width: 1200px) {
   
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background: rgba(240, 95, 64, 0.9);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            text-align: center;
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: none;
    }

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #F05F40 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background: #d60b07;
    color: #fff;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #1b1d21;
}


    .section-title h2::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }

    .section-title h2::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #ffbe18;
        bottom: 0;
        left: calc(50% - 20px);
    }

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    color: #fff;
    border-radius: 5px;
    padding: 6px 25px 7px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 19px;
    display: inline-block;
    /* border: 2px solid #47b2e4; */
    font-weight: 600;
    background: #b30140;
    background: -moz-linear-gradient(top, #b30140 0%, #6a1b37 99%);
    background: -webkit-linear-gradient(top, #b30140 0%,#6a1b37 99%);
    background: linear-gradient(to bottom, #b30140 0%,#6a1b37 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30140', endColorstr='#6a1b37',GradientType=0 );
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #a80139;
        background: -moz-linear-gradient(top, #a80139 0%, #6a1b37 99%);
        background: -webkit-linear-gradient(top, #a80139 0%,#6a1b37 99%);
        background: linear-gradient(to bottom, #a80139 0%,#6a1b37 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80139', endColorstr='#6a1b37',GradientType=0 );
        color: #fff;
    }

    .btn-primary:active, .btn-primary:focus {
        background: #a80139;
        background: -moz-linear-gradient(top, #a80139 0%, #6a1b37 99%);
        background: -webkit-linear-gradient(top, #a80139 0%,#6a1b37 99%);
        background: linear-gradient(to bottom, #a80139 0%,#6a1b37 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80139', endColorstr='#6a1b37',GradientType=0 );
        color: #fff;
    }


@media (max-width: 768px) {

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        text-align: center;
        border-bottom: 1px solid #fdd217;
    }

    .navbar-toggler {
        padding:0 !important;
    }
}


@media (max-width: 400px) {


    .navbar-logo {
        max-width: 153px;
    }
}