body{
  margin-top:70px;
  font-size:16px;
  background: url('http://www.thestudioreport.com/images/TSR_front_page.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-family: Arial;
  color: white;
  left: 0;
  margin: 0;
  /*overflow: hidden;
  position: relative;*/
}

h1,h2,h3,h4,h5,h6{
  font-family:Poppins;
}

p{
  font-family:Roboto;
}

.navbar-default{
  background:#fff;
  opacity:0.8;
  border:0;
  font-family:Poppins;
}

.navbar-brand{
  font-size:20px;
  color:#000 !important;
  font-weight:bold;
}

#showcase-btn{
  opacity:0.5;
}

#showcase h1{
  font-size:50px;
  margin-bottom:20px;
}

#showcase img{
  width:90%;
  margin-left:60px;
}

#showcase .showcase-right{
  margin-top:200px;
}

#testimonial{
  background:#f1f1f1;
  padding: 50px 0 30px 0;
  text-align:center;
  margin-top:40px;
}

#testimonial p{
  font-size:32px;
  font-family: 'Josefin Sans';
  color:#000;
}

#testimonial p.customer{
  font-size:20px;
  color:#666;
}

#info1 .info-right{
  margin-top:90px;
}

#info2{
  margin:20px 0 60px 0;
}

#contact{
  background:url(../img/image3.png);
  padding:40px;
  color:#fff;
  border-top:#333 7px solid;
  border-bottom:#333 7px solid;
}

footer{
  padding:30px;
}

/*@media(max-width:586){
background-attachment:scroll;
}*/

@media screen and (max-width:959){
    #content2{
        width:100%;
        position:relative;
        top:260px;
        background:#FFFFFF;
        color:#63686b;
        height:600px;
        margin:0px auto;
        left:0;
        padding:0;
    }
    .container2{
       height:600px;
       padding:0;
       width:90%;
       position:relative;
       display:block;
       text-align:left;
       margin:0px auto;
       color=#63686b;
    }
}
@media screen and (max-width:640px){
    body{
  margin-top:70px;
  font-size:16px;
  width: 100%
  height: 500px;
  background: url('http://www.thestudioreport.com/images/TSR_front_page.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-family: Arial;
  color: white;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
   }
    #content2{
        width:100%;
        position:relative;
        top:260px;
        background:#FFFFFF;
        color:#63686b;
        height:100px;
        margin:0;
        left:0;
        padding:0;
    }
    .container2{
       height:100px;
       padding:0;
       width:100%;
       position:relative;
       display:block;
       text-align:left;
       margin:0px auto;
       color=#63686b;
    }
}
@media screen and (max-width:320px){
    body{
  margin-top:70px;
  font-size:16px;
  background: url('http://www.thestudioreport.com/images/TSR_front_page.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-family: Arial;
  color: white;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
     }
    #content2{
        width:100%;
        position:relative;
        top:0px;
        background:#FFFFFF;
        color:#63686b;
        height:50px;
        margin:0px auto;
        left:0;
        padding:0;
    }
    .container2{
       width:100%;
       height:50px;
       padding:0;
       top:0;
       position:relative;
       display:block;
       text-align:left;
       margin:0px auto;
       color=#63686b;
    }
    section{
       font-size:12px;
    }
}

