.portfolio_section_title{
  text-align: center;
}

.blog_post_list{
}
.blog_post_list_element{
  display: flex;
  column-gap: 10px;
}
.blog_post_updated_date_in_list{
  color: LightGray;
}
.blog_post_title_in_list{
  font-weight: bold;
  color: gold;

}

/* Credit to https://stackoverflow.com/questions/2812770/add-centered-text-to-the-middle-of-a-horizontal-rule */
.separator{
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid gold;
}

.separator:not(:empty)::before {
  margin-right: 10px;
}

.separator:not(:empty)::after {
  margin-left: 10px;
}

/**/

.portfolio_entry_image {
  width: 50%;
  aspect-ratio: 16/9;
  border-style: solid;
  border-color: gold;
  border-width: 3px;
}

.portfolio_entry {
  display: flex;
  border-style: solid;
  border-width: 5px;
  column-gap: 10px;
  padding: 10px;
  width:75%;

  background-color: #636000;
  border-color: gold;
}

.portfolio_entry_right{
  margin-left: auto;
}

.portfolio_entry_text{
  width: 50%;
}
.portfolio_entry_title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  color: yellow;
  text-decoration: underline;
  font-weight: bold;

}

.portfolio_entry_description{
  margin-top: 0px;
  margin-bottom: 0px;
}

.ctopnav {
   border-width:2px;
   border-style: solid;
  background-color: #636000;
  border-color: gold;
  padding-top: 10px;
  display: flex;
}

.download_button {
  display: grid;
  background-color: rgba(64,64,64,0.5);
  border-style: solid;
  border-width: 2px;
  border-color: purple;
  padding: 5px;
}

.download_button:hover{
  background-color: pink;
}

.download_button img {
  grid-column : 1;
}

.download_button span {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}



.left_tab{
  margin-left: auto;
  margin-right: 0;
  color: red;
}
.contactlist li{
  padding: 6.66px;
}
.all {
  font-family: "Times New Roman", serif;
  max-width: 60%;
  margin: auto;
  max-height: 100%;

}

.rainbow {
  background: linear-gradient(to right, red, orange, yellow, green, aqua);
  background-clip: text;
  color: transparent;
}

p{
  font-size: 18px;
}
.ccontent {
  border-width: 2px;
  border-style: solid;
  border-color: purple;
  background-color: #290040;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px;
}
.ccontainer{

  overflow: auto;
  height: 100vh;
}
body {
  background-image: url("starry_night.jpg");
  background-color: #111111; 
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}


.name_tab {
  color: #ffffff;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 24px;
}

.yellow_hl {
  color: yellow;
}

.list_span{
  font-size: 18px;
}
.yellow_hl:visited{
  color: yellow;
}

p{
  color: white;
}
h1 {
  color: white;
}
h2 {
  color: white;
}
span{
  color: white;
}

li {
  color: white;
}


.warningtext {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.warning {
  padding: 5px;
  background-color: rgba(255,0,0,0.33);
  border-style: solid;
  border-color: DarkRed; 

}
.normal_tab {
  color: #ffffff;
  margin-right: 15px;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;

}

.normal_tab_nomargin {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;

}
.normal_tab:hover {
  color: yellow;
}

.name_tab:hover {
  color: yellow;
}

.copyright_footer {
  padding: 15px;
  border-width: 2px;
  border-color: gold;
  border-style: solid;
  padding-top: -5px;
  background-color: #636000;

}
