
html,body {
    height: 100%;
}

main  {
    position: fixed;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    height: 100vh !important;
    overflow: auto;
    }

body, h1, h2, h3, h4, h5, h6, p, span, strong, a, input, ::placeholder{
	font-family: 'Raleway', sans-serif !important;
}


 ::placeholder{
    font-family: 'Raleway', sans-serif !important;
    color: #ffffff !important;
    font-style: italic;
    font-weight: 600;
}



h1.main-heading.text-center.text-white.mt-5 {
       font-size: 55px;
    letter-spacing: 5px;
}

.email-field {
    background-color: transparent !important;
    border: 0;
}

.mail-form-btn {
    background-color: transparent !important;
    border: 0 !important;
    color: #fc5300;
    font-size: 20px;
    text-shadow: 0px 0px 20px #000000;
}

.footer-social-icon li {
    background-color: #fc5300;
}

.footer-social-icon li i {
    font-size: 20px;
    color: #fff;
}

.footer-social-icon a {
    line-height: 0;
    padding: 12px 10px;
}

@media screen and (max-width: 767px){
    main{
    height: 100vh !important;
    }
    
    h1.main-heading {
    font-size: 30px !important;
    letter-spacing: 2px !important;
}
}