﻿/*==================================================
=            Bootstrap 3 Media Queries             =
=  http://cssmediaqueries.com/target/
=   iPhone 3G   320  480    1 (Pixel Ratio)
=   iPhone 4    320  480    2
=   iPhone 5    320  568    2
=   iPhone 6    375  667    2
=   iPhone 6+   414  736    3
=   iPad 1,2    768 1024    1
=   iPad Mini   768 1024    1
=   iPad 3,4    768 1024    2
==================================================*/
/*==========  Mobile First Method  ==========*/

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/*html {
    font-size: 16px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/standrew3.png) fixed;
    background-size: cover;
    overflow: hidden;
}*/

html, body {
    height: 100%;
}

/*body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: none;
    color: white;
    overflow-y: auto;
}*/

html {
    font-size: 16px;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 1500px;
    background-color: black !important;
    margin: 0 auto !important;
    float: none !important;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: url(../img/standrew3.png) fixed;
    background-size: cover;
    color: white;
    overflow-y: auto;  
    max-width: 1500px !important;
    margin: 0 auto !important;
    float: none !important;
}

.headline-h1 {
    font-size: 3vw;
    top: 30%;
}

footer {
    background-color: white;
    font-size: 80%;
    color: black;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    height: 50px;
    z-index: 10;
    max-width: 1500px;
}

.container {
    padding: 0;
    margin: 0;
}

header {
    background-color: #404040;
    height: 75px;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 10;
}

.compname {
    padding-top: 20px;
    padding-right: 20px;
    font-size: 150%;
    text-align: right;
}

.comptitle {
    font-size: 100%;
    font-family: 'Libre Baskerville', serif;
}

footer {
    background-color: white;
    font-size: 80%;
    color: black;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding-top: 10px;
    width: 100%;
    height: 50px;
    z-index: 10;
}

.content {
    z-index: 5;
}

/*.logo {
    padding-left: 20px;
}*/

.td-top {
    text-align: left;
    font-size: 125%;
    padding: 0;
}

.td-bottom {
    text-align: right;
    font-size: 125%;
    padding: 0;
}

.td-middle {
    font-size: 250%;
    padding: 0;
}

.menu {
    margin-top: 75px;
    color: black;
    font-size: 150%;
    text-align: center;
}

.menu-item {
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.7) 5px 5px;
    padding-top: 5px;
}

.form-label {
    display: block;
    text-align: justify;
}

.btn-warning {
    background-color: #f68c1f !important;
}

/* New Layout - no tabs - */

.services-menu {
    margin: 125px 0 0 50px;
}

.service-title h2 {
    margin-top: 0;
}

.service-title a {
    color: white;
    text-decoration: none;
    font-size: 90%;
}

.service-title a:hover {
    color: gray;
}

.service-title a:visited {
    color: white;
}

.active-section {
    margin: 100px 0 0 0;
}

.active-tab {
    background-color: rgba(64, 64, 64, 0.6);
    height: 325px;
    border-radius: 5px;
    padding: 40px 25px;
    font-size: 100%;
}

/* Login Styling */

@charset "utf-8";
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}

p {
  line-height: 1.5em;
}

after { clear: both; }

#login form {
  padding: 15px;
  width: 100%;
}

#login form span {
  background-color: #363b41;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #434a52;
  color: #606468;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 15%;
  height: 49px;
}

#login form input[type="text"] {
  background-color: #3b4148;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 85%;
  height: 50px;
}

#login form input[type="password"] {
  background-color: #3b4148;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 85%;
  height: 50px;
}

#login form input[type="submit"] {
  background: #a9a9a9;
  border: 0;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#login form input[type="submit"]:hover {
  background: #a9a9a9;
}

.logo2 {
    height: 75px;
}

.service-section-title h4{
    font-size: 24px;
}

.service-list h5{
    font-size: 18px;
}

.address-link {
    color: #95c22b;
    text-decoration: none;
}

.address-link:hover {
    color: gray !important;
    text-decoration: none;
}

.address-link:visited {
    color: #95c22b;
    text-decoration: none;
}

.address-link2 {
    color: white;
    text-decoration: none;
}

.address-link2:hover {
    color: gray !important;
    text-decoration: none;
}

.address-link2:visited {
    color: white;
    text-decoration: none;
}

.header {
    background-color: #404040;
    height: 100px;
    font-size: 150%;
    padding: 15px !important;
    font-family: 'Droid Serif', serif;
}


.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 25%;
    float: left;
}

