/*!
 * Start Bootstrap - BBF International
 * Copyright 2013-2018 Start BBF International
 */
 /* Style the video: 100% width and height to cover the entire window */
 /* Style the video: 100% width and height to cover the entire window */

 .button {
     background-color: #ff5500; /* Orange */
     border-radius: 4px;
     color: white;
     padding: 15px 29px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 16px;
     width: auto;
     height: auto;
}

.button_call {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px 0px 0px 20px;

}
.button_call2 {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.center {
  position: absolute;
  width: 100px;
  height: auto;
  top: 40%;
  left: 42%;
  right: auto;
  z-index: 2;
}
.center2 {
    height: 280px;
    width:110px;
    background-color:none;
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
}
.call {

    position:absolute;
    margin:auto;
    position:fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    z-index: 2;

}
.img {
    width: 100%;
    height: auto;
}

 #myVideo {
     position: fixed;
     right: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
 }

 /* Add some content at the bottom of the video/page */
 .content {
     position: fixed;
     bottom: 0;
     background: rgba(0, 0, 0, 0.5);
     color: #f1f1f1;
     width: 100%;
     padding: 20px;
 }

 /* Style the button used to pause/play the video */
 #myBtn {
     width: 200px;
     font-size: 18px;
     padding: 10px;
     border: none;
     background: #000;
     color: #fff;
     cursor: pointer;
 }

 #myBtn:hover {
     background: #ddd;
     color: black;
 }
 .overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #cd9557;
   opacity: 0.7;
   z-index: 1;
 }
