@import url('https://fonts.googleapis.com/css?family=Raleway:300,500,700&subset=latin-ext');

@font-face {
    font-family: 'Desire Pro';
    src: url('/fonts/desire/hinted-subset-DesirePro.eot');
    src: url('/fonts/desire/hinted-subset-DesirePro.eot?#iefix') format('embedded-opentype'),
        url('/fonts/desire/hinted-subset-DesirePro.woff2') format('woff2'),
        url('/fonts/desire/hinted-subset-DesirePro.woff') format('woff'),
        url('/fonts/desire/hinted-subset-DesirePro.ttf') format('truetype'),
        url('/fonts/desire/hinted-subset-DesirePro.svg#DesirePro') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #ccc;
}

.container-fluid {
	height: 100vh;
}

#hero {
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 14px;
    -webkit-box-shadow: 0 4px 30px rgba(0,0,0,0.6);
    box-shadow: 0 4px 30px rgba(0,0,0,0.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-dialog {
    width: 360px;
    margin: 80px auto;
}

.modal-header {
    padding: 30px 30px 0px 30px;
    border-bottom: none;
}

.modal-body {
    position: relative;
    padding: 0 30px;
}

.modal-footer {
    padding: 0px 30px 30px 30px;
    text-align: center;
    border-top: none;
}

a.back-link {
	color: #565a54;
	text-decoration: underline;
}

a.back-link:hover, a.back-link:focus {
	color: #000000;
	text-decoration: underline;
}

a.cookie-link {
	color: #48a273;
	text-decoration: underline;
}

a.cookie-link:hover, a.cookie-link:focus {
	color: #3b845d;
	text-decoration: underline;
}

.modal-title {
    color: #565a54;
    text-transform: uppercase;
}

.logo-container {
    text-align: center;
    padding: 30px;
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	font-weight: 300;
	margin-top: 14px;
	color: #000000;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
	height: 100%
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.header {
    background: none;
    align-self: flex-start;
}

.footer {
    background: none;
    align-self: flex-end;
}

.main {
    text-align: center;
    background: none;
    align-self: center;
}


img.logo {
    height: 100px;
}

img.grapevine {
    height: 34px;
}

img.facebook {
    height: 26px;
    margin-bottom: 6px;
}

.facebook-logo {
    display: inline-block;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
    padding-top: 5px;
}

.align-right a:hover, .align-right a:focus {
    color: #000000;
    text-decoration: none;
}

.facebook-link {
    display: inline-block;
}

h1, h2, h3, h4 {
	font-family: 'Desire Pro';
	font-weight: normal;
}

h1 {
    font-size: 6em;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 1px 9px #35343247;
    line-height: 0.9em;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:2.5em;
}

.btn {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 22px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success {
    color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    background-color: #48a273;
    border-color: #48a273;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #3b845d;
    border-color: #3b845d;
}


 @media screen and ( max-width: 768px ) {
	 h1 {
		 font-size: 4em;
	 }

	 .align-right {
	     text-align: center;
	 }

	 .align-left {
	     text-align: center;
	     padding-bottom: 10px;
	 }

}
