﻿.menuItem {
    font-family: Muli, "Open Sans", Arial;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.15px;

	color: #FFFFFF;
}

.menuRow {
    line-height: 33px;
    font-size: 19px;
}

.menuLink {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em; /* 24px */
	font-size: 1em; /* 16px */
	letter-spacing: 0.15px;
	margin-left: 18px;
	margin-right: 18px;
	color: #FFFFFF;
}

.lockImage {
	margin-top: -2px;
	margin-right: 12px;
	width: 16px;
}

.shadow {
	z-index: 10;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
	margin-bottom: 10px;
}



.logoTop {
	width: 207px;
}

.logoTop.white {
	width: 160px;
}

.menuLink.white {
	color: #070708;
}

.hamburger {
	z-index: 10;
	position: absolute;
	border: 0;
	top: 50px;
	right: -1px;
	background: white;
	box-shadow: -6px 10px 15px rgba(0, 0, 0, 0.13);
	margin-bottom: 10px;
    z-index: 110;

}

.hamburger.blue {
	background: rgba(255, 255, 255, 0.96);
}

.menuLinkHamburger {
	display: block;
	padding-left: 8px;
	height: 40px;
	font-size: 14px;
	color: #070708;
}

.hamburgerButton {
    background-color: transparent;
	color: #070708;
	border: none;	
	padding-right: 16px;
	padding-top: 13px;
	outline: none;
	cursor: pointer;
}

.hamburgerButton.blue {
	color: white;
}

.logoHamburger {
	margin-top: 10px;
	height: 30px;
	margin-bottom: 20px;
}

.hamburgerMenuOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 100;
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.logoTop.white {
		width: 80px;
	}

	.menuLink {
		font-style: normal;
		font-weight: normal;
		line-height: 16px;
		font-size: 12px;
		letter-spacing: 0.07px;
		margin-left: 4px;
		margin-right: 4px;
		color: #FFFFFF;
	}

	.lockImage {
		margin-top: -2px;
		margin-right: 4px;
		width: 10px;
	}
 }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { }




.navbar-brand {
    margin-left: 0px;
    margin-top: 10px;
}

.nav-item {
    margin-left: 44px !important;
}

.header,
.headerCourse {
    background-size: cover;
    /*margin-bottom: 30px;*/
    color: #ffffff;
}

.header {
    height: 440px;
	overflow: hidden;
	background: linear-gradient(111.13deg, rgba(49, 0, 245, 0.904) 39.19%, rgba(0, 142, 243, 0.9) 74.28%), url("https://codebrainer.azureedge.net/images/1542651237.jpg") 100% 100%;
	background-size: cover;
	opacity: 0.85;
}

.navCourse {
    background-color: white;
}

.headerText {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.headerTitleCenter {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.4px;
    text-align: center;
    margin-bottom: 20px;
}

.headerTitleLeft {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    margin-top: 60px;
}

@media only screen and (max-width: 900px) {
    .headerTitle {
        font-size: 40px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .headerTitleCenter {
        font-size: 40px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .logoTop {
		width: 130px;
    }

    .nav-item {
        margin-left: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
    .headerTitle {
        font-size: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .headerTitleCenter {
        font-size: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .logoTop {
		margin-top: 10px;
		width: 120px;
	}

    .nav-link {
        font-size: 12px;
    }

    .nav-item {
        margin-left: 10px !important;
    }
}

@media only screen and (max-width: 430px) {
	.logoTop {
		margin-top: 13px;
		width: 90px;
    }
}

.headerTitleCourse {
    font-family: Montserrat;
    font-size: 58px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: -1.4px;
    text-align: center;
    color: #4a5f71;
    margin-bottom: 20px;
}

.headerTitleLanguage {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #828e99;
    margin-top: 130px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.white {
    background-color: white;
}


.badgeMargin {
	margin-left: 5px;
}

.headerButtonSpace {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
