
body {
margin:10;  
padding:10;
text-align: center;
font-family: monospace; san-serif;
line-height: 1.2;
font-size: 26pt; 
background-color: #FFFFFF
}

a:link {
    text-decoration: none;
}

header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}

ul {
    list-style: none;
}

ol {
    text-align: left;
}

header {
background-image: url("background_textured_papers/MetallicFlowers.jpg");
background-position: center top;
background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 140px;
}

header ul {
    margin-top: 0px;
}

header a {
    float: left;
    font-size: 20pt;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.float_left{
    float: left;
}

.dropdown {
    float: right;
    font-size: 36px;
}

.dropdown .dropbtn {    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.dropdown-content {
    right: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    font-weight:bold;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menuline {
    width: 70px;
    height: 10px;
    background-color: black;
    margin: 8px 0;    
}

.clearHeader{
margin-top: 160px;
}

h1 {
font-family: monospace;
color:#000000;
font-size: 68px;
letter-spacing: 4px; 
margin-right: 100px;
margin-left: 100px;
}

h2 {
font-family: monospace;
color:#000000;
font-size: 56px;
letter-spacing: 4px; 
margin-bottom: 10px;
margin-right: 100px;
margin-left: 100px;    
}

h3 {
font-family: monospace;
color:#F06EAA;
font-size: 56px;
margin-top: 40px;  
margin-bottom: 20px;    
letter-spacing: 4px; 
margin-right: 0px;
margin-left: 0px; 
}

h4 {
font-family: monospace;
color:#F06EAA;
font-size: 36px;
letter-spacing: 4px;   
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
margin-left: 0px; 
}

h5 {
font-family: monospace;
color:#F06EAA;
font-size: 36px;
letter-spacing: 4px;   
margin-right: 0px;
margin-left: 0px; 
}

.writetext{
    font-size: 18pt; 
margin-top: 40px;
margin-bottom: 20px;
margin-left: 5%;
margin-right: 5%;
}

img.small{
clear:left;
float: center;
width: 200px;
}

img.smallabout{
clear:left;
float: center;
width: 200px;
border-radius: 50%;
margin-top: -30px;
margin-bottom: 30px;
}

img.largemed{
clear:left;
float: center;
width: 400px;
}

img.logo{
clear:left;
float: center;
width: 400px;
margin-bottom: -40px;
}

img.nftthumbs{
clear:left;
float: center;
width: 400px;
max-height: 200px; overflow: hidden; 
object-fit: cover; 
padding: 0px 0px 0px 0px;
}

img.nftthumbsportrait{
clear:left;
float: center;
width: 400px;
padding: 0px 0px 0px 0px;
}

img.tinysmall{
clear:left;
float: center;
width: 125px;
}

img.large{
clear:left;
float: center;
width: 600px;
}

img.exlarge{
clear:left;
float: center;
width: 800px;
}

.silverroses{
background-image: url("background_textured_papers/GrayRoses.jpg");
background-position: center top;
background-repeat: repeat;
overflow: hidden;
}

.silverpolkadots{
padding-top: 30px; 
background-image: url("background_textured_papers/SilverPolkaDots.jpg");
background-position: center top;
background-repeat: repeat;
overflow: hidden;
}

.silverflowers{
background-image: url("background_textured_papers/WhiteGrayFlowersSparkle.jpg");
background-position: center top;
background-repeat: repeat;
overflow: hidden;
}

.metallicflowers{
background-image: url("background_textured_papers/MetallicFlowers.jpg");
background-position: center top;
background-repeat: repeat;
overflow: hidden;
}

p {
border-top:10;
border-bottom:10; 
margin-left: 10%;
margin-right: 10%;
}

.column {
  float: left;
  width: 50%;
}

.column_right li {
display: inline-block;
list-style: none;
padding: 0px 0px 0px 0px;   
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.link-change:hover { 
    color:#ed1c24;
}

footer {
background-image: url("background_textured_papers/SilverPolkaDots.jpg");
background-position: center top;
background-repeat: repeat;
padding: 50px 0px 20px 0px;
}






