/*style for all*/
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
/*end of style for all*/

/*style for body*/
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  height: 100%;
}
/*end of style for body*/

/*style for section-main*/
.bg-img {
  /* The image used */
  background-image: url("images/tlo.jpg");
  min-height: 650px;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
  border-radius: 5px;
}
/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: 20px;
  width: auto;
}
/* The navbar */
.topnav {
  overflow: hidden;
  background-color: transparent;
}
/* Navbar links */
.topnav a {
  float: left;
  background-color: #333;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: 1.5s;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav img{
  height: 140px;
  width: 130px;
}
/*style for reviews*/
#reviews {
  padding: 20px 30px;
  margin: 10px;
  border: 10px double #f2f2f2;
  border-radius: 5px;
  box-shadow: 20px 20px 50px 10px #ddddddd7 inset;
}
#reviews li{
  font-style: italic;
}
.fa-user{
  color: black;
}
/*end of style for reviews*/

/*style for section-contact*/  
#section-contact {
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-style: solid;
  border: 10px double #ddddddd7 ;
  border-radius: 5px;
  box-shadow: 20px 20px 50px 10px #fff inset;
}
.section-contact-div-facebook{
  float: left;
  width: 33%;
}
.section-contact-div-facebook a{
  font-size: 18px;
}
.section-contact-div-facebook a:after{
  content: '';
  width: 0%;
  height: 2px;
  background: blue;
  display: block;
  margin: auto;
  transition: 1s;
}
.section-contact-div-facebook a:hover::after{
  width: 23%;
}
.section-contact-div-phone{
  float: center;
  width: 33%;
  transition: 1s;
}
.section-contact-div-phone a{
  font-size: 18px;
}
.section-contact-div-phone a:after{
  content: '';
  width: 0%;
  height: 2px;
  background: blue;
  display: block;
  margin: auto;
  transition: 1s;
}
.section-contact-div-phone a:hover::after{
  width: 23%;
}
.section-contact-div-envelop{
  float: right;
  width: 33%;
  transition: 1s;
}
.section-contact-div-envelop a{
  font-size: 18px;
}
.section-contact-div-envelop a:after{
  content: '';
  width: 0%;
  height: 2px;
  background: blue;
  display: block;
  margin: auto;
  transition: 1s;
}
.section-contact-div-envelop a:hover::after{
  width: 35%;
}
.fa-facebook {
  color: #005eff;
}
.fa-envelope {
  color: black;
}
@media(max-width: 700px){
  .section-contact-div-envelop{
    width: 33%;
  }
  .section-contact-div-envelop a{
    font-size: 12px;
  }
  .section-contact-div-envelop h1{
    font-size: 17px;
  }
  .section-contact-div-facebook{
    width: 33%;
  }
  .section-contact-div-facebook a{
    font-size: 13px;
  }
  .section-contact-div-facebook h1{
    font-size: 17px;
  }
  .section-contact-div-phone{
    width: 33%;
    padding-right: 12px;
    padding-top: 12px;
    padding-left: 12px;
  }
  .section-contact-div-phone a{
    font-size: 13px;
  }
  .section-contact-div-phone h1{
    font-size: 17px;
  }
  .section-contact-div-contact{
    text-align: center;
  }
  .section-contact-div-facebook a:hover::after{
    width: 90%;
  }
  .section-contact-div-phone a:hover::after{
    width: 90%;
  }
  .section-contact-div-envelop a:hover::after{
    width: 130px;
  }
}
/*end of style for section-contact*/    

/*style for aboutUs*/
#section-aboutUs{
  background-color: white;
  text-align: center;
  margin: 10px;
  padding: 10px;
  border: 10px double #f2f2f2;
  border-radius: 5px;
  box-shadow: 20px 20px 50px 10px #ddddddd7 inset;
}
#section-aboutUs p{
  font-size: 20px;
  font-style: oblique;
}
.p-inside{
  color: blue;
}
/*end of style for aboutUs*/

/*style for portfolio*/
#section-portfolio{
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  text-align: center;
  border: 10px double #ddddddd7 ;
  border-radius: 5px;
  box-shadow: 20px 20px 50px 10px #fff inset;
}
.fa-arrow-turn-down{
  color: #333333;
}
.column {
  float: left;
  width: 33.33%;
  display: none; 
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.content {
  padding-top: 10px;
  text-align: center;
  position: relative;
  margin-left: 8px;
}
.show {
  display: block;
} 
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: 1s;
}
.btn:hover {
  background-color: #666;
  color: #fff;
}
.responsive {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.responsive:hover {
  box-shadow:  0 0 20px 0px rgb(0, 0, 0);
}
@media(max-width: 700px){
  .btn{
    font-size: 20px;
  }
}
/*end of style for portfolio*/

/*style for footer*/
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}
/*end of style for footer*/