background-color: #000000;
blockquote, ul {
    display: block;
    margin-block-start: 5em;
    margin-block-end: 5em;
    
}
li { 
    padding: 10px;
    border: 3px solid #02fde1;
    border-radius: 30px;
    background-color: #4b2973;
    margin: 10px;
    list-style: circle inside;

}
p { 
	position: relative; 
 	left: 25px;
    right: 25px;
	width: 90%;
    padding: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;	
}

a {	text-decoration: underline;
	color: #02fde1;	
}
h1, h5, h6, address, dd, dl, hr, form { 
    margin: 20px; 
    padding: 5px; 
    background: #91195c;
    border-radius: 30px; 
    clear:both;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold; 
    text-transform: uppercase; 
    
}
h2{
    margin: 20px; 
    padding: 5px; 
    background: #1844bd;
    border-radius: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold; 
    text-transform: uppercase; 
    text-align: center;
    letter-spacing: 5px;
}
h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: #18599d;
    border-radius: 30px; 
    margin: 20px; 
    padding: 10px; 
    position: relative; 
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: 8px;

}
h4 { 
    border-radius: 30px;
    border: 3px solid #000000;
    background-color: #527ae9;
    margin: 10px;
    padding: 10px;
    text-decoration: underline; 
    color: #fec502;
    font-family: 'New Amsterdam', sans-serif;                                            
    font-size: 30px;
    text-transform: uppercase;
    box-shadow: 5px 5px 10px 1px #1844bd;
    letter-spacing: 9px;
    opacity: 1;
    transition: opacity 1s ease 0s;
    align-content: center;
    text-align: center;
}
h4:hover {
    opacity: 0.6;
}
body { 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px; 
    text-align: justify; 
    background: #000000; 
    color: #FFFFFF; 
    display:block;
    align-content:center; 
    width:100%; 
}
#content { 
    
}
#bdy {
    align-content:center; 
    width: 100%;"
}
a { 
    text-decoration: none; 
    color: #fec502; 
}
a:hover { 
    text-decoration: underline; 
    color: #02fde1;
}

blockquote p { 
    padding: 0 15px; 
}
.img {
	padding: 10px;
	margin: 10px;
	float: left;
	border: 2px black solid;
    clear: both;
}

#main-image {
    padding: 10px;
    float: center;
    border: 2px #000000 solid;
    max-width: 200px;
}

#footer { 
    display:table;
    float:right;
    width: 100%; 
    font-size: 14px; 
    margin-top: 20px; 
    border-top: 3px dashed #FFFFFF; 
    color: #91195c; 
    clear: both;
    align-content: center;
    vertical-align: center; 
}
#socials {
    background-color: snow;
    line-height: 32px;
    align-content: center;
    vertical-align: middle;
    opacity: .9;
    margin: 20px;
    padding: 5px;
    width: 325px;
}
#menu {
 text-transform: uppercase;
 text-emphasis: 
}

.container {
   display: table;
   justify-content: space-between;
   vertical-align: center;
   -webkit-column-break-inside: avoid;
}

.col3 {
   column-count:3; 
   -moz-column-count: 3;
   margin:5px;
   -webkit-column-break-inside: avoid;   
   
}
.right-col {
   width: 40%;
   text-align: right;
   vertical-align: center;
}
.columns {
    column-count: 3;
    column-width: 32%;
    margin: auto;
} 
.break {
    clear:both;
}
.incolumn { 
    max-width: 150px;
}

#about {
    display:table;
    float:right; 
    margin-right: 25px; 
    margin-left:25px;
    white-space: pre-line;
}	