body, html {
  height: 100%;
  margin: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    color: #333333;
    background:url(../images/bg.jpg); background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*background-image: linear-gradient(to bottom, #041157, #101a72, #1f228f, #2e2bac, #3e34ca, #4936d6, #5437e1, #5f38ed, #6631e9, #6c2ae4, #7221e0, #7716db);*/
}

.logo img {
    width: 270px;
}
.mainnbox {  width:100%;  text-align: center; }

.headingrow h1 {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 7%;
    margin-bottom: 0;
    padding-bottom: 0px;
    text-transform: uppercase;
}


h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-top: 0;
    margin-top: 18px;
    margin-bottom: 5%;
}

p {
    font-size: 22px;
    color: #B3BFE1;
    width: 440px;
    margin: 0px auto;
    font-weight: 300;
    line-height: 36px;
}

.foter {
    position: fixed;
    bottom: 30px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.9;
}

.logo {
    padding-top: 7%;
}

span a {
    color: #fff;
    text-decoration: none;
}
span a:hover { text-decoration:underline; }
span {
    color: #fff;
    font-weight: 300;
    display: block;
    margin-top: 45px;
    opacity: 0.8;
}


@media screen and (max-width:767px) and (min-width:320px){

    .logo img {
        width: 180px;
        padding-top: 50px;
    }

.headingrow h1 {
    font-size: 26px;
        font-weight: 300;
        color: #fff;
        letter-spacing: 2px;
        padding-top: 15%;
        margin-bottom: 0;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        line-height: 38px;
}
span {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-top: 26px;
    opacity: 0.8;
    font-size: 14px;
}
h2 {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    padding-top: 0;
    margin-top: 16px;
    margin-bottom: 5%;
}
p {
    font-size: 16px;
    color: #B3BFE1;
    width: 92%;
    margin: 0px auto;
    font-weight: 400;
    line-height: 28px;
    padding-top: 30px;
}
.foter {
    position: fixed;
    bottom: 20px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    padding: 0px 40px;
    line-height: 20px;
    width:auto;
}


}


