body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%), url('../img/background1.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

body {
    background: black; /* fallback */
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}


.socials{
    margin-top: auto;
    margin-bottom: auto;
    width: 30px !important;
    height: 30px !important;
}

.navBar {
    margin-top: 0px !important;
    border-color: black !important;
    border-bottom-width: 0px !important;
    border-bottom-style: dotted !important;
    border-top-width: 0px !important;
    border-top-style: dotted !important;
}

.navbar-nav li > a:hover {
    color: #ffbf00 !important;
    transition: color ease-in 0.3s;
}

.bg-black {
    background-color: black !important;
}

.active > a {
    color: #ffbf00 !important;
    text-decoration: underline;
}

.socialNav:hover {
    border-radius: 50%;
    background-color: #ffbf00;
    box-shadow: 0 0 30px 0px #ffbf00;
    transition: background-color ease-in 0.5s;
}

.shadow{
    box-shadow: 0 0 10px 0px #ffbf00 !important;
}

.whiteShadow{
    box-shadow: 0 0 10px 0px #ffffff !important;
}

.shadowHover:hover {
    box-shadow: 0 0 30px 0px #ffbf00 !important;
    transition: ease-in 0.3s !important;
    text-decoration: none !important;
}

.shadowHover10:hover {
    box-shadow: 0 0 10px 0px #ffbf00 !important;
    transition: ease-in 0.3s !important;
    text-decoration: none !important;
}

.dropdown-menu > a {
    color: #b0b0b0 !important;
}

.card > a:hover {    
    text-decoration: none !important;
}

.cardAbout > a:hover {    
    text-decoration: none !important;
}

.imageCarousel{
    opacity: 50%;
}

.dropdown-menu > a:hover{
    background-color: #ffbf00 !important;
    color: black !important;
	font-weight:900;
    transition: ease-in 0.5s  !important;
}

.centerWhite {
    text-align: center;
    color: white;
}

.footer {
    background-color: black !important;
    border-top-width: 2px;
    border-top-style: dotted;
    border-color: white;
    padding-top: auto;
    padding-bottom: auto;
}

.dottedBorder {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-color: white;
}

.footer .arr {
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.footer .contact {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fb-page {
    overflow: hidden !important;
}

.copyright{
    text-align:center;
    color: white;
    padding-top:5px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-color: white;
	font-size: 18px;
    font-weight: 900;
}


.imageCircle {
    padding: 10px;
    border-radius: 50%;
    border-style: solid;
    border-color: grey;
    border-width: 20px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    min-width: 96px !important;
}

.imageCircleNonHover {
    padding: 10px;
    border-radius: 50%;
    border-style: solid;
    border-color: grey;
    border-width: 20px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    min-width: 96px !important;
}

.imageCircle:hover {
    border-color: #ffbf00 !important;    
    transition: ease-in 0.5s;
}

.textCenter {
    text-align: center;
}

.course {
    min-height: 90px;
    font-size: 14px;
}

.caption {
    text-align: center;
    font-size: 28px;
    color: white;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: 900;
    text-shadow: 0 0 6px #804d00, 0 0 6px #804d00;
}

.subCaptionST {
    text-align: center;
    font-size: 18px;
    color: white;
    padding-bottom: 20px;
    font-weight: 600;
    text-shadow: 0 0 2px #804d00, 0 0 2px #804d00;
}


.offerOption{
    text-align: center;
    font-size: 22px;
    color: white;
    height: 65px;
    padding-top: 10px;
    font-weight: 700;
}


.logo {
    height: 50px;
}

.benefitSymbol{
    text-align: left;
    padding-left: 5px;
}

.mainImage {
     opacity: 0.4;  /*Standard compliant browsers*/ 
       -moz-opacity: 0.4;  /*Firefox and Mozilla browsers */
       -webkit-opacity: 0.4;  /*WebKit browser e.g. Safari */
       filter: alpha(opacity=40); /* For IE8 and earlier */

    object-fit: cover;
    z-index: -2; 
    width:100%;
    height:100vh;
}

.mainStImage {
     opacity: 0.4; /* Standard compliant browsers */
       -moz-opacity: 0.4; /* Firefox and Mozilla browsers */
       -webkit-opacity: 0.4; /* WebKit browser e.g. Safari */
       filter: alpha(opacity=40); /* For IE8 and earlier */

    object-fit: cover;
    z-index: -2; 
    width:100%;
	position: absolute;
	top: 50px;
    margin: 0; height: 100%;
	overflow: hidden;
}

.infographics {
    width: 33%;
    padding: 3px;
    float:left;
    padding-top: auto;
    padding-bottom: auto;
}

.myImage {
    position: absolute;
    top: 55vh;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 30px 0px #ffffff !important;
    border-style: solid;
    border-width: 6px;
    border-color: #000000;
}

.myImageUwagaRzucam {
    position: absolute;
    top: 55vh;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 600px;
}

.myImageDiv {
    width: 200px !important;
    height: 200px !important;
	margin-left: auto;
	margin-right: 0 px;
	display: block;
    border-radius: 50%;
    box-shadow: 0 0 30px 0px #ffffff !important;
    border-style: solid;
    border-width: 6px;
    border-color: #000000;
}

.stImage {
    position: absolute;
    top: 55vh;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 0 30px 0px #ffffff !important;
    border-style: solid;
    border-width: 6px;
    border-color: #000000;
}

.myImageBorder {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.helloTextUwagaRzucam {
    position: absolute;
    top: 55vh;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200 !important;
    font-size: 20px;
    text-align: justify;   
    text-shadow: 0 0 10px #000000, 0 0 10px #000000;
}

.authorHelloText {
    position: absolute;
    top: 65vh;
    left: 70%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200 !important;
    font-size: 20px;
    text-align: justify;   
    text-shadow: 0 0 10px #000000, 0 0 10px #000000;
}

.hiText {
    color: white;
    font-weight: 600 !important;
    font-size: 48px;
    text-shadow: 0 0 8px #000000, 0 0 8px #000000;
}

.stText {
    color: white;
    font-weight: 600 !important;
    font-size: 24px;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000;
}

.igButton {
	border-color: #804d00;
	border-style: solid;
	border-width: 4px;
	border-radius: 20px;
	background-color: black;
	opacity: 0.8; /* Standard compliant browsers */
       -moz-opacity: 0.8 ; /* Firefox and Mozilla browsers */
       -webkit-opacity: 0.8 ; /* WebKit browser e.g. Safari */
       filter: alpha(opacity=80) ; /* For IE8 and earlier */
	color: white;
	font-weight: 700;
	transition: ease-in 0.5s;
}

.igButton:hover {
	background-color: white;
	color:black;
	border-color: black;
	text-shadow: 0px 0px 15px #ffffff;
	transition: ease-in 0.5s;
}

.stText1 {
    position: absolute;
    top: 280px;
	left: 50%;
    transform: translate(-50%, 0%);
    color: white;
    font-weight: 200 !important;
    font-size: 20px;
    text-align: justify;   
    text-shadow: 0 0 10px #000000, 0 0 10px #000000;
}


a.nonDecorationLink {
    color: white;
    text-decoration: none;
}

.labelOnContentsImage {
    background: #323232;
    border-style: solid;
    border-width: 2px;
    border-color: white;
	font-weight: 500;
	text-shadow: 0 0 10px #000000, 0 0 10px #000000;
	font-size: 18px;
}

.follow {
    height: 64px;
}

.alignCenter {
    text-align: center;
}

.goldBorder{
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.noneBorder{
    border-style: solid;
    border-width: 0px;
    border-color: white;
}

.newestArticlesImage {
	height: 250px;
	object-fit: cover;
    width:100%;
}

.textRight {
	text-align:right;
}

.paddingZeroOnMobile {}


.error {
	height:20px; 
	color:red; 
	text-align: center; 
	font-size:16px; 
	text-shadow: 0 0 2px #500000, 0 0 2px #500000;
}



@media screen and (max-width: 575px) {
    .course {
        font-size: 18px;
    }

    .paddingZeroOnMobile {
	padding: 0px !important;
    }
    
    .card {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-bottom: 40px !important;
    }
    
    .borderOnSmallDev{
        padding-left: auto !important;
		padding-right: auto !important;
    }
	
	.aboutMeTab{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.paddingDefaultOnSmallDev{
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
    
    .myImage {
        top: 180px !important;
        left: 50%;
        width: 180px !important;
        height: 180px !important;
    }
	
	
	.stImage {
        top: 180px !important;
        left: 50%;
        width: 180px !important;
        height: 180px !important;
    }
    
    .helloText {
        top: 480px;
		font-size: 18px;
    }

    
    .benefitSymbol {
        font-size: 16px;
    }

    
    .footer .fb-page{
        padding-left: 2% !important;
    }
    
    .whoamiCard{
        margin-left: auto;
		padding-left: 20px !important;
		padding-right: 20px !important;
    }
}


@media screen and (max-width: 768px) {
    .myImage {
        top: 200px;
        left: 50%;
        width: 200px;
        height: 200px;
    }
	
	.stImage {
        top: 180px !important;
        left: 50%;
        width: 180px !important;
        height: 180px !important;
    }
    
    .helloText {
        top: 480px;
        left: 50%;
        text-align: center;
    }
    
    
    .socialNav:hover {
        box-shadow: 0 0 0px 0px #ffbf00 !important;
        background-color: black;
    }  
    
    .imageCircle {
        border-width: 10px;
    }
	
	.imageCircleNonHover {
        border-width: 10px;
    }
	
	.myImageDiv {
		width: 180px !important;
        height: 180px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: auto !important;
		padding-right: auto !important;
	}
	
	.copyright{
		font-size: 11px;
	}
}






@media screen and (min-width: 430px) and (max-width: 500px) {
    .logo {
        height: 42px;
    }
}

@media screen and (min-width: 385px) and (max-width: 430px) {
    .logo {
        height: 36px;
    }
}

@media screen and (max-width: 385px) {
    .logo {
        height: 30px;
    }
}




























.video-responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16/9;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 800px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}



