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

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

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

.topnav
{
    overflow: hidden;
    background-color: rgba(54, 69, 79, 0.4) ;
}

header 
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(images/image_by_giovanni_gargiulo.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/nastuh-abootalebi-unsplash.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

section
{
    padding: 80px 0;
}


/* This part formats the middle text on the home page*/
h1,h2,h3
{
    font-weight: 400;
    text-transform: uppercase;
}

h1
{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 200%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2
{
    text-align: center;
    word-spacing: 4px;
    font-size: 175%;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h2:after
{
    display: block;
    height: 2px;
    background: #005488;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

h3
{
    font-size: 120%;
    margin-bottom: 15px; 
}


/* This part holds the middle text on the home page*/
.hero-text-box
{
    position: absolute;
    width: 1140px;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

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

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

.logo-nav 
{
    display: none;
}

.main-nav
{
    float: right;
    list-style: none;
    margin-top: 45px;
}

.main-nav li
{
    display: inline-block;
    margin-left: 30px;
    
}

.main-nav li a:link, .main-nav li a:visited
{
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    
}

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

.mobile-nav-icon
{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon ion-icon
{
    font-size: 200%;
    color: #fff;
}

.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: rgba(0,84,136,0.98);
    z-index: 9999;
}

.sticky .main-nav
{
    float: right;
    list-style: none;
    margin-top: 18px;
}

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

.sticky .logo 
{
    display: none;
}

.sticky .logo-nav
{
    display: block;
}

.sticky .main-nav li a:link, 
.sticky .main-nav li a:visited
{
    color: #fff;
    padding: 15px 0;
}

/* This part holds formatting for the buttons on the home page*/


.btn:link, .btn:visited
{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: background-color 0.2s, border 0.2s , color 0.2s;
    transition: background-color 0.2s, border 0.2s , color 0.2s;
    
}

.btn:hover, .btn:active
{
    background-color: #005488;
}

.btn-full:link, .btn-full:visited
{
    background-color: #005488;
    border:2px solid #005488;
    color: #fff;
    margin-right: 15px;
   
}

.btn-ghost:link, .btn-ghost:visited
{
    border: 2px solid #005488;
    color: #fff;
}


.btn-full:hover, .btn-full:active
{
    background-color: #005488;
   
}

.btn-ghost:hover, .btn-ghost:active
{
    color: #fff;
}

.long-copy
{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box
{
    padding: 2%;
}

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

ion-icon {
  font-size: 64px;
    display: block;
    color:  #005488;
    margin-bottom: 10px;
}

.about_image img
{
    height: auto;
    width: 100%;
    margin: 0;
}

.section-splash
{
    margin: 0px;
    padding: 0px;
}

.section-services h3
{
    text-align: center;
    font-size: 105%;
    margin: 0 0;
}

.services_image img
{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 5% 1%;
}

footer
{
    background-color: #333;
    padding: 20px;
}

.footer-nav
{
    font-size: 80%;
    list-style: none;
    float: left;
}

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

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

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

.footer-nav li a:link,
.footer-nav li a:visited,
.social-icons li a:link,
.social-icons li a:visited 
{
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition:color 0.2s;
    transition:color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active
{
    color: #005488;
}



footer p
{
    color: #888;
    font-size: 70%;
    text-align: center;
    margin-top: 10px
}

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

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

textarea
{
    height: 100px;
}

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

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

ion-icon {
  font-size: 20px;
    display: block;
    margin-bottom: 5px;
}


.btn:link, .btn:visited, input[type=submit]
{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: background-color 0.2s, border 0.2s , color 0.2s;
    transition: background-color 0.2s, border 0.2s , color 0.2s;
    
}

.btn:hover, .btn:active, input[type=submit]:hover, input[type=submit]:active
{
    background-color: #005488;
}

.btn-full:link, .btn-full:visited, input[type=submit]
{
    background-color: #005488;
    border:2px solid #005488;
    color: #fff;
    margin-right: 15px;
   
}

.btn-ghost:link, .btn-ghost:visited
{
    border: 2px solid #005488;
    color: #fff;
}


.btn-full:hover, .btn-full:active
{
    background-color: #005488;
   
}

.btn-ghost:hover, .btn-ghost:active
{
    color: #fff;
}

.long-copy
{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box
{
    padding: 2%;
}


.js--about-animation{
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.js--about-animation.animated
{
    opacity: 1;
}


.js--services-animation{
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.js--services-animation.animated
{
    opacity: 1;
}

.form-messages
{
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #333; 
}

.success
{
    background-color: rgba(63, 222, 15, 0.75);
}

.error
{
    background-color: rgba(195, 11, 6, 0.74); 
}

.show-case
{
    list-style: none;
    width: 100%;

}

.show-case li
{
    display: block;
    float: left;
    width: 25%;
    
}

.work-photo
{
    width: 100%;
    margin: 0;
}

.work-photo img
{
    width: 100%;
    height: auto;
}

.bullets li
{
    margin-left: 5%;
    font-size: 90%;
}

.gallery
{
    margin: 1px;
}

.gallery img
{
    padding: 1px;
    filter:grayscale(100%);
    transition: 1s;
}

.gallery img:hover
{
    filter:grayscale(0);
    transform: scale(1.1);
}





















