/*******************
STYLE INDEX
********************
=BASE
=NEW NAV
=OLD NAV
=FOOTER
********************/
/* ===========
        BASE
=========== */
.bg-corporate-button-small {
    background: #542a85;
    border-radius: 25px;
    color: #fff;
    padding: 2px 40px;
    font-size: 20px;
    font-family: 'Open sans';
}

.bg-button-border {
    border: 1px solid #fff;
}

.bg-corporate-button-large {
    background: #542a85;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    min-width: 450px;
    font-family: 'Open sans';
}


.bg-corporate-button-small:hover, 
.bg-corporate-button-small:active, 
.bg-corporate-button-small:focus {
    background: #645096;
    color: #fff;
}

.bg-corporate-button-large:hover, 
.bg-corporate-button-small:active, 
.bg-corporate-button-small:focus {
    background: #645096;
    color: #fff;
}

.banner-header-image h1 {
    font-size: 4rem;
}

.bg-letter-spacing {
    letter-spacing: 3px;
}

.icon-text {
    font-family: 'Open sans';
    font-size: 22px;
    color: #000000;
}

.bg-title {
	font-size: 60px;
	font-family: 'Niramit';
	color: #fff;
}

.bg-label {
	font-size: 30px;
	font-family: 'Niramit';
	color: #fff;
}

.bg-subtitle {
	font-size: 38px;
	font-family: 'Niramit';
	color: #fff;
}

.bg-section {
	padding: 60px 0;
}

.cta-button {
	background: #fff;
	color: #000;
	font-size: 18px;
	padding: 3px 20px;
	text-transform: none;
}

/* ===========
    NEW NAV
=========== */
header {
    background: none;
    position: fixed;
    z-index: 99;
    width: 100vw;
	background-color: rgba(0, 0, 0, 0.26);
    padding: 0;
		/* IE 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	 /* IE 5-7 */
	 filter: alpha(opacity=50);

	 /* Netscape */
	 -moz-opacity: 0.5;

	 /* Safari 1.x */
	 -khtml-opacity: 0.5;
/*
	  Good browsers 
	 opacity: 0.5;*/
}

main.content {
	position: relative;
}

.navbar-logo {
	width: 128px;
}

.fa-bars {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.32);
    padding: 16px 18px !important;;
    border-radius: 100%;
    font-size: 18px;
}

.fa-bars:hover {
	background: #00000099;
}

.uk-navbar-toggle, .uk-navbar-toggle:hover, .uk-navbar-toggle:visited, .uk-navbar-toggle:active {
    color: #fff;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
     background: none; 
}

.uk-icon-menu {
	color: #fff;
}

.uk-offcanvas-bar {
	padding-top: 60px;
}

.uk-offcanvas-bar li {
	list-style-type: none;
	margin-bottom: 10px;
}

.uk-offcanvas-bar li > a:hover,
.uk-offcanvas-bar li.uk-active a {
	color: #fff !important;
}

footer {
    background: #303030;
    padding: 70px 0;
}

footer ul li a,
footer ul li a:hover
{
    font-size: 20px;
    color: #fff;
}

.bg-footer-breaker {
    height: 2px;
    width: 100%;
    background: #fff;
}

footer .footer-list {
    position: relative;
}

footer h4 {
    color: #fff;
    text-align: left;
}

@media screen and (min-width: 960px) {
	
    .uk-offcanvas-bar {
		width: 450px !important;
	}
	
	.uk-offcanvas-bar li a {
		font-size: 1.6em;
	}
	
}

@media (max-width:1350px) and (min-width:960px) {
	
    .uk-navbar-nav li a {
        color: #000;
        font-size: 15px;
        margin: 0 10px;
        padding: 2px;
        text-transform: capitalize;
    }

    .uk-navbar-nav .logo .brand img {
        width: 140px;
        height: auto;
    }
	
    .logo {
        width: 190px;
    }
}

@media screen and (max-width: 639px) {
	
	.bg-title {
		font-size: 40px;
	}
	
	.bg-subtitle {
		font-size: 20px;
	}
	
    .bg-corporate-button-large, .bg-corporate-button-small {
        padding: 0px 20px;
        min-width: 0;
    }
	
    .bg-corporate-button-large {
        font-size: 16px;
    }
	
    .icon-text {
        font-size: 18px;
    }
	
}


