/*
* Theme Name: Hexagent
* Author: Greg Hixon of Hixonic Web Services
* URI: https://agent.hixonic.com/
* Author URI: https://hixonic.com
* Description: Hexagon style Agent theme
* Version: 1.00
*/

/* HTML5 Reset | normalize.css v8.0.1 | MIT License
** github.com/necolas/normalize.css
************************************** CSS */
.html-tag{line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.body-tag{margin:0}.main-tag{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* WordPress Adjustments
************************************** CSS */

/* Float Clearing & Box Sizing
************************************** CSS */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {content: " ";	display: table;}
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {clear: both; content: " "; display: table;}

html {box-sizing:border-box;}
.body-tag *,.body-tag *::before,.body-tag *::after {box-sizing:inherit;}

/* CSS Effects
************************************** CSS */
.hover-grow {transition:.2s ease;}
.hover-grow:hover {
    cursor:pointer;
    transform:scale(1.07);
    transition:.15s ease;
}

.img-lift {
	border-radius:10px;
	box-shadow:3px 3px 6px #222;
}

/* Default styles
************************************** CSS */
.body-tag {
    /* Theme colors 1=drk 9=lt
    ******************* CSS */
    --color-1-5:brown;
    --color-2-1:lightblue;
    --color-2-5:blue;
    --color-2-9:darkblue;
    
    /* Theme font definitions
    ******************* CSS */
	font-family:'Merriweather', serif; /* Placeholder */
	font-family:"Merriweather Sans",serif; /* This one is used */
	font-size:16px;
	font-weight:400;
    line-height:1.4;
    
    /* Body definitions
    ******************* CSS */
    max-width:100vw;
    overflow-x:hidden;
}
a {
	display:inline-block;
	text-decoration:none;
	font-weight:600;
	transition: 0.1s ease;
}
a:focus,a:hover {font-weight:600;}
p a:hover,h2 a:hover {transform:scaleY(1.2);transition:.1s ease;}

/* Headings */
h1,h2,h3 {margin:20px 0;}
h1 {font-size:60px;font-weight:800;}
h2 {font-size:42px;font-weight:600;}
h3 {font-size:32px;font-weight:600;}

/* YT vid size in page
******************* CSS */
.page-wrap iframe {
    width:740px;
    height:415px
}
