@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
/* line 19, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.02);
  font-family: 'Oswald', sans-serif;
  padding-top: 82px; }

@media (min-width: 1200px) {
  /* line 29, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  body {
    font-size: 20px; } }

@media (max-width: 991px) {
  /* line 33, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  body {
    text-align: center; } }

/* line 35, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.border {
  border: solid red 2px; }

/* line 38, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.container {
  max-width: 1400px;
  width: 100%;
  background-color: white;
  padding: 5%;
  padding-bottom: 0;
  position: relative; }

/* line 46, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
img {
  margin: 0 auto; }

/* line 49, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.img-circle {
  padding: 4%; }

/* line 52, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.darken {
  padding: 3%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-top: #ffe404 solid 3px;
  border-bottom: #ffe404 solid 3px; }

/* line 59, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
a {
  color: black;
  border-bottom: solid 1px #ffe404;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer; }

/* line 66, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
a:hover {
  color: black;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* line 71, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.btn {
  background-color: #ffe404;
  color: rgba(0, 0, 0, 0.8);
  border: solid black 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* line 77, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.btn:hover, .btn:focus {
  background-color: black;
  color: #ffe404;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 991px) {
  /* line 84, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  .btn {
    width: 80%;
    display: block;
    margin: auto;
    max-width: 400px; } }

/* line 91, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
h1 {
  font-size: 250%; }

/* line 93, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
h2 {
  font-size: 200%; }

/* line 95, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
h3 {
  font-size: 150%; }

/* line 97, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
h4 {
  font-size: 110%; }

/* line 132, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar {
  margin-bottom: 0;
  border-bottom-width: 2px; }

/* line 136, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default {
  background-color: white;
  border-color: #ffe404; }

/* line 149, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-nav li a {
  color: black;
  font-weight: 200;
  font-size: 150%;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

/* line 156, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a .active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: solid 1px #ffe404; }

/* line 165, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active a:hover {
  background-color: purple;
  color: green; }

/* line 171, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-brand {
  padding: 1%;
  border-bottom: 0; }

/* line 177, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
nav .container {
  padding: 20px; }

/* line 180, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-brand img {
  height: 180%;
  margin-top: -20px;
  width: auto; }

@media (max-width: 1023px) {
  /* line 188, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  .navbar-brand img {
    margin-top: -4px;
    height: 130%; }
  /* line 192, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  nav .container {
    padding: 15px; } }

@media (min-width: 1024px) and (max-width: 1599px) {
  /* line 198, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  .navbar-brand img {
    margin-top: -8px;
    height: 145%; }
  /* line 202, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  nav container {
    padding: 15px; } }

/* line 206, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffe404; }

/* line 208, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-toggle {
  background-color: black;
  color: #c7ab58;
  border: solid black 1px; }

/* line 213, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
.navbar-default .navbar-toggle:focus {
  background-color: white;
  border: solid 1px #6699cc; }

@media (max-width: 1599px) {
  /* line 220, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #main-logo {
    padding: 5%; } }

@media (max-width: 1920px) and (min-width: 1600px) {
  /* line 224, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #main-logo {
    padding: 5%; } }

/* line 231, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
header {
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/home/cranes-header-4-edited.jpg);
  background-size: cover;
  background-position: right center; }
  /* line 254, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  header .padding {
    padding: 10%; }
  /* line 257, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  header h1, header p {
    color: white;
    text-align: center; }
  /* line 261, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  header h1 .sub {
    font-size: 70%;
    font-weight: 200; }
  @media (max-width: 374px) {
    /* line 265, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    header h1 {
      font-size: 220%; } }

@media (max-aspect-ratio: 1 / 1) {
  /* line 269, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  header {
    min-height: 500px;
    background-image: url(../img/home/cranes-portrait.jpg); } }

/* line 277, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#four-services {
  background-color: transparent;
  padding: 2% 2% 2% 2%;
  margin: 2px;
  border-top: solid #ffe404 2px;
  border-bottom: solid #ffe404 2px; }
  @media (max-width: 991px) {
    /* line 285, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    #four-services .col-sm-6 {
      padding-bottom: 20%; } }

/* line 289, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#pdfs .wrapper {
  padding: 5%; }
  /* line 292, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #pdfs .wrapper img {
    border: solid rgba(0, 0, 0, 0.6) 1px;
    border-radius: 10px;
    padding: 15%; }
  /* line 296, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #pdfs .wrapper img:hover {
    border-color: #ffe404;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 0px 37px 2px #ffe605;
    -moz-box-shadow: 0px 0px 37px 2px #ffe605;
    box-shadow: 0px 0px 37px 2px #ffe605; }

/* line 300, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#pdfs a {
  font-weight: 500;
  text-decoration: underline; }

/* line 303, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#pdfs p {
  text-align: center; }

/* line 306, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#top-products {
  text-align: center; }
  /* line 309, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #top-products .card {
    padding-bottom: 20px; }

/* line 317, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#contact input,
#contact textarea {
  width: 100%;
  padding: 10px;
  color: black; }

/* line 323, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#contact button {
  display: block;
  margin: auto;
  padding: 2% 6% 2% 6%; }

/* line 329, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#contact p {
  text-align: center; }

/* line 332, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#contact #email-column {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 10%; }

/* line 339, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
footer {
  background: #000000;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.92));
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.92));
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    /* line 347, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    footer .col-md-3 {
      padding-bottom: 15%; }
    /* line 349, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    footer .col-md-4 {
      padding-bottom: 15%; } }
  /* line 351, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  footer img {
    max-height: 150px; }
  /* line 354, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  footer a {
    color: white; }
  /* line 357, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  footer a:hover {
    color: #ffe404; }
  /* line 360, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  footer .container-fluid {
    background: transparent;
    padding-top: 1%;
    padding-bottom: 2%;
    max-width: 1600px; }
  /* line 366, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  footer h2, footer h3, footer h4, footer p {
    color: white;
    text-align: center; }
  @media (min-width: 1200px) {
    /* line 371, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    footer #ireland-map {
      max-width: 200px; } }

/* line 374, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
#copyright {
  background-color: #ffe404;
  text-align: center; }
  /* line 378, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
  #copyright a {
    color: black;
    font-weight: 400;
    border-bottom: solid 1px black; }
  @media (min-width: 768px) {
    /* line 383, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    #copyright .left {
      text-align: right; }
    /* line 385, G:/Google Drive/WebDesign/builders-cranes/css/test.sass */
    #copyright .right {
      text-align: left; } }

/*# sourceMappingURL=test.css.map */