@import url(http://fonts.googleapis.com/css?family=Atomic+Age);
body,div,p {
	margin:0;
	padding:0;
	font-family:Helvetica,sans-serif;
	font-size:18px;
}
  button.btn.btn-xl {
    background-color: seagreen;
}

body {
	background:url("../images/cat1f.JPG") no-repeat top center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
  height: 100vh;
}
@media(max-width:768px){
h2, .h2 {
    font-size: 27px;
}
  }
.menu {
	position:fixed;
	top:15%;
	left:-40px;
	z-index:100;
}
@media(max-width:768px){
.menu {
  position: fixed;
 top: -70px;
  z-index: 100;
  display: flex;
  margin: 45px 10px;
}
}

.menu li {
list-style: none;
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 13px;
  /* background-color: rgba(0,0,0,0.7); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
  cursor: pointer;
}
@media(max-width:768px){
.menu li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
}

.menu li.active {
  cursor: default;
  padding: 0 5px;
  position: relative;
  border: 5px solid white;
  opacity: 0.1;
  width: 100%;
}

.menu li a {
text-decoration: none;
  color: rgba(255, 255, 255, 0.31);
}
@media(max-width:768px){
.menu li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}
}
.menu li a:hover {
  color: white;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: ease 0.9s;
}

.page {
	position:fixed;
	background-color:rgba(0, 0, 0, 0.56);
	width:100%;
	height:100%;
	left:-100%;
	overflow:hidden;
	z-index:10;
}
@media(max-width:768px){
.page {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
  margin-top: -110px;
}
}
.page-content {
	position:relative;
	width:100%;
	height:100%;
	top:0;
	color:#fff;
	overflow:auto;
}
.res{
  position: absolute;
  top: 93%;
  margin: 0px 44%;
  opacity: 0.3;
  }


.social-icons {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 50%;
  margin-top: -75px;
  text-align: center;
}
.social-icons .item {
  width: 150px;
  height: 150px;
  background-color: #616161;
  display: inline-block;
  margin: 0 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 90px;
  color: #212121;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.social-icons .item:before {
  background-color: #424242;
  display: block;
  font-size: 4.2em;
  font-weight: normal;
  line-height: 150px;
  color: #757575;
  -webkit-transition: font-size .5s, line-height .5s;
          transition: font-size .5s, line-height .5s;
}
.social-icons .item:hover:before {
  font-size: 200%;
  line-height: 50px;
}











.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.slider {
    position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.slide-switch {
  display: none;
}
.slide-label {
  position: absolute;
  bottom: 1rem;
  display: block;
  z-index: 5;
  height: 1rem;
  width: 1rem;
  text-indent: 1rem;
  overflow: hidden;
  background: #4DB929;
  border-radius: 50%;
  cursor: pointer;
  
}
.slide-label:nth-of-type(1) {
  left: 1rem;
}
.slide-label:nth-of-type(2) {
  left: 2.5rem;
}
.slide-label:nth-of-type(3) {
  left: 4rem;
}
.slide-content {
    width: 100%;
  float: left;
  margin-right: -100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px 15px;
}

.slide-switch:not(:checked) + .slide-label + .slide-content {
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}

.slide-switch:checked + .slide-label + .slide-content {
  animation: slide 1s;
}

.footer-social-links{
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 37px;
  opacity: 0.3;
}
@media (max-width:768px){
.footer-social-links {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 250px;
  font-weight: 900;
  opacity: 1;
}
}

.footer-social-links a{
margin: 0 5px;
  color: rgba(255, 255, 255, 0.33);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i,
.footer-social-links a span{
     font-size: 30px;
}

.footer-social-links a:hover{
    color: #fff;
}


i.fa.fa-home {
  font-size: 45px;
  color:white;
}
i.fa.fa-users {
  font-size: 35px;
    margin-top: 5px;
color:white;
}
i.fa.fa-cogs {
  font-size: 40px;
color:white;
}
i.fa.fa-envelope-o {
  font-size: 40px;
 color:white; 
}


#sub-t{
    position: fixed;
    top: 90px;
    right: 113px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 15px;
    letter-spacing: 10px;
}
@media (max-width: 1024px){
#sub-t {
    position: fixed;
    top: 13px;
    right: 125px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 15px;
    letter-spacing: 5px;
}
  }
@media (max-width: 768px){
#sub-t {
    position: relative;
    top: 328px;
    right: 4px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
  z-index:9;
}
  }
@media (max-width: 768px){
#sub-tit {
  top: 201px;
  left: 113px;
  font-size: 25px;
  letter-spacing: 0px;
  right: 0;
  width: 340px;
  position: relative;
}
}
#logo{

  position: fixed;
  padding: 0 50px;
  -webkit-text-stroke: 2.5px #000;
  text-shadow: 0px 3px 5px rgba(40, 39, 39, 0.39);
  left: 63%;
  top: -4px;
  letter-spacing: 5px;
  
}
@media(max-width:1024px){
#logo {
  font-size: 5vmax;
  font-family: 'Poiret One', cursive;
  position: fixed;
  padding: 0 50px;
  -webkit-text-stroke: 2.5px #000;
  text-shadow: 0px 3px 5px rgba(40, 39, 39, 0.39);
  left: 57%;
  top: 10px;
  letter-spacing: 4px;
}
}
@media(max-width:768px){
#logo{
font-size: 23px;
    position: relative;
    left: 0px;
    top: 254px;
    background-color: whitesmoke;
}
}
@media (max-width: 768px){
#logo2 {
font-size: 46px;
  font-family: 'Poiret One', cursive;
  position: relative;
  padding: 0px 62px;
  left: -46px;
  top: 230px;
  letter-spacing: 6px;
  width: 412px;
  z-index: 0;
  font-weight: 600;
}
}

#logo:hover {
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  color: white;
}

li{
  font-size: 3.5em;
  margin-top: 15%;
list-style: none;
}
@media (max-width:768px){
li {
  font-size: 15px;
  margin-top: 15%;
  list-style: none;
}
}
