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:Louis Cafe-b, Helvetica;
	--fontw: Poppins, Helvetica;
	--col: #ec462d; 
	--white: #FFFFFF;
	}
	
	:root { 
  --font: Nexa, Louis Cafe, Helvetica;
	--fontb:Louis Cafe-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-b;
  src: url('Louis George Cafe/Louis George Cafe-Bold.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-Regular.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');
  
  }
  
  
 *{
 	padding:0;
 	margin: 0;
/* 	border: 2px solid red;*/
 	font-family: var(--font);
 	box-sizing: border-box;
 	font-size: 18px;
 	color: black;
 text-decoration: none; 	
 }

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


header{  
	position: relative;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	}

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


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

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

nav #menu-list li a.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;

}


.menu{
	display: none;
}

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


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

  .section-1{
   	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('bck-1.jpg');
  background-size: cover;
  height: 60vh;
  }
  
  
 .home{
   	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
 	padding: 20px;
 } 
 
 h2{
  	font-family: var(--fontw);
  	font-size: 30px;
  	text-align: center;
  	
  }
  
 .activ{
 	display: block;
 	color: white;
 	font-size: 18px;
 	font-family: var(--fontb);
 	background: #ec462d;
 	padding: 10px 15px;
 	border-radius: 6px;
 	margin: 10px 0;
 }
 
 .section-2{
 	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
 }
/* 
 .shape{
 	 padding: 45vh;
 	 z-index: 99;
 	 border-radius: 50%;
 	 background: #F1F1F1;
 	 position: relative;
 	 left: 300px;
 }
 
 */
 
 .about{
 	margin-bottom: 20px;
 }
 
 
 .line{
 	height: 3px;
 	width: 20%;
 	padding: 0 18vh;
 	background: #ec462d;
 	color: var(--col);
 }
 
 
 p{
 	white-space: pre-wrap;
 	width: 50%;
 	font-size: 18px;
 	color :black;
 	padding: 5px 15px;
 }
 
 .flex-box{
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 	margin: 20px 0;
 }
 
 .box{
 	background: var(--col);
 	padding: 30px;
 	margin: 20px;
 	width: 60%;
 	border-radius: 10px;
 }
 
 .box h2{
 	font-size: 20px;
 	font-family: var(--fontb);
 }
 
 .box p{
 	color: white;
 	width: 90%;
 }

 .section-3{
 	display: flex;
 	background: var(--col);
 	flex-direction: column;
 	align-items: left;
 	justify-content: center;
 	padding: 40px 20px;
 }
 
 .section-3 h2{
 	font-size: 25px;
 	text-align: left;
 	color: white;	
 }
 
 .section-3 p{
 	font-size: 16px;
 	color: white;
 	padding: 5px;
 	margin: 0;
 }
 
 p .activ{
 	display: inline-block;
 	background: white;
 	color: var(--col);
 }
 
 footer{
	width: 100%;
	padding: 20px;
	background: #F6F2F2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



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

 
 
 
 /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);*/
 
  
  @media (max-width: 950px){


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

#menu-list {
	display: none;
}

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

h2{
	font-size: 25px;
}

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

.menu a{
	color: white;
	font-size: 18px;
	font-family: var(--fontb);
}
 
 .logo{
 	  width: 135px;
 }
 
 
  p{
 	white-space: pre-wrap;
 	width: 90%;
 	font-size: 16px;
 	color :black;
 	
 }


  .flex-box{
 	display: flex;
 	flex-direction: column;
 	justify-content: space-around;
 	align-items: center;
 	padding: 20px ;
 	height: 20%;
 }
 
 .box{
 	background: var(--col);
 	padding: 30px;
 	margin: 20px;
 	width: 90%;
 	border-radius: 10px;
 }
 
 .box h2{
 	font-size: 20px;
 	font-family: var(--fontb);
 }
 
 .box p{
 	color: white;
 	width: 90%;
 }






  }
  