@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/*-----------------------global----------------*/
body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  background: #eee;
  height: auto;
  overflow-x: hidden;
}
.container{
    max-width: 991px;
    margin: auto;
    /*height: 50px;*/
    overflow: hidden;
    box-shadow: 30px 0 40px rgba(0, 0, 0, 0.1), -30px 0 40px rgba(0, 0, 0, 0.2);
    /*border: 1px dashed blue;*/    
}
a{
    text-decoration: none;
}
a:hover{
    background-color: rgb(197, 197, 197);
    transition: 1000ms ease;
}
ul{
    margin: 0;
    padding: 0;
    display: flex;
}
ul li{
    list-style: none;
}
img{
    display: block;
    padding-bottom: 2px;
    width: 100%;
}
h1{
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: capitalize;
    margin: 0;
}
h2{
    font-weight: 500;
    font-size: 1.2rem;
    /*border: 1px solid red;  */
    text-transform: capitalize;
    margin: 0;
    text-align: center;
  }
p{
    line-height: 1.5;
}
/*------------------id: phone-menu--------------------*/
header{
    height: 6vh;
}
#phone-menu{
    /*Position, top: keep the whole phone-menu section stay fixed to the top as the page scrolled*/
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#eee;
    max-width: 991px;
    text-align: center; 
    z-index: 1;
    border-bottom: 5px solid red;
    height: calc(6vh+5px);
}
#phone{
    /*background-color: yellow;*/
    /*height: 50px;*/
    height: 6vh;
    max-height: 50px;
    /*line-height: 50px;*/
    line-height: 6vh;
    font-size: 2rem;
    float: left;
    font-weight: 900;
    font-style: italic;
    /*padding-left: 20px;*/
}
#phone a{
    color: red;
    padding: 0 1rem;
    border-radius: 50px;
    /*border: 1px solid black;*/
    /*height: 6vh;*/
}

#english-french{
    float: left;
    padding-left: 0;
}
nav{
    float: right;
    /*border: 1px solid black;*/
    position: relative;
    z-index: 9999;
}
#menu-items li a, #english-french h1 a{
    /*height: 50px;*/
    height: 6vh;
    max-height: 50px;
    /*line-height: 50px;*/
    line-height: 6vh;
    font-weight: bold;
    padding: 0 15px;
    color: #333;
    display: block;
}
#menu-toggle{
    color: rgb(75, 74, 74);
    float: right;
    line-height: 6vh;
    cursor: pointer;
    display: none; 
    padding-right: 20px;
    
}
/*----------beginning id: Landing Page ---------*/
#landing{
    background: black;
}
#landing-text{
    display: flex;
    flex: 0 1 40vw;
    height: 37vh;
    /*border: 1px solid pink;*/
    justify-content: center; /*centered everything in the center of this div*/
    align-items: center;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
#landing-text h1{    
    color: rgb(230, 228, 228);   
}

.btn{
    padding: 0.5rem 2rem;
    border: 1px #ccc solid;
    display: inline-block;
    margin: 1.2rem 0 0;
    border-radius: 50px;
    text-decoration: none;
    color: whitesmoke;
    transition: background 500ms ease;
}
  
.btn:hover{
    background: grey;
}
#landing-image{
    background: url("../images/Huge Dent On Roof.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 56vh;
    flex: 0 1 60vw;
    margin: 0;
}
/*----------------id: our-work-----------*/
#images{
    background: #333;
}
#images p{
    padding: 0 20px;
    color: #eee;
}
.our-work{
    padding: 0.8rem;
    text-align: center;
    /*background: #333;*/
    color: #fff;
}
.h2style{
    border-left: dotted 1px #fff;
    border-right: dotted 1px #fff;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
}
.caption{
    /*margin: 0;
    padding: 0;*/
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.our-work a{
    color: rgb(255, 73, 73);    
    border-bottom: 1px dotted red;
}
.our-work a:hover{
    background: none;
}
/*---------------------------id: dent-tec-is----------------------------------------*/
#dent-tec-is p{
    margin:0;
    padding: 2rem 2rem 0 2rem;
    font-weight: 200;
    font-size: 1.2rem;
}
/*---------------------------Footer----------------------------------------*/
h4{
    /*border: 1px solid red;*/
    margin: 10px;
    font-size: 1.4rem;   
    text-align: center;
    text-decoration: underline;
    color: rgb(73, 73, 73);
}
.get-in-touch{
    top: 0;
    padding:0;
    /*border: 3px solid orange;*/    
}
.get-in-touch h3{
    padding-top:7px;
    padding-bottom:7px;
    background-color: #acacac;
}
#call-email{
    /*border: 1px solid green;*/
    margin: 0;
    padding-top:0;
    font-size: 1.1rem;
    text-align: center;   
}
#call-email p, #follow-us p{
    /*border: 1px dashed black;*/
    margin: 5px;
}
#follow-us{
    /*border: 1px solid red;*/
    margin: 0;
    padding-top:0;
    text-align: center;  
    font-size: 1.1rem;  
}
#follow-us ul{
    /*border: 1px solid blue;*/
    margin: 0;
    justify-content: center;
}
#follow-us ul li a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 2.5rem;
}
/*----------------------------------id: main-footer---------------------------------*/
#main-footer{
    background-color: rgb(214, 29, 29);
    /*border: 1px solid green;*/
    height: 20px;
    color: whitesmoke;
    font-size: 1rem;
    text-align: center;

    /*padding-top: 14px;*/
}
/*==================================================================================*/
/*===============================ABOUT page=========================================*/
.general-logo{
    margin: 0;
    padding: 0 40px 10px 40px;
    background-color: black;
    color: rgb(223, 221, 221);
}
.slogan{
    margin:auto;
    padding-top: .5rem;
}
h3{
    font-weight: bold;
    font-size: 1.2rem;
    /*border: 1px solid red;  */
    text-transform: capitalize;
    margin:0;
    text-align: center;
}
.text-about p{
    /*border: 1px solid red;*/
    width: 80%;
    margin: auto;
    padding: 20px;
}
/*==================================================================================*/
/*===============================BEFOREAFTER page=========================================*/


