﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");*{box-sizing: border-box;}/* For I-Phones*/html{-webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%;}/*Back to the Top Button*/ /*Floating back to the top button*/.back-to-top{display: none; width: 60px; height: 60px; border-radius: 30px; background-color: #323232; text-align: center; cursor: pointer; position: fixed; bottom: 25px; right: 25px; z-index: 99;}.back-to-top:hover{background-color: #000000;}.back-up-image{width: 30px; height: auto; display: block; margin: 0 auto; position: relative; top: 18px;}/*Body Elements*/body{margin: 0; padding: 0; font-family: Tahoma, "Roboto", Arial, sans-serif; font-weight: normal; background-color: white; font-size: 16px; border: none; /*Removes the border from MS Explorer Images*/}/*HTML 5 Elements*/header,section,footer,aside,nav,main,article,figure{display: block;}/*Repetitive Items*/.underline{text-decoration: underline;}.bold{font-weight: bold;}.a-100{display: block; width: 100%; height: 100%;}.center{text-align: center;}/*Links*/a,a:hover,a:visited,a:active{color: white; text-decoration: none;}/*Begin h1*/.h-one-wrapper{width: 100%; height: 55px; line-height: 50px; border-bottom: 1px white solid; background-color: #890f1d; margin: 0; padding: 0; color: white; overflow: hidden;}h1{padding: 0; text-align: center; width: 1200px; margin: 0 auto; font-size: 25px; text-decoration: underline;}/*End h1*/ /*Begin Theme Image*/.theme-image-wrapper{overflow: hidden;}.theme-image{background-image: url("../img.2018/Terms/mountain.compressed.jpg"); width: 100%; display: inline-block; vertical-align: middle; font: 0/0 serif; text-shadow: none; color: transparent; background-size: 100%; background-position: 50% 50%; background-repeat: no-repeat; /*background-attachment:fixed; creates a scrolling effect*/}.theme-image-inner{display: block; height: 0; padding-top: 32%; /*h/w gives the percentage*/}/*End Theme Image*/ /*Begin Main Content*/.main-content{width: 1200px; padding: 0 5px; margin: 10px auto; overflow: hidden;}.main-content a{color: #0074d9;}.terms-paragraph{font-size: 20px; line-height: 1.5;}.terms-legal{font-size: 14px; line-height: 1.2;}.terms-heading{font-size: 25px;}h2{text-align: center; font-size: 30px;}/*End Main Content*/ /*Media Query for Tablets*/@media (max-width: 1225px){/*Begin h1*/ h1{width: 740px; font-size: 23px;}/*End h1*/ /*Begin Theme Image*/ .theme-image{background-image: url("../img.2018/Terms/mountain_1000_300.compressed.jpg");}/*End Theme Image*/ /*Begin Main Content*/ .main-content{width: 740px;}.terms-paragraph{font-size: 20px; line-height: 1.5;}.terms-heading{font-size: 22px;}/*End Main Content*/ /*Ending Tablet Media Query closing bracket*/}/*Above closing bracket for Media Query*/@media (max-width: 759px){/*Begin h1*/ h1{width: 500px;}/*End h1*/ /*Begin Theme Image*/ .theme-image{background-image: url("../img.2018/Terms/mountain_800_260.compressed.jpg");}/*End Theme Image*/ /*Begin Main Content*/ .main-content{width: 500px;}.terms-paragraph{font-size: 19px; line-height: 1.5;}.terms-heading{font-size: 21px;}h2{font-size: 25px;}/*End Main Content*/ /*Ending Landscape Media Query closing bracket*/}/*Above closing bracket for Media Query*/@media (max-width: 525px){/*Begin h1*/ h1{width: 350px; font-size: 22px;}/*End h1*/ /*Begin Theme Image*/ /*.theme-image{background-image:url("");}*/ /*End Theme Image*/ /*Begin Main Content*/ .main-content{width: 350px;}h2{font-size: 20px;}.terms-paragraph{font-size: 18px; line-height: 1.5;}.terms-heading{font-size: 20px;}/*End Main Content*/ /*Ending Phone 1 Media Query closing bracket*/}/*Above closing bracket for Landscape Media Query*/@media (max-width: 355px){/*Begin h1*/ h1{width: 310px;}/*End h1*/ /*Begin Main Content*/ .main-content{width: 300px;}h2{font-size: 22px;}/*End Main Content*/ /*Ending Phone 2 Media Query closing bracket*/}