html {-webkit-font-smoothing: antialiased;}

body {background-color: #D8C6B8; border: 0px;} 
        
header {background-position: top; background-color: white; border: 6px solid; border-color: white;}

header p {color: #CF1C44; text-align:center; background-position: top;}
        
.topnav {background-color: #0B9446; border: 3px solid; border-color: #CF1C44; text-align: center; padding-top: 6px; padding-bottom: 6px;}
        
.topnav a {color: white; font-family: goudy bold; padding: 14px  16px; font-size: 17px; text-decoration: none;}

h1 {color: #CF1F45; font-family: klinic slab; text-align: center;}
        
p {color: #553237; text-align: center; padding-left: 50px; padding-right: 50px;}
        
h2 {color: #CF1F45; font-family: klinic slab; text-align: center;}
        
img {display: block; border: 12px solid; border-color: white; margin-left: auto; margin-right: auto; margin-bottom: 20px;}

footer {background-color: #0B9446; border: 3px solid; border-color: #CF1C44; padding-top: 3px; padding-bottom: 3px; font-size: 10px; text-align: right; padding-right: 3px;}

footer h1 {text-align: right; font-size: 10px; font-family: klinic slab;}

footer h1 a {color: white; font-family: goudy bold; text-decoration: none;}

footer p {color: white; text-align: right; font-size: 10px;}

footer p a {color: white; font-family: goudy bold; text-decoration: none}

#slider {overflow: hidden; width: 85%; display: block; margin: auto;}
       
#slider figure { 
            position: relative;
            width: 500%;
            margin: auto;
            left: 0;
            animation: 20s slider infinite;}
       
#slider figure img {
            float: left;
            width: 20%;
            margin-bottom: 20px;
            margin-top: 20px;}
       
@keyframes slider {
           0%  {left: 0;}
           20% {left: 0;}
           25% {left: -100%;}
           45% {left: -100%;}
           50% {left: -200%;}      
           70% {left: -200%;}
           75% {left: -300%;}
           95% {left: -300%;}
           100% {left: -400%;}
            }
