/*
Theme Name: Starter Theme
Author:       Web Design Agents 
Author URI:   https://www.webdesignagents.com
Template: oceanwp
Version: 1.0

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.
*/

::-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) {}
