/* @import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Bungee+Shade|Cormorant+Infant|Encode+Sans+Semi+Expanded:400,700&subset=vietnamese'); */
@import url('https://fonts.googleapis.com/css?family=Bungee+Shade|Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=vietnamese');

/* font-family: 'Muli', serif;
font-family: 'Baloo Bhaina', cursive;
font-family: 'Bungee Shade', cursive;
font-family: 'Encode Sans Semi Expanded', sans-serif; */

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}

.container {
    padding: 50px 15px;
}

p {
    font-family: 'Muli', serif;
    font-weight: 300;
}

.box {
    background: #fff;
}

.bg {
    background: #f8f8f8;
}

.shadow-title {
    position: absolute;
    z-index: 1;
    font-size: 100px;
    width: 100%;
    left: 0;
    margin-top: -30px;
    color: #ff9801;
    opacity: .10;
    font-weight: 500;
}

/* Header CSS */

section.header {
    height: 1000px;
    background-image: url(../img/intro.jpg);
}

.parallax {
    background-attachment: fixed;
    background-position: bottom ;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1200px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.intro {
    color: white;
    position: absolute;
    top: 300px;
    padding: 20px;
}

.avatar {
    vertical-align: middle;
    width: 270px;
}

.intro-title {
    font-family: 'Bungee Shade', cursive;
    font-weight: 300;
}

.intro-title span {
    font-weight: bold;
}

.subtitle {
    font-family: 'Muli', serif;
    font-size: 25px;
    font-weight: 300;
}

.typist {
    color: palegreen;
    font-weight: bold;
}

/* Header CSS End */

/* Body CSS */

.body {
    margin-top: -160px;
}

.s-title {
    font-family: 'Encode Sans Semi Expanded', sans-serif;
    font-size: 30px;
    text-align: center;
    padding-bottom: 40px;
}

.c-title {
    font-family: 'Muli', serif;
    font-size: 25px;
    font-weight: 300;
}

ul {
    font-family: 'Muli', serif;
    font-size: 25px;
    font-weight: 300;
}
/* About Me CSS */

.detail {
    display: flex;
    padding: 25px;
}

.left {
    flex: 100%;
    padding: 0 20px;
    text-align: center;
    margin: auto 0;
}

.right p {
    font-family: 'Muli', serif;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    padding: 45px 30px;
}

/* About Me CSS End */

/* Skills CSS  */

.skill-box {
    padding: 20px;
    display: flex;
}

.progress {
    height: 30px;
    margin-bottom: 40px;
}

.skill-bar {
    flex: 100%;
    padding-right: 20px;
}

.other-skills {
    flex: 100%;
    padding-left: 20px;
}

.other-skills li {
    font-size: 24px;
}

/* Skills CSS End  */

/* Works CSS */

.project-item {
    padding: 20px;
    cursor: pointer;
}

.banner {
    margin: 0 auto;
    width: 75%;
    text-align: center;
    background: #ffffff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;  
}

.banner:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.banner img {
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
}


.banner .c-title {
    padding-bottom: 10px;
}

.modal-dialog {
    max-width: 75%;
}

.modal-body .banner {
    max-height: 500px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.modal-body .banner img{
    box-shadow: none;
}

/* Works CSS End */

/* Contact CSS  */

.contact {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.info {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.map {
  flex: 100%;
  margin: 0 20px;
  overflow: hidden; 
}

.contact-box {
    flex: 100%;
    margin: 0 20px;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
}

.contact-info p {
  font-size: 20px;
}

.social {
    font-family: 'FontAwesome'; 
    display: flex;
    justify-content: space-around;
}

.social .fab:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
  
.social .fab {
    -webkit-transform: scale(0.5);
    /* Browser Variations: */

    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    font-size: 3em;
    color: black;
}

.facebook:hover {
    color: #3b5999;
}

.soundcloud:hover {
    color: #ff3300;
}

.linkedin:hover {
    color: #0577b5;
}

.insta:hover {
    color: #e4405f;
}

.flickr:hover {
    color: #ff0084;
}

.github:hover {
    color: #171516;
}

.email:hover {
    color: #ffffff;
}
/* Contact CSS End */

/* Body CSS End */