.about-text {
    font-size: 100%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

    .header {
        padding: 10px !important;
        height: 125px;
        font-size: 100%;
    }

    .headline-h1 {
        font-size: 5.5vw;
        top: 25%;
    }

.about-text {
    font-size: 90%;
}

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

    .header {
        padding: 10px !important;
        height: 90px;
        font-size: 100%;
    }

    .headline-h1 {
        font-size: 4.5vw;
        top: 25%;
    }

    .about-text {
        font-size: 90%;
    }

    .service-section-title h4{
        font-size: 18px;
    }

    .service-list h5{
        font-size: 14px;
    }


}

@media only screen and (max-width: 320px) {

    .header {
        padding: 5px !important;
        height: 50px;
        font-size: 100%;
    }

    .service-section-title h4{
        font-size: 18px;
    }

    .service-list h5{
        font-size: 14px;
    }


    .headline-h1 {
        font-size: 5.5vw !important;
        top: 25%;
    }

    #login form input[type="text"] {
      background-color: #3b4148;
      border-radius: 0px 3px 3px 0px;
      color: #a9a9a9;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 75%;
      height: 50px;
    }

    #login form input[type="password"] {
      background-color: #3b4148;
      border-radius: 0px 3px 3px 0px;
      color: #a9a9a9;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 75%;
      height: 50px;
    }

    #login form input[type="submit"] {
      background: #a9a9a9;
      border: 0;
      width: 100%;
      height: 40px;
      border-radius: 3px;
      color: white;
      cursor: pointer;
      transition: background 0.3s ease-in-out;
    }

    #login form span {
      background-color: #363b41;
      border-radius: 3px 0px 0px 3px;
      border-right: 3px solid #434a52;
      color: #606468;
      display: block;
      float: left;
      line-height: 50px;
      text-align: center;
      width: 25%;
      height: 49px;
    }

    .about-text {
        font-size: 90%;
    }

}

/* Media Size CSS */

@media only screen and (max-width: 414px) {

    .service-section-title h4{
        font-size: 18px;
    }

    .service-list h5{
        font-size: 14px;
    }


    .header {
        padding: 5px !important;
        height: 50px;
        font-size: 100%;
    }


    .headline-h1 {
        font-size: 5.5vw !important;
        top: 25%;
    }


    html {
        font-size: 16px;
        top: 0;
        height: 100%;
        width: 100%;
        background: url(../img/standrew4.png) fixed;
        background-size: cover;
        overflow: hidden;
    }

    .logo2 {
        height: 50px;
    }

    .content {
        z-index: 5;
        overflow-y: auto;
        bottom: -20px;
    }

   .compname {
        margin-top: 5px;
    }

   .comptitle {
       font-size: 60%;
   }

   .compname {
        padding-top: 5px;
        padding-right: 5px;
        text-align: right;
    }

   .services-menu {
        margin: 0;
        margin-left: 20px;
    }

   .service-title h2 {
       font-size: 160%;
   }

   .compname table {
       margin: 0 auto;
   }

    footer {
        height: 30px !important;
        background-color: white;
        font-size: 60%;
        color: black;
        text-align: center;
        height: 55px;
        bottom: 0;
        position: fixed;
        padding-top: 10px;
        width: 100%;
    }

   .active-section {
        margin-top: 0;
    }

    .active-tab {
        background-color: rgba(64, 64, 64, 0.7);
        height: 325px;
        border-radius: 5px;
        padding: 25px;
        font-size: 85%;
    }

    #login form input[type="text"] {
      background-color: #3b4148;
      border-radius: 0px 3px 3px 0px;
      color: #a9a9a9;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 75%;
      height: 50px;
    }

    #login form input[type="password"] {
      background-color: #3b4148;
      border-radius: 0px 3px 3px 0px;
      color: #a9a9a9;
      margin-bottom: 1em;
      padding: 0 16px;
      width: 75%;
      height: 50px;
    }

    #login form input[type="submit"] {
      background: #a9a9a9;
      border: 0;
      width: 100%;
      height: 40px;
      border-radius: 3px;
      color: white;
      cursor: pointer;
      transition: background 0.3s ease-in-out;
    }

    #login form span {
      background-color: #363b41;
      border-radius: 3px 0px 0px 3px;
      border-right: 3px solid #434a52;
      color: #606468;
      display: block;
      float: left;
      line-height: 50px;
      text-align: center;
      width: 25%;
      height: 49px;
    }

    .about-text {
        font-size: 90%;
    }
}