/*
Theme Name:     Villa Lamari
Theme URI:      https://villalamari.com
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     https://themightyant.com
Version:        1.0.0

===========================
BRAND COLOURS:

#2B2D69		Navy Blue
#25B9DC		Turquoise (on Navy)
#F3CE31		Orange

#646668             Grey Body
hsl(88deg 15% 70%)  Olive green - background
hsl(88deg 15% 60%)  Olive green - hover & links

#48655C = hsl(161deg 17% 34%)
hsl(161deg 17% 47%)

hsl(88deg 15% 60%)

hsl(135deg 17% 41%)     My green
#769374                 Katherine green

BACKGROUNDS


===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
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{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:600}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:rgb(230 229 219); color:#646668; }
::selection 		{ background:rgb(230 229 219); color:#646668; }

/* Wordpress defaults - previously img.alignright etc. */
.alignright { float: right; margin: 0 0 15px 15px; max-width: 50%; height: auto; }
.alignleft { float: left; margin: 0 15px 15px 0; max-width: 50%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
.alignnone { margin: 10px 0; max-width: 100%; height: auto; }
.wp-caption-text { margin-bottom: 0; font-size: 14px; display: inline-block; }
img[class*="wp-image-"] { margin-top: 34px; margin-bottom: 34px; }
.wp-caption img[class*="wp-image-"] { margin-top: 0; margin-bottom: 0; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }
.button { background: #769374; color: #fff !important; border-radius: 4px; border: none; padding: 10px 24px; font-weight: 600; display: inline-block; text-decoration: none;  margin-bottom: 20px; transition: all 300ms; }
.button:hover, .button:focus { background: hsl(116deg 13% 64%); }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}
.img-link img, 
a[data-rel*="lightbox-gallery-"] img {  
    will-change: filter;
    -webkit-transition: all 300ms;
            transition: all 300ms;
}
.img-link:hover img, 
.img-link:focus img, 
.img-link:active img,
a[data-rel*="lightbox-gallery-"]:hover img, 
a[data-rel*="lightbox-gallery-"]:focus img, 
a[data-rel*="lightbox-gallery-"]:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%) sepia(0.4);
            filter: saturate(110%) contrast(110%) brightness(105%) sepia(0.4); 
            /* filter: saturate(115%) contrast(110%) brightness(110%) sepia(0.4); */
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body, input, textarea, select { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
    color: #646668;
}

h1 { 
    font-weight: normal;
}
h1 { }
h2, h3, h4, h5, h6 {
    font-weight: 500;
}
h2 {
    color: #646668;
    font-size: 28px;
    margin-bottom: 20px;
}
* + h2 {
    margin-top: 50px;
}
h3 {
    font-size: 19px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #646668;
    padding-bottom: 20px;
    margin-bottom: 26px;
    position: relative;
}
h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 65px;
    height: 1px;
    background: #646668;
    /* transform: translateX(-50%); */
    content: '';
}
* + h3, * + h4 {
    margin-top: 50px;
}
h4 { 
    font-size: 20px; 
}
* + h3 {
    margin-top: 60px;
}
/*h3 + ul, h3 + ol, h4 + ul, h4 + ol {
    margin-top: 10px;
}*/
h2 + h3, h2 + h4  {
    margin-top: 0px;
}
h5 { }
h6 { 
    color: red;
}

p { 
	margin-bottom: 24px; 
}

a, a:link, a:visited {
	color: #646668; 
}
a:hover, a:active, a:focus {
	color: hsl(88deg 15% 60%);
}
a[href^="tel"] {
	text-decoration: none;
}

ul { 
    padding-left: 22px; 
    margin-bottom: 24px; 
}
ol { 
    padding-left: 18px; 
    margin-bottom: 24px; 
}
ul li { 
    list-style-type: disc; 
    padding-left: 2px; 
    margin-bottom: 8px; 
}
ol li { 
    list-style-type: decimal; 
    padding-left: 7px; 
    margin-bottom: 8px; 
}

blockquote {
    padding: 30px 0;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
}
blockquote:last-child {
    margin-bottom: 0;
}
p + blockquote, ul + blockquote, ol + blockquote {
    margin-top: 50px;
}
blockquote br {
    display: none;
}
blockquote::before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    width: 1920px;
    left: 50%;
    position: absolute;
    /*background: #839d81;*/
    /*background-color: #99AF97;*/
    background-color: hsl(115deg 13% 78%);
    z-index: -1;
    transform: translateX(-50%);
}
blockquote  > *:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------------------- 

