html,
body {
    height: 100%;
    font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
    background-color: rgb(245, 245, 245) !important;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


.btn-info {
    color: #fff;
    background-color: rgb(95, 132, 201);
    border-color: rgb(59, 109, 202);
    border-radius: 0px;
    letter-spacing: 0.05em;
  }
  
.btn-info:hover,
.btn-info:active,
.btn-info.active {
    background-color: rgb(59, 109, 202);
    color: #fff !important;
}

button:focus,
button:hover{ 
    cursor: pointer;
    border-color: rgb(59, 109, 202);
    outline:0;
}

.btn:focus,.btn:active {
    outline-color: none !important;
    box-shadow: none;
}


textarea,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {   
  border-color: rgb(59, 109, 202);
  border-radius: 0px;
}

textarea:focus,
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgb(135, 177, 255);
  -webkit-box-shadow: rgb(135, 177, 255);
}
 
input[type=file]{
    content: "";
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.25rem;
    padding-top: 5px;
    margin-top: 11px !important;
    height: 38px;
    cursor: pointer;
    font-style: italic;
    color: #777777;
    width:100%;
}

input[type=file]:hover::before{
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}


input[type=file]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    padding-top: 0px;
    border: none;    
    border-radius: 0.25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    height: 36px;
    max-height: 36px;
    width: 120px;
    background-color: #888888;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    transition: 0.3s;
}

.navbar{
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 2;  
}

.navbar .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    color: #fff !important;
    padding-right: 2em !important;
  }
  
.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: rgb(132, 157, 204) !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-brand{
    margin-left: 2em;
}

