/*Full HD*/
@media (min-width: 1920px) {
    .card-body {
        height:15vh;
    }
    .card.about {
        margin-top: 3vh;
        height:45vh;
    }
    #map {
        height: 60vh !important;
    }

}

/*HD+*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .card-body {
        height:20vh;
    }
    .card.about {
        margin-top: 3vh;
        height:50vh;
    }
    #map {
        height: 55vh !important;
    }
}

/*HD*/
@media (min-width: 1366px) and (max-width:1599px) {
    .card-body {
        height:25vh;
    }
    .card.about {
        margin-top: 3vh;
        height:50vh;
    }
    #map {
        height: 55vh !important;
    }
}


/* HELPERS */

.h-50-lg {
    height: 50vh!important;
}

a {
    color: #000!important;
}

/* TOP LEVEL CONTAINER */
.container-fluid.master {
    width: 85% !important;
}

.btn {
    display: flex !important;
    align-items: center !important;
}

.is-fullheight {
    min-height: 100vh;
    padding-top: 10vh !important;
}


.nav-link {
    color: black !important;
}

#map a img {
    display: none;
}

/*NAVICON CSS*/

.navicon-button {
  display: inline-block;
  position: relative;
  padding: 1.5rem 1rem;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: .8;
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}
.navicon-button:hover {
  transition: 0.5s;
  opacity: 1;
}
.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  transition: 0.25s;
}
.navicon-button:hover .navicon:before {
  top: .825rem;
}
.navicon-button:hover .navicon:after {
  top: -.825rem;
}

.navicon {
  position: relative;
  width: 2.5em;
  height: .3125rem;
  background: #343a40!important;
  transition: 0.5s;
  border-radius: 2.5rem;
}
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: .3125rem;
  width: 2.5rem;
  background: #343a40!important;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}
.navicon:before {
  top: .625rem;
}
.navicon:after {
  top: -.625rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

/* Minus */
.open {
  transform: scale(0.75);
}

/*END OF NAVICON CSS */



/*CARD CSS*/

.card-img-top {
    max-width: 50%;
    align-self: center;
    margin-top: 1.25rem;
}



/* END OF CARD CSS */


/* PARALLAX LANDING PAGE CSS */
#grid canvas {
  width: 100vw;
  height: 100vh;
}
#grid .inner {
  pointer-events: none;
  text-align: center;
  z-index: 2;
  font-weight: 500;
  color: #404045;
  font-size: 26px;
  width: 354px;
  height: 73px;
  cursor: default;
  bottom: 300px;
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
}
#grid .inner p {
  margin: 0;
}
/* END OF PARALLAX LANDING CSS */

/* SIMPLUS HOME CSS */
#house_small {
    width: 36vw !important;
    margin-top: 15vh;
}

.house-cover {
    height: 60vh;
}

.navigation-icon1 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}

.navigation-icon2 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}

.navigation-icon3 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}



/* END OF SIMPLUS HOME CSS */



/*
!*Full HD*!
@media (min-width: 1920px) {
    #home-min {
        margin-left: -21vw !important;
        margin-top: 10vh;
    }

    .title {
        font-size: 2.4em !important;
    }

    .subtitle {
        font-size: 1.8em !important;
    }
}

!*HD+*!
@media (min-width: 1600px) and (max-width: 1919px) {
    #home-min {
        margin-left: -15vw !important;
        margin-top: 10vh;
    }

    .title {
        font-size: 2em !important;
    }

    .subtitle {
        font-size: 1.6em !important;
    }
}

!*HD*!
@media (min-width: 1366px) and (max-width: 1599px) {
    #home-min {
        margin-left: -10vw !important;
        margin-top: 8vh;
    }

    .title {
        font-size:1.6em !important;
    }
}

.hero .navbar {
    background: inherit !important;
}

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navigation-icon1 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}

.navigation-icon2 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}

.navigation-icon3 {
    display: block;
    position: fixed;
    top: 40vh;
    right: 1vw;
}

.column img {
    max-width: 100vw !important;
}

.hero-head {
    z-index: 2000 !important;
    background-color: whitesmoke;
}

.columns.has-text-centered {
    display: flex;
}

#title_slide {
    animation-duration: 2.5s;
    animation-name: slidein;
}

#subtitle_slide {
    animation-duration: 3.5s;
    animation-name: slidein2;
}

.footer {
    padding: 3rem 1.5rem 1rem !important;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
        opacity: 0;
    }

    to {
        margin-left: 0;
        width: 100%;
        opacity: 1;
    }
}

@keyframes slidein2 {
    from {
        margin-right: 100%;
        width: 300%;
        opacity: 0;
    }

    to {
        margin-right: 0%;
        width: 100%;
        opacity: .8;
    }
}

!*Modal style*!
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: #339999;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

!* CARD CSS *!

.columns.is-centered.has-text-centered.about {
    margin: 10vh 15vh 15vh 15vh;
    display: flex;
}

.columns.is-centered.has-text-centered.services {
    margin: 10vh 12vh 12vh 12vh;
    display: flex;
}

.card.about {
    background-color: transparent!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card.apps {
    display: grid;
    background-color: #f9f9f9 !important;
}

.card-image {
    height: 20vh !important;
}

.image img {
    width: 40% !important;
}

.card-content {
    min-height: 25vh;
}

.center-card-image {
    height:100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.card-footer-item {
    transition: ease .3s;
}

.card-footer-item:hover {
    background: #222222 !important;
    color: white !important;
}

.card-title {
    font-size:1.5em !important;
    font-weight: 500!important;
}

h1.title.custom {
    font-size: 2em !important;
}

.modal_trigger.logo img:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 2;
}

#house_small {
    width: 36vw !important;
    margin-top: 15vh;
}

#house-cover {
    height: 60vh;
}

!*Research page*!

#research-title {
    margin-top: 5vh !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 5vh !important;
}

#research-columns {
    margin-top: 12vh;
}

#research_diagram {
    height: 440px;
}

#survey-button-align {
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0;
}

.question {
    margin-top: 10px;
}

!*Select 2 CSS *!
.select2 {
    width: 50%;
    float: right;
}

.select2-container {
    width: 250px !important;
}

span.select2.select2-container.select2-container--default {
    width: 250px !important;
    margin-top: 10px;
    float: none;
    height: 35px;
    padding: 3px;
}

.form-select {
    width: 250px;
}

.form-select select {
    width: 100%;
    height: 35px;
    margin: 8px 0;
    border: 0;
    border: 1px solid lightgray;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    font-family: 'Arial';
    padding-left: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

!* Survey CSS  *!

input.input_field {
    width: 195px;
    margin-top: 10px;
    height: 30px;
    padding: 3px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

.unit {
    width: 45px;
    margin-top: 10px;
    margin-left: 1px;
    height: 30px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

.plot {
    width: 90px;
    height: 60px;
    background-color: lightgray;
    margin: 15px;
    background-image: linear-gradient(-45deg, dimgray 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    border: 1px solid dimgray;
}

.access_type {
    width: 125px;
    margin-left: 1px;
    height: 30px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

input.dim_field {
    width: 50px;
    height: 28px;
    padding: 3px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

.unit_length {
    width: 45px;
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

input.num_field {
    width: 35px;
    height: 25px;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
    margin-left: 5px;
}

.subtitle.materials {
    font-size: 1.2em !important;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

#google_form {
    width: 50vw;
    min-height: 100vh;
}

#map {
    height: 55vh;
}

#map a img {
    display: none;
}

!*Design Intelligence*!

.title.head {
    font-size: 1.5em !important;
}

html {
    background-color: whitesmoke !important;
}


*/
