@media screen and (max-width: 600px) {
  .topnav a:not(:first-child, :nth-child(2)) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}




@media screen and (min-width: 601px) {
 .nav-link{
  font-size: 20px;
  }
 
  .parallax_home{ 
    height: 85%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
  }

}
@media screen and (max-width: 600px) {
 .parallax_home{
    height: 40%;
    width: auto;
/*    padding: 0px;
    margin: 0px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
  }
  p{
  text-align: left;
  margin: 0%;
  padding: 4% 2%;
  position: relative;
  box-sizing: border-box;
  }
  .container{
  text-align: left;
  margin: 0%;
  padding: 0% 0%;
  position: relative;
  box-sizing: border-box;
  }
  .col-sm-7{
  /*  padding-left: 1px;
    padding-right: 1px;*/
padding: 0px 4px;
  }
  .col-md-8{
 /*   padding-left: 1px;
    padding-right: 1px;
*/
padding: 0px 4px;
  }
  .back{
  text-align: right;
  margin-top: 10px;
  margin-bottom: 4%;
  margin-right:7%;
  color:#E65500;
  opacity: 90%;

  }
}


