@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');

body {
  font-family: 'Oswald', sans-serif;
  max-width: 1920px;
}
.hero-section .overlay {
   width: 100%;
   height: 100%;
   background-image: url('../img/patt.png');
   background-repeat: repeat;
   background-size: 6px 6px; 
   opacity: 0.9;
}

.hero-section {
   width: 100%;
   height: 100%;
   position: absolute;
   background-image: url('../img/PJS.jpg');
   background-repeat:  no-repeat;
   background-size: cover;
   background-attachment: fixed;
   background-position: bottom right;
   top: 0; 
   text-shadow: 0px 1px 1px #000;
   
}

h1 {
    color: #fff;

}
.hero-section .main-text {
    
    border-color: #00b7ff;
    width: 80%;
    margin: auto;  
}

.sub-text {
    
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
            
 }



.hero-section .hero-text {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100%;  
}

.hero-section .hero-text h4,
.hero-section .hero-text h3, 
.hero-section .hero-text h5 {
    color: white;
}

.hero-section .sub-text {
    margin-top: 50px;
    color: white;  
}

.logo-t {
    margin-top: 0;
}
.logo-t img{
    width: 300px;
    margin-bottom: -50px;
     
}

#clock {
    font-size: 1.3em;
}

footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #000;
    padding: 10px;
}

footer a {
    color: #ffff33;
}

footer a:hover {
    color: #cda04c;
}

.social-bar{
    margin-left: -30px;
}
.social-bar li {
	width: 40px;
	height: 40px;
	display: inline-block;
    padding: 0 30px;
}

.social-bar li div {
	width: 40px;
	height: 40px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 40px;
	background-color: #004c45;
	transition: all 0.5s ease;
    border-radius: 5px;
}

.btn {
    background-color: #b30202;
}

.btn:hover {
    background-color: #2c2c2c;
}

.social-bar li div:hover{
    background-color: #474747;
}

.social-bar li .fa {
    color: #fff;
    text-align: center;
}

.social-bar li .fa-facebook:hover {
    color: #3b5998;
    
}
.social-bar li .fa-twitter:hover {
    color: #00aced;
    
}
.social-bar li .fa-google-plus:hover {
    color: #dd4b39;
}

.social-bar li div:hover {
	transform: rotate(360deg);
	border-radius: 30px;
}

@media only screen and (max-width : 678px) {
    .hero-text, .sub-text, #clock {
        text-align: center;
    }

    .social-bar li {
        display: inline-block;
        text-align: center;
    }

    .social-bar span {
        display: none;
    }

    .hide-me {
        display: none;
    }
    .hero-section .main-text {
        margin-top: 20px !important;
    }
    .show-me {
        display: none;
    }
}


@media only screen and (max-width : 678px) {
    .hero-section {
        background-position: bottom left;
    }
}

@media only screen and (min-width : 699px) {
    
    .hide-me {
        display: none;
    }
}

.contact-block{
    font-size: 1.2em;

}
.contact-block .fa {
    display: inline;
    margin-right: 15px;
    margin-top: 5px;
    color: #cda04c;
}

.contact-block  p {
    
} 