/*
 Theme Name:   WDA Starter Theme
 Author:       Web Design Agents
 Author URI:   https://www.webdesignagents.com
 Template: astra
 Version:      1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: keysid

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* CSS Document */
/* Notes:

// Colors & Accents

//Typography
> Body Font: ""
> Headings & Titles: ""


*/

::-moz-selection {color: #333; background: #ccc;}
::selection { color: #333; background: #ccc; }
.disable-select { user-select: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;}
html { /*background-color: white; font-size: 62.5%;*/font-style:normal; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100 %}
body {}
h1, h2, h3, h4, h5, h6 {}
p {}
a {transition:all .2s ease-in; -webkit-transition:all .2s  ease-in; -moz-transition:all .2s  ease-in; -ms-transition:all .2s  ease-in;}
a:hover {text-decoration: none }
a:focus {}
img {}


/** Responsive **/
@media (min-width: 576px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


.credits {
    opacity: 0.8;
    text-transform:  uppercase;
    font-size: 9.5px;
    text-align: center
}
@media (min-width: 768px) {
 .credits  {
    text-align: center;
 } 
}
.credits a {
    color:#999;
    letter-spacing:  2px;
    display: inline;
}
.credits a:hover {
    color:#ccc !important;
}
.credits svg,
.credits img {
    max-width: 20px;
    position: relative;
    display: inline;
    margin-left:5px;
    opacity: 0.6;
}

