
body {
    overflow-x: hidden;
}

p {
    /*font-size: 20px;*/
    font-size: 18px;
    /*font-size: 1em;*/
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active{
    outline: 0;
    /*color: #18bc9c;*/
    /*color: #8CB202;*/
    /*color: #4F9300;*/
    /*color: #4E342E;*/
    /*color: #39A29D;*/
    /*color: #009FDF;*/
    /*color: #196674;*/
    /*color: #416BBF;*/
    /*color: #FD7400;*/
    /*color: #008B66;*/
    /*color: #B1E001;*/
    /*color: #B8ECD7;*/
    /*color: #BEDB39;*/
    /*text-decoration: none;*/
    color: #0077C8;
     /*color: #1772d0;*/
}

a:focus, a:hover{
    color: #f09228;
  /*color: #a1d700; */
    text-decoration: none; 
}

h1,
h2,
h3,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: Roboto;*/
    font-weight: 700;
}

h4{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: Roboto;*/
    font-weight: 700;

}

hr.star-light,
hr.star-primary {
    margin: 20px auto 30px;
    /*margin: 25px auto 30px;*/
    /*margin: 5px auto 5px;*/
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    /*content: "\f005";*/
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}


header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c;*/
    /*background: #31BC6A;*/
    background: #008B66;
}

header .container {
    /*padding-top: 100px;
    padding-bottom: 50px;
    */
    padding-top: 10px;
    padding-bottom: 10px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
/*        padding-top: 200px;
        padding-bottom: 100px;*/
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header .intro-text .name {
        font-size: 2.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    .myimg {
    float: none;
  }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        /*padding: 10px 0;*/
     /*   -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;*/
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
/*        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;*/
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}


.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{
    outline: 0;
    color: #FFCC66;
     /*not so bad   */
    /*color: #a1d700; not so bad*/
    /*color: #e5dd00; */
    /*color: #ddd;*/
    /*color: #79bd9a;*/
    /*color: #f09228;*/
}


.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:active,
.navbar .navbar-nav li a:hover {
    outline: 0;
    /*color: #008B66;*/
    /*color: #8db500;*/
    /*color: #00856a;*/
    /*color: #549e39;*/
    /*color: #c0cf3a;*/
    /*color: #33a6b2;*/
    /*color: #fff;*/
    /*color: #a8dba8;*/
    /*color: #CCCCCC;*/
    color: #FFCC66;

}

.navbar-default,
.navbar-inverse {
    border: 0;
}


section {
    /*padding: 100px 0;*/
    /*padding: 40px 0;*/
    padding: 32px 0;
    /*padding-top: 100px;*/
    padding-top: 80px;
    padding-bottom: 0px;
}

section h2 {
    margin: 0;
    font-size: 2em;
}

section.success {
   color: #fff;
   background: #18bc9c;

}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active{
    border: solid 2px #fff;
    /*color: #18bc9c;*/
    color: #fff;
    background: #fff;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-social:focus,
.btn-social:active,
.btn-social.active {
    outline: 0;
    color: #fff;

}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


.svgico {
  display: inline-block;
}

.myimg{
 width: 80%;
 max-width: 250px;
 /*padding-top: 20px;  */
 border: 4px solid white;
}

.bib_slider{
 font-size: 12px;
}

pre {
  white-space: pre-wrap;
  word-break: normal;
}

.pubimg {
  text-align: center;
    padding-bottom: 30px;
}
.pubimg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.media-body {
  padding-bottom: 30px;
}


