/* Page settings */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #f4f1ee;
    color: #1a191c;
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
    font-size: 20px;
    overflow-x: hidden;
}

/* Header */

h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 240%;
    word-spacing: 5px;
    letter-spacing: 2px;
}

h2 {
    text-align: center;
    font-size: 160%;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 5px;
    text-transform: uppercase;
    color: #555;
    margin: 0;
    padding-top: 40px;
}

h3 {
    color: #555;
}

h2:after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    content: "";
    margin: 30px auto;
}

h4 {
    text-align: center;
    font-size: 100%;
    font-weight: 200;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    color: #555;
    margin: 0;
    padding-top: 10px;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../img/scs_rent.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}

.box {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
  
.box10px {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Logo */

.logo {
    float: left;
    width: auto;
    height: 40px;
    margin-top: 5px;
    margin-left: 20px;
}

/* Sticky Navigation Bar */

.mobile-nav-icon {
    float: right;
    /*margin-top: 30px;*/
    cursor: pointer;
    display: none;
    margin: 4% 2%;
}

.mobile-nav-icon i {
    font-size: 300%;
    color: #fff;

}

.sticky {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(16, 51, 74, 0.9);
    box-shadow: 0 1px 5px lightskyblue;
    border-radius: 25px;
}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 50px;
}

.main-nav li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main-nav li a:link,
.main-nav li a:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid;
}

/* header-text-box */

.header-text-box {
    position: absolute;
    width: 1140px;
    top: 80%;
    left: 40%;
    transform: translate(-50%, -60%);
}

/* header-button */

.btn {
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 200px;
    text-decoration: none;
}

.btn-show {
    color: white;
    background-color: lightseagreen;
    transition: background-color 0.5s, border 0.5s, color 0.5s;
}

.btn-show:hover {
    color: black;
    background-color: white;
}

/* Services section */

