@font-face {
    font-family: BebasNeue-book;
    src: url("../font/BebasNeue_Book.otf");
}
@font-face {
    font-family: BebasNeue-thin;
    src: url("../font/BebasNeue_Thin.otf");
}
@font-face {
    font-family: OpenSans-Light;
    src: url("../font/OpenSans-Light.ttf");
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'BebasNeue-book', 'OpenSans-Light', 'sans-serif';
}

a {
    color: #fdcc52;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover, a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BebasNeue-book', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: white;
}

p {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: white;
}

input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}


/* MENU */

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'BebasNeue-book', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    width: 190px;
    height: 50px;
    background: url("../img/logo_menu.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#mainNav .navbar-nav > li {
    margin: 0 10px;
}

#mainNav .navbar-nav > li > a {
    font-size: 22px;
    font-family: 'BebasNeue-book', 'sans-serif';
    letter-spacing: 1px;
}

#mainNav .navbar-nav > li > a.active {
    color: #fdcc52 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
}

#mainNav .navbar-toggler {
    border: none;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;
    }
    #mainNav .navbar-brand {
        background: url("../img/logo.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white;
    }

    #mainNav.navbar-shrink .navbar-brand {
        background: url("../img/logo_menu.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #fdcc52;
    }
    #mainNav .navbar-nav .dropdown-menu {
        position: absolute;
        left: -200px;
        top: 45px;
    }
    #mainNav .navbar-nav > li > a.btn {
        background: transparent;
        border: solid white 1px;
        border-radius: 0;
        color: #ffffff;
        padding-left: 25px;
        padding-right: 25px; 
        padding-top: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a.btn {
        border: solid black 1px;
        color: #000000;
    }
    #mainNav .navbar-nav > li > a.btn:hover {
        background: #eea310;
        border-color: #eea310;
    }
}
@media (min-width: 1402px) {
    #mainNav .navbar-nav .dropdown-menu {
        position: absolute;
        left: -100px;
        top: 45px;
    }
}

/* HOME */

header.masthead {
    position: relative;
    width: 100%;
    height: 100vh;
    color: white;
    background: url("../img/header_background.png") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

header.masthead .header-content {
    max-width: 800px;
    text-align: center;
    overflow: hidden;
}

header.masthead .header-content h1 {
    font-size: 80px;
    text-transform: uppercase;
}

header.masthead .header-content p {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    bottom: 24px;
    font-family: BebasNeue-thin;
}

header.masthead .ice-cream-container {
    width: 78%;
    z-index: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    header.masthead .header-content h1 {
        font-size: 120px;
    }
    header.masthead .header-content p {
        font-size: 36px;
        position: relative;
        bottom: 35px;
    }
}
@media (min-height: 1079px) {
    header.masthead .ice-cream-container {
        max-width: 1000px;
    }
}

section {
    padding-bottom: 50px;
}

section h2 {
    font-size: 100px;
}

/* ABOUT */

section.about {
    background: #eec643;
    height: auto;
}

section.about .about-content {
    margin: 0 10px;
}

section.about h2,
section.about p {
    text-align: center;
    color: black;
}

section.about p {
    font-size: 18px;
}

@media (min-width: 992px) {
    section.about .about-content {
        margin: 0 5%;
    }

    section.about p {
    	font-size: 22px;
    }
}

#map-container {
    height: 340px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* PRODUCTS */

section.products {
    background: #eec643;
    height: auto;
}

section.products h2,
section.products h3 {
    wtext-align: center;
}

section.products .product,
section.products .product:focus {
    border-radius: 0;
    background: white;
    -webkit-box-shadow: 0 0 6px rgba(29, 33, 36, 0.3);
    -moz-box-shadow: 0 0 6px rgba(29, 33, 36, 0.3);
    box-shadow: 0 0 6px rgba(29, 33, 36, 0.3);
}

section.products h2 {
    color: black;
}

section.products .product h3 {
    font-size: 1.3em;
    z-index: 2;
    text-align: right;
    max-width: 65%;
    margin-left: auto;
    color: #1d2124;
}

section.products .product img {
    height: 90%;
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 9%;
    opacity: 0.2;
}

section.products .products-row .card {
    height: 100px;
}

section.products .products-link:hover,
section.products .products-link:focus:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    section.products .product h3 {
        font-size: 1.9em;
    }
}

/* CONTACT */

footer.contact {
    min-height: 100vh;
    background: url("../img/contact_bg.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

footer.contact h2 {
    text-align: center;
}

.wrap{
    max-width: 960px;
    background: #fff;
    border-radius: 2px;
    padding: 66px 50px 59px 50px;
    margin: 0 auto;
    position: relative;

}

#contact-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.wrap-input{
    width: 100%;
    position: relative;
    background-color: transparent;
    margin-bottom: 35px;

}

.label-input{
    font-family: BebasNeue-book;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;

}

.input-contact{
    display: block;
    width: 100%;
    background: #f2f2f2;
    border-radius: 2px;
    font-family: BebasNeue-book;
    font-size: 20px;
    color: #686868;
    line-height: 1.2;
    padding: 0 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 10px;

}

input.input-contact{
    height: 62px;

}

textarea.input-contact{
    min-height: 162px;
    padding-top: 19px;
    padding-bottom: 13px;

}

.input-contact:focus{
    background: #e6e6e6;

}

.outer{
    
    margin: 50px auto 0 auto;
    text-align: center;

}

.button-slide{
    color: #3D9970;
    border: 2px solid #2ECC40;
    padding: 18px 36px;
    display: inline-block;
    font-family: OpenSans-Light;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #3D9970;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;

}

.slide-down:hover {
    box-shadow: inset 0 100px 0 0 #2ECC40;
    color: #fff;
  }

@media (min-width: 992px){
    .wrap {
        padding: 66px 115px 59px 115px;
    }

    .input-contact{
        width: 100%;
    }

}

.alert{
    margin-top: 20px;
    padding: 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
  
  }
  
  .success {
    background-color: #4CAF50;
  
  }
  
  .error{
    background-color: #f44336;
  
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }

/* FOOTER */

.footer{
    background: rgb(28, 43, 48);
    width: 100%;
    height: 100px;
  }
  
  .info{
    color: #EAEAEA;
    font-family: BebasNeue-book;
    font-size: 17px;
    padding-top: 40px;
    text-align: center;
     
  }
  
  
  .info i{
    color: #f44336;
    font-size: 18px;
  
  }
  
  .info a{
    text-decoration-line: none;
    color: #EAEAEA;
  
  }
  
  .info a:hover{
    color: rgb(151, 151, 151);
  
  }
  
  .min{
    display: none;
  }
  
  @media(max-width: 768px){
    .info{
      padding-top: 30px;
  
    }
  
    .max{
      display: none;
  
    }
  
    .min{
      display: block;
      font-size: 13px;
  
    }
  
  }

/* OTHER CLASSES */
.hidden {
    display: none;
}

.background-fixed {
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .visible-lg-block {
        display: block;
    }
}