/*
Theme Name: Proud Designs
Theme URI: http://underscores.me/
Author: DigitalPieces
Author URI: https://digitalpieces.com.au
Description: Theme for our client.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Proud Designs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url("https://use.typekit.net/oib8fcx.css");

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/*

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;


font-family: baskerville-display-pt, serif;
font-weight: 400;
font-style: normal;

font-family: baskerville-display-pt, serif;
font-weight: 700;
font-style: normal;

*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1em; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
header ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:, q:after { content:''; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration: none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #B2B2B2; margin:1em 0; padding:0; }
input, select, button { font-family: proxima-nova, sans-serif; font-weight: 300; vertical-align:middle; cursor: pointer; }
.chromeframe { margin: 0.2em 0; background: #B2B2B2; color: #000; padding: 0.2em 0; }

::selection { background: #ccc; color:#000;	}
::-moz-selection { background: #ccc; color:#000; }
::-webkit-input-placeholder { color: #555F57; opacity: 1; }
::-moz-placeholder { color: #555F57; opacity: 1; }
:-ms-input-placeholder { color: #555F57; opacity: 1; }
:-moz-placeholder { color: #555F57; opacity: 1; }
:focus::-webkit-input-placeholder { color: transparent !important; }
:focus::--moz-placeholder { color: transparent !important; }
:focus::-ms-input-placeholder { color: transparent !important; }
:focus::-moz-placeholder { color: transparent !important; }

h1,h2,h3,h4,h5, h6 { font-weight: normal; }

.wow { visibility: hidden; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; }
.hide { opacity: 0; }
a:active,a:focus { outline: none; }

img {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
input, button, select, textarea { font-family: proxima-nova, sans-serif; font-weight: 300; }
body { background: #F1F2F1; color: #555F57; font-size: 16px; font-family: proxima-nova, sans-serif; font-weight: 300; position: relative; left: 0px; }
section { position: relative; }