﻿html,
body {
    width: 100%;
    height: 100%;
}

body {
}

ul {
    list-style-type: none;
}

/*Header list*/
.header-ul{
    list-style: inside;
    padding: 0;
    display: inline-block;
    margin: 0 0 1em;
    color:white !important;
}
.header-li {
    text-align: left;
}

@media screen and (max-width: 576px){
    .header-ul{
        padding-left: 1em;
        padding-right: 1em;
        margin-right: 1em;
        margin-left: 1em;
    }
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .text-vertical-center h1 {
        margin: 0;
        padding: 0;
        font-size: 4.5em;
        font-weight: 700;
    }
    
.header-btn a:hover{
    color: #2aabd2 !important;
}    
/* text align */

.align-left {
    text-align: left;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active {
        color: #fff;
        background-color: rgba(0,0,0,0.7);
    }

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active {
        color: #333;
        background-color: rgba(255,255,255,0.8);
    }

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#menu-close{
    margin-right:0.6em;
}

.main-category {
    color: whitesmoke !important;
}

.hr-menu-split{
    margin: 0;
    padding: 0;
    border-top: 1px solid grey;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

#sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background:  linear-gradient(
            rgba(0, 0, 0, 0.82),
            rgba(0, 0, 0, 0.82)
    ), url(../images/books.jpg) no-repeat center center scroll ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/* About */

.about {
    padding: 50px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
}

/* Skills */

.expertise {
    padding: 50px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
}

.expertise-item {
    margin-bottom: 30px;
}

.expertise-text-format {
    text-align: center;
}

    .expertise-text-format p {
        display: inline-block;
        text-align: left;
    }


/* picture */
.picturewithtext {
    display: table;
    width: 100%;
    height: 300px;
    color: #fff;
    background: url(../img/code.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

/* Portfolio */

.portfolio {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
}

.portfolio-item {
    margin-bottom: 30px;
}

.textformat p {
    text-align: left;
    margin-bottom: 0px;
}

    .textformat p:last-child {
        margin-bottom: 10px;
    }

@media (min-width: 992px) {
    .frame {
        width: 445px;
        height: 303.2px;
        border-left: 1px solid #ececec;
        border-top: 1px solid #ececec;
        box-shadow: 7px 7px 10px -3px #ececec;
    }
}

.img-portfolio {
    margin: 0 auto;
}

    .img-portfolio:hover {
        opacity: 0.8;
    }

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.header h1 {
    color: white;
}

.header h3 {
    color: white;
    text-shadow: 2px 3px 2px black;
}

.banner {
    background-color: #FAFAFA;
}

.iconColor {
    color: white;
}
/*
#moreprojects{
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: none;
}
*/

.errorpage {
    padding: 50px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
}

.footerimg {
    background-image: linear-gradient(rgba(255,255,255, 0.98), rgba(255,255,255, 0.98)), url("/images/glider.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
}

/*carousel*/
.carousel-inner {
    height: auto;
}

.carousel .item {
    height: auto;
}

    .carousel .item img {
        height: auto;
    }

.carousel-inner > .item > img {
    height: 100vh;
    max-height: 500px;
    object-fit: scale-down !important;
    opacity:0.6;
}


.carousel-font-color {
    color: black;
    text-shadow: 2px 3px 2px white;
    position: relative;
    left: auto;
    right: auto;
}

.carousel-indicators li {
    background: #ccc;
}

.carousel-indicators .active {
    background: #428bca;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-arrow-color {
    color: #428bca;
}
/*carousel end*/


/*misc*/
.text-item {
    margin-bottom: 30px;
}

.text-format {
    text-align: center;
}

.text-format p {
    display: inline-block;
 
}

.highlight-section{
    background-color: #ededed!important;
}