/*

my own style

*/

/* All images and video set to 100% width of their parent container */
img, video {
    width: 100%;
}

/* home */

#home {
    background-image: url("../images/home-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.nav>li>a {
    padding: 10px 10px;
}

/* about me */

#aboutme {
    background-color: #f6f6f6;
    text-align: center;
}
.aboutme {
    position: relative;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    text-align: left;
}

/* education */

hr.education {
    width: 330px;
}

/* work experience */

hr.workExperience {
    width: 240px;
}
.timeline-body > ul > li {
    line-height: 28px;
    font-size: 15px;
}

#experience {
/*  background: rgba(225, 225, 225, 0.8); */
    color: inherit;
    background-image: url("../images/experience-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#experience .container {
  width: 98%;
  padding: 10px;
  margin: 10px;
}

#experience .section-title h1 {
    color: #ffffff;
}

#experience .head-experience {
    float: none;
}

/* skills */

span.projectTech > i {
    font-size: 0.8em;
}

.progress {
    width: 200px;
}
.technology-50 {
    width: 50%;
}
.technology-70 {
    width: 70%;
}
.technology-80 {
    width: 80%;
}
.technology-90 {
    width: 90%;
}
.boldSkill {
    font-weight: bolder;
}
#skills .progress:hover {
    height: 25px;
    font-size: 20px;
}
#skills .progress-bar {
    font-size: inherit;
}

/* portfolio projects */

.flexdiv {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px; !important
}

.flexdivchld {
    width: 86%;
}

.orderchld {
    order: 0;
}

.wrapperImgProject {
    margin-left: 1vw;
    padding-top: 25px;
}
.nav-tabs > li > a {
  	color: rgba(64, 64, 64, 1);
    font-size: 14px;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    color: rgba(0, 198, 215, 1);
}

.ultech {
    line-height: 2em;
}

video#projrunfast {
   width:100%;
   background:transparent url("../images/proj-runfast.png") no-repeat 0 0;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;
   background-size:cover;
}

/* contact */

#contact {
/*    background-attachment: fixed;*/
}
.tab-content a {
    cursor: pointer;
}
.tab-content a:hover {
    color: rgba(84, 142, 186, 1); /*#548eba*/
}
#contact a {
    color: rgba(225, 225, 225, 1);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
#contact a:hover {
    color: rgba(84, 142, 186, 1);
}
#contact .invalidInput {
    border: 2px solid #f00;
    background-color: #fee;
}

/* big screen or desktop */

@media screen and (min-width: 992px) {
    .flexdivchld {
        width: 46%;
    }
    .orderchld {
        order: 1;
    }
    .nav-tabs > li > a {
        font-size: 16px;
    }

}
