@charset "UTF-8";
body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image:url('img/Gradient.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: contain;
    font-family: 'Inria Serif', serif;
}
#wrapper {
    margin: 0 auto;
    width: 1920px;
    max-width: 100%;
    text-align: center;
}
#header-screen {
    display: block;
}
#header-phone {
    display: none;
}
#container {
	width: 1170px;
    max-width: 80%;
	margin: 0 auto;
}
.navigation {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#postcon {
    margin: 4.2rem 0 0 0;
    padding: 0 2rem 0 2rem;
    background: #f2fdd7;
}
.main-content {
    padding: 2.7rem;
}
.sidebar {
	float: right;
	width: 269px;
	color: #FFFFFF;
	background: #1d1d8b;
    padding: 1rem 0 1rem 0;
    text-align: center;
}
.sidebar div {
    margin: 1rem 0 3rem 0;
}

.sidebar img {
    max-width: 237px;
    padding-bottom: .5rem
}
.sidebar a {
    text-align: center !important;
    font-size: 1.2rem;
}
.sidebar a:link,
.sidebar a:visited {
	color: #47D1A2;
	text-decoration: none;
}
.sidebar a:hover,
.sidebar a:active {
	color: #fff;
}

.cart-icon {
    position: fixed;
    top: 10px;
    right: 2%;
}
.cart-icon:hover {
    opacity: .6
}
footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
footer p {
    color: #fff;
    font-size: .75rem;
}
#footer-tou p {
    font-size: .72rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center !important;
    /*! width: 70%; */
}
.site-info {
   width: 100%;
   max-width: 100%;
   margin: 3rem 0 1.5rem 0;
   text-align: center;
}
.bottom-links a:link,
.bottom-links a:visited {
	color: #fff;
	font-size: 16px !important;
	padding: 0 20px 0 0;
    text-decoration: none;
}
.bottom-links a:hover {
	color: #47D1A2;
	box-shadow: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #4e6620;
    text-align: center;
}
h1 {
    margin:0 auto;
    padding: 0 0 1.2rem 0;
    font-family:Estonia,cursive;
    color:#170275;
    font-size:8.5rem;
    line-height:.9;
    text-align:center;
    font-weight: normal;
    text-shadow: #4d6c13 1px 1px 4px;
}
h2 {
    margin:0 auto;
    padding: 0 0 1.2rem 0;
    margin-top: .3rem;
    font-family:Estonia,cursive;
    color:#170275;
    font-size:6.6rem;
    line-height:1.2;
    text-align:center;
    font-weight: normal;
    text-shadow: #4d6c13 1px 1px 4px;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
    margin: 1rem 0 2rem 0;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    margin: 2rem 0 1rem 0;
    color: #0606dc;
    font-weight: bold;
}
p, h6, ul li, ol li {
	color: #0a5300;
	font-size: 1.08rem;
  	line-height: 1.5;
    text-align: left;
}
p.transforming {
    text-align: center !important;
    font-family: Estonia,cursive;
    font-size: 4rem;
    color: #170275;
    line-height: 1.2;
    margin: 0;
}
p.calendar {
	text-align: center;
	margin: 4rem 0 4rem 0;
	font-size: 1.32rem;
}
p.calendar a:link, p.calendar a:visited {
	text-decoration: none;
	color: #033efc;
	color: #170ee9;
	
}
p.calendar a:hover, p.calendar a:active {
	text-decoration: none;
	color: #009688;
	
}
.site-info p {
    text-align: center !important;
    font-size: 1.2rem;
    color: #170275;
    line-height: 1.5;
    font-weight:bold;
}
a {
    transition: 2s ease;
}
.container a:link, .container a:visited {
    color: #03a803;
}
.container a:hover, .container a:active {
    color: green;
    text-decoration: none;
}
.flex-items {
    width: 18%;
    margin: 0 3% 0 3%;
    text-align: center !important;
    font-family: Estonia, cursive;
    text-transform: uppercase;
    font-size: 1.5rem;
	color: #003300;
	text-decoration: none;
    font-weight: bold;
    letter-spacing: .08rem;
    line-height: 1;
}
.flex-items img {
    margin: 1.2rem 0 0 0;
}
.flex-items a:link,
.flex-items a:visited {
    font-family: Estonia, cursive;
    text-transform: uppercase;
    font-size: 1.5rem;
	color: #003300;
	text-decoration: none;
    font-weight: bold;
    letter-spacing: .08rem;
}
.flex-items a:hover,
.flex-items a:active {
	color: #dde7c2;
}
.flex-items h4 a:link, .flex-items h4 a:link {
    text-transform: capitalize;
    font-size: 2rem;
}
.center, p.center {
	margin: 0 auto;
	text-align: center !important;
}
.left {
	text-align: left;
}
.float-right, .alignright {
	float: right;
	padding: .5rem 0 1rem 1.5rem;
}
.float-left, .alignleft {
	float: left;
	padding: .5rem 1.5rem 1rem 0;
}
.vert-space-12 {
	height: 12px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.blue {
    color: #001dbf;
    text-indent: 1rem;
}
img {
    max-width: 100%;
}
.sidebar img {
    max-width: 237px;
}

.clear {
	clear: both;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: normal;
  margin: 0 auto;
  margin-top: 3.6vh;
  margin-bottom: 8.1vh;
  width: 100%;
  max-width: 1600px;
  text-align: center;
}
.flex-item {
   width: 21%; 
}

.flex-items img {
  max-width: 300px;
  box-shadow: 2px 2px 4px 2px #83965f91;
}
.screen {
    display: block;
}
.phone {
    display: none;
}
#temp {
    width: 1800px;
    max-width: 100%;
}
#temp-header {
    width: 1600px;
}
#temp-logo-links {
    margin-top: .6rem;
    width: 1400px;
}
#temp-transf-3 {
    width: 903px;
    margin: 5.4rem 0 4.5rem 0;
}
#temp-magic-3 {
    margin: 3rem 0 1.2rem 0;
}
iframe {
    margin: 4rem 0 0 0;
    max-width: 100%;
}
@media (max-width: 1380px) {
    .flex-items img {
        margin: .9rem 0 0 0;
        max-width: 250px;
    }
    
    #logos-3 .screen {
        display: none;
    }
    #logos-3 .phone {
        display: block;
    }
}
@media (max-width: 1200px) {
    .flex-items img {
        max-width: 200px;
    }
}
    
