* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body {
    background-color: #202020;
    color: white;
    
}
.text_center {
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center_child>*{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.middle {
    vertical-align: middle;
}
.middle_section {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('https://4.bp.blogspot.com/-R8xHj9Ps2LM/VhremU9rm8I/AAAAAAAAIVM/Vl6htcf7VZY/s1600/Metal%2BSep%2Btexture%2B%25281%2Bof%2B1%2529.jpg');
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right:5%;
    min-height: 82vh;
}
.top_section_image {
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8080)), url('/images/strainer.jpg'); */
    background-image: url("/images/strainer.jpg");
    height: 90vh; /* Other 10vh is header bar*/
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
    width: 100%;
    background-repeat: no-repeat;
}
.top_section_image img {
    width: 100%;
    object-position: 20% 10%; 
}
.top_section {
    background: black;
    height: 10vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.home_page_header {
    width: 100%;
    height: 10vh;
    display: block;
    background-color: #101010;
}
header {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #101010; 
    /* #101010ee */
}
.inner_header {
    width: 90%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.logo_container {
    display: table;
    float: left;
    vertical-align: middle;
}
#logo_picture {
    height: 10vh;
}
.boat_container {
    display: inline-block;
}
#boat_picture {
    height: 10vh;
}
.navigation {
    float: right;
}
@media screen and (max-width : 861px)
{
    .navigation {
        padding-top: 2vh;
        height: 30%;
    }
}
@media screen and (min-width : 862px)
{
    .navigation {
        padding: 0px;
        height: 100%;
    }
}
.navigation a {
    height: 100%;
    display: table;
    float: left;
    padding: 0px 20px;
}
.navigation a li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: white;
    font-family: Calibri;
}
.navigation a:hover {
    background: rgb(5, 55, 129);
}
.navigation a:hover li{
    /* color: #000000; */
    font-weight: bold;
}
@media screen and (max-width : 861px)
{
    .home_page_header{
        height: 20vh;
    }
    .navigation a {
        height: 50%;
        padding-right: 2vw;
        padding-left: 2vw;
    }
    .inner_header {
        padding-top: 2vw;
    }
}
.welcome_text {
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 15vh;
    padding-bottom: 5vw;
    /* background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.1)); */
    filter: drop-shadow(0px 0px 0px #000000);
}
/* .welcome_text h1 {
    text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 5.5vw;
} */
.welcome_text h1 {
    text-align: center;
	color: rgb(5, 55, 129);
	font-size: 2vw;
}
.welcome_text a {
    color: rgb(5, 55, 129);
    border: 1px solid rgb(5, 55, 129);;
    padding: 1%;
}
@media screen and (max-width : 861px)
{
    .welcome_text {
        background-color: #00000031;
    }
    .welcome_text h1{
        color: white;
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #learn_more{
        color: white;
        border: 1px solid white;;
        padding: 2%;
        background-color: rgba(5, 55, 129, 0.473)
    }
}
@media screen and (min-width : 862px)
{
    .welcome_text {
        margin-top: 0px;
        padding-top: 5%;
        width: 50%;
        padding-left: 25%;
        text-align: center;
    }
    .welcome_text h1{
        font-size: 2vw;
        text-align: center;
    }

}
#learn_more:hover {
    background-color: rgba(5, 55, 129, 0.473);
    color: white;
    font-weight: bold;
}
article {
    padding: 0% 0% 0% 0%;
}
article img {
    /* width: 45%; */
    vertical-align: middle;
    border-radius: 10px;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
}

.content {
    background-color: #0d229983;
    color: white;
    border-radius: 10px;
}
.content p {
    display: inline-block;
    font-size: 30px;
    padding-left: 4%;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}
.content:hover{
    background-color: #0d2299b6;
    border: 1px solid white;
}
/* QUOTE PAGE */

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgba(35, 35, 36, 0.356);
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
    margin-bottom: 20px;
    width:75%
}
  
