/**********************************
FRIENDS of GALLERIES 

Austin Texas 2024-
*********************************/

/* drastic gazign by Phillip Niemeyer

/* 
--   */

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: Helvetica, sans-serif;
	font-weight:400;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 24px;
	line-height: 2.4rem;
    text-align: center;
	background-color:lavender;
    background-color:#d4c2db;
    padding:0;
    
}

a {

    color:black;
}

body {

}

div {
    display:block;
    margin-top:2rem;
}

h1 {
    font-size:200%;
}

p {
    
}

.stuff { 
    display:block;
    position:relative;
    z-index: 100;
    margin:0 auto;
    width:80%;
    min-width:15em;
}

.fog {
    position:relative;
    display:block;
    width:100%;
    min-width:15em;
    min-height:4em;
    background-image:url(FOG-long-black.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin:auto;

}

.fog h1 {
    visibility: hidden;
    display:none;
}

ul,
li {
    list-style: none;
    text-indent: none;  
    margin:0;
    padding:0;
}

li {
    margin:1em 0;
}

.contact {
    display:block;
    border-top:2px solid white;
}

.border-left {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:40px;
    display:block;

    margin-top:0;
    
    background-image: url(FOG-border-left.png);
    background-repeat:repeat-y;   
    background-position: right;
    background-size:contain;
}

.border-right {
    position:fixed;
    top:0;
    right:0;
    height:100%;
    width:40px;
    display:block;

    margin-top:0;
    
    background-image: url(FOG-border-right.png);
    background-repeat:repeat-y;   
    background-position: right;
    background-size:contain;
}
