@font-face {
    font-family: 'GilroyBold';
    src: url('fonts/gilroy/gilroy-bold/Gilroy-Bold.eot');
    src: url('fonts/gilroy/gilroy-bold/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy/gilroy-bold/Gilroy-Bold.woff2') format('woff2'),
    url('fonts/gilroy/gilroy-bold/Gilroy-Bold.woff') format('woff'),
    url('fonts/gilroy/gilroy-bold/Gilroy-Bold.ttf') format('truetype'),
    url('fonts/gilroy/gilroy-bold/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyLight';
    src: url('fonts/gilroy/gilroy-light/Gilroy-Light.eot');
    src: url('fonts/gilroy/gilroy-light/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy/gilroy-light/Gilroy-Light.woff2') format('woff2'),
    url('fonts/gilroy/gilroy-light/Gilroy-Light.woff') format('woff'),
    url('fonts/gilroy/gilroy-light/Gilroy-Light.ttf') format('truetype'),
    url('fonts/gilroy/gilroy-light/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyMedium';
    src: url('fonts/gilroy/gilroy-medium/Gilroy-Medium.eot');
    src: url('fonts/gilroy/gilroy-medium/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy/gilroy-medium/Gilroy-Medium.woff2') format('woff2'),
    url('fonts/gilroy/gilroy-medium/Gilroy-Medium.woff') format('woff'),
    url('fonts/gilroy/gilroy-medium/Gilroy-Medium.ttf') format('truetype'),
    url('fonts/gilroy/gilroy-medium/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyExtraBold';
    src: url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.eot');
    src: url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.woff2') format('woff2'),
    url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.woff') format('woff'),
    url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.ttf') format('truetype'),
    url('fonts/gilroy/gilroy-extrabold/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

/* Chrome, Safari */
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
::-webkit-scrollbar-track-piece  {
    background-color: #555555;
}
::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #6e6e6e;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    position: absolute;
    margin: auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

body {
    position: relative;
}

.main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.page-content {
    margin-top: 35px;
    margin-bottom: 35px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy_body, .mapBody {
    background-color: #3d3d3d;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: auto;
}

.privacy_content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 65px;
}

.center {
    padding: 0 0 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    width: 300px;
}

.subheading {
    color: #cacaca;
    padding: 20px;
    text-align: center;
    font-family: 'GilroyMedium', 'sans-serif';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

.title {
    color: white;
    text-align: center;
    font-family: 'GilroyBold', 'sans-serif';
    font-weight: bold;
    font-style: normal;
    font-size: 60px;
    margin-top: -10px;
    line-height: 20%;
}

.paragraph {
    color: white;
    padding: 10px 0 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    font-family: 'GilroyMedium', 'sans-serif';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

.button_layout {
    width: 260px;
    height: auto;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
    text-align: center;
}

#web_button {
    font-size: 30px;
    color: grey;
    font-family: 'GilroyBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #6e6e6e;
    border: none;
    border-radius: 2px;
    padding: 10px;
}

#android_button {
    margin-left: 10px;
    font-size: 30px;
    color: white;
    font-family: 'GilroyBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #3dca41;
    border: none;
    border-radius: 2px;
    padding: 10px;
}

#android_button:active {
    margin-left: 10px;
    font-size: 30px;
    color: white;
    font-family: 'GilroyBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #34a638;
    border: none;
    border-radius: 2px;
    padding: 10px;
}

.left-most-header {
    text-decoration: none;
    color: #cacaca;
    font-family: 'GilroyMedium', sans-serif;
    font-weight: 600;
}

.header-element {
    text-decoration: none;
    margin-left: 15px;
    color: #cacaca;
    font-family: 'GilroyMedium', sans-serif;
    font-weight: 600;
}

.left-most-header:hover, .header-element:hover {
    text-decoration: none;
    color: #6e8258;
    font-family: 'GilroyMedium', sans-serif;
    font-weight: 600;
}

.left-most-header:active, .header-element:active {
    text-decoration: none;
    color: #91b16a;
    font-family: 'GilroyMedium', sans-serif;
    font-weight: 600;
}

.feedback {
    text-decoration: none;
    color: #3dca41;
    font-family: 'GilroyMedium', sans-serif;
    line-height: 120%;
}

.footer-layout {
    background-color: #242424;
    padding-top: 8px;
    padding-bottom: 8px;
    position:fixed;
    margin-bottom: 20px;
    width: 100%;
    height: 25px;
    text-align: center;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.feedback_layout {
    width: 260px;
    height: auto;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
    text-align: justify;
    text-justify: inter-word;
}

.main_text_layout {
    width: 260px;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
    text-align: justify;
    text-justify: inter-word;
}

.policy_title {
    color: white;
    font-family: 'GilroyBold', sans-serif;
}

h2, h3, h4 {
    color: white;
    font-family: 'GilroyBold', sans-serif;
}

p, ul, ol {
    color: #e6e6e6;
    font-family: 'GilroyMedium', sans-serif;
    font-size: 17px;
}

.hyperlink {
    color: #3dca41;
}

.hyperlink_map {
    color: #3dca41;
    text-decoration: none;
}

.hyperlink.visited {
    color: darkgreen;
}

.hyperlink.link {
    color: forestgreen;
}

.inshort {
    color: #adadad;
    font-style: italic;
}

/* The Modal (background) */
.feedback_dialog, .signInDialog, .accountDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    max-height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.spotDialog {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    max-height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 85px;
    margin: auto;
}

/* Modal Content */
.feedback_dialog-content, .spotDialogContent, .signInDialogContent, .accountDialogContent {
    background-color: #2a2a2a;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    border-radius: 5px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#email {
    position: relative;
    font-family: 'Arial', 'sans-serif';
    font-size: 16px;
    width: 100%;
    max-width: 294px;
}

#feedback_text {
    position: relative;
    font-family: 'Arial', 'sans-serif';
    font-size: 16px;
    resize: vertical;
    width: 100%;
    max-width: 294px;
}

#submit_feedback, #login, #logout {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    font-family: 'GilroyBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #920000;
    border: none;
    border-radius: 2px;
    padding: 5px;
}

#submit_feedback:active, #login:active, #logout:active {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    font-family: 'GilroyBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    background-color: #b80000;
    border: none;
    border-radius: 2px;
    padding: 5px;
}

#map {
    height: 95%;
    width: 100%;
    position: absolute;
    margin-top: 35px;
}

.profileContainer {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid black;
    float: right;
    margin-right: 10px;
}

.portrait {
    width: 100%;
    height: auto;
}

#contact {
    color: #cacaca;
    height: 20px;
    float: left;
    margin-left: 10px;
    font-family: 'GilroyMedium', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

#loginEmail {
    position: relative;
    font-family: 'Arial', 'sans-serif';
    font-size: 16px;
    width: 100%;
    max-width: 294px;
}

#password {
    position: relative;
    font-family: 'Arial', 'sans-serif';
    font-size: 16px;
    width: 100%;
    max-width: 294px;
}