/* Style the buttons inside the tab */
.tab button {
    background-color: #ffffff00;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.5s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: rgba(5, 55, 129, 0.8);
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: rgba(5, 55, 129, 0.85);
    color: white;
}

/* Style the tab content */
.tabcontent {
    color: white;
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.form {
    padding-top: 20px;
}

.form_text {
    padding: 20px;
    display: inline;
}
.amountbox {
    width: 7%;
}
.hidden {
    display: none;
}
a {
    color: white;
}
.page_title {
    text-align: center;
    padding: 2vh;
    font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width : 861px){
    .page_title {
        padding-top: 15vh;
        font-size: 8vw;
    }
}
@media screen and (min-width : 862px){
    .page_title {
        padding-top: 10vh;
        font-size: 30px;;
    }
}
#products_list {
    font-size: 25px;
    margin: auto;
    justify-content: center;
}
#products_list a {
    margin: 2vw;
    display: inline-block;
    background-color:rgba(35, 35, 36, 0.356);
    border-radius: 10px;
    width: 25vw;
    height: 25vw;
    min-width: 200px;
    min-height: 200px;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    padding: 2px;
}
@media screen and (max-width : 505px){
    #products_list a {
        margin: auto;
        display: block;
        background-color:rgba(35, 35, 36, 0.356);
        border-radius: 10px;
        width: 17vw;
        height: 17vw;
        min-width: 200px;
        min-height: 200px;
        text-align: center;
        background-repeat: no-repeat;
        padding: 2px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width : 506){
    #products_list a {
        margin: 2vw;
        display: inline-block;
        background-color:rgba(35, 35, 36, 0.356);
        border-radius: 10px;
        width: 17vw;
        height: 17vw;
        min-width: 200px;
        min-height: 200px;
        vertical-align: middle;
        text-align: center;
        background-repeat: no-repeat;
        padding: 2px;
    }
}
#products_list a p {
    background-color: rgba(255, 255, 255, 0.452);
    padding: 5px;
    color: #000000;
    border-radius: 10px;
}
/* Products Page tiles */
    #drains_tile {
        background-image: url('/images/drains-icon.jpg');
        background-size: 100%;
    }
    #drains_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/drains-icon.jpg');
    }
    #valve100_tile {
        background-image: url('/images/valve-icon100.jpg');
        background-size: 100%;
    }
    #valve100_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/valve-icon100.jpg');
    }
    #valve150_tile {
        background-image: url('/images/valve-icon150.jpg');
        background-size: 100%;
    }
    #valve150_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/valve-icon150.jpg');
    }
    #valve250_tile {
        background-image: url('/images/valve-icon250.jpg');
        background-size: 100%;
    }
    #valve250_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/valve-icon250.jpg');
    }
    #valve300_tile {
        background-image: url('/images/valve-icon300.jpg');
        background-size: 100%;
    }
    #valve300_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/valve-icon300.jpg');
    }
    #gong_tile {
        background-image: url('/images/gong_tile.png');
        background-size: 100%;
    }
    #gong_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/gong_tile.png');
    }
    #bell_tile {
        background-image: url('/images/bell-icon.jpg');
        background-size: 100%;
    }
    #bell_tile:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('/images/bell-icon.jpg');
    }
