/**
	Theme Name: Spypath
	Theme URI:
	Author: Geekboots
	Author URI: https://geekboots.net/
	Description:
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #F1F2F2;
}

.wrapper {
  width: 98%;
  max-width: 960px;
  margin: 0 auto;
}

.clear { clear: both; }

.rightMost { margin-left: auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-color: #FFF;
}

header div.wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

header a#skypath {
  background-image: url('assets/images/Skypath.jpg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 200px;
  height: 60px;
}

header a#menuBtn {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('assets/images/menu.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

header nav div.menu-header-menu-container ul li {
  display: inline-block;
  margin-left: 40px;
}

header nav div.menu-header-menu-container ul li a {
  color: #C1C5D0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: double 5px transparent;
  transition: 0.2s all linear;
}

header nav div.menu-header-menu-container ul li:first-child { margin-left: 0; }

header nav div.menu-header-menu-container ul li a:hover,
header nav div.menu-header-menu-container ul li a.active {
  color: #2270AE;
  border-bottom-color: #B9D7F1;
}

section#home {
  width: 100%;
  height: 700px;
  background-image: url('assets/images/banner.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

section#home h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 65px;
  color: #fff;
  letter-spacing: 3px;
}

section#home h1 small {
  font-size: 30px;
  color: #67F5FF;
}

section#about-us {
  background-color: #fff;
  text-align: center;
}

section#about-us h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
  color: #236EAF;
}

section#about-us span {
  display: inline-block;
  width: 150px;
  height: 8px;
  background-image: url('assets/images/about-underline.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

section#aboutContent {
  background-color: #F8FCFD;
  padding: 50px 0;
  text-align: center;
}

section#aboutContent p {
  color: #89939D;
  font-size: 24px;
  line-height: 38px;
  margin: 30px 0;
}

section#services {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

section#services aside {
  width: 50%;
  background-image: url('assets/images/service.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

section#services article {
  width: 50%;
  background-color: #fff;
}

section#services article div.inner { padding: 40px; }

section#services article h2,
section#contact article h2 {
  text-transform: uppercase;
  color: #2AA9DC;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 15px;
}

section#services article h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #4B5561;
}

section#services article h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 10px;
}

section#services article h3 span.people {
  background-image: url('assets/images/people.png');
}

section#services article h3 span.chat {
  background-image: url('assets/images/chat.png');
}

section#services article h3 span.meet {
  background-image: url('assets/images/meet.png');
}

section#services article ul li {
  margin: 5px 0 5px 70px;
  list-style: circle;
  color: #388DAD;
}

section#ceo {
  background-image: url('assets/images/ceo-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 130px 0;
}

section#ceo div.wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

section#ceo a#ceoImg {
  width: 200px;
  height: 200px;
  background-image: url('assets/images/Larry-Wills.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section#ceo article { width: calc(100% - 300px); }

section#ceo article p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

section#ceo article h2 {
  color: #fff;
  font-size: 26px;
  margin-top: 20px;
}

section#contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
}

section#contact article {
  width: 50%;
  background-color: #fff;
}

section#contact article div.innr {
  padding: 60px;
  max-width: 450px;
  margin-left: auto;
}

section#contact article p {
  font-size: 22px;
  color: #7F8184;
  font-weight: bold;
}

section#contact article p a {
  color: #39A8D9;
  text-decoration: none;
}

section#contact article ul { margin: 35px 0; }

section#contact article ul li {
  margin: 15px 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
  align-content: flex-start;
}

section#contact article ul li span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section#contact article ul li span.address {
  background-image: url('assets/images/address.png');
}

section#contact article ul li span.phone {
  background-image: url('assets/images/phone.png');
}

section#contact article ul li span.email {
  background-image: url('assets/images/email.png');
}

section#contact article ul li p {
  font-weight: normal;
  font-size: 20px;
}

section#contact aside {
  width: 50%;
  background-image: url('assets/images/contact.jpg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section.contentBg {
  padding: 80px 0;
  background-color: #fff;
}

section.contentBg h2 {
  font-size: 24px;
  color: #7F8184;
  margin-bottom: 30px;
  text-align: center;
}

section.contentBg p {
  font-size: 18px;
  color: #7F8184;
  font-weight: bold;
}

footer {
  background-color: #153478;
  padding: 30px 0;
  color: #7C9CE0;
  font-size: 15px;
  text-align: center;
 }

 @media screen
 and (max-width: 960px)
 and (min-width: 300px) {
  header nav a { margin-left: 20px; }
  section#services,
  section#contact { flex-flow: column nowrap; }
  section#services aside,
  section#contact aside { height: 500px; width: 100%; }
  section#services article,
  section#contact article { width: 100%; }

 }


 @media screen
 and (max-width: 650px)
 and (min-width: 300px) {
   header a#menuBtn { display: block; }
   header nav {
     position: absolute;
     left: 0;
     right: 0;
     top: 80px;
     background-color: #fff;
     display: none;
   }

   header nav div.menu-header-menu-container ul li {
     margin: 0;
     width: 100%;
     display: inline-block;
     text-align: center;
   }

   header nav div.menu-header-menu-container ul li a {
     width: 100%;
     display: inline-block;
     padding: 10px 0;
     text-align: center;
   }

   section#home h1 small { font-size: 20px; }

   section#home h1 { font-size: 50px; }

   section#about-us h2 { font-size: 40px; }

   section#aboutContent p { font-size: 20px; }

   section#ceo article p { font-size: 18px; }

   section#services article h2,
   section#contact article h2 { font-size: 40px; }

   section#contact article div.innr { padding: 10px; }
   section#services article div.inner { padding: 30px; }

   section#ceo div.wrapper { flex-flow: column nowrap; }

   section#ceo article { width: 100%; }

   section#contact article p { font-size: 15px; }

   section#contact article ul li p { font-size: 15px; }
 }
