@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap);
/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "News Cycle",Helvetica,Arial,sans-serif;
    color: #036;
    background-color: #fed; 
	  background-image: url(https://elizabethschwartz.com/satinweave.png); 

}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 25px;
    font-family: "News Cycle",Helvetica,Arial,sans-serif;
	font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
    color: #07b;
}

.panel-heading h4 {
	line-height: 1;
	font-size: 16px; }

p {
    margin: 5px 5px 15px;
    font-size: 16px;
    line-height: 1.4;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	@media(min-width:768px) {
    p {
        margin: 5px 5px 15px;
        font-size: 20px;
        line-height: 1.4;
    }
	.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}
}

a {
    color: #07b;
    text-decoration: underline;
	text-decoration-style: dotted;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
text-decoration-line: underline;
	text-decoration-style: solid;
    color: #07b;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(238,136,17,0.4);
    font-family: 'News Cycle',Helvetica,Arial,sans-serif;
	font-size: 18px;
    background-color: #acd;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
	font-size: 24px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 4px;
    font-size: 24px;
    color: #048;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 1;
	border-bottom: solid 2px #e81;
}

.navbar-custom a {
    color: #048;
	text-decoration: none;
}



.navbar-custom .nav li a {
    text-decoration: none;
	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
	font-size: 18px;
}

.navbar-custom .nav li a:hover, 
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 1;
    color: #048;
    background-color: rgba(238,136,17,0.40);
}
/*
.navbar-custom .bid a {
    text-decoration: none;
	color: #fff;
	background-color: #e14;
}
.navbar-custom .bid li a:hover {
    outline: 1;
    color: #e14;
    background-color: #313;
} */



.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #07b;
}

.navbar-custom .nav li.active a:hover {
    color: #fed;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background-color: transparent;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 2px solid rgba(238,136,17,1.00);
        background: #acd;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fed;
    background: url(../bgs/bg03.webp) no-repeat bottom center scroll;
    background-color: #07b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.alt {color: #048;}
.who {
    display: table;
    width: 100%;
    padding: 70px 0 35px;
    text-align: center;
    color: #fed;
    background: url("../bgs/inner.webp") no-repeat bottom center scroll;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
background-color: #acd;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro-text {
    color: #07b;
	font-size: 24px;
}

.efspagehdr-text {
    color: #07b;
	font-size: 24px;
}

	.rwd-mob {display: 
none;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
	.efspagehdr-text {
    color: #07b;
	font-size: 48px;
}

.who {
    display: table;
    width: 100%;
    padding: 70px 0 35px 0;
    text-align: center;
    color: #fed;
    background: url(../bgs/inner.webp) repeat bottom center scroll;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    background-color: #acd;
}

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        color: #07b;
		font-size: 36px;
		padding: 45px 10px;
    }
}

.btn-circle {
    width: 60px;
    height: 60px;
    margin: 10px;
	padding: 7px 10px 10px;
    border: 2px solid #07b;
    border-radius: 100%!important;
    font-size: 28px;
    color: #07b;
    background: 0 0;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.btn-circle-mini {
    width: 30px;
    height: 30px;
    margin: 5px;
	padding: 2px 8px;
    border: 2px solid #07b;
    border-radius: 100%!important;
    font-size: 16px;
    color: #07b;
    background: 0 0;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #048;
    background: rgba(238,136,17,.4);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
	.rwd-break {
		display: block;
	}
	
@media (min-width:800px) {
	.rwd-break {
		display: none;
	}
	
	.rwd-mob {display: 
inline;
}
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
			font-size: large;
}
.content-section h2 {
	text-decoration:none;}


.contact-section {
    padding: 25px;
}

.services-section {
    margin: 30px 0 0;
    width: 100%;
    padding: 15px 0;
    color: #fed;
    background: url(../img/satinweave.jpg) repeat scroll;
    background-color: #07b;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {

.panel-heading h4 {
	line-height: 1.5;
	font-size: 20px; }  


    .content-section {
        padding-top: 85px;
		font-size:20px;
    }

    .services-section {
        margin: 30px 0 0;
        padding: 15px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    font-family: "News Cycle",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-default {
    border: 1px solid #fed;
    color: #fed;
    background-color: transparent;
}

.btn-panel {
    border: none;
    color: #fed;
    background-color: transparent;
}

.btn-panel a {
    color: #fed;
    background-color: transparent;
	font-size:18px;
	text-align:center;
}

.btn-panel a:hover {
    color: #acd;
    background-color: transparent;
	font-size:18px;
	text-align:center;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #048;
    outline: 0;
    color: #fed;
    background-color: #048;
}

panel-body li {
	font-size: 18px;}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

}

.footer {
    padding: 30px 15px;
	background-color: #07b;
	color: #fed;
}

.footer p {
font-size: 11px;
border-top: solid 2px #acd;
    padding: 10px; 
	text-align:center;}

.footer h4 {
    margin: 10px;
	text-align:center;
}


img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}