div, a, button, h1, h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #5f5b5b;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

a {
    text-decoration: none;
}

a.button:hover {
    background: White;
    color: black;
}

html, body {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #cbcbb4;
}

.header {
    height: 800px;
    overflow: hidden;
}

.header-small {
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.header img {
    width: 100%;
}

.headerText-container hr {
    width: 100%;
    background: White;
}

.headerText-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#headerText-container-small {
    top: 25%;
}

.headerText {
    font-size: 100px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: black 0 0 10px;
}

#headerText-small {
    font-size: 70px;
}

#headerText-subtitle {
    font-size: 50px;
}

.header {
    position: relative;
}

.menuBar {
    position: absolute;
    top: 5px;
    padding: 20px;
    width: 100%;
}

.menuBar a {
    float:left;
    margin: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-shadow: black 0 0 10px;
}

.menuBar img {
    float: left;
    width: 100px;
    height: 100px;
}

.menuBar .phone {
    float:right;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-shadow: black 0 0 10px;
    margin-right:10px;
    transform:translateX(-40%);
}


.menuBar .button {
    float: right;
    transform: translateX(-40%);
}

.phone img {
    height: 38px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: 23px;
}

.button {
    background-color: Orange;
    /*border: 1px solid #f0f0f5;*/
    padding: 10px;
    margin: 5px;
    color: white;
    font-size: 18px;
}

.mainText {
    padding: 5px;
    margin: 5px;
}

.heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin: 10px;
}

.heading img {
    vertical-align:middle;
    height: 48px;
}


.services {
    text-align: center;
    background-color: #ededab;
    padding: 15px;
    margin-top: 10px;
}

.products {
    text-align: center;
    background-color: #ededab;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.projects {
    background-color: Orange;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.projects p {
    color: black;
}

.card {
    padding: 5px;
    margin: 3px;
    width: 350px;
    vertical-align: top;
    display: inline-block;
}

.card img {
    width: 300px;
    height: 200px;
    border: 4px solid orange;
    box-shadow: 5px 10px 18px #888888
}

.projects img {
    max-width: 400px;
    height: auto;
    display: block;
    float: left;
}

.products img {
    border: 4px solid orange;
}

.learnMore {
    border: 1px solid #ff0000;
    text-align: center;
    padding: 6px;
    margin: 3px;
    display: inline-block;
}

h3 {
    font-family: Tahoma, Geneva, sans-serif;
    color: DarkRed;
    font-size: 20px;
    /*font-weight: bold;*/
    text-align: center;
    margin: 2px;
}

.projects h3 {
    text-align:left;   
}

.footer {
    color: white;
    padding: 8px;
}

.footer img {
    width: 250px;
    height: 250px;
    float: left;
}

.quote {
    margin: auto;
    background-color: #737873;
    font-size: 20px;
    color: white;
    font-weight: bold;
    width: 60%;
    padding: 20px;
    text-align: center;
}

.navArrowLeft {
    display: none;
    position: absolute;
    left: 5px;
    top: 40%;
}

.navArrowRight {
    display: none;
    position: absolute;
    right: 5px;
    top: 40%;
}

#photo-gallery {
    background-color: #ededab;
    margin: auto;
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery img {
    max-width:200px;
    height: auto;
    margin-bottom: 20px;
    
}

.gallery-large {
    margin: 0 auto;
    margin-bottom: 20px;
}

.gallery-large > div {
    text-align:center;
    font-style: italic;
}

.gallery-large img {
    max-width: 700px;
    height: auto;
    border: 4px solid orange;
    margin: 10px 150px 10px 150px;
    box-shadow: 5px 10px 18px #888888
}

.content {
    text-align: center;
    margin: 10px;
}

.navArrowLeft:hover, .navArrowRight:hover {
    cursor: pointer;
}

.slick-slide:focus { outline: none; }

.dropdown-content {
    display: none;
}

.dropdown-link {
    display: block;
    padding: 5px;
    
}

.dropdown:hover .dropdown-content {
    /*display: block;*/
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
