@import url('https://fonts.googleapis.com/css?family=Dosis');
body, html {
        height: 100%;
        font-size: 18px;
        font-family: Calibri;
}
.main {
    background-color: black;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    background: url('../img/main.jpg');
        background-repeat: no-repeat;
    background-size: cover;
    background-position: left; 
    display: block;
    position: relative;
    padding: 0px;
    overflow: hidden;
    


}
.main .row {
        margin-right: 0px;
}
.main .borders {
    position: absolute;
    bottom: 0;
    margin: 0px;
    height: 15%;
    width: 100%;
}
.borders {
    bottom: 0;
    margin: 0px;
    height: 15%;
    width: 100%;
}
.about {
    position: relative;
    margin-top: 70px;
}
.borders {
    margin-bottom: 15px;
}
h1 {
    text-align: center;
    font-size: 50px;
    color: #2b2b2b;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: Dosis;
}
.desc {
    text-align: center;
    color: #c5c5c5;
    font-size: 20px;
    margin-bottom: 35px;
}
.navbar-nav {
    margin-left: auto;
    color: white;
}
.navbar-nav a {
    color: #124f8e!IMPORTANT;
    font-size: 18px;
    transition-duration: 0.1s;
}
.navbar-nav a:hover {
       color: #238efc!IMPORTANT; 
}
.navbar-brand img {
    width: 120px;
}
.name > p:nth-child(1) {
    font-size: 6.5rem;
    color: #114780; 
    margin-bottom: 0;
}
.name > p:nth-child(2) {
    font-size: 3rem;
    color: dimgray;
    margin-top: -40px;
    margin-left: 10px;
}
.about_link {
    display: inline-block;
    color: white;
    background-color:#124f8e; 
    padding: 10px;
    transition-duration: 0.2s;
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.about_link:hover {
    background-color: darkorange;   
}
.name {
    margin-left: 17%;
    margin-top: 6%;
    font-family: Dosis;
}
.name div {
    margin-top: 14px;
}
.social-site {
    background-color: rgba(71, 144, 255, 0.178);
    display: inline-block;
    padding: 0.5%;

}
.social-site img{
width: 45px;
margin-top: 3%;
margin-bottom: 3%;
margin-left: 15px;
margin-right: 15px;
filter: brightness(0) invert(1);
transition-duration: 0.3s;
}
.social-site img:hover {
    filter: none;
}
.progress{
    height: 1.2rem;
    margin-bottom: 5px;
}
.progress-bar {
    background-color: #FF7B15;
}

.skills p{
font-size: 18px;
color: dimgray;
margin-bottom: 5px;
}

.jobs {
    margin-top: 50px;
}
article  {
    text-align: justify;
}
.about_clear {
    background: url(../img/213x262.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.jobs_clear {
    background: url(../img/213x262_2.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.skill * {
    text-align: center;
}
.skill img {
    transition: 0.5s;
}
.skill:hover img {
    transform: scale(1.1, 1.1);
    transform: rotate(10deg)
}
h2 {
    font-size: 35px;
    text-align: center;
    font-family: Dosis;
    font-size: bold;
    color: #124f8e;
}
.skill p:nth-child(3) {
    margin-bottom: 0px;
}
.skill img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
footer {
    height: 70px;
    background-color: #124f8e;
    color: white;
    text-align: center;
    display: flex;
}
footer p{
        display: flex;
    /* flex-direction: column;*/
    margin-left: auto;
    margin-right: auto;
    align-items: center; 
}
.portfolio_thing {
    margin-bottom: 60px;
}
.about_thing {
    border: solid thin #d0d0d0;
    min-height: 50px;
    display: block;
    background-color: #ffffff;
    padding: 20px;
}
.about_thing h2 {
    margin-top: 26px;
}
.about_thing p {
    padding-left: 30px;
    padding-right: 30px;
}
h3 {
    text-align: center;
    color: dimgray;
}
.about_thing a {
    display:block;
    background-color:darkorange; 
    color: white;
    width: 50%;
    height: 40px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 35px;
    transition-duration: 0.2s;
    border-radius: 4px;
}
.about_thing a:hover {
        background-color: #D15B00;   
        text-decoration: none;
}
.with-errors {
color:darkorange; 
}
#hidden_info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    color: black;
    background-color: rgba(0,0,0,0.6);
}
.close {
    position: relative;
    float: right;
    width: 100%;
}
.close img {
    width: 32px;
    margin-right: 5px;
    margin-top: 5px;
    float: right;
}
.hidden {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#hidden_info .col-md-8 {
    background-color: white;
    padding-bottom: 50px;
}
.info_nadpis {
    font-size: 40px;
    color: black;
}
#hidden_info article img {
    width: 100%;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}
#hidden_info article {
    text-align: center;
}
.shadow {
    box-shadow: inset 6px 80px 70px -3px rgba(50, 50, 50, 0.45);
}
.btn {
    margin: 0px;
    background-color: #FF7B15;
    color: white;
}
.btn:hover {
        background-color: #D15B00;   
}
.gray {
    margin-bottom: 30px;
}
.more_info {
    text-align: center;
}
.my_jobs {
    text-align: left;
    margin-left: 15px;
}
.about_projekt article {
    transition-duration: 1s;
}
.about-left {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-top: 8px;
}
.abtImg {
    display: inline-block;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #f1f1f1;
}
.abtImg img {
    max-width: 160px;
}
.sub-title {
    color: #8c8c8c;
    font-size: 14px;
    display: block;
    letter-spacing: .1px;
    font-weight: 500;
    margin-top: 2px;
}
.divider i {
    width: 2px;
    background: #eaeaea;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    left: -60px;
    border: 0;
}
.my_jobs h2 {
    margin-top: 60px;
}

.my_jobs .row {
    width: 100%;
}
.navbar-light {
    width: 79%!IMPORTANT;
    margin: auto;
}
.centr {
    margin: auto;
    width: 79%;
}
@media (max-width:1287px) {
    .navbar-light {
        width: 98%!IMPORTANT;
        margin: auto;
    }
    .name {
        margin-left: 30px;
        margin-top: 30px;
    }
    .name > p:nth-child(1) {
        font-size: 1in;
    }
    .main {
        background-position: right; 
    }
    .divider {
        display: none;
    }
}
@media (min-width:992px) {
    .navbar-nav a {
        color: white!IMPORTANT;
    }
}

@media (max-width:958px) {
    .name > p:nth-child(1) {
        font-size: 70px;
    }
    .name > p:nth-child(2) {
        margin-left: 0px;
    }
    .social-site img {
        width: 30px;
    }
    .about_link {
        font-size: 1rem;
    }
    .about_clear {
        background: none;
        background-position: left top;
        background-repeat: no-repeat;
    }
    .jobs_clear {
        background: none;
        background-position: right top;
        background-repeat: no-repeat;
    }
}
@media (max-width:759px) {
    .main {
        background-position: left; 
    }

}
@media (max-width:464px) {
    .name {
        margin-left: 20px;
    }
    .name > p:nth-child(1) {
        font-size: 50px;
        padding-bottom: 30px;
    }
    .name > p:nth-child(2) {
        font-size: 30px;
    }
}