@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body{
  font-family: Georgia;
  background-image: url("https://content.codecademy.com/courses/learn-css-selectors-visual-rules/hypnotize_bg.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.projects-container{
   background: black;
}

.projects-container .projects .heading{
         color: white;
         text-align: center;
}



.projects-container .projects .box-container .image{
  height: 50%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
        
}

.projects-container .projects .box-container .image img{
  height: 100%;
  width: 100%;
        
}



.slider{
  width: 370px;
  height: 350px;
  background: url("https://cdn.britannica.com/03/69903-004-319E7D3D/Togo-map.jpg") ;
  margin: 100px auto;
  animation: slide 20s infinite;
}

@keyframes slide{
  15%{
    background: url("https://voyagerautrement.org/wp/wp-content/uploads/2012/05/carte-afrique1.jpg") ;
  }
  25%{
    background: url("https://cdn.britannica.com/03/69903-004-319E7D3D/Togo-map.jpg") ;
  }
  40%{
    background: url("https://www.holidayscalendar.com/wp-content/uploads/2022/02/Independence-Day-in-Togo-750x375.jpg") ;
  }
  55%{
    background: url("https://www.state.gov/wp-content/uploads/2019/08/Togo-e1555938592309-2500x1406-1-2048x620.jpg") ;
  }
  65%{
    background: url("https://www.state.gov/wp-content/uploads/2023/07/shutterstock_1293925708v2-768x511.jpg") ;
  }
  75%{
    background: url("https://upload.wikimedia.org/wikipedia/commons/0/09/AGBBA.jpg") ;
  }
  85%{
    background: url("https://www.musicinafrica.net/sites/default/files/styles/article_slider_large/public/images/article/201610/dansetraditionnelletogo.jpeg?itok=ToVn6HrD") ;
  }
  100%{
    background: url("https://0901.static.prezi.com/preview/v2/wuuhndihslamiwd6643ftgxmlx6jc3sachvcdoaizecfr3dnitcq_3_0.png") ;
  }
}

body a:hover{
  color: transparent;
  background: transparent;
}

body .navigation1:hover{
  color: transparent;
  background-image: url("https://i.ytimg.com/vi/Uw7HKuEfO7s/sddefault.jpg");
}

.container {
  border: 10px solid white;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
}

.container p {
  text-align: center;
}

.container input {
  border-bottom: 10px solid seagreen;
  border-top: 1px solid seagreen;
  border-left: 1px solid seagreen;
  border-right: 1px solid seagreen;
  letter-spacing: 1px;
  font-size: 15px;
  /*outline: none;*/
  color: black;
}


* {
  font-family: Helvetica, 'Times New Roman', Times, serif, sans-serif;
  background-color: antiquewhite;
}


h1 {
  color: yellow;
  background-color: seagreen;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h2{
  font-size: 32px;
  font-weight: bold;
  color: yellow;
  background-color: seagreen;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
}

p, 
li {
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
}

a {
  color: seagreen;
  font-weight: bold;
}

.cancelbtn,
.signinbtn,
.signupbtn {
  color: black;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  opacity: 1;
}

.cancelbtn:hover {
  color: white;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  opacity: 1;
  background-color: hsl(325, 50%, 50%);
  cursor: pointer;
}

.signinbtn:hover,
.signupbtn:hover {
  color: white;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  opacity: 1;
  background-color: hsla(115, 71%, 14%, 0.6);
  cursor: pointer;
}


.navigation a:hover{
  cursor: pointer;
  color: white;
   background-color: red;
}

.navigation {
  border: 10px solid white;
  border-radius: 25px;
  padding: 10px;
}

.navigation1 {
  border: 10px solid white;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-image: url("https://i.ytimg.com/vi/Uw7HKuEfO7s/sddefault.jpg");
  background-size: cover;
}

.navigation1 a {
  text-align: center;
  color: aliceblue;
  font-weight: bold;
  font-size: 32px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-image: url("https://cdn.britannica.com/74/5074-050-4BE7B9CB/Flag-Togo.jpg"); 
}


.share {
  border: 1px solid LightGrey;
  padding: 40px 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.share a {
  background-image: url("https://cdn.britannica.com/74/5074-050-4BE7B9CB/Flag-Togo.jpg"); 
  border: 1px solid red;
  border-radius: 3px;
  color: white;
  display: inline-block;
  margin: 10px;
  padding: 14px;
  text-decoration: none;
}

.share:hover a {
  cursor:pointer;
  color: white;
  background-color: green;
  
}

.navigation2 {
  border: 10px solid white;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-image: url("https://i.ytimg.com/vi/Uw7HKuEfO7s/sddefault.jpg");
  background-size: cover;
}

.navigation2 a {
  text-align: center;
  color: aliceblue;
  font-weight: bold;
  font-size: 32px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-image: url("https://cdn.britannica.com/74/5074-050-4BE7B9CB/Flag-Togo.jpg"); 
}

.navigation2:hover a {
  cursor:pointer;
  color: white;
  background-color: green;
  
}

.navigation3 {
  border: 10px solid white;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-size: cover;
  background-image: url("https://imag.malavida.com/qa/qa-facebook-1113.jpg");
 
}

.navigation3 a {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: green;
}

.navigation3 a:hover {
  cursor: pointer;
  color: white;
  background-color:red;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

.carte {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320;
  height: 240;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#MemberBalance {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
}

#MemberBalance:hover {
  cursor: pointer;
  color: white;
  background-color: red;
}

#Events {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
}

#Events:hover {
  cursor: pointer;
  color: white;
  background-color: red;
}

#Ourconstitution {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
}

#Ourconstitution:hover a {
  cursor:pointer;
  color: white;
  background-color: red;
  
}

#Ammendements {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 32px;
}

#Ammendements:hover a {
  cursor:pointer;
  color: white;
  background-color: red;
  
}

#MemberBalance:hover a {
  cursor:pointer;
  color: white;
  background-color: red;
  
}

#Events:hover a {
  cursor:pointer;
  color: white;
  background-color: red;
  
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Adding a hover effect */
.fa:hover {
  opacity: 0.7;
  color: #430297;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* YouTube */
.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

/* Footer Navigation */

nav {
  margin-top: 30px;
}

 nav ul {
  display: block;
}

 nav li {
  display: inline;
  margin: 0 20px 0 0;
  color: seagreen;
}

nav a {
  line-height: 60px;
  border: 10px solid GhostWhite;
  padding: 7px;
  border-radius: 4px;
  color: seagreen;
  text-decoration: none;
}

.contact-btn {
  cursor: pointer;
  margin: 20px 30px;
  text-align: center;
  font-weight: bold;
}

.contact-btn a:active {
  position: relative;
  bottom: 2px;
  font-weight: bold;
}

.contact-btn:hover a {
  cursor:pointer;
  color: white;
  background-color: red;
  
}

.page-title {
  text-align: center;
  margin: auto;
  line-height: 2em;
}

@media only screen and (max-width: 480px) {
   /* ruleset for <= 480px */
  .page-title h1 {
    width: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-title, 
  .page-description {
    float: left;
    width: 20em;
  }
}