
@keyframes color {
  0%   { background: #ffffff; }
  20%  { background: #9966ff; }
  40%  { background: #fff; }
  55%  { background: #00ff99; }
  80%  { background: #fafafa; }
  100% { background: #9966ff; }
}

body {
  background: #33CCCC; /* Fallback */
  text-align: left;
  font-family: 'SortsMillGoudy', sans-serif;
  font-size: 1em;
  padding: 2em;
}

.image-link {
    width: 1em;	
}


@font-face {
  font-family: 'SortsMillGoudy';
  src: URL('https://files.cargocollective.com/c1850159/SortsMillGoudy-Regular.ttf') format('truetype');
}

h1{ font-size: 5rem;
	font-family: 'SortsMillGoudy' !important;
    color: #F6F7EB;
    line-height: 1.1em;
}
@font-face {
  font-family: 'SortsMillGoudy';
  src: URL('https://files.cargocollective.com/c1850159/SortsMillGoudy-Regular.ttf') format('truetype');
}

h2{
	font-family: 'SortsMillGoudy' !important;
    color:#F6F7EB;
}

a{ color: #F6F7EB;
	
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] .container_width {
	width: 44%/*!content_right*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .content_padding {
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

[data-css-preset] .quick-view {
	width: 93% /*!quick_view_width*/;
}

#button {
	background-color: #F6F7EB;
    width: 19em;
    padding: 15px;
    text-align: center;
    border-radius: 150px;
}


#button:hover{
	background-color: #4F359B;
    color:  #F6F7EB;
;
}

h3 a {
    font-size: 1.5rem;
	font-family: 'SortsMillGoudy' !important;
    color: #001E20;
    line-height: 1.1em;
 text-decoration: none;
}

#instagram:hover {
	opacity: 65%;
}
