
body{
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
.topbar{
  background-color: brown;
  
  height: 100px;
  position: fixed;
  top: 0px;
  width: 100%;
  margin-left: -10px;
}
.text{
  margin-top: 40px;
  float: left;
  margin-left: 650px;
  color: white;
  text-align: center;
  
  font-size: 35px;
}

/* its parts of bottom par and socia media links css */
  .btnnav {
    overflow: hidden;
    background-color: rgb(17, 1, 1);
    width: 100%;
  }
  
  .icons{
    float: left;
    margin-left: 200px;
  }
  
  .btnnav h1 {
    color: #ddd;
    text-align: center;
  }
  .copy footer{
    color: #ddd;
    overflow: hidden;
    text-align: center;
    bottom: 0;
    background-color: rgb(17, 1, 1);
  }
  
  /* icons color */
  .social a {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .social a:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-youtube {
    background: #f80404;
    color: white;}
    
  .fa-instagram {
    background: #991010;
    color: white;}

    .social a {
      padding: 20px;
      font-size: 30px;
      width: 30px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
    }
    .social{
      height: 100px;
      background-color:  rgb(17, 1, 1);
      text-align: center;
    }
  /* Style the links inside the navigation bar */
  .topnav {
    background-color: #333;
    overflow: hidden;
    margin-top:60px;
    position:fixed;
    width: 100%;
    margin-left: -10px;
}
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 17px;
  }
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
    
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
    
  }
  /* it is full baody setup and editbal css */
  div.polaroid {
    width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin-left: 150px;
    margin-top: 20px;
  }
  
 
  .container{
  
    width: 1200px;
    height: 300px;
    margin: 100px auto;
  }
  .box{
   
    width: calc(400px - 30px);
    height: calc(350px - 30px);

    float: left;
    
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .box p{
    text-align: justify;
    font-weight: 900;
    color: rgb(3, 3, 3);
    font-size: 50px;
    text-transform: uppercase;
    transition: transform .2s;

    
  }
  .box:hover {
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02); 
    
    
  }

  button{
    background-color:#0acbfc;
    color: black;
    cursor: pointer;
    border: none;
    margin-right: 30px;
    font-size: 30px;
    text-transform: uppercase;
    height: 112px;
    width: 100%;
  
   
    
  }
  .button:hover{
    background-color:#8505ee;
    color: white;
  }
  
 

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block; 
  }
}
 /* it is full baody setup and editbal css upper */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .topnav.responsive {
    position:fixed;
  }
  .topnav.responsive a.icon {
    position:fixed;
    right: 0;
    top: 80px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  
  .btnnav h1 {
    font-size: 12px;
    color: #ddd;
    text-align: center;
  }
  .copy footer{
    font-size: 100%;
  }


  .container{
   margin-top:200px;
  }
  .box{
    width:auto;
    height:auto;
    
  }
  .topbar{
    width: 100%;
   
  }
  .text{
    width: 100%;
  }
 
}
@media screen and (max-width: 1200px) {
    .container{
        width: 100%;
        height: 100px;     
    }
   
    .topbar{
      width:100%;
    }
    .text{
      margin-left:auto;
    }
}

