

/* .background{
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    
} */
.bg1{
   background-color: #6EC5E9; 
}

nav span {
    color: black;
    font-weight: bold ;
}
    
   

nav.li1{
    padding: 0px 30px;
}


nav .a1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem;
    
}

.a1.active,.a1:hover{
    border-bottom: 5px solid white;
    transition: .5s;
}
section.about{
	position: relative;
	top: 100px;
}


.goals{
    position: relative;
    top: 200px;
}
.pics{
    position: relative;
    top: 150px;
    height: 100vh;
    
}

.img-fluid{
    margin-top: 70px;
}

  

.text1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    
}

.heading1,.heading2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #76323f;
}

a.heading0{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:1.5rem;
}



  .masthead1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background:    url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    transition: all -5s;
  }

  .text5{
    margin-top: 150px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;

  }

.text2{
    margin-top: 100px;
    font-size: large;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
    
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #13C5DD;
}

.box 
{
	position: absolute;
	width: 380px;
	height: 420px;
	background: white;
	border-radius: 8px;
	/* overflow: hidden; */
	box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.6);
}
  
.form 
{
	position: absolute;
	inset: 2px;
	background: white;
	padding: 50px 40px;
	border-radius: 8px;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
h2 
{
	color: #0275d8;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1.6px;
}
.inputBox 
{
	position: relative;
	width: 300px;
	margin-top: 35px;
}
.inputBox input 
{
	position: relative;
	width: 100%;
	padding: 20px 10px 10px;
	background: transparent;
	outline: none;
	box-shadow: none;
	border: none;
	color: #23242a;
	font-size: 16px;
	letter-spacing: 0.8px;
	transition: 0.5s;
	z-index: 10;
	
}
.inputBox span 
{
	position: absolute;
	left: 0;
	padding: 20px 0px 10px;
	pointer-events: none;
	font-size: 1em;
	color: #8f8f8f;
	letter-spacing: 0.8px;
	transition: 0.5s;
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span 
{
	color:black;
	transform: translateX(0px) translateY(-34px);
	font-size: 12px;
	
}
.inputBox i 
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0275d8;
	border-radius: 4px;
	overflow: hidden;
	transition: 0.5s;
	pointer-events: none;
	z-index: 9;
	border-bottom: 2px solid black;
	
}
.inputBox input:valid ~ i,
.inputBox input:focus ~ i 
{
	height: 44px;
	/* background-color: white; */
	border-bottom: 2px solid black;
	
}
.links 
{
	display: flex;
	justify-content: space-between;
}
.links a 
{
	margin: 10px 0;
	font-size: 12px;
	color: #8f8f8f;
	text-decoration: beige;
}
.links a:hover, 
.links a:nth-child(2)
{
	color: #45f3ff;
}
 
input[type="submit"]:active 
{
	opacity: 0.8;
}
/* button{
	
		border: none;
		outline: none;
		padding: 11px 25px;
		background: #45f3ff;
		cursor: pointer;
		border-radius: 4px;
		font-weight: 600;
		width: 65px;
		margin-top: 10px;
	
} */
.button1{
	
	border: none;
	outline: none;
	padding: 11px 25px;
	background: #0275d8;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 600;
	width: 108px;
	margin-top: 10px;
	color: white;

}

section.about{
	position: relative;
	top: 100px;
}

.buttonrow{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}

.parentabout{
	position: relative;
}
.childabout{
	position: absolute;
	margin-top: 33px;
	margin-left: 93px;
}



.positionedit0,.positionedit1,.positionedit2,.positionedit3,.positionedit4{
margin-top:22px
}
@media screen and (max-width:844px) {
	.positionedit0{

		font-size: 18px;
		color: red;
		
		position: relative;
		top: -62px;
		right: 58px;
	}
	.positionedit1{
		font-size: 18px;
    color: red;
    position: relative;
    bottom: 63px;
    left: 23px;
}
   
 

	.positionedit2{
		font-size: 18px;
    color: red;
    /* margin-top: 22px; */
    position: relative;
    bottom: 64px;
    left: -27px;
}
	
	
	.positionedit3{
		font-size: 18px;
    color: red;
    /* margin-top: 22px; */
    position: relative;
    bottom: 63px;
    left: -2px
}
	.positionedit4{
		font-size: 18px;
    color: red;
    /* margin-top: 22px; */
    position: relative;
    /* top: 0; */
    bottom: 61px;
    left: -67px;
	}

	
}
