/*
Theme Name: Amplify Demo Homepage
Theme URI: https://www.itracllc.com/
Author: Smartbox | Itrac LLC Dev
Author URI: https://www.itracllc.com/
Description: Itrac LLC Dev
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itracllc
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
  outline: 0 !important;
  outline: none !important;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: auto !important;
  margin: 0;
  font-family: 'Roboto', serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
menu-sitemap header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

p {
  margin-bottom: 1.25rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.25rem 1.25rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6,
.header-title {
  font-family: 'Roboto', serif;
  clear: both;
  font-weight: 700;
  margin: 0 0 20px;
}

h1,
.header-title {
  font-family: 'Roboto', serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 2.875rem;
}

h2 {
  font-size: 2.375rem;
  line-height: 2.375rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}

img {
	max-width: 100%;
	height: auto;
	color: #595959;
}

.body {
	background-color: #4D4493;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-wrapper {
	margin: 4% auto;
	text-align: center;
	color: #fff;
}

.container {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
	max-width: 83.75rem;
	margin: 0 auto;
}

.title {
	margin: 50px 0 10px 0;
}

.designs .item {
	padding: 0 0.5rem;
	max-width: 28.75rem;
	margin: 0 auto 1rem;
}

.designs .item .top {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}

.designs .item .top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.designs .item .bottom {
	padding: 0 0.625rem;
}

.designs .item .bottom .item-title {
	font-size: 30px;
	font-weight: 500;
}

.designs .item .bottom a {
	color: #fff;
	text-decoration: none;
}

.designs .item .bottom a:hover {
	color: #9DFF67;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 500px) {
  .site-logo {
    max-width: 80%;
  }
  h1.title {
    line-height: 1.875rem;
  }
}

@media (max-width: 768px) {
	h1.title {
		font-size: 30px;
	}
}

@media (min-width: 768px) {
	.designs .item {
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.designs .item {
		width: 33%;
	}
}

@media (min-width: 1200px) {
	.designs .item {
		width: 33%;
		vertical-align: top;
		display: inline-block;
	}
}