@charset "UTF-8";
/* CSS Document */
html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    
}
header {
    padding: 1em;
    background-color: #FFFFFF;
}
body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: #FFFFFF;
}
.style-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
}
.style-nav ul {
    list-style-type: none;
}

.style-nav ul li a {
    text-decoration: none;
    color:#828080;
    text-align: center;
    display: block;
    padding: 8px;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear:both;
}

.prefooter {
    background-color:#B0E1F6;
    padding: 20px 30px;
}
.prefooter-address-text {
    color: #2F322A;
    margin-right: 90px;
    margin-bottom: 30px;
    float: left;
}
.prefooter-followus-text {
    float:left;
    color: #2F322A;
    margin-right: 150px;
    margin-top: 0px;
}
.prefooter-links-text {
    display: block;
    color: #2F322A;
}
a {
    text-decoration: none;
    color: #2F322A;
}
footer {
    padding: 20px 30px;
    background-color: #030F5C;
    text-align: center;
    color: #ffffff;
}
.style-nav ul {
    list-style-type: none;
    margin-top: 10px;
}

.style-nav ul li a {
    text-decoration: none;
    color: #2F322A;
    text-align: center;
    display: block;
    padding: 8px;
    padding-bottom: 0;
    text-transform: none;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear:both;
}
.footer-text {
    font-size: 13px;
}
.footer-text {
        margin-top: 30px;
    }
.footer-text-maker {
    font-size: 13px;
}
.style-nav-footer ul li{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.style-nav-footer ul {
    list-style-type: none;
}
.style-nav-footer ul li a {
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 8px;
    padding-bottom: 0;
    text-transform: none;
}
.Hero {
    background-image: url("stairs.jpg");
    background-size: cover;
    padding: 20px 20px 50px 20px;
    color: #FFFFFF;
    text-align: center;
}
.Hero2 {
    background-image: url("wall.jpg");
    background-size: cover;
    padding: 20px 20px 150px 20px;
    color: #FFFFFF;
    text-align: center;
}
.Hero3 {
    background-image: url("longwall.jpg");
    background-size: cover;
    padding: 20px 20px 150px 20px;
    color: #FFFFFF;
    text-align: center;
}
.Hero4 {
    background-image: url("butress.jpg");
    background-size: cover;
    padding: 20px 20px 150px 20px;
    color: #FFFFFF;
    text-align: center;
}
.col-about-text {
    text-align: center;
    padding-top: 30px;
}

h1 {
    font-size: 57px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 180px;
    
}
h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    
}
h4 {
    font-size: 57px;
    font-weight: 300;
    margin-bottom: 60px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}










/*tablet view*/
@media (min-width: 768px){
    
    /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

    
    .style-nav ul li {
        display: inline-block;
    }
    .style-nav ul {
        text-align: center;
    }
     .footer-text {
        margin-top: 30px;
    }
}

/*desktop view*/
@media (min-width : 1024px ){
    
    .style-logo {
        float: left;
    }
    .style-nav {
        float: right;
        margin-top: 150px;
    }
     .footer-text {
        float: left;
        margin-top: 50px;
    }
    .footer-text-maker {
        float: right;
        margin-top: 50px;
    }
}
