/* -----------

COLORS


----------- */


* {
    font-family: 'paralucent';
}

body {
	background: #f1ecec;
}

.h1, h1 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'termina';
}

p, ul li {
	font-size: 1.25rem;
    font-weight: 300;
}

ul {
	list-style: none;
}

.main-btn {
	color: black;
	background: rgba(255,255,255,0);
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: .5rem 1.5rem;
    border-radius: 5px;
	border: 4px solid #135589;
    transition: background 0.3s;
    font-weight: 600;
    font-family: 'termina';
}

.main-btn:hover {
	color: white;
    background: #135589;
}

button:focus, input:focus { 
	outline: none; 
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(0, 0, 0, 0);
    outline: 0 none;
    background: rgba(0, 0, 0, 0);
}

html, body {
	overflow-x: hidden !important;
}

.top-menu .container .row {
	display: block;
}

.top-menu img {
    width: 45rem;
    height: 6rem;
}

.container, .container-fluid {
	padding: 0;
}

.top-menu {
	padding: .5rem 2rem;
    background: white;
}

.main-menu {
	color: white;
	background: #135589;
	padding: .5rem 0rem;
	z-index: 100;
}

.main-menu li {
    margin: 0rem 1.6rem;
    line-height: 1.25rem;
}

.main-menu a {
    color: white;
    font-size: .8rem;
	line-height:.9rem;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'termina';
    transition: color .3s;
}

.main-menu a:hover {
    text-decoration: none;
    color: #3ddada;
}

.navbar {
    padding: .5rem 8rem;
}

.slideshow {
	background: gray;
    min-height: 35rem;
}

.main .box {
    color: white;
    padding: 7rem 6rem;
    position: relative;
    margin: 2rem;
    z-index: 2;
    margin-top: -32rem;
    margin-bottom: 4rem;
    background: url('../images/inset-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main .box p {
	font-size: 1.5rem;
}

.btn.text {
	color: #f2ecec;
    background: #135589;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: .5rem 2.5rem;
    border-radius: 15px;
    font-family: 'termina';
    font-size: 1rem;
}

.section-2 {
	margin: 4rem 0rem;
}

.product-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 2px;
    color: #135589;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'termina';
}

.section-3 img {
    width: 100%;
    margin-top: 1rem;
}

.section-1 h1 {
    color: #135589;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: -6rem;
}

.section-1 span {
    color: #3ddada;
    font-family: 'termina';
}

.product-sizes {
	background: #3ddada;
    color: white;
    padding: .75rem 2rem;
    margin-top: .5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-family: 'termina';
    font-weight: 800;
}

.product-info {
	padding: 1rem 2rem;
	margin-bottom: 12rem;
}

.product-info ul li {
	padding: 1rem 0rem;
}

.section-4 {
	background: #135589;
    color: white;
    padding: 8rem 2rem;
    margin-bottom: 6rem;
    background: url('../images/restaurant-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.section-5 {
	background: white;
    padding: 8rem 2rem;
    background: url('../images/call-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.section-5 h2 {
    font-size: 2.25rem;
    line-height: 3rem;
	text-transform: uppercase;
    font-weight: 300;
    font-family: 'termina';
    margin-bottom: 2rem;
}

.section-5 span.blue {
    color: #135589;
    font-family: 'termina';
	font-weight: 800;
}

.section-5 span.heavy {
    font-weight: 800;
    font-family: 'termina';
}

.blue {
    color: #135589;
    font-family: 'termina';
}

.blue span.bigger {
	font-size: 3rem;
    font-weight: 800;
    font-family: 'termina';
}

.blue span.spacing {
    letter-spacing: 6px;
    font-family: 'termina';
}

.highlight-dark .btn {
	color: #f2ecec;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 4rem;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: 600;
	margin-top: -2.5rem;
	margin-bottom: 4rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255,255,255,0);
    background-clip: padding-box;
    border: 4px solid #a2a2a2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 2rem;
}

.main-btn.form {
	font-size: 2rem;
    padding: .5rem 3rem;
	margin-top: 2rem;
}

.form-security {
	margin: 4rem 2rem 6rem 2rem;
}

.footer {
	background: #135589;
    color: white;
    padding: 2rem;
}

.footer p {
	font-size: 1.25rem;
}

.footer .logos {
	margin: 1rem 2rem 2rem 2rem;
}

.copyright p {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    margin-top: 1rem;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 102px;
}

.features p {
    font-family: 'termina';
}

.features p>span {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'paralucent';
    color: black;
    letter-spacing: 1px;
}

.features img {
    width: 100%;
    margin-top: -.5rem;
}

.sunburst {
    position: absolute;
    width: 25%;
    margin-top: 2rem;
}

.companies {
    width: 100%;
    padding: 0rem 8rem;
}

.product-info ul {
    margin-bottom: 1.5rem;
}

.no-padding {
    padding: 0;
}

.margin-b3 {
    margin-bottom: 3rem;
}

.send-msg {
    width: 45rem;
    margin-top: -2.5rem;
    margin-bottom: 4rem;
}

.form-security img {
    width: 8rem;
    margin-top: -1rem;
}

.footer .logos .goc {
    height: 8rem;
    width: 8rem;
}

.footer .logos .mv {
    height: 9rem;
    width: 10rem;
}

.snowflake {
    position: absolute;
    width: 15%;
    right: 0;
    margin-top: -17rem;
    z-index: 1;
}

#exampleFormControlSelect1 {
    color: black; 
}

.form-control:focus {
    color: #495057 !important;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.form-control-10 {
    display: block;
    width: 100%;
    height: 4rem;
    padding: .2rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255,255,255,0);
    background-clip: padding-box;
    border: 4px solid #a2a2a2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 2rem;
}