/*!
 * 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)
 */


body {
  font-family: Arial, sans-serif;
}

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

.header{
	background: #c28c55;
}
.embed-chat{
	width: 100%;
}

.embed-chat iframe{	
	padding: 0;
}


.divider{
	background: #000;
    height: 1em;
    margin-top: 1em;
}

h1{
	color:#E7166B;
	text-align:center;
}

h2{
	text-align:center;
}

form{
	margin:2em auto;
}

.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

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

section{
	margin:10px 0;
}


footer p{
	font-size: 18px;
}

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

/* Extra-small */
@media screen and (max-width: 360px) {
  h1{
	  font-size:24px;
  }
  h2{
	  font-size:18px;
  }
	
	.embed-chat {
		width: 65%;
		margin: 0 auto;
	}
	
	.embed-chat iframe{
		margin-bottom: 55px;
	}
}

/* Small */
@media screen and (min-width: 361px) and (max-width: 480px) {
  h1{
	  font-size:30px;
  }
  h2{
	  font-size:24px;
  }
	
	.embed-chat {
		width: 65%;
		margin: 0 auto;
	}
	
	.embed-chat iframe{
		margin-bottom: 55px;
	}
}

/* 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%;
}