/* ------------------------------------------ */
/* Basic Setup */
/* ------------------------------------------ */

/* Color scheme:
/* Orange: #e67e22
*/

/* Color Scheme for Flange Picture:

Light Steel Blue: #B7C5DC

Light Steel Blue2: #CBDCDE

Dark SLATE Grey: #414A4B

Light Slate Grey: #A3AFB4

Light Steel Blue3: #E5E7E8 */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: ',';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ------------------------------------------ */
/* Resusable components */
/* ------------------------------------------ */


.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}

/* --- Headings --- */

h1, h2, h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #414A4B;
    font-size: 400%;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: bold;
}
#subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    color: #414A4B;
    font-size: 250%;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: 300;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
    
}


h2:after {
    display: block;
    height: 2px;
    background-color: #414A4B;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px
}


/* Paragraphs */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.box p {
    font-size: 90%;
    text-align: justify;
    line-height: 145%;
}

/* --- ICONS --- */

.icon-big {
    font-size: 350%;
    display: block;
    color: #414A4B;
    margin-bottom: 10px;
    text-align: center;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 120%;
    color: #e67e22;
    line-height: 120%;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

/* ---- generic links ---- */

a:link,
a:active {
    color: #414A4B;
    font-weight: 300
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #A3AFB4;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;
    border-bottom: 1px solid transparent;
}


/* ------------------------------------------ */
/* Header */
/* ------------------------------------------ */


header {
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(/resources/img/000431.jpg); */
    background-image: linear-gradient(rgb(183, 197, 220, 0.6), rgb(229, 231, 232, 0.6)), url(/resources/img/000431.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}

.logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

/* main navigation bar */
.main-nav {
    font-weight: 300;
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    font-weight: 300;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding-bottom: 5px;
    color: #414A4B;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s; 
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #414A4B;
}

/*sticky navigratin bar */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav { margin-top: 18px; }

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
    font-weight: 300;
}

.sticky .logo { display: none;}
.sticky .logo-black { display: block;}

/* --- Features ---- */
.section-features .long-copy {
    margin-bottom: 35px;
}







/* ---- Contact form ----- */

/* .contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text], input[type=email], select, textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 10px 10px 0;
}

*:focus {
    outline: none;
} */


/* ---- Footer ----- */

footer {
    background-color: #414A4B;
    padding: 40px;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link, 
.social-links li a:visited {
    padding-bottom: 5px;
    color: #6d6d6d;
    text-decoration: none;
    font-size: 0.9em;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:active {
    border-bottom: 2px solid #e67e22;
    color: #e3e3e3;
}

.social-icon {
    font-size: 100%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
  
.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #fff;
    text-align: center;
    font-size: 80%;
    margin-top: 20px;
}