/**
 * Resets
 */@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.flodesk-email-row{
    width:calc(100% - 100px) !important;
	margin: 20px auto;
    max-width: 400px !important;
}
.flodesk-email-row input{
    letter-spacing: 1px;
    margin-top: 0px ;
		  font-family: 'LemonMilklight' !important;
font-size: 12px !important;
    
}
.flodesk-email-row button{
	letter-spacing: 1px;;
		  font-family: 'LemonMilklight' !important;
font-size: 12px !important;

    
}

.text{
    padding: 0px 30px;
    line-height: 25px;
    text-align: center;
    max-width: 740px;
    margin: 0px auto 25px auto !important;
    	color: #000;
font-size: 13px;
    letter-spacing: 2px;
	  font-family: 'LemonMilklight';

}

.upper{
	
        opacity: 0;
     animation: fadeIn 1s .5s forwards;
}



.lower{
    opacity: 0;
     animation: fadeIn 1s .5s forwards;
    font-size: 16px;
	font-weight: 200;
	color: #fff;
    letter-spacing: 0.6px;
    font-family: 'Circular Light';
    display: flex;

    align-items: center;
    padding: 0px 0px;
    justify-content: space-between;
    line-height: 1.4;
	position: fixed;
    bottom: 60px;
    left:0px;
    text-align: center;
    right:0px;
}

.lower small{
	    font-size: 16px !important;
margin: 0px !important;
        font-family: 'BrownPro Light' !important;

}


.col-one{
    display: flex;
    align-items: center;
    justify-content: center;
        min-height: 100px;
	width:33%
}

.col-two{
        display: flex;
     justify-content: center;
    align-items: center;
        min-height: 100px;
		width:33%;
              border-left:1px solid white;
    border-right:1px solid white
}

.col-three{
    justify-content: center;
        display: flex;
    align-items: center;
        min-height: 100px;
		width:33%
}



.facebook{
    width:30px;
    margin: 0px 5px;
      background-repeat: no-repeat;
    background-size: contain;
    height: 30px;;
	background-image: url(https://files.persona.co/115252/facebook.svg);
}
.facebook:hover{
	background-image: url(https://files.persona.co/115252/face-hover.svg);
}

.insta{
    width:30px;
        margin: 0px 5px;

    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
	background-image: url(https://files.persona.co/115252/instagram.svg);
}


.insta:hover{
	background-image: url(https://files.persona.co/115252/insta-hover.svg);
}


.loading{

    order: 2;
    right: 0px;
    position: relative;
    margin-top: 44px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    left: 8px;
    display: inline-block;
    text-align: left;
	width:279px
}

hr{
    height: 1px;
    max-width: 100px;
	border: 0px;
    margin: 0px auto;
    background: #fff  !important;
}

.logo{
    margin: auto ;
	width:400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
        height:143px;

    background-image: url(https://files.persona.co/115252/AMANDA-HOME-LOGO.png);
}

.loading:after {
  overflow: hidden;
        font-family: 'BrownPro Light';

  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 2000ms infinite;
  animation: ellipsis steps(4, end) 2000ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}



@keyframes ellipsis {
  to {
    width: 25px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 25px;
  }
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: rgb(244, 234, 124);
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	display: block;
}

/*
 * Projects
 */

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*
 * Other
 */

 .clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

#backstage_icon {
	position: fixed;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(0, 0, 0, 0)/*!content_center*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_center*/;
    padding-bottom: 80px;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
    letter-spacing: 0.6px;
	  font-family: 'LemonMilklight';

    line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: #fff;
    padding-bottom: 0.07em;
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
color: #fff;
    border-bottom: 1px solid white;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover { 
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Nocturno Display', Social /*!Persona*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 8.2rem;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] h2 {
	font-family: 'Nitti Grotesk', Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 2.1rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
    border-bottom: 0.07rem solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
    padding-bottom: 0.2rem;
}

[data-predefined-style="true"] small {
    display: inline-block;
	color: rgba(255, 255, 255, 1);
	font-family: Nitti, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
    position: relative;
    margin: 0px 10px;
    top: 0px;
	line-height: 1.5;
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.85);
	border-bottom-width: 0.07em;
}

.text small:nth-child(6){
	top: 4px;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #backdrop,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #backdrop {
	position: relative;
	height: 50vh;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 0)/*!subpage_overlay*/;
}
@media only screen and (max-width : 850px) {
.lower{
    flex-wrap:wrap;
    flex-direction: column;
	position: relative;
    bottom: initial;
    margin-top: 0px;
    margin: 39px auto 0px auto ;
    max-width: 300px;
}
    
    .col-one{
        position: relative;
	padding: 40px 0px 0px 0px;
        width: 100%;
}
    
    .col-one:after{
	width:100px;
        height: 1px;
        background: white;
        display: block;
        position: absolute;
        top: 0px;
        content:""
}
     .col-two{
         position: relative;
	border-right:0px;
         	padding: 0px 0px;

         border-left:0px;
        width: 100%;
}
    
   
    
    .col-three{
        	padding: 0px 0px;

	  width: 100%;
        
}
    
    .upper{
	
        margin-top: 50px;
}
    [data-css-presets="true"] .content_width {
	width: 100%/*!content_center*/;
    padding-bottom: 30px;
    min-height: 0px ;
}
    .logo{
        min-height:0px;
width: 60%;;
    height:90px;
    margin-top: 20px;
}
    [data-predefined-style="true"] main {
	font-size: 17px;
        position: relative !important;
        display: block;

}
    .loading{

    order: 2;
    right: 0px;
    position: relative;
    margin-top: 39px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    left: 8px;
    display: inline-block;
    text-align: left;
	width:242px
}
}


@media only screen and (max-width : 600px) {
    .lower{
    font-size: 14px;
    
}
    
    .loading{
    
}
    
    .col-one{
	
                min-height: 80px;

}
    
       
    .col-two{
	
                min-height: 80px;

}
    
      .col-three{
	
                min-height: 80px;

}
    
}



    
  
    
  
   

