@import url("./academicons.min.css");
@import url("./font-awesome.min.css");
body {
  font-family: 'Nunito', sans-serif; 
  /*font-family: "Times New Roman", Times, serif; */
  font-size: 16px;
  font-weight: 500;
  color: black;
}
b {
  font-weight: 700;
}
hr {
  border-top: 1px solid #CCC;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 20px;
}

h2 {
  font-size: 25px;
}

.row {
  line-height: 130%;
}
td {          /* for table */
  line-height: 110%;
}


.paper_pic_box    /* for paper_pic */
    {
    width: 160px;
    height: 130px;
    position: relative;
    }

.paper_title {
  font-weight: 600;
  font-size: 15px;
  /* color: #2a6496 */
  /* color: #428bca */
}
.paper_rest {
  font-size: 16px;
}
.paper_bottom_space {
  margin-bottom: 20px;
}


.container {
  margin-bottom: 50px;
}

#header {
  /* font-family: 'Geneva', sans-serif; */
  /* font-family: 'Trebuchet MS', sans-serif; */
  font-family: "Times New Roman", Times, serif;
  /* font-family: 'Lato', sans-serif; */
  font-weight: 600;
  color: white;
  width: 100%;
  /* max-width: 1150px; */
  height: 240px;
  margin-bottom: 48px;
}
.bg {
  /* background-image:  url('../../images/summer/suc/summer_blur13_opacity26_saturate_more_bright.jpg'); */
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

#author-avatar {
    height: 170px;
    width: 170px;
    background-image: url('../../files/IMG_3228-fotor-20250306248321.jpg');
    background-position: -1px;
    background-size: 170px;
    background-repeat: no-repeat;
    border: 3px white solid;
    margin-left: 170px;
    border-radius: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
    display: inline-block;
}

#header-inner {
  position: center;
  left: 10%;
  /*padding-left: 30px;*/
  top: 78px;
  width: 90%; /* this is needed to keep the bg image large in smart phone */
}
.img-profile {
  border: 3px white solid;
  width: 180px;
  height: 180px;
  /*float: left;*/
  margin-left: 150px;
  margin-top: 10px;
  margin-bottom: auto;
}
.header-text {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-top: -200px;
  margin-left: 400px;
}
.header-text-name {
  font-size: 38px;
  font-weight: 600;
}
.header-text-email {
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
}
.header-text-items {
  font-size: 15px;
  margin-top: 0px;
}


ul {
  list-style: disc;
  margin: 0 0 0em 0;
  padding-left: 1.5em;
}
  ul li{
    padding: 0.2em 0em 0.8em 0em; /* top, right, bottom, left */
  }

  ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome, Academicons;
  }

  ul.icons a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    color: #00356b; /* change this */
  }
  ul.icons a:hover {
    color: #286dc0; /* change this */
  }

    ul.icons li {
      display: inline-block;
      padding: 0 0.5em 0 0;
      padding-left: 0;
    }

      ul.icons li:last-child {
        padding-right: 0 !important;
      }

      ul.icons li .icon:before {
        font-size: 1.25em;
      }


@media (max-width: 640px) {
  #header {
    /* font-family: 'Geneva', sans-serif; */
    /* font-family: 'Trebuchet MS', sans-serif; */
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: 'Lato', sans-serif; 
    font-weight: 300;
    color: white;
    width: 100%;
    /* max-width: 1150px; */
    height: 400px;
    margin-bottom: 48px;
  }
  .bg {
    /* background-image:  url('../../images/summer/suc/summer_blur13_opacity26_saturate_more_bright.jpg'); */
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }

  #header-inner {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .img-profile {
    float: center;
    width: 180px;
    height: 180px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .header-text {
    text-align: center;
    margin: 1px 0;
    color: black;
    /*margin-left: 150px;*/
  }
  .header-text-name {
    font-size: 34px;
    color: black;
  }
  .header-text-items {
    font-size: 16px;
    margin-top: 1px;
  }
  ul.icons a {
    color: #00356b;
  }
  ul.icons a:hover {
    color: #286dc0;
  }
}
