@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Varela Round', sans-serif;
}

/* Right Image */
.bg-image {
	background-image: url("../images/raisedCupsBackground_1.jpg");
  	background-size: cover;
  	background-position: center;
	min-height: 100vh;
}

/* Small Devices, Tablets */
/*
@media only screen and (max-width : 768px) {
	.background-image {
		background-image: url("../images/raisedCupsBackground_1.jpg");
	  	background-size: cover;
		min-height: 100vh;
	}
}
*/

#header-title {
	color: #3D0417;
	font-weight: bold;
	font-size:38px;
}

#subtitle {
	font-family: roboto;
	font-weight: lighter;
}

#little-message {
	font-family: roboto;
	font-weight: lighter;
	font-size: 13px;
}

/*Dropdown Menu*/

li.dropdown-submenu:hover ul{
	display: block;
    left: 100%;
}

.dropdown-submenu{
	position:relative;
}

.dropdown-submenu:hover .dropdown-menu{
	top:0;
}


/* Form */
#submitNotify {
	border:0;
	background: #DC5242;
	border-radius: 0px 50px 50px 0px;
	padding: 4px 8px;
	height: 45px;
	width: 110px;
	color: white;
}

.subscribe-form input[type="email"] {
	padding: 4px 8px;
	width: calc(100% - 110px);
	height: 45px;
	border-radius: 50px 0px 0px 50px;
	
	border: #383838;
	border-width: 1px;
}

::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
	padding-left: 20px;
  	opacity: 1; /* Firefox */
}
