﻿
*{
  font-family: 'Montserrat', sans-serif;
}

    body {
      margin: 0;
      padding: 0;
      font-family: 'montserrat', sans-serif;
      box-sizing: border-box;
    }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {

h1 {
  font-size: 60px;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;

}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
}

ul1{
display: inline-block;
list-style: none;
/*h2 is 1.5 em*/
font-size: 24px;
text-align: right;
font-weight: 600;
line-height: 45px;
}

ul2{
display: inline-block;
list-style: none;
/*h2 is 1.5 em*/
font-size: 24px;
text-align: left;
line-height: 45px;
}

}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {

h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

h2 {
  font-size: 17px;
  font-weight: 400;
}

h3 {
  font-size: 17px;
  font-weight: 400;
}

h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
}

ul1{
display: inline-block;
list-style: none;
/*h2 is 1.5 em*/
font-size: 20px;
text-align: right;
font-weight: 600;
line-height: 35px;
}

ul2{
display: inline-block;
list-style: none;
/*h2 is 1.5 em*/
font-size: 20px;
text-align: left;
line-height: 35px;
}


}

.nav {
  background-color: #000000;
  width: 100vw;
  height: 120px;
  display: flex;
  justify-content: center;
}

.logo-container {
  height: 100%;
  width: 360px;
  XXbackground-color: #FF0000;
  vertical-align: middle;
}

.pav-logo-svg {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}

.sprider-logo-svg {
  height: 200px;
  background-repeat: no-repeat;
}

.logo-1 {
  float: left;
  width: 90px;
  margin-top: 20px;
  padding-left: 10px;
}

.logo-2 {
  float: right;
  width: 200px;
  margin-top: 30px;
  padding-right: 10px;
}

.header {
  width: 100vw;
  height: 60vh;
  background-image: url("../img/pav_surfacing_sprider_uk_system_machinery.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.Back-up_section1 {
  background-color: #000000;
  width: 100vw;
  display: block;
  overflow: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section1 {
  background-color: #000000;
  width: 100vw;
}

.section1-container1 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 800px;
  margin: auto;
}

.section1-container2 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 150px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 800px;
  margin: auto;
}

.section2 {
  background-color: #FFFFFF;
  width: 100vw;
  display: block;
  overflow: auto;
}

.section2-content {
  color: #000000;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 100px;
}

.footer {
  background-color: #000000;
  width: 100vw;
  color: #FFFFFF;
  text-align: center;
  display: block;
  overflow: auto;
  text-decoration: none;
}

.footer-link {
  color: #FFFFFF;
  transition: 0.2s;
  text-decoration: none;
}

.footer-link:hover {
  color: #FF6319;
  text-decoration: none;
}

.email-link {
  color: #000000;
  text-decoration: none;
}

.email-link:hover {
  color: #706f6f;
  text-decoration: none;
  transition: 0.2s;
}

.phone-link {
  color: #000000;
  text-decoration: none;
}

.phone-link:hover {
  color: #706f6f;
  text-decoration: none;
  transition: 0.2s;
}