#products_list a:hover {
    border: 2px solid white;
    padding: 0px;
}
h2{
    padding: 15px;
}
.text {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.text p{
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    max-width: 30vw;
    text-align: left;
    padding-left: 15%;
}
article span{
    text-align: center;
    display: block;
    font-weight: bold;
}
#stainedglass {
    height: 70vh;
}
.cardimg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 5%;
}
.catalog_table {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Times New Roman', Times, serif;
    /* display: table-cell; */
    width: 100%;
    table-layout: fixed;
}
.catalog_table td{
    border-radius: 3px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 0.7vw;
}
.catalog_text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: justify;
    padding-bottom: 2%;
    font-size: 20px;
}
.catalog_table p {
    font-size: 1.5vw;
}
.catalog_table sup, .catalog_table sub {
    font-size: 1vw;
}
.catalog_container {
    background-color:rgb(51,51,102);
    padding: 20px;
    border-radius: 10px;

    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.catalog_container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
@media screen and (max-width : 861px){
    .catalog_container img {
        width: 100%;
    }
}
@media screen and (min-width : 862px){
    .catalog_container img {
        width: 75%;
    }
    #bell_img {
        width: 50%;
    }
}
.catalog_container h2 {
    padding-top: 50px;
    text-align: center;
}
#catalog_text_smaller{
    font-size: 1.2vw;
}
.table_light_color {
    background-color: rgb(111, 111, 133);
}
.table_dark_color {
    background-color: rgba(13, 34, 153, 0.699);
}
.first{
    padding-top: 0px;
}
.center table p{
    text-align:center;
}
select, .amountbox {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
select:hover, .amountbox:hover {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background-color:rgba(5, 55, 129, 0.7);
    color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
select:valid:hover, .amountbox:valid:hover {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background-color:rgba(7, 47, 107, 0.7);
    color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.color_change:valid {
    background-color: rgba(5, 55, 129, 0.7);
    color: white;
}

.quote_button_container {
    padding: 20px;
}
.quote_button {
    width: 33%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
}
.quote_button:hover {
    width: 33%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: rgba(5, 55, 129, 0.8);
    color: white;
}
.hundred_button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid white;
}
.hundred_button:hover{
    /* border: 1px solid white; */
    background-color: rgba(5, 55, 129, 0.473);
    color: white;
}
form {
    background-color:rgba(35, 35, 36, 0.356);
    border-radius: 10px;
}
form div {
    /* background-color:rgba(35, 35, 36, 0.356); */
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;

}
#img_container {
    width: 75%;
    height: 20%;
    /* padding: 20% 20% 20% 20%; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
} 
#slideshow img {
    padding-left: auto;
    padding-right: auto;
}
option {
    background-color: rgba(5, 55, 129, 0.85);
    color: white;
}
/* .order_form_hidden {
    background-color:rgba(35, 35, 36, 0.356);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    display: none
} */
#contact_us p {
    font-size: 25px;
}
#comments {
    resize: none;
}

.gray_box{
    background-color:rgba(35, 35, 36, 0.356);
    padding: 20px;
    border-radius: 10px;
    /* margin-top: 15px; */
    min-width: 10%;
    text-align: center;
}
.gray_box .animated{
    border: 1px solid #ffffff50;
    transition: all 1s;
}
.gray_box.animated:hover{
    border: 1px solid white;
    background-color: rgba(5, 55, 129, 0.473);
}
.gray_box.selected{
    background-color: rgba(5, 55, 129, 0.473);
}
.translucent{
    transition: 1s;
    border: 1px solid #ffffff50;
    opacity: 0.2;
}
.invisible{
    transition: 1.5s;
    opacity: 0;
}
#reset_button{
    background-color: rgba(255, 0, 0, 0.363);
}
#form_side_one, #form_side_two{
    width: 40%;
}
footer {
    display: flex;
    width: 100%;
    min-height: 30vh;
    background-color: black;
    justify-content: space-evenly;
    align-items: center;
}
footer div {
    width: 25%;
}
footer h3 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width : 861px){
    .gray_box{
        width: 90%;
        margin-left:auto;
        margin-right:auto;
        margin-top: 5%;
    }
    .translucent{
        display:none;
    }
    #form_side_one, #form_side_two{
        width: 100%
    }
    footer{
        text-align: center;
        flex-direction: column;
        div {
            width: 100%
        }
    }
}
.circle {
    border-radius: 50%;
    max-width: 30%;
    background-color: black;
    aspect-ratio: 1/1;
}
.black_div{
    height: 20vh;
    background-color: black;
}
#home_family_photo{
    background-image: linear-gradient(90deg, transparent, transparent, black), linear-gradient(45deg, transparent, transparent,black), linear-gradient(135deg, transparent, black), url(/me_batting.JPG);
    background-size: cover;
    background-position: center;
}
#home_family_text{
    max-width: 30%;
}