Created by Sophia Oladapo on 7/14/22.
Copyright (c) 2022 Copyright Holder. All rights reserved.
"""

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@500;700;&display=swap');



:root{
	--font: Nexa, Louis Cafe, Helvetica;
	--fontb: Nexa-b, Helvetica;
	--fontw: Poppins, Helvetica;
	--col: #ec462d; 
	--white: #FFFFFF;
	}
	
	:root { 
  --font: Nexa, Louis Cafe, Helvetica;
	--fontb: Nexa-b, Helvetica;
	--fontw: Poppins, Helvetica;
	--col: #ec462d; 
  --white: #FFFFFF;
} 
/*  */
  
    @font-face{
  font-family: Louis Cafe;
  src: url('Louis George Cafe.ttf');
  
  }
    
  
  
  @font-face{
  font-family: Louis Cafe;
  src: url('Louis George Cafe/Louis George Cafe.ttf');
  
  }
  
    @font-face{
  font-family: Louis Cafe-b;
  src: url('Louis George Cafe/Louis George Cafe Bold.ttf');
  
  }
  
  @font-face{
  font-family: Poppins;
  src: url('../Sophicopy web files/Fonts/Poppins/Poppins-SemiBold.ttf');
  
  }
  

 @font-face{
  font-family: Poppins;
  src: url('Poppins-SemiBold.ttf');
  
  }

  
  @font-face{
  font-family: Nexa;
  src: url('../Sophicopy web files/Fonts/Nexa-Font/New folder (4)/Nexa Regular.otf');
  
  }
  
  @font-face{
  font-family: Nexa;
  src: url('Nexa Regular.otf');
  
  }
  
  @font-face{
  font-family: Nexa-b;
  src: url('../Sophicopy web files/Fonts/Nexa-Font/New folder (4)/Nexa Bold.otf');
  
  }
  
  @font-face{
  font-family: Nexa-b;
  src: url('Nexa Bold.otf');
  
  }



 *{
 	padding:0;
 	margin: 0;
/* 	border: 2px solid red;*/
 	font-family: var(--font);
 	box-sizing: border-box;
 	font-size: 19px;
 	color: black;
 text-decoration: none; 	
 }

  body{
	
   } 
    
footer a i{
	font-size: 16px;
	color: white;
	margin: 0 5px;
}


header{  
	position: relative;
	width: 100%;
	}

nav{
    	display: flex;
	align-items: center;
  justify-content: space-between;
  font-size: 22px;
  max-height: 100px;
  box-shadow: 0 0 10px 0 rgb(0 0 0.6);
  padding: 25px 15px;
    } 
    


nav #menu-list li{
	display: inline-block;
  padding: 5px;	
}

#menu-list {
	line-height: 100px;
	padding: 5px;
	margin: 5px;
	
}

nav #menu-list li .menu-btn{
	/*I made use of a transition here*/
	font-size: 20px;
	margin-left: 5px;
	color: black;
	padding: 5px ;
	text-decoration: none;
}


nav #menu-list li .menu-btn:hover{
	background: var(--col);
	color: white;
	border-radius: 7px;
	border: none;
	padding: 15px;

}

.center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}    


.logo{
 	width: 150px;
 	border: none;
 } 

  .section-1{
  	padding: 30px;
  	display: flex;
  	flex-direction: column;
	width: 100%;
  }
  
  
  .content{
  	text-align: center;
  	margin: 30px 0;
  }


  .intro{
  	text-align: center;
  	margin: 15px 0;
  	font-size: 24px;
  }
  
  
  h2{
  	font-size: x-large;
  	font-family: var(--fontw);
  	margin: 15px 0;
  	margin-left: 5px;
  }

 
.menu{
	display: none;
} 

.left{
	display: flex;
	flex-direction: column;
	align-items: left;
	text-align: left;
}

 h3{
 	font-family: var(--fontw);
 	font-size: large;
 	word-wrap: break-word;
 	text-align: left;
 	margin: 17px 5px;
 }
 
 p{
   	font-size: medium;
   	word-wrap: break-word;
   	margin-top: 10px;
 /*  	text-indent: 10px;*/
   	white-space: pre-wrap;
   	padding: 10px ;
   	width: 70%;
   }
 
 b{
  	font-family: var(--fontb);
  	font-size: medium;
  	font-weight: 500;
  	text-align: left;
  } 

 i{
 	 font-size: 19px;
 }
 
 
u{
	font-size: medium;
	font-family: var(--font);
	text-decoration: underline;
}   	

section ul{
	margin: 0;
 font-family: var(--font);
 font-size: medium;
 	white-space: pre-wrap;
 padding: 10px 20px;
 width: 70%;
}


ul li{
	font-size: medium;
	font-family: var(--fontb);
	list-style: normal;
}


section .active{
   		display: block;
   		font-size: medium;
   		font-family: var(--fontw);
   		text-align: center;
   		padding: 15px;
   		border-radius: 7px;
   		background: #ec462d;
   		color: white;
   		text-decoration: none;
   		margin: 15px 0;
   	}
    

a i{
	font-size: 30px;
	color: white;
}

footer{
	width: 100%;
	padding: 20px;
	background: #F6F2F2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



footer ul{
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer ul li{
	list-style: none;
}

footer ul li a{
	text-decoration: underline;
	font-size: 16px;
	color: black;
}

.box{
	display: flex;
	flex-direction: column;
	text-align: left;
	white-space: pre-wrap;
	width: 90%;
}

 img{
	width: 400px;
	margin: 10px 0;
	border: 2px solid black;
}
 

 
 
 
 
  
 @media (max-width: 952px){
 	
 *{
 	font-size: medium;
 } 
 
 i{
 	font-size: 16px;
 }

 .section-1{
  	padding: 30px;
  	display: flex;
  	flex-direction: column;
	width: 100%;
  }
  

#menu-list {
	display: none;
}

nav #menu-list li a.menu-btn{
  display: none;
}

.menu{
	display: block;
	background: #ec462d;
	padding: 8px;
	color: white;
	border-radius: 6px;
}

.menu a{
	color: white;
	font-size: 18px;
	font-family: var(--fontw);
}
 
 
 .logo{
 	width: 120px;
 	position: relative;
 	border: none;
 } 
   
  .content{
  	text-align: center;
  	margin: 30px 0;
  }


  .intro{
  	text-align: center;
  	margin: 15px 0;
  	font-size: 18px;
  }
  
  
  h2, h3{
  	font-family: var(--fontw);
  	margin: 15px 0;
  	margin-left: 15px;
  }

 h2{
 	font-size: x-large;
 	font-family: var(--fontw);
 }

u{
	font-size: medium;
}

 p{
   	font-size: medium;
   	margin-top: 10px;
   	white-space: pre-wrap;
   	padding: 10px ;
   	width: 100%;
   }
 
 b{
  	font-family: var(--fontb);
  	font-weight: 500;
  	font-size: medium;
  	text-align: left;
  } 
   	
  	.active{
   		display: block;
   		font-size: medium;
   	}


 img{
	width: 300px;
	margin: 10px 0;
}
 
section ul{
	width: 95%;
	font-size: 18px;
	
}

section li{
    	font-size: 18px;
    	font-family: var(--fontb);
    	margin: 8px 0;
    } 
 
 footer ul li a{
	text-decoration: underline;
	font-size: 16px;
	color: black;
}

 
 }
 
 
@media (max-width: 300px){
	
} 
 
 
 