html, body{ width : 100%;
    overflow-x: hidden;
    font-family:  Roboto, Arial,Helvetica,"sans-serif","Times New Roman";
    background-color:#fff; }
#contentDIV{width: 100%;}

.contentFrame{
  width: 65%;
  height: 100%;
  border: 0; 
  background-color: #fff;
  text-align:justify;
  padding : 10px;
  overflow: hidden;
  padding-bottom : 120px; 
  position: relative;
  margin: 60px 0 0 20%;
  min-height: 720px;
  
  font-size: 18px;
  font-family: Arial, Helvetica, "sans-serif";
}

.leftFrame{ vertical-align:top;
    width : 19%;
    height: 100%;
    position: fixed ;
    top: 40px;
    left: 0;
    overflow-y: scroll; 
    overflow-x: hidden;
  
}

img{border:0;}

img{max-width:720px;}

a:hover{cursor: pointer; color: #444;}

::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track-piece  {
    background-color: #fff; }
::-webkit-scrollbar-thumb:vertical {
    background-color: #777;
    border-radius : 10px; }

h1{ text-align: center;}
hr{
  border: none;
  color: #DDD; 
  background-color: #DDD;
  height: 1px;
}

/* ___ navigation ___ */

#ct_header{ float: left; 
  padding: 0; /*! margin: 0; */ 
  /*! position: relative; */ 
  /*! right: 25px; */ 
  /*! background-color: #fff; */
margin: 0 100px 0 0;
}
#ct_header img{ width: auto;
  height: 60px; 
  margin : 0;
}

#nav{ width: 100%; height: 60px;margin:0;background: #ffffff;
  overflow: hidden; position: fixed; top: 0; left: 0;
  border-bottom: 1px solid #ddd;
  z-index: 920;
  font-size: 17px;
}

#nav a{ /*! font-family: Arial; */
   color: #111;
   padding: 20px;
   text-decoration: none;
   /*! font-weight: bold; */
   margin-right: 0;
  vertical-align: bottom;
}

#nav_links, #nav_search{ height: 100%;
  display: inline-flex;
}

#nav_links a:hover{
  background: #f4efd966;
}

#nav_search{ margin-left: 20px;}
#nav_search input{ width : 300px; padding-left : 20px;}
#nav_search button{ padding: 0; 
  position: relative; left : -40px; bottom: -5px;
  background: none;
  border: none;
}
#nav_search img{ cursor: pointer;}

#notice{display:none;
  width:100%;
  color: #fff;
  padding: 5px; margin:0;
  background: #3c8914;
  text-align: center; }


button{ padding: 8px;}

.blueButton{background: #fff;
  border-radius: 7px;
  border: 1px solid #888;
  box-shadow: 3px 5px #ccc;
  /*! font-family: Arial; */
  color: #000;
  font-size: 20px;
  padding: 10px 50px;
  text-decoration: none;
  font-weight: 500; 
  margin-right: 10px; 
  text-transform: uppercase;
}

.blueButton:hover{
  cursor: pointer;
  background: #7F6A0082;
  text-decoration: none;
}

.blueButton:active{color: red;}
.blueButton:visited{color: #000;}
.blueButton:disabled{ color: #aaa; border: 0; box-shadow: unset;}
.blueButton:disabled:hover{ background: unset; }

.smallButton{ padding:10px;
  font-size:small;
  display:block;
  font-weight:unset;
  margin-top:50px;
}

input[type=text], input[type=email],input[type=password]{
  height: 30px;
  width: 350px;
  margin-bottom: 5px;
  padding : 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /*! background-color: #f9f9f9; */
}


.footer{ width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  padding : 0px 20px;
}

.footer small{display: block;}

.share_buttons{
  vertical-align: top;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.share_buttons img{ width: 25px; margin: 5px 10px;  display: inline; }

#blog_h1{
  height: 240px;
  background-image: url("../images/banner_transparent.png");
  background-size: cover;
  background-repeat: no-repeat; 
  margin-bottom : 30px;
  position: relative;
  background-color: #fff4c1;
  border-radius: 10px;
}

#blog_h1 h1{
  position: absolute;
  top: 37%;
  left: 22%;
}



/* ________ ARTICLES ________ */


.article_card{
  height: 240px;
  border: 1px solid #CCC;
  overflow:hidden;
  padding: 10px;
  border-radius: 10px;
  background-color: #fffffd;
  box-shadow: 1px 2px #DDD;
}


.article_card img{
  float:left;
  margin: 10px 20px 10px 10px;
}

.article_card ul{
  list-style-type: none;
  padding-right: 10px;
}

.article_card .date{ 
  display: block;
}

.article_card a{
  color: #000;
}

.article_card a:hover{
  color: #64560a;
}

.article_card .title{
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}


article{
  padding : 0 40px;
  text-align: left;
}

#article_pub_info{
  color: #333;
}

#article_pub_info .date{ 
  display: inline-block;
  text-indent: 20px;
}

figcaption{
  color: #555;
  font-style: italic;
  font-size: 16px;
}

#author_card{
  margin-top: 20px;
}

#author_card ul{
  list-style-type: none;
}

#author_card img{
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}



/* ________ MOBILE ________ */


@media screen and (min-width: 1px) and (max-width:999px){
  html,body{ position: relative;
    padding: 0;
    margin: 0;
    overflow-x : hidden;
  }
  
  img{max-width : 100%;}
  ::-webkit-scrollbar { display: none;}   
  
  a{ -webkit-tap-highlight-color: transparent;}
  a:focus {
    outline: none !important;
  }
  
  img{
    cursor: default;
  }
  
  ul{
    padding-left: 20px;
  }
  
  .contentFrame{
    position: unset; 
    width: 100%; 
    display: block; 
    text-align: left; 
    margin : 0;
    padding: 0px 0 70px 0; 
  }
  
  .leftFrame{
    display: none;
  }
  
  #blog_h1{
  height: 200px;
  margin-bottom : 30px;  
  border-radius: 0px;
  background-size:  contain;
}

#blog_h1 h1{
  max-width: 40%;
  position: absolute;
  top: 1%;
  left: 10%;
  text-align: justify;
}
  
  .article_card{
    height: unset;
    border-radius: 0px;
  }
  .article_card img{
    float: none;
  }
  
  #articles{
    margin-bottom: 100px;
  }
  
  #nav{
    display: none;
  }
}


