/* Enter Your Custom CSS Here */

.intro-text{
  	font-size: 300% !important;
  	line-height: 120% !important;
}
.about-us {
	background: #04c4ff !important;
}

.about-us .big-intro {
    display: none !important;
}

.skills {
    display: none !important;
}

.about-us .column {
    width: 100% !important;
}

.about-us p {
    text-align: center !important;
  	color: #efefef !important;
  	font-size: 20px !important;
}

.header-content-wrap {
background:none !important;
}

.entry-title {
    display: none;
}

/* Flexbox container */
#content {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}

#focus {
   order: 2;
}
#aboutus {
   order: 1;
}
#team {
   order: 3;
}
#testimonials {
   order: 4;
}
#latestnews {
   order: 5;
}
#contact {
   order: 6;
}
#footer {
   order: 7;
}