
.view-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
}
.myIFrame {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btnForm {
	padding:5px;
	border-radius: 5px;
	width:100px;
}

.errorPageTextFont {
	font-family: customFont;
}


.cremeColor {
	color: white;
}

.fontF1 {
	font-family: customFont;
}

.fontF2{
	font-family: customFont;
}

p{
	font-family: customFont;
}

input ,textarea{
	/*font-size: 4px;*/
	padding:5px;
	font-family: customFont;
	background-color: #3a3a3a; 
	color:white;
	border-color:#b7a390;
	border-width:0px;
}

@font-face {
    font-family: customFont
    src: url('../fonts/Futura-Light-BT.ttf') format('truetype');
}

@media screen and (min-width: 768px){
  .logo{
	width:340px
  }

}
@media screen and (max-width: 768px){
	.logo{
	width:200px
  }
}


@media screen and (min-width: 768px) and (max-width: 992px){
	.logo{
	width:250px
  }
}