/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

@font-face {
  font-family: Geometos;
  src: url(../fonts/Geometos.ttf);
}

@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir.otf);
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-logo{
	font-family: Geometos, Arial;
	color:#fff;
	font-size: 1.5rem;
}

.text-logo img{
	width: 45px;
}

.navbar{
	background: #666a66;
	height: 79px;
	text-transform:uppercase;
}

.two{
	margin:60px 0;
}

footer{
	
  font-family: Avenir, Arial;
	background:#000;
	color:#fff;
}

footer p{
	font-size: 18px;
}

footer a,a:hover{
	color:#fff;
}

.copy p{
	
  font-family: Avenir, Arial;
	font-size: 13px;
    text-align: center;
}

form{
	border: solid 1px #ccc;
    padding: 35px 50px;
    border-radius: 15px;
    box-shadow: 1px -8px 22px #dbd8d8;
}

h2{
	color: #028c50;
	text-align:center;
	margin-bottom:25px;
}

.form-control{
	border-radius: 40px;
}

label{
	margin-left: 15px;
    font-size: 13px;
}

form p{
	text-align:center;
}

form a{
	color:#028c50;
}

form a:hover{
	text-decoration:underline;
}

.btn-primary{
	background: #028c50;
    font-size: 22px;
    padding: 12px 60px;
    box-shadow: 1px 2px #006062;
    border: none;
}


li{
	font-size: 1.2em;
}

li a{
	color:#028c50;
}

li a:hover{
	text-decoration:underline;
	color:#028c50;
}

ul{
	list-style:none;
}

/* Extra-small */
@media screen and (max-width: 360px) {
  .text-logo {
		font-size: 1.2em;
	}
}

/* Small */
@media screen and (min-width: 361px) and (max-width: 480px) {
  .text-logo {
		font-size: 1.2em;
	}
	
	form{
		margin: 35px 0;
	}
}

/* Medium-only */
@media screen and (min-width: 481px) and (max-width: 960px) {
  /* ... */
}


.embed-container {
  --video--width: 1296;
  --video--height: 750;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


form a:hover {
    text-decoration: underline;
	color: #028c50;
}

.carousel-indicators li{
	background-color: #e5e5e5;
}



.datepart {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
