@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

body{
    font-size: 16px;
    line-height: 1.625em;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.is-wrapper h1, .is-wrapper h2, .is-wrapper h3, .is-wrapper h4, .is-wrapper h5, .is-wrapper h6 {
    font-family: 'Frank Ruhl Libre', serif;
    font-variant-ligatures: common-ligatures;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #ffffff;
    border: 2px solid #ff5b1f;
    background: #ff5b1f;
    padding: 5px 60px;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: #ff5b1f;
    	background-color: #fff;
    	border: 2px solid #ff5b1f;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #eeeff0;
    background-color: transparent;
    border: 2px solid #eeeff0;
    padding: 5px 60px;
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: #ffffff;
        border: 2px solid #ff5b1f;
        background-color: #ff5b1f;
    }
.menubar.menubar-transparent:not(.scroll), 
.menubar.menubar-dark.menubar-transparent:not(.scroll), 
.menubar.menubar-light.menubar-transparent:not(.scroll) {
    background: #f85a1d;}
.is-section .sec-c15 .jumbotron{
    border: 1px solid rgb(28, 40, 51); 
    background: rgb(32, 89, 154);
    padding: 15px 25px;
}
.is-section .sec-c15 .jumbotron p {
    letter-spacing: 0px;
    line-height: 2;
    font-size: 24px;
}
.is-section h1.is-section-title{
    font-size: 3rem;
    line-height: 1.2;
}
.is-section h2.is-section-title{
    font-size: 2.5rem;
    line-height: 1.2;
}
.is-section h3.is-section-title{
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (max-width: 768px){
   .is-section .sec-c15 .jumbotron p {
        line-height: 1.7;
        font-size: 14px;
    } 
    .is-section h1.is-section-title{
        font-size: 2.5rem;
    }
    .is-section h2.is-section-title{
        font-size: 2rem;
    }
}
.card {
    box-shadow: 0.8px 0.9px 3px grey;
    -webkit-transition: box-shadow .6s ease-out;
    transition: box-shadow .6s ease-out;
}
.card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .6s ease-in;
    transition: box-shadow .6s ease-in;
}

#social {
			margin: 20px 10px;
			text-align: center;
		}

		.smGlobalBtn {
			/* global button class */
			display: inline-block;
			position: relative;
			cursor: pointer;
			width: 50px;
			height: 50px;
			box-shadow: 0 2px 2px #999;
			padding: 0px;
			text-decoration: none;
			text-align: center;
			color: #fff;
			font-size: 25px;
			font-weight: normal;
			line-height: 2em;
			border-radius: 25px;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
		}

		/* facebook button class*/
		.facebookBtn {
			background: #4060A5;
		}

		.facebookBtn:before {
			/* use :before to add the relevant icons */
			font-family: "FontAwesome";
			content: "\f09a";
			/* add facebook icon */
		}

		.facebookBtn:hover {
			color: #4060A5;
			background: #fff;
		}

		/* twitter button class*/
		.twitterBtn {
			background: #00ABE3;
		}

		.twitterBtn:before {
			font-family: "FontAwesome";
			content: "\f099";
			/* add twitter icon */
		}

		.twitterBtn:hover {
			color: #00ABE3;
			background: #fff;
		}


		/* linkedin button class*/
		.linkedinBtn {
			background: #0094BC;
		}

		.linkedinBtn:before {
			font-family: "FontAwesome";
			content: "\f0e1";
			/* add linkedin icon */
		}

		.linkedinBtn:hover {
			color: #0094BC;
			background: #fff;
		}

		/*youtube button class*/
		.youtubeBtn {
			background: #cb2027;
		}

		.youtubeBtn:before {
			font-family: "FontAwesome";
			content: "\f0d2";
			/* add pinterest icon */
		}

		.youtubeBtn:hover {
			color: #cb2027;
			background: #fff;
		}