/*CSS reset*/
html {
    min-width: 400px;
    width: 100%;
    height: 100%;
}


body {
    font-family: "Open Sans" ,sans-serif;
    color: #000000;
    line-height: 16px;
    font-weight: 400;
    font-size: 1.3em;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"Open Sans", sans-serif;
    font-weight: 500;
    line-height:30px;

    /*line-height: inherit;*/
    color: #000000;
}

b {
    font-weight: 800;
}
p {
    font-family:"Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}
h1 {
    color: #000000;
    font-weight: 600;
}

h3 {
    color: #000000;
    font-weight: 600;
}

h4 {
    color: #000000;
    font-weight: 600;
}

/** Margin Adjustment*/
.main-top-margin {
    margin-top: 60px;
}

.main-min-margin {
    margin-top: 30px;
}


.main-low-margin {
    margin-bottom: 35px;
}

.main-p-margin {
    margin-top: 15px;
}


/** Navigation bar */

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar {
    font-size: 1em;
    font-weight: 900;
}

.navbar-inverse {

}

.navbar-inverse .navbar-brand {

    font-size: 2.0em;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
}

.navbar-inverse .navbar-nav >li > a {
    font-size: 1.1em;
    font-weight: 700;
}

.navbar-inverse .navbar-nav :hover,
.navbar-inverse .navbar-nav :focus {
    background: #000000;
}

.navbar-inverse .navbar-nav > .active > a {
    background: gray;
    color: #000000;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    background: #222;
    color: #fff;
}


ul.nav li.dropdown :hover ul.dropdown-menu li {
    color: #fff;

}

ul.nav li.dropdown:hover ul.dropdown-menu li :hover
ul.nav li.dropdown:active ul.dropdown-menu  li :active{
    /*background: #000000;*/
    color: #ffffff;
}



/* Header Section */
#header {

    background: url('../images/backgroud.jpg') no-repeat center top;
    padding-top:20px;
    text-align:justify;
    /*background-position: center center;*/
    min-height: 100%;
}


/*About Section*/
#about {
    min-height: 100%;
    padding-top: 50px;
    text-align: center;
    background: #ffffff;
}
/* End About section*/


/*Education Section */
#education {
    min-height: 100%;
    background: #fafafa;
}

#education img {

    border: none;
    max-width: 80%;
    /*height: auto;*/
    margin: auto;
    display: block;
    object-fit: cover;
    transition: transform .2s ease-in-out;
    /*width: 80%;*/
}


/*#logo0, #logo1 {*/
    /*width : 200px;*/
    /*height : 200px;*/
    /*padding-top: 20px;*/
/*}*/

/*#logo2, #logo3, #logo4 {*/
    /*width : 200px;*/
    /*height :   200px;*/
    /*padding-top: 20px;*/
/*}*/


/* End Education section*/

/* Publication section*/
#publications {
    min-height: 100%;
    background: #ffffff;
}
/* End Publication section*/


/*Work section*/
#work {
    min-height: 100%;
    background: #ffffff;
    padding-bottom: 35px;
}

#work article {
    padding-top: 60px;
}
#work img {
    /*width: 300px;*/
    /*height: 300px;*/
    /*padding-top: 20px;*/

    border: none;
    max-width: 80%;
    /*height: auto;*/
    margin: auto;
    display: block;
    object-fit: cover;
    transition: transform .2s ease-in-out;
    /*width: 80%;*/

}

#assistantprof {
    min-height: 100%;
}



/* End Work section*/


/*Project Section*/
#projects {
    min-height: 100%;
    background: #fafafa;
}
/*End Project Section*/

/*Resume Section*/
#resume {
    min-height: 100%;
    background: #ffffff;
}
/*End Resume Section*/


/** Contact section */
#contact {
    min-height: 100%;
    background-color: #fafafa;
    min-width: 100%;
    padding-top: 50px;
}

#contact-message {
    padding-bottom: 50px;

}
#contact-message h3 {
    color: gray;
    padding-bottom: 20px;

}

.message-details {
    padding: 20px 40px;
}

.message-details input {
    padding: 15px 10px;
}

.message-details .form-control {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    box-shadow: none;
    font-size: .875em;
    padding: 20px;
    margin-bottom: 15px;
}
.message-details .btn {
    background-color: #2a3133;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    font-size: .875em;
    font-weight: 800;
    width: 100%;
    padding: 12px 16px;
}

.email-lnk {
    background-color: #2a3133;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    font-size: .875em;
    font-weight: 800;
    width: 100%;
    padding: 12px 16px;
}


/***************
Color code
****************/

.color-github {
 color: #000000;
}

.color-linkedin{
    color: #007bb6;
}

.color-facebook {
    color: #3B5998;
}

.color-twitter {
    color: #00aced;
}

.color-google-plus{
    color : #dd4b39;
}

/**************
Footer
**************/
#footer {
    /*text-align: left;*/
    padding: 10px 30px 10px 30px;
}



/****
Tech
*****/
#techstats {
    max-width: 100%;
    min-width: 300px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;

}


/*Project single page */
#project {
font-weight: 900;
    min-height: 100%;
}

#project h5, b {
    font-weight: 900;
    font-size: 1.1em;
}

#project p {
    font-weight: 400;

}


/*.line{*/
    /*background:#f1f1f1;*/
    /*border-bottom-color:#f3f3f3;*/
    /*display: block;*/
    /*height: 2px;*/

/*}*/

.line{
    height:1px;
    background-color: #f1f1f1;
    border-bottom:1px solid #f3f3f3;
    margin:1em 0;
    overflow:hidden;
}

.line1{
    height:1px;
    background-color: #efefef;
    border-bottom:1px solid #e0e0e0;
    margin:1em 0;
    overflow:hidden;

}