@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block; 
}

body    {margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;   
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



#container {max-width: 900px;
            margin: 0 auto;
            border-style: solid;
            border-width: 1px;
            border-color: #480048;
            background-color:#f5f5f5 ;
            font-size: 1.1em;
            text-align: left;
}
 

#logo   {padding-top: 9px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 10px; 
        float: left;
        margin-right: 27px
}

#name   { padding-left: 10px;
          padding-bottom: 10px;
          float: left;
          font-size: 1.1em;         
}


#mainContent {padding-top: 9px;
              padding-right: 10px;
              padding-bottom: 10px;
              padding-left: 10px;
			  font-size: 1.1em;
           
} 


#aboutus    {width: 100%;
            padding: 5px;
            font-size: 1.1em;
            background-color: #f5f5f5;
            text-align: center;
            
}

#events {text-align: left;
         padding-top: 19px;
        text-transform: uppercase;
         font-weight: bold;
         font-size: 1.4em; }


	     
/* links page code */

#friends {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
           border-collapse: collapse;
           width: 100%;
           margin-top: 20px;
}

#friends td, #friends th { border: 1px solid #ddd;
                            padding: 8px;
}

#friends tr:nth-child(odd) {background-color: #f2f2f2;
}

#friends tr:hover {background-color: #ddd;
}

#friends th {padding-top: 12px;
             padding-bottom: 12px;
             text-align: left;
             background-color:#C0C0C0 ;
             color: white;
}

#friends td {color: #610B21;
            font-weight: bold;
            text-decoration: none;
             text-align: left;
}	
	
	

a:link {color: #480048;
        font-weight: bold;
        text-decoration: none;
}




a:hover {text-decoration: none;
}


a:active {text-decoration: none;
}


img { max-width: 100%;
      height: auto;
}

   
img.center {display: block;
             margin-left: auto;
            margin-right: auto;
}


img.floatright {float: right;
                margin: 10px 0px 10px 10px;
                padding: 2px;
}




img.floatleft {float: left;
                margin: 0px 20px 0px 0px;
                padding: 0px;        
}

.clearfloat {clear:both;
            height:0;
            font-size: 1px;
            line-height: 0px;
}



h3 {font-size: 1.3em;
	font-weight: bold;
}


p.center {
  text-align: center;
 line-height: 1.8; 

}

p.justify {
  text-align: justify;
 line-height: 1.2; 

}


/* Nav bar code */

.topnav {
  overflow: hidden;
  background-color: #480048;
  clear:both;
}

.topnav a {
  float: left;
  display: block;
  color: #f5f5f5;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 19px;
  font-variant: small-caps;
}

.topnav a:hover {
  background-color: #f5f5f5;
  color: #480048;
}

.active {
  background-color: #480048;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
    
    
}


/* Lineage page code */

div.lineage {
    border: 1px solid #ccc;
}

div.lineage:hover {
    border: 1px solid #777;
}

div.lineage img {
    width: 100%;
    height: auto;
}

.responsive2 {
    padding: 15px 15px;
    float: left;
    width: 24.99999%;
}

div.desc {
    padding: 15px;
    text-align: center;
}


@media only screen and (max-width: 770px) {
    .responsive2{
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive2  {
        width: 100%;
    }
    #container {border-width: 0px}
    
    div.header-respond {
		text-align:center;
        width: 100%;     
	}    

    ul.menu2 li {float:none;
                 width: 100%;
}

     .nofloat {float:none;
                 width: 100%;
               
}
    
}

/* bottom menu code */



ul.menu2 {list-style-type: none;
          margin: 0;
          padding: 0;
         overflow: hidden;
         background-color: #480048;      
}

ul.menu2 li {float: left;
             
}     



ul.menu2 li a { display: block;
                text-align: center;
                padding: 6px 12px;
                text-decoration: none;
                color: #f5f5f5;   
}

ul.menu2 li a:hover {color:#e0a1c2 ;
}













