body {
  font-family: "Montserrat-Bold";
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat-Bold";
}


/*Headings Section*/

.big-heading {
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
	font-size: 3rem;
	line-height: 1.5;
}


/*Container Section*/

.container-fluid {
  padding: 5% 15%;
}

/*Sections*/

.colored-section {
	background-color: #007A53;
	color: #fff;
}

.white-section {
	background-color: #fff;
  	color: #000; /* #2c3e50;*/
  /* font-weight: bold; */
}


/*Title Section*/

#title .container-fluid {
	padding: 3% 15% 7%;
	text-align: left;
}

.navbar {
  padding-bottom: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: "bold";
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-family: "Montserrat-Light";
  font-size: 1.2rem;
}

.download-button {
  margin: 5% 3% 5% 0;
}

.title-image {
	width: 8%;
	position:absolute;
	right: 19%;
}

.img-students {
	width: 85%;
}


/* Features Section */

#features {
	background-color:white;
	position: relative;
	z-index: 1;
}

.feature-box {
  padding: 5%;
}

.feature-title {
	font-size: 1.5rem;
}

.feature-title a {
  text-decoration: none;
  color: #000;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

.btn-create {
  background-color:#4cbb17;
  border:0;
}


/*Testimonial Section*/

#testimonials {
	background-color: #54585A;
}

.testimonial-text {
	font-size: 3rem;
	line-height: 1.5;
}

.testimonial-image {
	width: 20%;
	border-radius: 100%;
	margin: 20px;
}

#press {
	background-color:#F3D03E; /* #54585A72; */
	padding-bottom: 3%;
}

.press-logo {
	width: 15%;
	margin: 20px 20px 50px;
}

/*Pricing Section*/
#pricing {
	padding: 100px;
}

.price-text {
	font-size: 3rem;
	line-height: 1.5;
}

.pricing-column {
	padding: 3% 5%;
}


/*Footer*/


.social-icon {
	margin: 20px 10px;
}

@media (max-width: 1028px){
	#title{
		text-align: center;
	}

  #title .container-fluid {
  	padding: 3% 15% 7%;
  	text-align: center;
  }

  .title-image {
		position: static;
    width: 30%;
	}

  .title-image-div {
		text-align: center;
	}
}


/*Application Form*/

#form-body {
  text-align: left;
}

/* .app-para {
	text-align: left;
} */

.form-footer {
	background-color: #ef8172; 
	color: #fff;
}

.form-first-h1 {
	padding-bottom: 2%;
}

.form-h1 {
	padding-top: 2%;
}

/* .form-title-image {
  position: static;
  width: 20%;
} */

.norfolk-logo {
	width: 30%;
}

.bios {
	height: 50%;
}

.people-header {
	margin-top: 0;
	padding-top: 0;
}

#letters {
	color:#cb7472;
	text-align: center;
}

.form-left-field {
	text-align: right;
}

div p.form-italic {
	font-style: italic;
}

#titleanime {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 8vh;
    font-size: 3rem;
	  font-family: "Aboreto", cursive;
    /* background-color: #222; */
    color: aliceblue;
    /* animation: anime 1s ease; */
    /* clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); */
}

@keyframes anime {
    0% {
        opacity:1;
        transform: translateY(25px);
    } 
    100% {
        opacity:0;
        transform: translateY(0px);

    }
}

.anime-element {
    text-shadow: 15px 22px 11px rgba(110, 110, 110, 0.2);
    opacity: 0; 
    transform: translateY(10px);
    animation: anime 1.5s ease; 
}

.anime-element:hover {
    cursor:pointer;
    color:rgba(96, 93, 93);
    text-shadow:none;
}

a.no-underline {
  text-decoration: none;
}

