
body {
    background: black;
    color: #fff;
    font-family: arial;
    margin:0px;
}

h1.title {
    font-family: 'Climate Crisis', cursive;
    font-size:5rem;
    text-align:center;
}
h2.pagetitle {
    font-family: 'Climate Crisis', cursive;
    font-size:2rem;
    text-align:center; 
}

.footer{
background:#000;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

#showlist p {
    padding:10px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: #000;
}
#showlist {
    background: #fff;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}


#showlist a{
    color: green;
}

.logo {
    text-align:center;
    padding:10px;
    background-image: url('https://www.theplasticowls.com/img/owl_cutout_transparent_narrow.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-color:#000;
    background-position:center center;
}
.logo img {
    filter: drop-shadow(4px 4px 5px black);
    max-width:400px;
    width:100%;
}

@media (max-width:720px){
.footer{
text-align:center;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:center;
}
.footer .row a i{
margin:0% 3%;
}

}
.social-row{
    font-size: 10rem;
    font-size: 3em;
    text-align: center;
    padding: 10px;
}
.social-row .fa {
    color:teal;
}

#insta iframe {
    width:100% !important;
    max-width:100% !important;
}

#showlist .description {
    font-size: 10px !important;
}