.invisibleText{
	position:absolute;
	overflow:hidden;
	left:-10000px;
}
.hiddenText{
	display:none;
}
.container{
	position:relative;
	width:60%;
}
.wrapper{
	position:relative;
	min-height:100%;
}
.logobar{
	position:relative;
}
.header{
	posiiton:relative;
	height:45px;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+33,207cca+70 */
	background: #673AB7; /* Old browsers */
	background: -moz-linear-gradient(top, #9575CD 2%, #673AB7  95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9575CD 2%,#673AB7 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9575CD 2%,#673AB7 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}
.logo{
	min-height:45px;
	min-width:150px;
	background:transparent;
	border:none;
	display:inline-block;
}

.headerTxt{
	padding-left:40px;
}
.ribbon{
	position:absolute;
	top:0;
	left:0;
	margin-top:-5px;
	z-index:5;
}
.main-section{
	position:relative;
	min-height:700px;
	width:100%;
}
.navbar{
	display:flex;
	margin-bottom:15vh;
}
.menu-button{
	position:relative;
	flex:1 1  auto;
}
.inside-images{
	position:relative;
	display:flex;
	flex-direction:column;
}
.allimage{
	position:relative;
}
.rope{
	top: 0;
	margin-left: 45%;
}
.cloud{
	position: relative;
	margin-top:-20px;
	z-index:1;
}
.menu-ribbon{ 
	position: absolute;
	margin-top:-40px;
	margin-left: 38%;
}

.top-section{
	position:relative;
	border-bottom:1px;
	background-image: url('../../images/bgHighlight.png');
	background-size:cover;
}
.section-title{
	min-height:20vh;
	padding-bottom: 35px;
}
.pn-button{
	border-radius:50%;
	height:30px;
	width:30px;
	border:none;
}
.filler{
	position:relative;
	height:27px;
	width:100%;
	background-color:#DDD8D8;
}
.girl-image{
	position:absolute;
	bottom:0;
	right:0;
	height:40vh;
	width:auto;
	z-index:5;
	bottom:-80px;
}
.bottom-section{
	position:relative;
	width:100%;
	padding-bottom:10vh;
}
.bs-content{
	display:flex;
}
.left{
	width:100%;
}
.cfu-frame{
	width:100%;
	max-width:700px;
	min-height:700px;
}
.cloud{
	transition: all .2s ease-in-out;
}
.cloud:hover,
.cloud:focus{
	transform: scale(1.1);
}
.main-section{
	font-family: Arial, Helvetica, sans-serif;
	color:#5A4D4D;
}
a{
	color:#F7931E;
}
a:hover{
	color:#5A4D4D;
}
.section-title h1{
	font-size:6em;
	color:white;
	text-transform:uppercase;
	font-family: 'Anton', sans-serif;
}
hr{
	display: block;
	border-style: inset;
	border-width: 1px;
}
p {
	margin: 0 0 15px;
}
ul li{
	margin-top: -10px;
	font-weight: bold;
}
.footer{
	min-height:60px;
	padding:10px 0;
	width:100%;
	color:white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+33,207cca+70 */
	background: #673AB7; /* Old browsers */
	background: -moz-linear-gradient(top, #9575CD 2%, #673AB7  95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9575CD 2%,#673AB7 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9575CD 2%,#673AB7 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}
.footer-content{
	display:flex;
}
.gcuawsinfo{
	width:50%;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
}
.footer-left{
	text-align:left;
}
.footer-left p{
	margin: 0 0 0;
}
.footer-right{
	position:relative;
}
.footer-right img{
	position:absolute;
	right:0;
	top:0;
	margin-top:10px;
	width: 60px;
	height: 20px;  
}
.footer-right p{
	margin: 0 0 0;
}
.small-screen-menu{
	display:none;
}
.hamburger{
	display:none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1140px) {
	.container{
		position:relative;
		width:85%;
	}
	.small-screen-menu{
		display:none;
	}
}
@media only screen and (max-width : 986px) {
	.container{
		position:relative;
		width:90%;
	}
	.navbar{
		display:block;
		margin-bottom:1vh;
		padding-right: 5px;
		padding-left: 8px;
	}
	.menu-button{	
		width:100%;
	}
	.small-screen-menu{
		display:block;
		width:100%;
		padding:5px 0;
		border:none;	
	}
	.small-screen-menu:hover,
	.small-screen-menu:focus,
	.small-screen-menu:active{
		background-color:#F7931E;
		color:white;
	}
	.activeMenu{
		background-color:#F7931E;
		color:white;
	}
	.girl-image{
		display:none;
	}
	.inside-images{
		display:none;
	}
	.headerTxt{
		width:270px;
		height:auto;
	}
	.hamburger{
		position:absolute;
		display:block;
		right:0;
		top:0;
		height:45px;
		font-size:2em;
		background:transparent;
		border:none;
		color:white;
	}
	.left{
		width:100%;
	}
	.right{
		width:0;
	}
}
@media only screen and (max-width : 400px) {
	.headerTxt{
		width:220px;
		height:auto;
	}
	.footer-content{
		display:block;
	}
	.gcuawsinfo{
		width:100%;
	}
	.footer-left{
		text-align:center;
		font-size:12px;
	}
	.footer-right img{
		position:relative;
		margin-top:10px;
		width: 60px;
		height: 20px;
		margin-left:40%;
	}
}