/* 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Comfortaa', cursive;

    COLORS:
    Dark Yellow: D79922
    Plae Yellow: EFE2BA
    Red: F13C20
    Dark Red: #a32815;
    Dark Blue: 4056A1
    Darker Blue: #1f3069;
    Pale Blue: c5cbe3
*/


body {
	font-family: 'Manjari', sans-serif;
	color: #4056A1;
	font-size: 18px;
	margin: 0;
	padding: 0;
	background-color: white;
}


/* FIXED NAV BAR */

.navbg {
	background-image: linear-gradient(to right, white, #efe2ba);
	opacity: .9;
  	height: 130px;
  	width: 101.5%;
}

#fixednavbar {
	position: fixed;
	width: 101.5%;
	height: 130px;
	z-index: 1;
	top: -130px;
	transition: top 0.3s;
}

.logohorizontal {
	position: absolute;
	top: -3px;
	width: 30%;
	height: 10px;
	margin-left: 90px;
}


.menuelements {
	position: absolute;
	top: -3px;
	left: 620px;
	width: 55%;
	height: 130px;
	padding-top: 45px;
	text-decoration: none;
}


nav a {
	color: #2A396B;
	text-decoration: none;
	transition: opacity .2s;
}

nav a:hover {
	opacity: 0.5;
	transition: opacity .2s ease-out;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


ul li {
	float: left;
	width: 160px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
}

li+li {
	border-left: 1px solid #2A396B;
}

ul li ul li {
	background-color: rgba(255, 255, 255, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease-out;
	font-size: 15px;
	font-weight: 300px;

}

ul li ul li:last-child { 
    border:none; 
  } 

ul li:hover ul li {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s ease-out;
}

/* END OF FIXED NAV BAR */


.yellowbg {
	background-image: linear-gradient(to right, #f6cb72, #fdc71c);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 101.4%;
	height: 210px;
	margin-left: -20px;
	margin-top: -60px;
	position: relative;
}

.logo {
	margin-top: 70px;
	margin-left: 90px;
	position: relative;
	float: left;
	height: 58%;
	cursor: pointer;
}


.navbar {
	position: relative;
	float: right;
	padding-top: 120px;
	margin-right: 105px;
	text-decoration: none;
}

nav a {
	color: #2A396B;
	text-decoration: none;
	transition: opacity .2s;
}

nav a:hover {
	opacity: 0.5;
	transition: opacity .2s ease-out;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


ul li {
	float: left;
	width: 160px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
}

li+li {
	border-left: 1px solid #2A396B;
}

ul li ul li {
	background-color: rgba(255, 255, 255, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease-out;
	font-size: 15px;
	font-weight: 300px;

}

ul li ul li:last-child { 
    border:none; 
  } 

ul li:hover ul li {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s ease-out;
}


/* FOOTER STYLE */


footer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 400px;
	background-color: #D79922;
	color: white;
	z-index: -1;
}

.footer1 {
	width: 50%;
	height: 300px;
	border-right: 1px solid white;
	position: relative;
	float: left;
	top: 50px;
}

#footertext {
	font-size: 12px;
	text-align: right;
	margin-right: 40px;
	line-height: 18px;
}

#footertextright {
	font-size: 12px;
	text-align: left;
	margin-left: 40px;
}

.footer2 {
	margin-top: 104px;
	font-size: 12px;
	color: white;
	display: block;
	line-height: 6px;
	float: left;
}


/* COPY ENDS HERE FOR OTHER PAGES */
/* Start new styles here*/
/* Use this as a template */

.html {
	line-height: 25px;
	margin-left: 120px;
	margin-right: 120px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.css {
	line-height: 25px;
	background-color: #1f3069;
	width: 100%;
	position: relative;
	float: left;
	height: 590px;
	text-align: right;
	padding-left: 8%;
	margin-top: -40px;
}

.cssjava {
	width: 100%;
	position: relative;
	float: left;
	margin-top: -40px;
}

.parallax {
    height: 500px;
    background: transparent;
    z-index: -2;
}

.parallaxtext {
	color: white;
	line-height: 25px;
	width: 30%;
	position: relative;
	left: 780px;
	top: 110px;
	text-align: center;
}

.javascript {
	line-height: 25px;
	width: 100%;
	position: relative;
	float: left;
	height: 590px;
	text-align: right;
	padding-left: 8%;
}

.seo {
	line-height: 25px;
	background-color: #ebebf0;
	height: 496px;
	float: left;
	margin-bottom: 120px;
}
