/* <----- FONTS ----> */

@font-face {
    font-family: bebas;
    src: url(bebasNeue.otf);
}

@font-face {
    font-family: jura;
    src: url(juraRegular.ttf);
}





/* <----- MENUBAR ----> */

#button {
    display: none;
}

.header {
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.99);
    position: fixed;
    width: 100%;
    height: 67px;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06),0 4px 5px 0 rgba(0,0,0,0.06),0 1px 10px 0 rgba(0,0,0,0.08);
}


#container {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.colamis-logo {
    height: 39px;
    width: auto;
    padding-top: 7px;
    padding-left: 5px;
    float: left; 
    background-image: url(images/COLAMIS-logo.png);
}

#scroll-to-top {
    cursor: default;
}

li {
    list-style: none;
    font-family: "bebas";
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 0.5px;
    float: left;
    margin-left: 35px;
    padding-bottom: 5px;
}

.nav {
    display: inline-block;
    float: right;
    margin-top: 22px;
    padding-right: 20px;
}

a.menubar {
    text-decoration: none;
    color: #005493;
    font-style: normal;
    padding: 0 1px 0 1px;
}

#menubar-text-color{
    opacity: 0.6;
    transition: opacity 200ms ease-in-out;
}

a.menubar#menubar-text-color:hover {
    opacity: 1;
}

#menubar {
    /*padding-right: 1px;*/
}

/* --- working version 3 ---

.contact-button {
    margin-top: -7px;
    color: white;
    padding: 7px 20px;
    background-color: #388CC2;
    border-radius: 50px;
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}

a#contact-button-color{
    color: white;
}


.contact-button {
    opacity: 1;
}
*/


/* --- working version 1---

.contact-button {
    margin-top: -7px;
    color: white;
    padding: 7px 20px;
    background-color: #388CC2;
    border-radius: 50px;
}

a#contact-button-color{
    color: white;
}

#contact-button-color{
    opacity: 0.8;
    transition: opacity 200ms ease-in-out;
}

#contact-button-color:hover{
    opacity: 1;
}
*/

.contact-button {
    margin-top: -7px;
    color: white;
    padding: 7px 20px 6px 20px;
    background-color: #388CC2;
    border-radius: 50px;
    transition: all 200ms ease-in-out;
}

a#contact-button-color{
    color: white;
}

.contact-button{
    
}

.contact-button:hover{
    background-color: #2C6E96;
}





/* <----- LANDING PAGE ----> */

*{
    margin: 0;
}

p.quote{
    color: white;
    font-family: "jura", "Georgia", "Helvetica Neue", "Arial";
    /* Herr+Von+Muellerhoff|Julee|Merienda+One|Rock+Salt|Satisfy */
    font-size: 40px;
    font-weight: 00;
    line-height: 50px;
    margin-top: 10px;
}

p.quote #quote-author {
    font-family: "jura", "Georgia", "Helvetica Neue", "Helvetiva", "Arial";
    color: aliceblue;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.content {
    padding-top: 60px;
    text-align: center;
}

.welcome {
    margin-top: 55px;
}

.logo {
    margin: 40px;
    margin-bottom: 20px;
}

.lig-logo {
    align-content: center;
    width: 100%;
    max-width: 650px;
    opacity: 100;
}

.button {
    display: block;
    margin-top: 70px;
    opacity: 100;
}

header {
    height: 100vh;
    background-image: url(images/blue-bird-2.jpg);
    background-size: cover;
    
    background-position: center;
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    padding-left: -50px;
   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 4;
    overflow: hidden;
}





/* <----- CONTENT ----> */

.main-content {
    
    width: 100%;
    height: 100%;
    
    z-index: 5;
    overflow: hidden;
    
    padding-top: 15px;
    background-color: white;
}

.content {
    max-width: 930px;
    margin: auto;
    padding-top: 50px;
    /*
    border: 3px solid #73AD21;
    */
    padding-right: 30px;
    padding-left: 30px;

    position: relative;
    z-index: 3;
    background: white;
    margin-bottom: 40px;
    overflow: hidden;
}

h1 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 0;
}

.about-h1 {
    font-family: "bebasNeue", "Helvetica Neue", "Arial";
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 40px;
    
    color: #005493;

    /* font-weight: 300; */
    
    letter-spacing: 1px;
    text-align: middle;
    font-size: 40px;
}

.about-p {
    margin: 0px;
    margin-top: 10px;
    margin-right: 2px;
    
    color: #4D5253;
    text-align: left;
    font-family: "jura", "Helvetica Neue", Helvetica, Arial;
    margin-right: 2px;
    
    font-size: 22px;
    /*font-weight: 200;*/
    font-weight: -200;
    letter-spacing: 0.1px;
    line-height: 35px;
}

p.first, p.second {
    margin-bottom: 15px;
}

p.second, p.third {
    text-indent: 0px;
}

.contact {
    margin-bottom: 40px;
}

.contact-h1 {
    margin: 0px;
    margin-top: 90px;
    margin-bottom: 30px;
    
    color: #005493;
    
    font-family: "bebas";
    
    text-align: middle;
    font-size: 40px;
    letter-spacing: 1px;
}

.contact-p {
    display: inline-block;
    
    height: 100%;
    width: 30%;
    
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
    
    color: #4D5253;
    
    font-family: "jura", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 18px; 
    letter-spacing: 0.1px;
    line-height: 35px;
    padding-right: 50px;
    padding-left: 50px;
}

#contact-location {
    font-size: 21px;
}

#mun {
    text-align: center;
}

#lux {
    text-align: left;
}

a {
    text-decoration: none;
    font-style: italic;
    color: #0078EF;
    display: block;
}

#tel, #email {
    color: #388CC2;
}

.managing-partner {
    text-decoration:underline;
}





/* <----- FOOTER ----> */

p {
    font-family: "jura", "Georgia", "Helvetica Neue", "Helvetica", "Arial";
}

footer {
    position: relative;
    background: black;
    width: 100%;
    padding: 29px 0;
    bottom: 0;
}

.footer-text {
    font-family: "jura", "Georgia", "Helvetica Neue", "Helvetiva", "Arial";
    color: #F3F2F4;
    text-align: center;
    letter-spacing: 0.1px;
    font-weight: 200;
    font-size: 0.9em;
}

#impressum, #privacy {
    color: #2FA8FF;
    display: inline-block;
}


/* MISC e.g. effects */

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #DDB730;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* <----- MEDIA QUERIES ----> */

@media only screen and (max-width: 800px) {        
    header {
        height: 100vh;
        /* background-image: url(images/wall-street-blur-dark-shader-vs2-mobile.png); */
        background-size: cover;

        background-position: center;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
        padding-left: -50px;
        font-family: "Open Sans", "Helvetica Neue", Helvetiva, Arial;
        border: 

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
              flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
              justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 4;
        overflow: hidden;
    }
}

/* MEDIA QUERIES MENUBAR */

@media only screen and (max-width: 650px) {
    .contact-p {
        display: block;
        width: 75%;
    }
    
    .colamis-logo {
        text-align: center;
        float: none;
        padding-left: 0;
    }
    
    .contact-p {
        display: block;
        margin-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }
    
    #mun {
        text-align: center;
    }
    
    #lux {
        text-align: center;
    }
    
    .nav li {
        display: none;
    }
}