html, body {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 960px) {
.header {
  display:none;
}
}

@media only screen and (min-width: 960px) {
.header2 {
  display:none;
}
.header3 {display:none;
}
}

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 10px;
}
.container2 {
  margin: 0 auto;
  padding: 0 10px;
}
.nav2 ul {
  margin: 0;
  padding: 0;
  width: 100px;
  position: relative;
  right: 30px;
}
.nav2 li {
  text-align: center;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 37px 0;
  margin-right: 42px;
}
.jumbotron {
  background: url(../img/Jumbotron.jpg);
  background-size: cover;
  height: 1000px;
  min-width: 430px;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
}
.jumbotron2 {
  margin-top: 20px;
  background: url(../img/p8cropped.jpg);
  background-size: cover;
  height: 400px;
  min-width: 430px;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
}
.jumbotron3 {
  background: url(../img/marble.jpg);
  background-size: cover;
  min-height: 500px;
  padding-bottom: 50px;
  padding-left:20px;
  padding-right:20px;
  min-width: 430px;
  overflow:hidden;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
}
.jumbotron4 {
  min-height: 580px;
  min-width: 430px;
  margin-left: 10px;
  margin-right: 10px;
}
.jumbotron5 {
  background: url(../img/marble.jpg);
  background-size: cover;
  min-height: 450px;
  padding-bottom: 50px;
  padding-left:20px;
  padding-right:20px;
  min-width: 430px;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
}
.jumbotron6 {
  background: url(../img/marble.jpg);
  background-size: cover;
  min-height: 550px;
  padding-bottom: 50px;
  padding-left:20px;
  padding-right:20px;
  min-width: 430px;
  overflow:hidden;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
}
.header {
  background-color: #333;
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 60px;
}
.header2 {
  background-color: #333;
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 60px;
}
.header3 {
  background-color: #333;
  position: fixed;
  width: 220px;
  right: 0px;
  z-index: 1;
  height: 350px;
  top: 55px;
  display:none;
  margin: 0 0;
  padding: 0 0;
  border-radius: 6px;
}


#mobile_menu_button {
  position:absolute;
  top:20px;
  right:20px;
  width:20px;
}


.border{
  min-height: 440px;
  max-width: 1190px;
  background-color: white;
  position: relative;
  top: 20px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.servicessmall{
  min-height: 450px;
  max-width: 1200px;
  background-color: white;
  position: relative;
  top: 50px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.servicessmall2{
  min-height: 500px;
  max-width: 1230px;
  background: url(../img/marble.jpg);
  background-size: cover;
  background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
  background-repeat:no-repeat;
  position: relative;
  top: 50px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
.aboutus{
  min-height: 350px;
  max-width: 500px;
  background-color: white;
  position: relative;
  top: 50px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.contactus{
  min-height: 400px;
  max-width: 670px;
  background-color: white;
  position: relative;
  top: 50px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.nav {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
#divider {
  height:5px;
  width:100px;
  background-color: black;
  margin: 20px auto 20px;
  position: relative;
}
.nav li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
#contactdetails {
  float: left;
  max-height:230px;
  top:0px;
  left: 15px;
  padding:10px;
  background-color: white;
  text-align:left;
  font-size:15px;
  font-weight:500;
}
#contactusform {
  float:left;
  height: 230px;
  width: 360px;
  top:0px;
  right:15px;
  border-radius:10px;
  background-color: white;
  padding: 10px;
  margin-bottom: 40px;
}
input {
  width:250px;
}
textarea{
  height:100px;
  width:250px;
}
.main {
  position: relative;
  top: 180px;
  text-align: center;
}
.main h1 {
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.services {
  position: relative;
  top: 100px;
  text-align: center;
}
.services h1 {
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #333;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.3px;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-default {
  border: 1px solid #333;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1.3px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;  
  display: inline-block;
  margin-bottom: 20px;      
}

@media (min-width:720px) {
  .btn-default {
    padding: 15px 50px;
  }
}

.titlespace {
  height: 190px;
}
.supporting {
  padding-top: 80px;
  padding-bottom: 100px;
}
.supporting .col {
  float: left;
  width: 33%;
  min-width: 190px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.supporting img {
  height: 32px;
}

.supporting h2 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}

.supporting p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px;
  margin-bottom: 40px;
}
.clearfix {
  clear: both;
}
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  min-width: 430px
}

.footer p {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 600px) {
  .main h1 {
    font-size: 60px;
    padding: 0 40px;
    text-shadow: -0.1px 0 grey, 0 0.1px grey, 0.1px 0 grey, 0 -0.1px grey;
  }
  .main h2 {
    text-shadow: -0.081px 0 grey, 0 0.081px grey, 0.081px 0 grey, 0 -0.081px grey;
  }
  .supporting .col {
    width: 100%;
  }
}    
 #gallery {
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Raleway',sans-serif;
}