*{
    margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-decoration:none;
}

body{
    width:100%;
    min-height:100vh;
	background:no-repeat;
	background-size:cover;
	background-position:center;
	display:grid;
	place-items:center;
}



header{
    position:fixed;
	top:0;
	left:0;
	right:0;
	background:#F5F1F0;
	box-shadow:0 5px 10px rgba(0,0,0,.1);
	padding:25px 8%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1000;
}

header .logo{
    font-weight:bolder;
	font-size:25px;
	color:#333;
	
}
.logo img{
    height:130px;
	width:250px;
	border-radius:85px;
}

header .navbar ul{
    list-style:none;
}

header .navbar ul li{
    position:relative;
	float:left;
}

header .navbar ul li a{
    font-size:17.8px;
	padding:15px;
	color:##F5F1F0;
	display:block;
	font-weight: 700;
}

header .navbar ul li a:hover{
    background:#;
	color:#2B074D;
}

header .navbar ul li ul{
    position:absolute;
	left:0;
	width:200px;
	background:#fff;
	display:none;
}

header .navbar ul li ul li{
    width:100%;
	border-top:1px solid rgba(0,0,0,.1);
}

header .navbar ul li ul li ul{
    left:200px;
	top:0;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display:initial;
}

#menu-bar{
    display:none;
}

header label{
    font-size:20px;
	color:#333;
	cursor:pointer;
	display:none;
}



@media(max-width:991px){
    
	header{
	    padding:20px;
	}
	
	header label{
	    display:initial;
	}
	
	header .navbar{
	    position:absolute;
		top:100%;
		left:0;
		right:0;
		background:#fff;
		border-top:1px solid rgba(0,0,0,.1);
		display:none;
	}
	
	header .navbar ul li{
	    width:100%;
	}
	
	header .navbar ul li ul{
	    position:relative;
		width:100%;
	}
	
	header .navbar ul li ul li{
	    background:#eee;
	}
	
	header .navbar ul li ul li ul{
	    width:100%;
		left:0;
	}
	
	#menu-bar:checked ~ .navbar{
	    display:initial;
	}
}






@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
		html {
        scroll-behavior: smooth;
        }
		
		body{
		margin:0;
		font-family: 'Source Sans Pro', sans-serif;
		}
		
		.title{
		font-size:2em;
		color:#8e0e91;
		display:block;
		}
		
		.sub-title{
		font-size:0.8em;
		color:gray;
		display:block;
		}
		
		.btn1{
		padding:10px 20px;
		background:transparent;
		border:1px solid #8e0e91;
		color:#8e0e91;
		border-radius:3px;
		outline:none;
		transition:0.5s;
		}
		
		.btn1:hover{
		background:#8e0e91;
		color:#fff;
		}
		
		.btn2{
		padding:10px 20px;
		border-radius:3px;
		background:#8e0e91;
		border:1px solid #8e0e91;
		color:#fff;
		outline:none;
		transition:0.5s;
		}
		
		.btn2:hover{
		background:transparent;
		color:#8e0e91;
		}
		
		.title:before{
		content:" ";
		font-family:"FontAwesome";
		font-size:30px;
		}
		
		a{
		text-decoration:none;
		}
		
		.section2{
		width:90%;
		margin:0% 0%;
		margin-left:auto;
		margin-right:auto;
		}
		
		.section3{
		width:90%;
		margin:5% 0%;
		margin-left:auto;
		margin-right:auto;
		}
		
		.section2 table,.section3 table{
		width:100%;
		}
		
		.section2 table td,.section3 table td{
		width:50%;
		}
		
		.section2 table td img,.section3 table td img{
		width:80%;
		height:70%;
		margin-left:auto;
		margin-right:auto;
		box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
		}
		
		.section3 table td img{
		float:right;
		}
		
		
		@media (max-width:720px){
		.section2 table td, .section3 table td{
		width:100%;
		display:block;
		}
		.section3 table td img{
		float:none;
		margin-top:4%;
		}
		.section2 table td img,.section3 table td img{
		width:100%;
		height:60%;
		}
		}

@media (max-width:300px){
  .section2,.section3{
    font-size:12px;
  }
  .section3 table td img{
		float:none;
		margin-top:8%;
		}
  .btn1,.btn2{
    padding:5px 10px;
  }
}



/* Generic styling */
* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding-left: 0;
}
footer {
  background-color: #845AA2 ;
  color: #bbb;
  line-height: 1.5;
  width:100%;
}
footer a {
  text-decoration: none;
  color: #eee;
}
a:hover {
  text-decoration: underline;
}
.ft-title {
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
}
/* Sticks footer to bottom */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.container {
  flex: 1;
}
/* Footer main */
.ft-main {
  padding: 1.25rem 1.875rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 29.8125rem /* 477px */) {
  .ft-main {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
  .ft-main {
    justify-content: space-evenly;
  }
}
.ft-main-item {
  padding: 1.25rem;
  min-width: 12.5rem;
}

/* Footer main | Newsletter form */
form {
  display: flex;
  flex-wrap: wrap;
}
input[type="email"] {
  border: 0;
  padding: 0.625rem;
  margin-top: 0.3125rem;
}
input[type="submit"] {
  background-color: #00d188;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.3125rem;
}
/* Footer social */
.ft-social {
  padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
  display: flex;
  justify-content: center;
  border-top: 1px #777 solid;
  padding-top: 1.25rem;
}
.ft-social-list li {
  margin: 0.5rem;
  font-size: 1.25rem;
}
.ft-social .ft-social-list li a:hover{
	color:#8e0e91; 
	
}


/* Footer legal */
.ft-legal {
  padding: 0.9375rem 1.875rem;
  background-color: #333;
}
.ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ft-legal-list li {
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;
}
