﻿.dvinnerscreen
{
    box-sizing:border-box;
    padding:10px;
}


.dvmainimg{
    width:100%;
}

.mainimg{
    width:80%;
    margin:auto;
}


.topmessage {
    font-size: 4.5vw;
    font-weight: 500;
    margin-bottom: 50px;
}

.maindv{
    white-space:nowrap;
}

.dvmainleft {
    width: 30%;
    white-space:normal;
}

.pmainleft {
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 130%;
}

.dvmainright {
    width: 30%;
    margin-left: 40%;
    white-space: normal;
}

.pmainright {
    font-size: 1.2vw;
    font-weight: 300;
    line-height:130%;
}



.pnregnow {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 40px;
}

.hlmembership, .hlmembership:visited {
    position: relative;
    display: block;
    width: 40%;
    margin:auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color:white;
    border-radius:10px;
    color:black;
    font-size:1.4vw;
}

.hlmembership:hover {
    opacity:0.85;
}