@media (max-width: 1024px) {
    h1 {
        font-size: 6rem;
        margin-top: 0;
    }
    h2 {
        font-size: 5.1rem;
        margin-top: 0;
    }
    p.transforming {
        font-size: 3rem;
    }
    .flex-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: normal;
      max-width: 90%;
      text-align: center;
    }
    .flex-items {
        width: 40%;
        max-width: 40%;
        padding: 0 0 3rem 0;
    }
    .flex-items img {
        margin: .9rem 0 0 0;
        max-width: 100%;
    }
    #postcon {
        padding: 0;
    }
    
    #logos-3 .screen {
        display: block;
    }
    #logos-3 .phone {
        display: none;
    }
    
}


@media (max-width: 680px) {
    h1 {
        margin-top: .6rem;
    }
    h2 {
        padding: 0;
    }
    .flex-container {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 3rem;
        text-align: center;
    }
    .flex-items {
        width: 100%;
        max-width: 100%;
        padding: 2rem 0 1rem 0;
        clear: both;
    }
    .flex-items img {
        max-width: 300px;
    }
    .flex-items .phone {
        display: none;
    }
    .flex-items .screen {
        display: block;
    }
    .float-left {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 0 0 2rem 0;
    }
    .site-info p {
        font-size: 1rem;
    }
    .screen {
        display: none;
    }
    .phone {
        display: block;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size: 3.9rem;
    }
    p {
        font-size: 1rem;
    }
    #header-screen {
        display: none;
    }
    #header-phone {
        display: block;
    }
}


@media (max-width: 414px) {
    h1 {
        font-size: 5.1rem;
    }
    #container {
        max-width: 100%;
    }
    .flex-items {
        margin: 0 auto;
        width: 80%;
        max-width: 80%;
        padding: 2rem 0 0 0;
    }
    .flex-items img {
        max-width: 240px;
    }
    .flex-items .phone {
        display: block;
    }
    .flex-items .screen {
        display: none;
    }
    p.transforming {
        font-size: 2.5rem;
        padding: 0 5% 0 5%;
    }
}


