@font-face {
    font-family: 'cafe__brewery';
    src: url('/wp-content/uploads/fonts/cafe__brewery-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/cafe__brewery-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sugar__spice';
    src: url('/wp-content/uploads/fonts/sugar__spice-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/sugar__spice-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a:link {
	font-family: 'cafe__brewery','Amatic SC', cursive;
	color: #edc9cf;
}

body {
	border-style: solid;
	border-width: 40px;
	border-color: #f7e7e9;
}

h1,
h2,
h3 {
	font-family: 'sugar__spice','Amatic SC', cursive;	
	color: #999999;
}

p {
	font-family: 'cafe__brewery';
	color: #999999;
}

.confit-phone {
color: #edc9cf;
}

.customize-unpreviewable {
	color: #edc9cf;
}

.wp-block-file .wp-block-file__button {
	background-color: #edc9cf;
}

ul#menu-main-menu > li > a:link {
    color: #999999;
	background-image: url("https://cassiebethphotography.com/wp-content/uploads/2020/02/dot.jpg");
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}

ul#menu-main-menu > li:last-child > a:link {
	background: transparent;
	color: #999999;
}

a {
	color: #edc9cf;
}

a:hover {
	color: #edc9cf;
}
/*
 */

ol {
	color: #999999;
}

h1 {
	color: #999999;
}

/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#page {
    padding-left: 15px;
    padding-right: 15px;
}

.button {
	background-color: #f7e7e9;
}

.button:hover {
	background-color: #edc9cf;
}
/*
.coblocks-gallery.is-cropped .coblocks-gallery--item a, .coblocks-gallery.is-cropped .coblocks-gallery--item img {
	width: 100%;
	height: auto;
}
*/
aside.widget-area.responsive-max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
}



.main-navigation .sub-menu .menu-item a {
	color: #999999;
}

aside.widget-area.responsive-max-width .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

aside.widget-area.responsive-max-width .widget:first-child {
	margin-right: 30px;
}

.contact-form label {
	color: #999999;
	font-family: 'cafe__brewery';
    src: url('/wp-content/uploads/fonts/cafe__brewery-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/cafe__brewery-webfont.woff') format('woff');
    font-weight: heavy;
    font-style: normal;
	
}