
#logo img {
    display: block;
    max-width: 100%;
    max-width: 230px;
    max-height: 100%;
    height: 100px;
}

.slider-caption h2 {
    font-size: 5rem;
}

p.slider-p {
    font-size: 2rem;
}

a.menu-link.active {
	color:#00abe3;
}


.fbox-icon i, .fbox-icon img {

    background-color: #3598d2;
}

.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {

    color:  #3598d2;

}
.fbox-outline .fbox-icon a {
    border: 1px solid  #3598d2;
   
}


.menu-promo a.menu-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #3598d2;
    /* height: 10px; */
    border-radius: 5px;
    text-align: center;
   margin:2rem;
}
.menu-promo a.menu-link:hover {
color:#ffffff !important;
}

.pricing-box {
	transition: box-shadow 0.3s ease-in-out;
    background-color: #FFF !important;
    border: 1px solid #f0f0f0 !important;
}

.pricing-box:hover {
    -webkit-box-shadow: 1px 1px 3px 4px rgb(0 0 0 / 19%);
	border: 1px solid #d5e9ff !important;
    box-shadow: 1px 1px 3px 4px rgb(0 0 0 / 19%);
}
.pricing-title {
    border-bottom: 1px solid #415b63 !important;
}

.btn-primary {
    background-color: #068dc6;
    border-color: #068dc6;
}

.btn-primary:hover {
    background-color: #00b3ff;
    border-color: #00b3ff;
}

a.slider-link {
    margin-left: auto;
/*    background-color: rgba(0,0,0,0.8); */
    color: #ffffff;
    border: 1px solid white;
    text-align: center;
    padding: 10px 25px;
    max-width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: auto;
	background-color: rgba(0,0,0,0.3);
	
}
.pricing-box.faded-out {
    opacity: 0.5;
}

img.footer-logo {
    max-width: 210px;
}

.slider-caption h1 {
    font-size: 4rem;
}

.pricing-panel.checked .pricing-box {
    background-color: #f8f9fa !important;
	-webkit-box-shadow: 1px 1px 2px 3px rgb(0, 0, 0, 0.05) !important;
	border: 1px solid #dcdcdc !important;
    box-shadow: 1px 1px 3px 4px rgb(0 0 0 / 19%);
}

li.crossed {
    color: #f53232;
}
.pricing-features.pricing-start {
    padding: 10px;
    border-bottom: 0px;
}
@media only screen and (max-width: 600px) {

	p.slider-p {
		font-size: 1.3rem !important;
	}

	.menu-promo a.menu-link {

		text-align: center;
	   margin:2rem;
	}

.slider-caption h2 {
		font-size: 3rem !important;
	}

	iframe.sc-iframe.visualizer {
		height: 550px !important;
	}

}
