/*
 Project Name: Wenaha Woodcraft
 Project Date: Summer 2025
 Project Team: Wenaha Craftsmen
 Project Form: projects-styles.css
 */

@charset "UTF-8";

a.share-fact:link{font-family: 'Poynter'; color:#ffffff; background-color:#000000;font-size: calc(.6em + .6vw); font-weight: 500;text-decoration: underline;}
a.share-fact:visited{font-family: 'Poynter'; color:#ffffff; background-color:#000000;font-size: calc(.6em + .6vw); font-weight: 500;text-decoration: underline;}
a.share-fact:hover{font-family: 'Poynter'; color:#ff4500; background-color:#000000;font-size: calc(.6em + .6vw); font-weight: 500;text-decoration: underline;}
a.share-fact:active{font-family: 'Poynter'; color:#ff4500; background-color:#000000;font-size: calc(.6em + .6vw); font-weight: 500;text-decoration: underline;}

.projects-table{background-color:#000000;width:100%;border-collapse: collapse;}
.project-title{font-family: 'Poynter'; color:#ffffff; background-color:#000000;font-size: calc(.9em + .9vw); font-weight: 900;text-align:center;}
.project-image {width:350px;height:auto;display: block;margin-top: 60px;margin-left:auto;margin-right:auto;border: 3px solid #ffffff;border-top-left-radius: calc(0.25rem - 1px);border-top-right-radius: calc(0.25rem - 1px);border-bottom-right-radius: calc(0.25rem - 1px);border-bottom-left-radius: calc(0.25rem - 1px);}
.project-text{font-family: Poynter; font-size: calc(.7em + .7vw);font-weight:600;color:#ffffff;text-align:left;text-indent:20px;margin-left:5px;margin-right:5px;padding-top:20px;}
.fat-topped{padding-top:20px;}
.comment-table{width:100%;background-color:#d2d2d2;margin-left:auto;margin-right:auto;}
