.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

button, input, select, textarea {
    width: 100%;
    margin-bottom: 8px;
}

.home-text {
    padding: 15px 5px;
    background-color: #d80b36;
    color: white;
    min-height: 70px;
}

@media screen and (max-width:768px){
.home-text {
    min-height: 90px;
}
}


.home-text2 {
    padding: 15px 5px;
    background-color: #FFCC00;
    color: #333333;
    font-weight: bold;
}

@media screen and (max-width:768px){
.home-text2 {
    min-height: 90px;
}
}

@media screen and (max-width: 736px){
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
}


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

.home-text3 {
    background-color: #d80b36;
    padding: 15px 5px;
}

.home-text3 a {
    color: white;
}