body{
    font: 15px/1.5 Arial, Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4ff;
  }
  
  /* Global */
  .container{
    width:80%;
    margin:auto;
    overflow:hidden;
  }
  
  ul{
    margin:0;
    padding:0;
  }
  
  .button_1{
    height:38px;
    background:#FCD116;
    border:0;
    padding-left: 20px;
    padding-right:20px;
    color: black;
  }
  
  .dark{
    padding:15px;
    background:#35424a;
    color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
  }
  
  /* Header **/
  header{
    background-color: #FCD116;
    color:#ffffff;
    padding-top:30px;
    min-height:70px;
    border-bottom:#e8491d 3px solid;
  }

  header a{
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    font-size:16px;
  }
  
  header li{
    float: none;;
    display:inline;
    padding: 0 20px 0 20px;
  }
  
  header #branding{
    float:left;
  }
  
  header #branding h1{
    margin:0;
    text-shadow: 2px 2px 5px grey;
  }
  
  header nav{
    float:right;
    margin-top:10px;
  }
  
  header .highlight, header .current a{
    color:#e8491d;
    font-weight:bold;
  }
  
  header a:hover{
    color:#cccccc;
    font-weight:bold;
  }
  
  /* Showcase */
  #showcase{
    min-height:400px;
    background:url(./img/library-books_en1y9f.jpeg) no-repeat 0 -400px;
    background-size: cover;
    background-color: gray;
    background-blend-mode: screen;
    text-align:center;
    color: white;
  }
  
  #showcase h3{
    margin-top: 100px;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left;
 }

  #showcase h1{
      margin-top: 0px;
      font-size: 50px;
      margin-bottom: 20px;
      text-align: left;
  }
  
  #showcase p{
    font-size:20px;
    text-align: left;
    margin-top: auto;
    color: orangered;
  }
  
  /* Newsletter */
  #newsletter{
    padding:15px;
    color: black;
    background: #35424a;
  }
  
  #newsletter form {
      margin-top: 15px;
  }
  
  #newsletter input[type="email"]{
    padding:4px;
    height:25px;
    width:250px;
  }
  
  /* Boxes */
  #boxes{
    margin-top:20px;
  }
  
  #boxes .box{
    float:left;
    text-align: center;
    width:30%;
    margin: 5px;
    padding:10px;
  }

  .box h3 {
    color: black;
  }

  .page-title {
    color: black;
  }
  
  aside#sidebar {
    float: right;
  width:30%;
  margin-top:10px;
}

article#main-col{
  float:left;
  width:65%;
}
 
.abc h1 {
  color: black;
}

  footer{
    padding:20px;
    margin-top:20px;
    color: black;
    background-color: #FCD116;
    text-align: center;
  }

   body {
     margin: 0;
     padding: 0;
     background-color: white;
     font-size: 16px;
     color: #777;
     font-family: sans-serif;
     font-weight: 300;
   }
   
   #login-box {
     position: relative;
     margin: 5% auto;
     height: 400px;
     width: 600px;
     background: #fff;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
   }
  
   .left-box {
     position: absolute;
     top: 0;
     left: 0;
     box-sizing: border-box;
     padding: 40px;
     width: 300px;
     height: 400px;
   }

   h1 {
     margin: 0, 0, 20px, o;
     font-weight: 300;
     font-size: 25px;
   }

   input[type="text"], input[type="password"] {
     display: block;
     box-sizing: border-box;
     margin-bottom: 20px;
     padding: 4px;
     width: 220px;
     height: 32px;
     border: none;
     outline: none;
     border-bottom: 1px solid #aaa;
     font-family: sans-serif;
     font-weight: 400;
     font-size: 15px;
     transition: 0.2s ease;
   }

   input[type="submit"] {
     margin-bottom: 28px;
     width: 120px;
     height: 32px;
     background: #f44336;
     border: none;
     border-radius: 2px;
     color: #fff;
     font-family: sans-serif;
     font-weight: 500;
     text-transform: uppercase;
     transition: 0.2s ease;
     cursor: pointer;
   }

   input[type="submit"]:hover, input[type="submit"]:focus {
     background: #ff5722;
     transition: 0.2s ease;
   }

   .right-box {
     position: absolute;
     top: 0;
     right: 0;
     box-sizing: border-box;
     padding: 40px;
     width: 300px;
     height: 400px;
     background-image: url(./img/download\ \(3\).jpeg);
     background-size: cover;
     background-position: center;
   }

   .or {
     position: absolute;
     top: 180px;
     left: 280px;
     width: 40px;
     height: 40px;
     background: #efefef;
     border-radius: 50%;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
     line-height: 40px;
     text-align: center;
   }

   .right-box .signinwith {
     display: block;
     margin-bottom: 40px;
     font-size: 28px;
     color: #fff;
     text-align: center;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
   }

   button.social {
     margin-bottom: 20px;
     width: 220px;
     height: 36px;
     border: none;
     border-radius: 2px;
     color: #fff;
     font-family: sans-serif;
     font-weight: 500;
     transition: 0.2s ease;
     cursor: pointer;
   }

   .facebook {
     background: #32508e;
   }

   .twitter {
     background: #55acee;
   }

   .google {
     background: #dd4b39;
   }

  /* Media Queries */
  @media(max-width: 768px){
    header #branding,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar{
      float:none;
      text-align:center;
      width:100%;
    }

    .social-menu ul {
      position: absolute;
      top: 60%;
      right: -2%;
      padding: 0;
      margin: 0;
      transform: translate(-50%, -50%);
      display: block;
    }
    
    .social-menu ul li {
      list-style: none;
      margin: 0 15px;
    }
    
    .social-menu ul li .fa {
      font-size: 30px;
      line-height: 60px;
      transition: .6s;
      color: #000;
    }
    
    .social-menu ul li .fa:hover {
      color: #fff;
    }
    
    .social-menu ul li a {
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #fff;
      text-align: center;
      transition: .6s;
      box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    }
    
    .social-menu ul li a:hover {
      transform: translate(0, -10px);
    }
  
    .social-menu ul li:nth-child(1) a:hover {
      background-color: #3b5999;
    }
    
    .social-menu ul li:nth-child(2) a:hover {
      background-color: #e4405f;
    }
    
    .social-menu ul li:nth-child(3) a:hover {
      background-color: #55acee;
    }
    
    .social-menu ul li:nth-child(4) a:hover {
      background-color: #0077B5;
    }
  }