.left{
    text-align: left;
}

.center{
    text-align: center;
}

.toplink{
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 99;
}

#welcome{
background-color:white;
}

#repairs{
background-color:DarkCyan;
color:white
}

#servicing{
background-color:#2C2C2C;
    color: white;
}

#calibration{
background-color:orange;
}

#supplies{
background-color:LightBlue;
}

#smallprint{
background-color: grey;
    color:white;
}

.logo{
max-width:300px;
max-height:300px;
color: white;
font-family: Arial, sans-serif;
font-size:200px;
border:2px solid white;
text-align:center;
margin-bottom: 20px;
margin-left:auto;
margin-right:auto;
}

.sublogowhite{
width:100px;
height:100px;
margin-left:auto;
margin-right:auto;
color: white;
font-family: 'Open Sans', sans-serif;
font-size:14px;
position:relative;
border:2px solid white;
text-align:center;
margin-bottom:50px;
}

.sublogoblack{
width:100px;
height:100px;
margin-left:auto;
margin-right:auto;
color: black;
font-family: 'Open Sans', sans-serif;
font-size:14px;
position:relative;
border:2px solid black;
text-align:center;
margin-bottom:50px;
}


.sublogotext{
margin-top:40px;
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}

.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
    background-image:url('http://bigianwelding.co.uk/images/wallpaper.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    color: white;
    text-align: center;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 0 */
@media (min-width: 0px) {
    .navbar-link {
    font-size: 9px;
    }
}
    
    
/* Bigger than 550 */
@media (min-width: 550px) {
    .navbar-link {
    font-size: 10px;
    }
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    min-height: 350px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }

}


/* Bigger than 750 */
@media (min-width: 750px) {
    .navbar-link {
    font-size: 11px;
    }

  .hero {
    min-height: 350px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
    .navbar-link {
    font-size: 12px;
    }

  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
      height: 375px;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}