.bold {
    font-family: LatoWebBold;
}

a, .hyperlink{
    font-family: LatoWebBold;
    color: inherit;
    text-decoration: underline;
}

p, li, noscript, h1, h2, h3, h4, h5, h6, label, pre {
    font-family: LatoWebMedium, Arial;
    color: inherit;
}

h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.6rem;
}
h3 {
    font-size: 2rem;
    margin-bottom: 0px;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
p, li, noscript, label, pre {
    font-size: 1.2rem;
}

span {
    font-family: inherit;
}

pre, ul, ol {
    text-align: left;
}
li {
    line-height:20px;
    margin-bottom:10px;
}

.inlineimage {
    width: auto;
    max-height: 500px;
    max-width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



body {
    margin: 0px;
    font-family: LatoWebMedium, Arial;
}
.mainbody {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}


.navbar {
    text-align: center;
}
.navbarlink {
    color: inherit;
    font-weight: lighter;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.accountnavbar {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 0px;
}
.accountlink {
    font-weight: lighter;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 20px;
}

.separator {
    border-color:white;
    width:90%;
    margin-top:40px;
    margin-bottom:40px;
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.brandingheader {
    float: center;
    text-align: center;
}

.thin {
    font-family: LatoWebLight, Arial;
}
.title {
    font-size: 3rem;
}
.subtitle {
    font-size: 2.0rem;
    margin-bottom: 5px;
}
.heading {
    font-size: 2rem;
}
.tagline {
    font-size: 1rem;
}
.quote {
    font-size: 25px;
    margin: 15px;
    text-align: center;
}

.intro {
    margin-bottom: 50px;
}
.centeredsection {
    text-align: center;
}

.basicform {
    padding: 2%;
}
select, input {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

.button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    line-height:50px;
}
.purchasebutton {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px;
    border-radius: 5px;
    border: none;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}


.privacyleveldescription {
    margin-bottom:50px;
}
.programdownload {
    border-radius:10px;
    background:black;
    padding:15px;
    color: white;
}
.programdownloadicon {
    width:30px;
    margin-top:-7px;
    margin-left:-5px;
    max-height:100%;
}

.tile {
    padding: 50px;
    text-align: center;
}
.tiledescription {
    padding-top: 25px;
    padding-bottom: 25px;
}
.categoryheader {
    margin-top: 30px;
}
.tileicon {
    max-height: 250px;
    max-width: 100%;
    margin-bottom: 30px;
}
.tileimage {
    max-height: 400px;
    width: 100%;
    margin-bottom: 30px;
}
.description {
    color: inherit;
    padding-bottom: 100px;
}

.estimatecontainer {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    color: white;
    background: #222222;
}
.estimateprice {
    font-size: 35px;
}

.boxedsection {
    padding:15px;
    padding-left:30px;
    padding-right:30px;
    border-radius:15px;
    background:#000000;
    color:#ffffff;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}
.hoveringmessage {
    position:fixed;
    right:0;
    bottom:0;
    margin-right:10px;
    margin-bottom:10px;
    border-radius:5px;
    background:rgba(0, 0, 0, 0.75);
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
}
textarea {
    border-radius: 15px;
    border-color: #444444;
    border-style: solid;
    border-width: 5px;
}
.productpackagecontainer {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    color: white;
}
