@media (min-width: 992px){
    section {
        min-height:350px;
        padding-top:100px;
        padding-bottom:100px; 
    }
}

#footer{
    min-height: 30px;
    padding: 10px 25px 0px;
}

#logo{
    height:50px;
    width:50px;
}

body {
    position: relative; 
}

.icon-link h4{
    margin-bottom:30px;
}

.nav-link{
    font-weight:bold;
}


p{
    font-size: 1.1rem;
    text-align:center;
}

#follow{
    min-height:100px;
    text-align:center;
}

.masthead {
    position: relative;
    min-height:350px;
}

@media (min-width: 992px){
    .masthead {
        height: 100vh;
        min-height: 700px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.masthead .video {
    background: #222;
    overflow: hidden;
}

.masthead  .overlay{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    /* opacity: 0.6; */
    background: black;
}

.masthead  video  {
    position: absolute;
    top: 50%;
    left: 50%;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    */
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.masthead .container{
    z-index: 999;
    position: relative;
}

.image-section{
    margin:0;padding:0;
}

.image-section img{
    width:100%;height: 100%;;
}


#contact .section-heading {
    color: #fff;
}

#contact .fas {
	color: darkred;
}

#contact .form-group {
	margin-bottom: 25px;
}

#contact .form-group input,
#contact .form-group textarea {
	padding: 20px;
}

#contact .form-group input.form-control {
	height: auto;
}

#contact .form-group textarea.form-control {
	height: 250px;
}

#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}

#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	/* Firefox 18- */
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	/* Firefox 19+ */
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.scroll-down  {
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	padding: 0;
	letter-spacing: normal;
	border-radius: 100% !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.scroll-down:hover {
	color: red !important;
	border-color: red;
	outline: none;
}
