/* Visible size correction for page with sticky Navbar */
html {
        scroll-padding-top: 75px;
}
.skfooter {
        height: 75px; 
        background-color: #F15B22;
}
/* Text Elements Styles */
.articleTitle   {
        color: rgb(241,93,34); 
        text-shadow: 2px 2px #aaa;
        font-family:'YanoneKaffeesatzBold', helvetica, arial, sans-serif;
        /*font-size: 2.5em;*/
}
.banner {
        width: 50%;
        display: inline-block;
        background: rgb(122,193,67);
        clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}
.missiontitle   {
        color:rgb(241,93,34);
        font-family:'YanoneKaffeesatzLight', helvetica, arial, sans-serif;
        font-size:3em;
        font-weight:bold;
        padding-right:3px;
}

.tagline        {
        font-family:'YanoneKaffeesatzThin', Arial Narrow, sans-serif;
        font-size:3em;
}
                        
.taglineb       {
        font-family:'YanoneKaffeesatzThin', Arial Narrow, sans-serif;
        font-weight:bold;
        font-size:3em;
}
.sktext         {
        font-family:'YanoneKaffeesatzRegular', Arial Narrow, sans-serif;
}
@media only screen and (max-width: 800px){
        .taglineb{
                font-size: 2em;
        }
        .tagline{
                font-size: 2em;
        }
}
.boldHeader          {
        font-family:'YanoneKaffeesatzBold', Arial Narrow, sans-serif;
        font-size: 3em;
}
.colorOrg       {
        color:rgb(241,93,34);
}
.colorGrn       {
        color:rgb(122,193,67);
}
.text-shadow-1 {
        text-shadow: 2px 2px #444;
}
.bg-skgreen {
        background-color: rgb(122,193,67);
}
.bg-skorange {
        background-color:rgb(241,93,34);
}
/* Navbar Styling */

.dropdown-dark {
 	color: #aaa;
	background-color: black;
 }
/* PoswerPoint Carousel Styling */

.PPTNext, .PPTPrev {
  	align-items: end;
	padding-bottom: 8px;
 }
.card-btn {
        scale: none;
 }
.card-btn:hover {
        scale: 95%;
}


