
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    vertical-align: bottom;
}

#header {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 80px;
    height: 400px;
    width: 100%;
}

#headpic {
    opacity: 0.6;
    margin: auto;
    height: 100%;
}

h1 {
    width: 100%;
    position: absolute;
    top: 310px;
    margin: auto;
    font-size: 180px;
    font-weight: bold;
    color: white;
}

h2 {    
    width: 100%;
    position: absolute;
    top: 490px;
    margin: auto;
    font-size: 15px;
    font-variant: small-caps;
    color: rgb(50,50,50);
}

#links {
    height: 150px;    
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-spacing: 50px 15px;
    margin-bottom: 230px;

}

#links td {    
    width: 100px;
    height: 100px;
    border: 0px solid rgb(200,200,200);
}

#captions td {
    font-size: 120%;
    width: 100px;
    height: 10px;
    border: 0px solid rgb(200,200,200);
}


footer { 
    height: 60px;
    width: 100%;
    min-width: 736px;
    color: black;
    background-color: rgb(230,230,230);
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-variant: small-caps;
    margin-bottom: 20px;
    margin-top: 100px;
}

footer img {
    padding-top: 5px;
    margin-right: 1px;
}

.products {
    width: 90%;
    max-width: 1300px;
    /*border: 2px solid rgb(180,180,180);*/
    margin: auto;
    margin-top: 50px;
    min-height: 600px;
    text-align: left;    
    border-collapse: collapse;
    margin-bottom: 100px;
}

.head {
    font-weight: bold;
}

.head td {
    background: rgb(240,240,240);
}

.products td {
    padding: 5px;
    border: 1px solid grey;
}

.products caption {
    font-size: 130%;
    padding: 10px;
    font-weight: bold;
    font-variant: small-caps;
}

.name {
    width: 350px;
}

a:link, a:hover, a:visited {
    color: rgb(150,80,50);
    font-variant: small-caps;
}









/* sites */
#sites_container {
    margin-top: 100px;
    display: flex;
    flex-direction: row; /* row is default */
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    margin-bottom: 100px;
}

.site {
    margin: 50px;
    width: 500px;
    height: 500px;
    border: 0px solid rgb(50,50,50);
}

.siteimg {
    width: 500px;
    height: 320px;
}

.siteinfo {
    text-align: left;
    padding: 15px;
    width: 100%;
    margin: auto;
    /*border-collapse: collapse; */
}

.siteinfo td {
    width: 120px;
    border: 1px solid rgb(220,220,220);
    padding: 5px;
}