﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=ZCOOL+KuaiLe');

body
{   
  
}

h1, h2, h3, h4, h5, h6 {   
}

.p-box .card-body .card-title{
    font-size:medium;
}
.p-box .card-body{
    padding:.5rem;
    
}
.p-box .btn {    
    color: #000;    
    background: #FF9F1C;
    padding: 4px 6px;
    text-decoration: none;
}

   .p-box .btn:hover {
        background-color: #7FB800;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }


/*img {
    max-width: 98%;
}*/


.readinfo {
    margin-top: 10px;
    font-size: smaller;
}
.paging a:link {
    background-color: #41B7D8;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 1em .5em 0 .5em;
    padding: 0.35em 0.65em;
    font-weight: bold;
}

.paging a:visited {
    background-color: #41B7D8;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 1em .5em 0 .5em;
    padding: 0.35em 0.65em;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

.site-header {
  
    background-repeat: no-repeat;
    padding: 20px;
    margin: 0;
    padding-left: 110px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sitetitle {
    font-size: 26px;
    text-shadow: 2px 2px silver;
    width: 100%;
    float: left;
   
}

.siteslogan {
    font-size: 20px;
    text-shadow: 2px 2px silver;
    width: 100%;
    float: left;
}

footer {
    border-top: 1px solid grey;
    padding: 10px;
}


header {   
    border-bottom:1px solid #3498db;
    display:flex;justify-content:flex-start;align-items:center;
}
    header a, header a:hover {       
        font-family: 'ZCOOL KuaiLe', cursive;       
        color: #3498db;   
        font-size: large;
        text-decoration: none;
        font-weight: bolder;
        color: black;
    }
.snav {
    display: flex;
    justify-content: center;
}
    .snav a {
        /*border: 2px solid red;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 4px;
              text-decoration: none;
        font-weight: bolder;
    }
    .snav a i {
        padding:4px;
    }
    .snav a:hover {
        
    }
