
/***************************************/
body
{
    font-family: sans-serif;
    text-align: center;
}
.container
{
  padding-top: 17%;
    height:70%;
    width: 50%;
    margin: 0 auto;
    border: 3px solid #b3c7e6;
    box-shadow: 0 5px 5px 5px;
    padding-bottom: 5%;
    margin-top: 2%; 
}
.test {
 height: 22%;
 width:10%;
 background-color:black;
 border-color: black;
}
#col-nav
{
   padding: 15px;
   word-spacing: 100px;
   text-align: center; 
}
#more {display: none;}
nav{
 position: absolute;
 width: 79%;
 background-color: black;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 padding: 1vw 10vw;

}

nav img{
 width: 150px;
 height: 120px;
 cursor: pointer;

}
nav .Navigation{
 display: flex;
 padding-left: 26%;
}

#menu-btn{
 width: 30px;
 height: 35px;
 display: none;
}

#menu-close{
 display: none;
}

nav .Navigation ul {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 
}

nav .Navigation ul li {
 list-style: none;
 margin-left: 30px;
 cursor: pointer;
 text-transform: uppercase;
 width: fit-content;
 padding: 0.1em;
 padding-bottom: -1em;
 margin: 0 1em;
 
}

nav .Navigation ul li a {
 text-decoration: none;
 color :white;
 font-size: 18px;
 font-weight: 500;
 transition: 0.3s ease;

}

nav .Navigation ul li a.active,
nav .Navigation ul li a:hover {
 color: #FDC93B;
}

.dropdown {
 opacity: 0;
 position: absolute;
 display: flex;
 flex-direction: column;
 margin: auto -60px;
 width: 20%;
 padding: 0.3em;
 padding-top: 0.5em;
 background-color: black;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 transform: translateY(-2em);
 z-index: -1;
 transition: all 0.3s ease 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

nav .Navigation ul li:focus .dropdown,
nav .Navigation ul li:focus-within .dropdown,
nav .Navigation ul li:hover .dropdown {
 visibility: visible;
 opacity: 1;
 z-index: 1;
 transform: translateY(0);
 transition-delay: 0s, 0s, 0.3s;

}

input[type=text] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    font-size: 18px;
  }
  
  input[type=button] {
    width: 90%;
    background-color:black;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    font-size: 18px;

  }
  input[type=password] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    font-size: 18px;
  }
  input[type=button]:hover {
    background-color:rgb(70, 71, 71);
  }
  label{
    font-size: 18px;
    padding-right: 70%;
  }
  p{
    font-size: 18px;
  }
  a{
    font-size: 18px; 
  }
  #cb{
      padding-left: 30px;
  }
  input[type=checkbox] {
    width: 15px;
    height:15px;
  }
#a  input[type=submit] {
    background-image: url('icons8-apple-logo-50.png');
    background-repeat: no-repeat;
  }
#g input[type=submit] {
    background-image: url('icons8-google-48.png');
    background-repeat: no-repeat;

  }
#f input[type=submit] {
    background-image: url('icons8-facebook-48.png');
    background-repeat: no-repeat;
  }
  #a input[type=submit]:hover {
    background-color:rgb(70, 71, 71);
  }
  #f  input[type=submit]:hover {
    background-color:rgb(70, 71, 71);
  }
#g input[type=submit]:hover {
    background-color:rgb(70, 71, 71);
  }
  input[type=submit] {
    width: 90%;
    background-color:black;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 3%;
    font-size: 18px;

  }
  footer {
    padding: 20px 5%;
    background-color:black;
    color:white;
    height: 350px;
    width: 90%;
    margin-top: 60px;
    font-family: sans-serif;
    text-align: start;
    font-size:medium;
    padding-bottom: 5%;
}
.fl a, .fl p{
    color: white !important;
    text-decoration: none;
    margin: 10px 0 !important;
    line-height: 2;
}
.row {
    display: block;
}
.row .col4 {
    width: 33.33%;
    margin: auto;
    float: left;
    text-align: left;
}
.w{
    color: white;
}
/******************************************************************************/
/*@media only screen and (max-width:600px) {
  
  .container{
      width:100%;
      height:60%;
  }
  footer{
    background-color: black;
    color: aliceblue;
    width: 600px;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .Navigation{
    font-size: 20px;
    background-color: black;
    width:600px;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 50px;
  
  }

}

