@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

p {
    font-size: 1.4em;
    margin: 0px 0px 2em 0px;
}

    /* Style the video: 100% width and height to cover the entire window */
    #myVideo {
        left: 0;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
   }

   video {
   width: 100%;
   padding-top: 0px;
   }



   @media only screen and (max-width : 414px){
   #myVideo {
     left: 0;
     /* top: 155px; */
     width: auto;
     height: 400px;
     overflow: hidden;
     margin: 0px 0px 0px -170px;
     }
   }



.header {
    background-image: url('../images/Bell.png');
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.headline {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 6em;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    margin-top: 200px;
    margin-bottom: 0px;
    padding-bottom: 40px;;
}

#firstname::-webkit-input-placeholder { color:#000; }
#message::-webkit-input-placeholder { color:#000; }

#firstname::-moz-placeholder { color:#000; }
#message::-moz-placeholder { color:#000; }

#firstname::-ms-input-placeholder { color:#000; }
#message::-ms-input-placeholder { color:#000; }


.form-control {
    border-bottom: 1px solid #1d2124;
    border-top: 0px solid #1d2124;
    border-left: 0px solid #1d2124;
    border-right: 0px solid #1d2124;
    color: #34495e;
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    }


    *{ margin: 0; padding: 0; }


.nav {
	text-align: center;
}

.nav a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: white;
	background: #ff5200;
	font-family: arial black;
}

.nav a:hover {
	background: #222;
}



