@font-face{
  font-family: FamosaFont;
  src: url("../fonts/famosa/Famosa-HeavyDemo.otf");
}
.logo {
    display: inline-block;
    height: 100%;
}

.nav-logo-amato img{
  height: 60px!important;
}
.logo>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.instagram-media-card iframe{
  border-radius: 0.5em!important;
}
.titleFont{
  font-family: FamosaFont;
  font-size: 3.5em;
  text-decoration: underline;
}
.subtitleFont{
  font-family: FamosaFont;
  font-size: 2.4em;
  text-decoration: underline;
}
.preloader {
 position: fixed;
 top: 0;
 left: 0;
 min-width: 100%;
 height: 100vh;
 z-index: 9999;
 background-color: #FFF;
}
.brand-logo{
  font-style: italic;
  font-weight: bold;
}

/*Custom Animation Delays*/
.delay-6s{
  animation-delay: 6s;
}
.delay-7s{
  animation-delay: 7s;
}
.delay-8s{
  animation-delay: 8s;
}
.delay-9s{
  animation-delay: 9s;
}
.delay-10s{
  animation-delay: 10s;
}
.delay-11s{
  animation-delay: 11s;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.slider{
  height: 200em;
}
.underline{
  text-decoration: underline;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;s
}
.lightBlue{
  color: #42a5f5;
}
.padding{
  padding: 1em;
}
.x-small{

}
.card{
  border-radius: 1em;
  transition: transform .2s;
}
/*.card:hover{
  transform: scale(1.05);
}*/
.card .card-content .subtitleFont:hover{
  color:#1E88E5;
}
/*
.card-image{
  border-bottom: 0.2rem solid;
}*/


/*START OF INPUT FIELDS*/

/* icon focus color */
.input-field .material-icon:focus + label {
 color: #0070FF !important;
}
/* icon focus color */
.input-field .material-icon:focus {
 color: #0070FF !important;
}

.input-field i {
 color: #000 !important;
}

.input-field input:focus + label {
 color: #0070FF !important;
}
/* label underline focus color */
.input-field input:focus {
 border-bottom: 1px solid #42a5f5 !important;
 box-shadow: 0 1px 0 0 #42a5f5 !important;
}
/* valid color */
.input-field input.valid {
 border-bottom: 1px solid #42a5f5 !important;
 box-shadow: 0 1px 0 0 #42a5f5;
}

.input-field textarea:focus + label {
 color: #0070FF !important;
}
/* label underline focus color */
.input-field textarea:focus {
 border-bottom: 1px solid #42a5f5 !important;
 box-shadow: 0 1px 0 0 #42a5f5 !important;
}
/* valid color */
.input-field textarea.valid {
  border-bottom: 1px solid #42a5f5 !important;
  box-shadow: 0 1px 0 0 #42a5f5;
}
/*END OF INPUT FIELDS*/

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.hidden{
  opacity: 0;
}

.col {
  display: table-cell; /* Make elements inside the container behave like table cells */
}

.bronze{
  background-color: #fec84e;
  background-image: linear-gradient(315deg, #fec84e 0%, #FFF0D7 74%);
}

.silver{
  background-color: #EAEDED;
  background-image: linear-gradient(315deg, #D7DBDD 0%, #FBFCFC 74%);
}

.gold{
  background-color: #fec84e;
  background-image: linear-gradient(315deg, #FFF44D 0%, #FFFDD7 74%);
}

.package-card{
  font-size: 1.1rem;
  /*font-weight: bold;*/
}


@media screen and (max-width:768px){
  .valign-wrapper {
    display: inline-block;
  }

  .preloader {
     position: fixed;
     top: 0;
     left: 0;
     min-width: 100%;
     height: 100vh;
     z-index: 9999;
     background-color: #FFF;
  }

  .package-card{
    font-weight: normal;
  }
}

.link-spanner{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
.coming-soon-title{
  display:flex;
  justify-content:center;
  align-items:center;
}
.coming-soon-title h2{
  padding-top: 2em;
  /*font-size: 2.5em;*/
  text-align: center;
  font-weight: 800;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 100%;
    padding: 5px 12px;
    background-color: rgb(0, 0, 0, 0.4);
    border-radius: 2em;
    font-size: 1.25em;
    font-weight: 400;
}

.logo-conveyor-container{
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.logo-conveyor-container > a{
  display: none;
  width: 350px;
  height: auto;
  position: absolute;
  left: -400px;
  top: 50%;
  transform: translateY(-50%);
}
.logo-conveyor-container > a > img{
  width: 100%;
  border-radius: 1em;
}
.logo-conveyor-container > a.active{
  display: block;
}

.round-btn{
  border-radius: 2em;
  max-width: 300px;
}
.center-btn{
  display: block;
  margin: 0 auto;
}

.display-block{
  display:block;
}

.gallery-container{
  margin: auto;
}

.main-img img,
.imgs img{
  width: 100%;
}

.imgs{
  display: grid;
  align-items: center; /* left and right */
  justify-content: center; /* up and down */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}

.materialboxed{
  display: revert;
}
.modal{
  max-height: 100%;
  max-width: 100%;
}
.screen-modal{
  height: 95%!important;
  width: 45%;
  top: 2em!important;
}
.desktop-80{
  max-width: 80%!important;
}
.social-spark .headline{
  font-size: 1.4em;
}
.social-spark .material-placeholder{
  padding: 2em;
}
.social-spark p{
  font-size: 1.1em;
}
.social-spark ul:not(.browser-default)>li {
    list-style-type: disc;
}
#aboutMe p{
  font-size: 1.3em;
}
@media (max-width: 1400px){
  .screen-modal{
    width: 70%;
  }
}
@media (max-width: 1200px){
  .screen-modal{
    width: 80%;
  }
  .desktop-80{
    max-width: 100%;
  }
}
@media (max-width: 992px){
  .screen-modal{
    width: 100%;
    height: revert;
  }
  .imgs{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px){
  .imgs{
    grid-template-columns: repeat(2, 1fr);
  }
  .screen-modal{
    height: 100%!important;
    top: 0!important;
  }
  .titleFont{
    font-size: 2em;
  }
  nav .brand-logo{
    font-size: 1.4em;
  }
}

.br-1{
  border-radius: 1em!important;
}

.align-start{
  align-content: flex-start;
}