* {
    font-family: Century Gothic;
}

body {
    margin: 10px 25px 150px 25px;
    background-color: lightgray;
    /* background-image: url("./industrial_pic.JPG"); */
    /* background-position: 25% 99%; */
}

hr.blog-separator {
    background-color: whitesmoke;
}

h2.recent-blogs-title {
    margin-left: 100px;
}

div.blog-titles {
    margin: 0 150px 0 100px;
    text-align: left;
    font-size: 14px;
}

p.blog-title-tagline {
    margin-top: -20px;
}

h3.blog-title-link {
    font-size: 24px;
}

a.a-blog-title-link {
    /* color: lightyellow; */  
    color: #008ae6;
    font-weight: normal;
}

a.a-blog-title-link.visited {
    color: red;
}

div.blog-entry {
    margin: 0 150px 0 100px;
    text-align: left;
    font-size: 14px;
}

h1.top_line { 
    text-align: center;
}

span.tagline-span {
    color: white;
}

a.blog-link {
    font-size: small;
    color: #008ae6;
}

a.blog-link.active {
    color: black;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
}

p.tagline {
    font-size: 20px;
    text-align: right;
    font-style: italic;
    margin: 20px 0;
    /* font-weight: bold; */
}

span.tagline {
    font-size: small;
}

span.active {
    font-size: small;
    color: red;
}

span.blog-link-tagline {
    font-size: small;
    color: white;
}

span.blog-link-tagline.active {
    color: black;
}

h2.blog-entry-title {
    font-size: large;
    text-align: right;
    margin-right: 140px;
}

a.blog-entry-title {
    font-size: small;
    text-align: right;
    margin-left: 90px;
}

h2.blog-title {
    text-align: left;
}

li.blog-names {
    text-align: left;
    margin-left: 90px;
}

p.intro { 
    text-align: center;
}

p.entry {
    text-align: left;
}

div.sidebar {
    text-align: center;
    background-color: #99e6ff;
    columns: 4;
    height: 20px;
}


div.right {
    font-size: small;
    width: 100%;
    height: 50px;
    top: 130px;
}

.center {
    text-align: center;
}


ul {
    list-style-type: none;
    margin: 15px;
    padding: 0;
}

ul.regular {
    list-style-type: square;
    margin-top: -10px;
    margin-left: 35px;
    padding: 0;
}
