@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
  font-family: HelveticaRegular;
  src: url(./fonts/Helvetica.ttf);
  font-family: HelveticaBold;
  src: url(./fonts/Helvetica-Bold.ttf);
}

@media only screen and (max-width: 1000px) {
    .img-circle, .devices {
        display: none;
    }
}

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px #000;
}

.navbar-brand {
    letter-spacing: 1px;
    color: #FFFFFF !important;
}

.navbar li a, .navbar {
	font-family: 'HelveticaBold';
    color: #fff !important;
    font-size: 12px;
    transition: all 0.6s 0s;
}

.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: #FB5607 !important;
}

/* This will be active when the scrollTop == 0 */
.navbar-invis {
    background-color: rgba(0, 0, 0, 0);
}

/* This will be active when the scrollTop != 0 */
.navbar-moved {
    -webkit-box-shadow: 0px 1px 5px 0px #000;
    -moz-box-shadow: 0px 1px 5px 0px #000;
    box-shadow: 0px 1px 5px 0px #000;
}

.container-fluid {
    padding: 35px !important;
}

.contactBtn {
    background-color: #FB5607;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.contactBtn:hover {
    color: #FFFFFF;
    background-color: #E62117;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* Hamburger menu button */
.glyphicon-menu-hamburger {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
    padding-top: 12px;
    color: #FFFFFF;
}

.devices {
    text-align: right;
    margin-top: 60px;
    width: 80%;
}

/* Hides the image at first to get a better looking slide-in effect */
.hideImage {
    visibility: hidden;
}

hr {
    border: 0;
    width: 50px;
    height: 2px;
    background-color: #FB5607;
}

.jumbotron hr {
    width: 30%;
    min-width: 185px;
    max-width: 300px;
    margin-top: -10px;
}

h1 {
    text-shadow: 1px 2px 3px #000;
    margin-top: 15%;
}

.jumbotron p {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Lato', sans-serif;
}

.jumbotronBtn {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    color: #ffffff !important;
    border-radius: 50px;
    border: 2px solid #FB5607;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.3s ease 0s;
}

.jumbotronBtn:hover {
    background-color: #FB5607;
}

#footer {
    background-color: #3A6EA5;
    background-size: cover;
    margin-top: 100px;
    padding: 35px !important;
    -webkit-box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 20px -9px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
    font-size: 15px;
}

.copyright {
    padding-top: 10px;
    font-size: 12px;
    color: #FFFFFF;
}

.fa {
    font-size: 40px !important;
    margin-left: 15px;
    transition: all 1s ease 0s;
}

.fa-facebook-square:hover {
    color: #3b5998;
}

.fa-youtube-square:hover {
    color: #E62117;
}

.fa-linkedin-square:hover {
    color: #1E87BE;
}

.fa-google-plus-square:hover {
    color: #FB5607;
}

.jumbotron {
    background: url("../imgs/Background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.95;
    height: 100%;
    min-height: 600px;
    color: #ffffff;
}

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 200px;
    margin-top: 25px;
    border: 3px solid #242B35;
    filter: drop-shadow(0 0 0.75rem black); /* Drop shadow for image.*/
}

h2, h1 {
    font-family: 'HelveticaRegular', cursive;
}

.overlay h2 {
    font-family: 'Open Sans', sans-serif;
}

/* New paragraph font here */

p {
    font-size: 18px;
}

a {
    color: #205493;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

a:hover, a:active a:visited {
    color: #FB5607;
    text-decoration: none !important;
}

.bg-grey {
    background-color: rgb(235, 235, 235);
}

.col-xs-12 {
    padding: 3px;
}

.col-md-3 {
    padding: 10px;
}

.portfolioImg {
    height: 230px;
}

label {
    font-size: 15px;
    margin-top: 5px;
    margin-left: 3px;
}

/* Hover effect on portfolio images */

.hovereffect {
    width: 85%;
    height: 85%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background-color: #242B35;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 25px 20px;
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect p {
	font-size: 13.5px;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}