.parallax {
    background-size: cover;
    background-attachment: fixed;
}

#head-nav {
    background-color: #fff;
    width: 100%;
    height: 75px;
    box-shadow: 55px 55px 3px #0f0f0f;
}

.loginFormDropdown{
    margin-right: 1px;
    height: 100%;
    vertical-align: middle;
    box-shadow: -2px 0px 3px grey;
}
#navSignIn{
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    font-size: 2.5em;
    transition: all 0.1s ease-in;
}
#navSignIn:hover{
    cursor: pointer;
    background-color: black;
    color: white;
}
#loginForm{
    padding:20px;
    position: absolute;
    top: 70px;
    left: -200px;
    width: 250px;
}
#loginForm input{
    margin-bottom: 5px;
}
#loginForm::before{
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #ccc;
    position: absolute;
    top: -10px;
    left: 225px;
}
#loginForm::after{
    content: "";
    border: 5px solid transparent;
    border-bottom-color: white;
    position: absolute;
    top: -9px;
    left: 225px;
}

#navPersonal{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 2.5em;
    transition: all 0.1s ease-in;
}
#navPersonal:hover{
    cursor: pointer;
}

#personalMenu{
    
}


.logo {
width: 150px;
height: 75px;
}

/*#navStrips {*/
    /*position: relative;*/
    /*top: -5px;*/
/*}*/

/*#navStrips::before {*/
    /*content: " ";*/
    /*width: 100%;*/
    /*display: flex;*/
    /*background-color: red;*/
    /*height: 3px;*/
    /*box-shadow: 0px -4px 7px #0f0f0f;*/
/*}*/

/*#navStrips::after {*/
    /*content: " ";*/
    /*width: 100%;*/
    /*display: flex;*/
    /*background-color: green;*/
    /*height: 2px;*/
/*}*/

.nav-btn {
    text-align: left;
    padding-left: 5px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    width: 120px;
    height: 100%;
    background-color: #101010;
    opacity: 0.7;
    color: #fff;
}

.layer div {
    position: relative;
}

#nav1 {
    top: 65px;
    left: 345px;
}
#nav2 {
    top: 295px;
    left: 705px;
}
#nav3 {
    top: 350px;
    left: 195px;
}
#sp1 {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3) ;
    top: -100px;
    left: 275px;
}

#header-container {
     height: auto;
     min-height: 600px;
     /*background-image: url('/images/carbon-bg.png');*/
     background-size: contain;
}

#header-center {
    background-size: 100% 100%;
    background-image: url('/images/head_bg_mid.png');
    background-repeat: no-repeat;
    height: 600px;
    max-height: 600px;
}

#header-center::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/index_bg07.png') left top repeat;
}

.header-side {
    height: 600px;
    max-height: 600px;
    background-image: url('/images/carbon-bg.png');
}

#header-left {
    padding: 0px;
    padding-top: 25px;
    background-size: cover;
    border-right: 3px double grey;
}

#header-right {
    padding: 20px;
    color: whitesmoke;
    border-left: 3px double grey;
}
#header-right span{
    font-size: 2em;
}
.hl-menu {
    width: 100%;
    height: 100%;
}

.hl-menu .hl-menu-item {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: block;
    /*background-color: #0a0a0a;*/
    color: white;
    font-size: 2em;
    padding: 5px 25px;
    height: 75px;
}

.hl-menu .hl-menu-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #sp1 {
        transform: scale(0.2);
        left:150px;
    }
    #nav1 {
        top: 65px;
        left: 220px;
    }
    #nav2 {
        top: 295px;
        left: 550px;
    }
    #nav3 {
        top: 350px;
        left: 70px;
    }
}