.section-services {
    /*background-image: linear-gradient(to right, rgba(36, 135, 201, 0.1), rgba(36, 135, 201, 0.7));*/
    /*background-image: linear-gradient(to bottom, rgba(36, 135, 201, 0), rgba(36, 135, 201, 0.3));*/
    /*background-color: #eaeaff;*/
    background-color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.services-description {
    line-height: 195%;
    width: 70%;
    margin-left: 15%;
    font-size: 120%;
    color: #2c3e50;
}

.services-options {
    line-height: 50%;
    width: 70%;
    margin-left: 15%;
    font-size: 100%;
    color: #2c3e50;
}

.naval-projects {
    opacity: 0.9;
    height: 500px;
    width: 700px;
}

.software-projects {
    opacity: 0.9;
    height: 500px;
    width: 700px;
}

.btn-naval {
    background-color: lightseagreen;
    color: white;
    transition: background-color 0.5s, color 0.5s;
}

.btn-naval:hover {
    color: black;
    background-color: white;
}

.btn-software {
    background-color: lightseagreen;
    color: white;
    transition: background-color 0.5s, color 0.5s;
}

.btn-software:hover {
    color: black;
    background-color: white;
}

/* Naval section */
.section-naval-projects {
    padding: 0;
    /*background-image: linear-gradient(to right top, rgba(36, 135, 201, 0), rgba(36, 135, 201, 0.9));*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../img/scs_rent.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-naval-projects h3, p {
    color: white;
}

.section-naval-projects h3 {
    letter-spacing: 3px;
    word-spacing: 4px;
}

.section-naval-projects p {
    letter-spacing: 5px;
    word-spacing: 6px;
}

.section-naval-projects h2 {
    color: white;
}

.naval-projects-showcase {
    list-style: none;
    width: 100%;
}

.naval-projects-showcase li {
    display: block;
    width: 25%;
    float: left;
}

.project-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.project-photo img {
    opacity: 0.9;
    width: 100%;
    height: auto;
    transform: scale(1.2);
    transition: transform 0.5s, opacity 0.5s;
}

.project-photo img:hover {
    opacity: 1;
    transform: scale(1.02);
}

.project-description {
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
    word-spacing: 3px;
    letter-spacing: 1px;
}

/* Software section */
.section-software-projects {
    padding: 0;
    /*background-image: linear-gradient(to right bottom, rgba(36, 135, 201, 0), rgba(36, 135, 201, 0.9));*/
    /*background-image: linear-gradient(rgba(0, 0, 47, 0.3), rgba(0, 0, 47, 0.9));*/
    background-color: #eaeaff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.software-projects-showcase {
    list-style: none;
    width: 100%;
}

.software-projects-showcase li {
    display: block;
    width: 25%;
    float: left;
}

.section-software-projects p, h3 {
    color: #2c3e50;
}

/* Partners section */

.section-partners {
    padding: 0;
    background-color: #eaeaff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.partners-showcase {
    list-style: none;
    width: 100%;
}

.partners-showcase li {
    display: block;
    width: 100%;
    float: left;
}

.partners-photo {
    width: auto;
    height: auto;
}

.partners-logo {
    display: block;
    margin: 0 auto;
    transition: transform 0.5s;
}

.partners-logo:hover {
    transform: scale(1.3);
}

/* Location section */

.section-location {
    padding: 0;
    background-color: #eaeaff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-location p {
    color: #2c3e50;
}

.location-photo {
    filter: blur(0.5px);
    border-radius: 25%;
}

.box.js--wp-26 h3 {
    text-transform: uppercase;
    /*letter-spacing: 2px;
    word-spacing: 3px;*/
    line-height: 45px;
}

/* Footer sections */

.social-links {
    list-style: none;
    float: right;
}

.footer-paragraph {
    color: white;
}

footer {
    background-color: #34495e;
}

.box.js--wp-26 h3 {
    letter-spacing: 1px;
}

/* animations */

.js--wp-1 {
    opacity: 0;
}

.js--wp-1.animated {
    opacity: 1;
}

.js--wp-2 {
    opacity: 0;
}

.js--wp-2.animated {
    opacity: 1;
}

.js--wp-3 {
    opacity: 0;
}

.js--wp-3.animated {
    opacity: 1;
}

.js--wp-4 {
    opacity: 0;
}

.js--wp-4.animated {
    opacity: 1;
}

.js--wp-5 {
    opacity: 0;
}

.js--wp-5.animated {
    opacity: 1;
}

.js--wp-6 {
    opacity: 0;
}

.js--wp-6.animated {
    opacity: 1;
}

.js--wp-7 {
    opacity: 0;
}

.js--wp-7.animated {
    opacity: 1;
}

.js--wp-8 {
    opacity: 0;
}

.js--wp-8.animated {
    opacity: 1;
}

.js--wp-9 {
    opacity: 0;
}

.js--wp-9.animated {
    opacity: 1;
}

.js--wp-10 {
    opacity: 0;
}

.js--wp-10.animated {
    opacity: 1;
}

.js--wp-11 {
    opacity: 0;
}

.js--wp-11.animated {
    opacity: 1;
}

.js--wp-12 {
    opacity: 0;
}

.js--wp-12.animated {
    opacity: 1;
}

.js--wp-13 {
    opacity: 0;
}

.js--wp-13.animated {
    opacity: 1;
}

.js--wp-14 {
    opacity: 0;
}

.js--wp-14.animated {
    opacity: 1;
}

.js--wp-15 {
    opacity: 0;
}

.js--wp-15.animated {
    opacity: 1;
}

.js--wp-16 {
    opacity: 0;
}

.js--wp-16.animated {
    opacity: 1;
}

.js--wp-17 {
    opacity: 0;
}

.js--wp-17.animated {
    opacity: 1;
}

.js--wp-18 {
    opacity: 0;
}

.js--wp-18.animated {
    opacity: 1;
}

.js--wp-19 {
    opacity: 0;
}

.js--wp-19.animated {
    opacity: 1;
}

.js--wp-20 {
    opacity: 0;
}

.js--wp-20.animated {
    opacity: 1;
}

.js--wp-21 {
    opacity: 0;
}

.js--wp-21.animated {
    opacity: 1;
}

.js--wp-22 {
    opacity: 0;
}

.js--wp-22.animated {
    opacity: 1;
}

.js--wp-23 {
    opacity: 0;
}

.js--wp-23.animated {
    opacity: 1;
}

.js--wp-24 {
    opacity: 0;
}

.js--wp-24.animated {
    opacity: 1;
}

/*--------------------------- toast from top -----------------------*/
#snackbar {
	visibility: hidden;
	min-width: 200px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	top: 30px;
	font-size: 14px;
 }

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