/*==================================================================================*/
/*===============================CLIENTS page=========================================*/

.picture-grid {
    margin-top: 0;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    justify-items: center;
    grid-gap: 15px;
}
  
.grid-box img {
    width: 100%;
    border: 1px solid black;
    display: block;
}

.caption p{
    background-color: #676868;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
/*==================================================================================*/
/*===============================CONTACT page=========================================*/
.google-maps {
    position: relative;
    padding-bottom: 50%; /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*==================================================================================*/
/*===============================WRITE_REVIEW page=========================================*/
.alert{
    /*border: 1px solid blue;*/
    margin:auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: red;
    color: white;
}
* {
  box-sizing: border-box;
}

input[type=text], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

textarea{
    color: black;
    font-weight: bold;
    font-size: 1rem;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin: auto;
  width: 90%;
  /*border: 1px solid grey;*/
  justify-content: center;
  text-align: center;
}
.btn2{
    padding: 0.2rem 2rem;
    border: 1px #ccc solid;
    display: inline-block;
    top: 0;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    color: red;
    transition: background 500ms ease;
}
  
.btn3 a{
    padding: 0.2rem 2rem;
    margin: 10px 0;
    border: 1px #ccc solid;
    display: inline-block;
    color: red;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    transition: background 500ms ease;
}
.btn3 {
    justify-content: center;
    text-align: center;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  margin-left: 15px;
  text-align: left;
}

.col-75 {
  float: left;
  width: 65%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*==================================================================================*/
/*===============================READ_REVIEW page=========================================*/

.each-comment{
    /*float:left;*/
    padding: 0 20px;
    /*border: 1px solid blue;*/
    text-align: left;
}
.posted-by{
    font-style: italic;
    opacity: 0.5;
    font-size: 0.9rem;
}
.form-container hr{
    opacity: 0.5;
}
.btn4 a{
    padding: 0.2rem 0.8rem;
    margin: 3px 0;
    border: 1px #ccc solid;
    display: inline-block;
    color: rgb(245, 45, 45);
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8rem;
    transition: background 500ms ease;
}
.btn4 {
    justify-content: center;
    text-align: center;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* Change the menu display if screen size is smaller than 768px - about medium tablet */
@media (max-width: 768px){
    #menu-toggle{
        display: block;
    }
    header nav{
      position: absolute;
      width: 30%;
      /*height: 100%;*/
      background: #676868;
      top: 6vh;
      left: 100%;
      transition: 0.5s;
    }
     header nav.active{
      left: 70%;
      overflow: hidden;
    }
    header nav ul{
      display: block;
      text-align: center;      
    }
    header nav ul li a{
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);      
    }
}
@media (min-width: 500px){
    #landing {
      display: flex;
      height: 100%;
    }
    #landing-text{
      height: 94vh;
    }
    #landing-image{
      height: 94vh;
    }
    .btn4 a{
    padding: 0.2rem 1.2rem;
    font-size: 1rem;
        
    }
  }
  
  @media(min-width: 700px){
    .btn{
      padding: 1rem 3rem;
    }
  }
/* adjust get-in-touch section */
@media (min-width: 768px){
    #call-email{
        width:45%;
        float: left;
        padding-bottom:10px;
        text-align: right;
    }
    #follow-us{
        width:45%;
        float: right;
        padding-bottom: 10px;
        text-align: left;
    }
    #follow-us ul{
        justify-content: left;
    }
}