---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	margin-top: 56px;
    background: #fff;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #769374;
    color: #646668;
	z-index: 10;
    /*border-bottom: 1px solid #fff;*/
    transition: border 250ms;
    min-height: 56px;
}
/*.scrolled .site-header {
    border-bottom-color: #eee;
}*/
.logo {
    width: calc(100% - 50px);
    display: inline-block;
    padding: 10px 0 9px;
}
.logo a {
    font-family: 'Cinzel Decorative', serif;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.hamburger {
    float: right;
}
/* Menu */
.main-menu-nav {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #769374;
    transform: translateY(-100%);
    transition: transform 650ms;
    z-index: 8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.menu-open .main-menu-nav {
	transform: translateY(0);
}
.main-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-menu li {
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.main-menu a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 200ms;
}
.main-menu a:hover,
.main-menu a:focus {
    color: hsl(115deg 13% 79%);
}


/* layout */
nav + section {
    margin-top: 20px;
}
.container {
    max-width: 830px;
}
.container-wide {
    max-width: 1300px;
}
.container-full {
    max-width: 1920px !important;
    padding: 0 !important;
}


/* -------------------------------------------- SECTION TITLE -------------------------------------------- */




/* ----------------------------------------------- FOOTER ------------------------------------------------ */

.site-footer {
    margin-top: 25px;
	/*padding-top: 20px;
	padding-bottom: 25px;*/
    padding-bottom: 10px;
    text-align: center;
    background: #769374;
    color: #fff;
    /*border-top: 1px solid #eee;*/
}
.eot-logo {
    margin-bottom: 10px;
}
.eot-number {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section {
    margin-bottom: 60px;
    overflow: hidden;
}
/*section:last-of-type {
    margin-bottom: 0;
}*/

.cb-slider,
.cb-header-image {
    margin-top: 12px;
}

/* Header image */
.cb-header-image {
    margin-bottom: 60px;
}

/* Gallery */
.cb-gallery {
    margin-top: 18px;
    margin-bottom: 30px;
}
.gallery-tile {
    margin-bottom: 30px;
}
.gallery-link {
    display: block;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Gallery */
.gallery {
    margin-top: 30px
}
.gallery-title {
    font-size: 20px;
    margin-bottom: 34px;
    text-align: center;
}
.gallery-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Photo credit */
.cb-header-image {
    position: relative;
}
/*
.photo-credit {
    position: absolute;
    bottom: 5px;
    right: 11px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 3px black;
    opacity: 0.5;
}
*/
.photo-credit {
    position: absolute;
    bottom: -23px;
    right: 10px;
    color: #646668;
    font-size: 12px;
    opacity: 0.7;
}
.photo-credit:hover {
    opacity: 1;
}

/* Contact */
.wp-image-316 {
    display: none;
}
.map-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.gmap-label {
    margin-bottom: 70px;
    background: hsl(115deg 13% 78%);
    background-color: #FFF;
    color: #646668; /* In JS */
    padding: 7px 12px;
    border-radius: 7px;
    box-shadow: 0 0 2px #ccc;
    transform: translateY(-5px);
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Tos Lightbox */
.tos-desktop .tos-wrapper.tos-fixed {
    background-color: #fff;
}
.tos-close, .tos-next, .tos-prev {
    background: #fff;
}
.tos-close, .tos-next, .tos-prev {
    opacity: 0.5;
}
.tos-disabled {
    opacity: 0 !important;
}
.tos-close span:after, .tos-close span:before, .tos-next span, .tos-prev span {
    width: 15px;
    height: 15px;
}
.tos-close span:before, .tos-prev span {
    border-bottom: 3px solid #646668;
    border-left: 3px solid #646668;
}
.tos-close span:after, .tos-next span {
    border-top: 3px solid #646668;
    border-right: 3px solid #646668;
}
.tos-close span:after, .tos-close span:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
}
.tos-wrapper .tos-caption {
    font-size: 15px;
    text-shadow: none;
    color: #646668;
    opacity: 1;
}


/* Gravity  forms */
body .gform_wrapper .gform_body, 
body.gform_wrapper .gform_footer {
    /*max-width: 400px;*/
    margin: 0 auto;
}
body .gform_wrapper .gfield_checkbox li input, 
body .gform_wrapper .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 7px 14px 5px;
}
body .gform_wrapper textarea {
    padding: 7px 14px 5px;
}
body .gform_wrapper ul.gfield_checkbox li, 
body .gform_wrapper ul.gfield_radio li {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}
body .gform_wrapper .gfield_checkbox li label, 
body .gform_wrapper .gfield_radio li label {
    font-size: 1em;
    max-width: 90%;
}
body .gform_wrapper label.gfield_label, 
body .gform_wrapper legend.gfield_label {
    font-weight: 500;
    color: #646668;
}
body .gform_wrapper .gfield_required {
    color: #646668;
}
body .gform_wrapper .gfield_checkbox li input, 
body .gform_wrapper .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper .gfield_radio li input[type=radio] {
    margin-right: 5px;
}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 7px;
}
.gform_wrapper a {
    color: #646668;
}
.gform_wrapper a:hover, .gform_wrapper a:focus {
    color: hsl(88deg 15% 60%);
}
input, textarea, select {
    background: #fafafa;
    border: 1px solid #999;
}
body .gform_wrapper select {
    min-height: 42px;
}
.ui-datepicker-title {
    width: calc(100% - 60px);
    margin-left: 30px;
}


/* Validation */
body .gform_wrapper div.validation_error {
    color: #E51D4D;
    border-top: 2px solid #E51D4D;
    border-bottom: 2px solid #E51D4D;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: hsla(346deg, 79%, 51%, 0.15);
    border-top: 1px solid #E51D4D;
    border-bottom: 1px solid #E51D4D;
    /*padding-bottom: 0;
    padding-top: 0;*/
}
body .gform_wrapper .field_description_below .validation_message {
    color: #E51D4D;
    font-weight: normal;
    letter-spacing: normal;
    padding-top: 5px;
    padding-left: 14px;
}
body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #E51D4D;
}
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
body .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #5A5A5A;
}