.navbar-brand img {
    height: 40px;
    width: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar .navbar-toggler {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
         border-radius: 0 !important;
    border-color: rgb(255,255,255);
    padding: .15rem .35rem !important;
}

.lan-button{
    padding-top:8px
}

.header{
    height: 29em;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.header-content-container{
    width: 100%;
    text-align: center;
    margin-top: -10em;
    position: relative;
}

.header-content{
    background-color: rgb(245, 245, 245);
    border-radius: 7px;
    width:80%;
    min-height: 200px;
    padding: 50px;
    margin: auto;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
}

.header-content p{
    font-size: small;
    padding-left: 20px;
    padding-right: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    position: relative;
}

.wrap > .container {
    padding: 30px 15px 20px;
}

.jumbotron {
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

h2{
    padding-bottom: 0.5em !important;
}

.section{
}

.b-left{
    border-left: 1px solid #999;
}

.b-right{
    border-right: 1px solid #999;
}

.mt-1{
    margin-top: 1em !important;
}

.mt-2{
    margin-top: 2em !important;
}

.mt-10{
    margin-top: 10em !important;    
}

.mt-15{
    margin-top: 15em !important;    
}

.mt-20{
    margin-top: 20em !important;    
}

.mb-1{
    margin-bottom: 1em !important;
}

.mb-2{
    margin-bottom: 2em !important;
}

.m-auto{
    margin: auto !important;
}

.pd-tb-1{    
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.pd-tb-2{    
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.pd-tb-4{
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.pd-tbrb-2{
    padding: 2em !important;
}

.pd-lr-1{
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.pd-lr-2{
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.pd-lr-4{
    padding-left: 4em !important;
    padding-right: 4em !important;
}

.pd-lr-8{
    padding-left: 8em !important;
    padding-right: 8em !important;
}

.pd-none{
    padding: 0 !important;
}

.d-lg{
    display: flex;
}

.d-sm{
    display: none;
}

.color-orange{
    color: #FF9900 !important;
}

.color-green{
    color: #00CC00 !important;
}

.color-blue{
    color: #3399FF !important;
}

.color-white{
    color: #FFF !important;
}

.bg-orange{  
    background-color: rgba(255, 153, 0, 0.7) !important;
}

.bg-green{  
    background-color: rgba(0, 204, 0, 0.3) !important;
}

.bg-blue{  
    background-color: rgba(51, 153, 255, 0.3) !important;
}

.bg-gray{
    background-color: rgba(80, 80, 80, 0.1) !important;
}

.bg-gray1{
    background-color: rgba(120, 120, 120, 0.1) !important;
}

.bg-gray2{
    background-color: rgba(170, 170, 170, 0.1) !important;
}


.bg-white{    
    background-color: #FFF !important;
}

.bg-black{  
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.font-size-smaller{
    font-size: xx-small !important;
}

.font-size-xxlarge{
    font-size: 50px !important;
}

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

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

.right-content{
    text-align: right;
}

.txt-pad{
    padding: 2em;
}

.border-top-radius{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.service-image{        
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  padding: 0 !important;
  text-align: center;
}

.service-image-inner{
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.service-image-inner-light{
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.service-image-inner h2{
    padding: 1em !important;
    /*border-bottom: 1px solid #FFF;*/
}

.service-image-inner i{
    font-size: 100px;
}

.service-text-inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.technologies-container, .experienced-container{
    border: solid 20px rgba(80, 80, 80, 0.1);
}

.technologies{
    display: inline-block;
    height: 100px;
    width: 180px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

.technologies img{
    max-height: 80px;
    max-width: 120px;
}

.experienced{    
}

.experienced-item{
    display: inline-block;
    margin-top: 1em !important;
}

.experienced-circle{
    display: inline-block;
    font-size: small;
    padding-left: 1em;
    padding-right: 1em;
}

.experienced i{
    color: rgb(59, 109, 202);
}

.experienced .tag_cloud_item{
    display: none;
}

.experienced #tags{
    width: 100%; 
    height: 500px;
    padding-bottom: 1em;
    margin-top: -70px;
}

.developement i{
    font-size: 70px;
    color: #999;
}

.comment{
    font-size: smaller;
    color: rgb(75, 75, 75);
}

.not-set {
    color: #c55;
    font-style: italic;
}

.contact{
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgb(50, 50, 50);
}

.contact-inner{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, 0.9);
}

.contact i{
    font-size: 27px;
    color: rgb(200, 45, 45);
}

.contact i span, .footer i span{    
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color: rgb(50, 50, 50);
}

.service-page-container{
    margin-top: -7em;
}

.go-top-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 28px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(51, 153, 255, 1) !important;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.footer {
    border-top: 1px solid #ddd;
}

.footer ul{
    padding-inline-start: 20px !important;
}

.footer li{
    list-style-type: none;
}

.footer li a{
    color: rgb(50, 50, 50) !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.tox-promotion{
    display: none;
}

.card-blog{
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, .1);
    border: none;
}

.blog-image{
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 628px; 
    max-height: 628px;
}

.position-bottom-right{
    position: absolute;
    right:    0;
    bottom:   0;
}

@media(max-width:768px) {
    h2{
        font-size: 1.5rem !important;
    }

    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .navbar{
        background-color: rgba(0, 0, 0, 0.7) !important;
    }

    .navbar-brand{
        margin-left: 0;
    }

    .lan-button{
        padding-top:0;
        position:fixed;
        top:20px;
        right:0;
        margin-right:90px
    }
    
    .header{
        height: 20em;
    }

    .header-content-container{
        margin-top: -5em; 
    }

    .header-content{
        width: 90%;
        padding: 20px;
    }

    .section{
        padding: 0;
    }

    .txt-pad{
        padding-left: 1em;
        padding-right: 1em;
    }

    .border-top-radius-none-sm{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .d-lg{
        display: none;
    }
    
    .d-sm{
        display: flex;
    }

    .mt-1-sm{
        margin-top: 1em;
    }

    .mt-2-sm{
        margin-top: 2em;
    }

    .mt-20-sm{
        margin-top: 20em !important;    
    }

    .pd-tbrb-1-sm {
        padding: 1em !important;
    }

    .pd-tbrl-2-sm {
        padding: 2em !important;
    }

    .pd-lr-none-sm{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .font-smaller-sm{
        font-size: smaller;
    }

    .font-x-small-sm{
        font-size: x-small;
    }

    .contact i{
        font-size: 24px;
    }

    .service-image-inner h2{
        padding: 1.5em !important;
        font-size: 1.5rem !important;
        margin-bottom: 40px;
    }

    .technologies-container, .experienced-container{
        border-left: none;
        border-right: none;
        border-top-width: 5px;
        border-bottom-width: 5px;
    }

    .technologies{
        width: 80px;
        height: 70px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .technologies img{
        max-height: 50px;
        max-width: 70px;
    }

    .experienced-circle{
        font-size: 7px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .experienced #tags{
        height: 600px;
        margin-top: -50px;
    }

    .service-page-container{
        margin-top: 0;
    }
    
    .go-top-button {    
        width: 37px;
        height: 37px;
        font-size: 15x;
        padding: 0px;
        right: 5px;
        bottom: 5px;
    }

    .blog-image{
        height: 300px; 
        max-height: 300px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
