body{
    background:url(../images/bg-main.jpg) fixed no-repeat;
    background-size:cover;
}
#main {
    height: 100vh;
    width: 100%;
}

    #main h6 {
        color:white;
        background: rgba(0, 0, 0, 0.3);
        top: 70%;
        font-size: 4em;
        position: relative;
    }

    #main h2 {

        font-weight:100;
        padding:0 10% 0 10%;
        color:white;
        background: rgba(0, 0, 0, 0.3);
        top: 70%;
        font-size: 1.3em;
        font-style:italic;
        position: relative;
    }

#main #logoimg {
        width: 5%;
        left: 47.5%;
        top: 90%;
        cursor: pointer;
        position: absolute;
    }

.light {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .light:hover {
        background: rgba(255, 255, 255, 0.7);
    }

.section {
    -webkit-backface-visibility: hidden;
    background: white;
}

h1 {
    margin: 15px;
    text-transform:uppercase;
    font-size: 5em;
}

p {
    font-size: 1em;
    line-height: 1.5;
    width: 80%;
    margin: 0 10% 0 10%;
}

b {
    font-size: 1.2em;
}