@media only screen and (min-width: 641px) {
    body .gform_wrapper .top_label input.large.datepicker, 
    body .gform_wrapper .top_label input.medium.datepicker, 
    body .gform_wrapper .top_label input.small.datepicker {
        width: 100%;
    }
}

.gform_confirmation_wrapper {
    background: #f9f9f9;
    padding: 50px 20px;
    text-align: center;
    font-weight: 600;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 17px 0 5px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
/*.hamburger:hover {
	opacity: 0.7;
}*/
.hamburger-box {
	width: 27px;
	height: 22px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 27px;
	height: 2px;
	background-color: #fff;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -9px;
}
.hamburger-inner::after {
	bottom: -9px;
}

/* 3DX */
.hamburger--3dx .hamburger-box {
	perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
/* Don't show hover on touch devices */
@media (hover: hover) {
    .hamburger:not(.is-active):hover .hamburger-inner, 
    .hamburger:hover .hamburger-inner::before, 
    .hamburger:hover .hamburger-inner::after {
        background: hsl(88deg 15% 70%);
    }
}.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 9px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -9px, 0) rotate(-45deg); 
}


/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* GRID
SM = min-width: 576px
MD = min-width: 768px
LG = min-width: 992px
XL = min-width: 1200px
*/

/* 375 and up */
@media screen and (min-width:375px) {
    
    body {
        margin-top: 58px;
    }
    .site-header {
        min-height: 58px;
    }

    .logo a {
        font-size: 22px;
    }
    .hamburger {
	    padding-top: 19px;
    }

}

/* 576 and up - SMALL */
@media screen and (min-width:576px) {

    blockquote {
        padding: 30px 10px;
    }
    blockquote br {
        display: inline-block;
    }
    .wp-image-316 {
        display: block;
    }
    
}

/* 768 and up - MEDIUM */
@media screen and (min-width:768px) {
    
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

}

/* 992 and up - LARGE */
@media screen and (min-width:992px) {
    
    body {
        margin-top: 0
    }
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .site-header {
        background-color: #fff;
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        border-bottom: none;
    }
    /*.scrolled .site-header {
        border-bottom-color: #eee;
    }*/
    .logo {
        padding: 31px 0 9px;
        width: 100%;
        text-align: center;
        line-height: 1.0;    
    }
    .logo a {
        font-size: 40px;
        color: #646668;
    }
    .logo a {
        padding-left: 70px;
        position: relative;
    }
    .logo a::before {
        content: '';
        width: 45px;
        height: 49px;
        background: url("images/swallow-11.svg") 0 0 no-repeat;
        background-size: 45px;
        display: inline-block;
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hamburger {
        display: none;
    }
    .main-menu-nav {
        width: 100%;
        min-height: auto;
        position: sticky !important;
        top: 0;
        transform: none;
        background: #fff;
        z-index: 8;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px;
        margin-top: 0;
        /*border-bottom: 1px solid #fff;*/
        transition: all 90ms;
    }
    .scrolled .main-menu-nav {
        /*border-bottom-color: #eee;*/
        background: #769374;
    }
    .main-menu {
        max-width: 1140px;
    }
    .main-menu li {
        list-style-type: none;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-menu li:not(:last-child) {
        margin-right: 29px;
    }
    .main-menu a {
        color: #646668;
    }
    .main-menu a:hover, .main-menu a:focus {
        color: hsl(88deg 15% 80%);
    }
    .scrolled .main-menu a {
        color: #fff;
    }
    .scrolled .main-menu a:hover, .scrolled .main-menu a:focus {
        color: hsl(88deg 15% 80%);
    }

}

/* 1200 and up - X-LARGE */
@media screen and (min-width:1200px) {
    
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

   
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}