﻿body {
    /*background-image: url("/GoCreate1.0/Media/Images_Homebody_Background.png");*/
    background-color: #ffffff;
    font-family: "gotham_htf_bookbook";
}

/* ==============================================================================
                                    Common Styles
   ============================================================================== */

h1 { font-family: gotham_htf_blackblack; font-size: 3.25rem; color: #000; }
h2 { font-family: gotham_htf_blackblack; font-size: 2rem; color: #000; }
h3 { font-family: eveleth_dotlight; font-size: 2rem; color: #fff; }
.h3-black { font-family: eveleth_dotlight; font-size: 2rem; color: #000; letter-spacing: 2px; }
h4 { font-family: eveleth_dotlight; font-size: 1.2rem; }
.h7 { font-size: 1.25rem !important; color: #000000; font-weight: 600 !important; }

.p-style { color: #000; font-size: 1.0em; line-height: 1.75em; font-weight: 500; }
.p-style-white { color: #fff; font-size: 1.0em; line-height: 1.5em; font-weight: 500; }
.padding-2 { padding: 40px 15px; }
.padding-3 { padding: 60px 0 70px 0; }
.padding-lr { padding-left: 10px; padding-right: 10px; }
.text-color-h3 { color: #fec337; font-size: 2rem; }
.member-text {color: #fff;}
.a-link-style, .a-link-style:active {color: #2569c2; text-decoration: underline;}
.a-link-style:hover {color: #06a7eb;}
.a-link-style:visited { color: #551a8b; }
.label-desc { font-size: 1.125rem !important; color: #495057; }

.text-combobox-header { font-weight: bold; margin: 0 !important; }
.text-combobox-item { margin: 0 !important; }

.radio label, .checkbox label { margin-right: 0.9em; }

.text-red { color: #C82333 !important; }
.text-blue { color: #0071BD; }
.text-orange { color: #fd7e14 !important; }
.text-green { color: #008000 !important }
.text-yellow { color: #FFBF00 !important;}

.fw-500 { font-weight: 500 !important; }

.font-size-14 { font-size: 0.875rem; }

.border-t-yellow { border-top: solid 4px #F1AD02; }

legend { font-size: 1.125rem; }

.body-grey { background: #F3F3F3; }

.back-grey { background: #E0E0E0; }
.back-white { background: #FFFFFF; }

/* ==============================================================================
                                    Layout
   ============================================================================== */
.Wrapper { width: 100%; }
.container-fluid { padding: 30px 40px 30px 40px !important; }
.div-block { background-color: #FFFFFF; border: 1px solid #CFD2D3; padding: 20px 30px; margin-bottom: 10px;}
.div-block-no-gutter { background-color: #FFFFFF; border: 1px solid #CFD2D3; margin-bottom: 10px; padding-bottom: 20px;}

.error table tbody tr td { word-break: break-all; }

/* ==============================================================================
                                   Main Menu
   ============================================================================== */
.main-menu { background: #000000 !important; color: #FFFFFF !important;}
.main-menu .navbar-collapse { flex-wrap: wrap;}
.main-menu nav .nav-link { font: 600 1.25rem 'gotham_htf_bookbook', sans-serif !important;  padding: 12px 30px !important; }
    .main-menu nav .nav-link:hover, .main-menu nav .nav-link:focus, .main-menu nav .nav-link.active { background-color: #F1AD02 !important; text-decoration: none;}
    .main-menu nav .nav-link:hover, .main-menu nav .nav-link:focus, .main-menu nav .nav-item.active .nav-link { color: #000 !important; }
.main-menu nav .nav-link { color: #FFFFFF !important; }

.main-menu nav .nav-link.dropdown-item { color: #000000 !important; }

/* ==============================================================================
                                    Forms
   ============================================================================== */
input:disabled, .RadPicker .rcCalPopup.rcDisabled, .RadPicker .riTextBox.riDisabled, button.rbDisabled, span.aspNetDisabled, textarea.riTextBox.riDisabled { color: #000 !important;  cursor: not-allowed !important;}
.form-row label, .col-form-label { font-size: 1.125rem ; font-family: 'Roboto', sans-serif; color: #000000; }
input[type="radio"] { margin-right: 5px; }
input[type=checkbox], input[type=radio] { margin-right: 10px; }
.label { font-size: 1.125rem; font-weight: bold; margin-right: 5px; }
.form-header, .form-sub-header { color: #000000 !important; font: normal 1rem 'Roboto', sans-serif !important; padding: 10px; text-align: left; }
.form-sub-header { color: #72777D !important; padding: 10px 10px; background: beige;}
.invalid-feedback { font-size: 1rem  !important; }
.required::before { content: " *"; color: red !important; margin-right: 2px; }
.form-check label { margin-bottom: 0px !important; }
.form-control:disabled, .form-control[readonly], input[readonly], input[disabled], textarea[disabled], textarea[readonly] { background-color: #e9ecef !important; opacity: 1 !important; cursor: not-allowed !important;}
input[type="radio"] + label { margin-right: 40px; display: inline; }
/* Telerik RadMaskedTextBox */
.RadInput.riSingle .form-control.riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] { height: calc(1.5em + 0.75rem + 5px) !important; padding: 0.375rem 0.75rem !important; }
.RadInput_Default, .RadInputMgr_Default { width: 100% !important; }

.explanation { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; font-size: 1rem; font-weight: 500;}

/* Telerik RadCheckBoxList */
.RadButton.rbCheckBox .rbIcon { margin: 0 10px 0 0 !important; }
.RadButton .rbIcon::before { font: 20px/1 "WebComponentsIcons" !important; }
.RadButton_Default.rbCheckBox .rbText { display: inline; }
.rbVerticalList .rbCheckBox { text-align: left; }
.RadCheckBoxList.rbHorizontalList.align-width button { margin-right: 55px; text-align: start; }

div.RadCheckBoxList .RadButton.rbDisabled { opacity: 0.9 !important; cursor: not-allowed !important; }

.assessment .col-form-label { font-size: 1.125rem; }
.rbHorizontalList .RadButton, .rbColumnList { padding: 0 40px 0 20px !important; }

.input-group-blue .input-group-text { background-color: #5274b3; border-color: #5274b3; color: white }
.input-group .btn { border-bottom-left-radius: 0px; border-top-left-radius: 0px;  }
.input-group-text { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }

/* ==============================================================================
                                    Forms Invalid Fields
   ============================================================================== */
.RadPicker.is-invalid, .RadInput.RadInput_Default.is-invalid .form-control, .RadInput.RadInput_Default.is-invalid textarea {
    border: 1px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    background-repeat: no-repeat !important;
}

button.is-invalid, .is-invalid > button, .is-invalid input[type="radio"] { color: #dc3545 !important; }

div.RadComboBox_ComboBox.is-invalid .rcbInputCell, div.RadComboBox_ComboBox.is-invalid .rcbArrowCell { border-color: #dc3545 !important; }

/* ==============================================================================
                                    Buttons
   ============================================================================== */
.btn { font-family: 'Roboto', sans-serif !important; color: white; }
.btn:hover, .btn:focus { color: white; text-decoration: underline; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { font-family: 'Roboto', sans-serif !important; color: #006CFF; font-size: medium; }
.btn-link-red, .btn-link-red:hover, .btn-link-red:focus, .btn-link-red:active { color: #E30000 !important }
.btn-link-dblue, .btn-link-dblue:hover, .btn-link-dblue:focus, .btn-link-dblue:active { color: #005FE3 !important }
.btn-link-large { font-size: 1.125rem; }

.btn-black { background-color: #000000; padding: 10px 30px; }
    .btn-black:hover, .btn-black:focus, .btn-black:active { background-color: #002569 !important; color: white !important; }

.btn-back-black, .btn-black-small { background-color: #000000; padding: 5px 30px; }
    .btn-back-black:hover, .btn-back-black:focus, .btn-back-black:active, .btn-black-small:hover, .btn-black-small:focus, .btn-black-small:active { background-color: #23272B !important; color: white !important; }

.btn-yellow { font: normal 1.25rem 'Helvetica', sans-serif !important; background-color: #FFDD00; padding: 10px 50px; color: #000000 }
    .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active { background-color: #F1AD02 !important; color: #000000 !important; }

.btn-red { font: normal 1.25rem 'Helvetica', sans-serif !important; background-color: #c1272d; padding: 10px 50px; }
    .btn-red:hover, .btn-red:focus, .btn-red:active { background-color: #7A0608 !important; color: white !important; }

.btn-orange { font: normal 1.25rem 'Helvetica', sans-serif !important; background-color: #fd7e14; padding: 10px 50px; }
    .btn-orange:hover, .btn-orange:focus, .btn-orange:active { background-color: #e27213 !important; color: white !important; }

.btn-green { font: normal 1.25rem 'Helvetica', sans-serif !important; background-color: #38a83a; padding: 10px 50px; }
    .btn-green:hover, .btn-green:focus, .btn-green:active { background-color: #1B6217 !important; color: white !important; }

.btn-dark-blue { background-color: #002569; }
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active { background-color: #1c4a9e !important; color: white !important; }

.btn-report { border: 1px solid #6c757d; padding: 5px 8px; border-radius: 5px; text-decoration: none; display: inline-block; }
    .btn-report.bi-file-earmark-excel-fill { color: #fff; background-color: #198754; }
    .btn-report.bi-file-earmark-pdf-fill { color: #fff; background-color: #bb2d3b; }
    .btn-report.bi-file-earmark-word-fill { color: #fff; background-color: #0b5ed7; }
    
    .btn-report.bi-file-earmark-excel-fill::before, .btn-report.bi-file-earmark-pdf-fill::before, .btn-report.bi-file-earmark-word-fill::before { color: #fff; }

    .btn-report:hover, .btn-report:focus, .btn-report:active { color: #000; background-color: transparent; }
    .btn-report:hover.bi-file-earmark-pdf-fill::before, .btn-report:active.bi-file-earmark-pdf-fill::before, .btn-report:focus.bi-file-earmark-pdf-fill::before { color: #b30b00; }
    .btn-report:hover.bi-file-earmark-excel-fill::before, .btn-report:active.bi-file-earmark-excel-fill::before, .btn-report:focus.bi-file-earmark-excel-fill::before { color: #198754; }
    .btn-report:hover.bi-file-earmark-word-fill::before, .btn-report:active.bi-file-earmark-word-fill::before, .btn-report:focus.bi-file-earmark-word-fill::before { color: #00379e; }

.button-title {color: white; font-family: "gotham_htf_bookbook"; font-size: 1.6em; line-height: 1.2em; font-weight: bold; }

.title-underline:hover { text-decoration: underline !important; }
.title-underline:active { text-decoration: underline; }

.button-text { font-size: 1.0em; line-height: 1.25em; color: white; }
.button-text:hover { text-decoration: underline !important; }

.btn-outline-warning { margin-right: 20px; }
/* ==============================================================================
                                    Icons
   ============================================================================== */
.bi::before { margin-right: 10px; font-size: 20px; }
i.bi-caret-right-fill { color: white; }
i.bi-circle-fill::before { color: white; font-size: 12px; vertical-align: baseline;}
i.bi-person-circle::before { font-size : 20px; }
a.social-media-icons {color: white; font-size: 1.5em; padding: 0px 8px; margin: 0px 4px; text-decoration: none; }
a.social-media-icons:hover { color: #fdc337 !important; }
.bi-person-fill.active::before { color: #38a83a; font-size: 25px; vertical-align: bottom;}
.bi-person-fill.inactive::before { color: #808080; font-size: 25px; vertical-align: bottom;}
.bi-building-fill.active::before { color: #38a83a; font-size: 25px; vertical-align: bottom;}
.bi-building-fill.inactive::before { color: #808080; font-size: 25px; vertical-align: bottom;}
.bi-arrow-right::before { font-size: 18px; font-weight: bold !important; }
.bi-x-lg::before { font-size: 16px; font-weight: bold !important; }
.bi-exclamation-triangle-fill.small::before, .bi-check-circle-fill.small::before, .bi-info-circle-fill.small::before, .bi-x-octagon-fill.small::before { font-size: 20px; }
.bi-exclamation-triangle-fill.large::before, .bi-check-circle-fill.large::before, .bi-info-circle-fill.large::before, .bi-x-octagon-fill.large::before  { font-size: 70px; }
.bi-check-circle-fill::before { color: #008000; font-size: 25px;}
.bi-dash-circle-fill::before { color: #5A6268; font-size: 25px;}
.bi-clipboard-check-fill::before{ color: #008000; font-size: 25px !important;}
.bi-clipboard-x-fill::before { color: #E35335; font-size: 25px !important;}
.bi-clock-history::before { color: #5A6268; font-size: 25px !important; }
.bi-1-square-fill::before, .bi-2-square-fill::before, .bi-3-square-fill::before, .bi-4-square-fill::before { color:#095b97; }
.bi-chevron-up::before {
    margin-right: 0px;
    font-size: 18px;
}
.RadGrid .bi.small::before { font-size: 15px !important; }
/* ==============================================================================
                                    Table Style
   ============================================================================== */
/*  ==== Following table is used in hours and membership fees section of terms and conditions page in safety ===== */
table.custom-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    font-size: 1em;
    color: white;
    background-color: transparent;
}

table.custom-table.striped th {
    background-color: #3c3c3c;
    color: white;
    font-size:0.9em;
}

table.custom-table th {
    padding: 10px;
    overflow: hidden;
    min-width: 100px;
    text-align: center;
}

table.custom-table th:first-child {
    text-align: left;
}

table.custom-table.striped.special tbody tr td:last-child {
    background-color: #c0c0c0;
    color: #303030;
}

table.custom-table.striped tbody tr:nth-child(2n) {
    background-color: #5a5a5a;
    color: white;
    vertical-align: top;
}

table.custom-table.striped tbody tr:nth-child(2n+1) {
    background-color: #c0c0c0;
    color: #303030;
}

table.custom-table.striped td {
    text-align:center;
    font-size:0.8em;
}

/* ==============================================================================
                                    RadWindow
   ============================================================================== */
div.RadWindow { z-index: 9001 !important; min-width: 700px; min-height: 300px;}
div.RadWindowModel { z-index: 9001 !important; min-width: 300px; min-height: 300px; overflow:hidden;}
.modal-window { width: 100%; min-width: 300px; height: 100%; display: inline-block; padding: 10px;}
div[id^=RadWindowWrapper_alert].RadWindow { min-width: 500px; z-index: 9501 !important; }
.RadWindow .rwDialogPopup { padding: 1px 0 16px 70px !important; }
.RadWindow .rwDialogPopup.radalert { padding: 0 !important; }
.RadWindow .rwWindowContent .radalert { background-image: none; }
.RadWindow .rwWindowContent .rwDialogPopup.radconfirm, .RadWindow .rwWindowContent .radconfirm, .RadWindow .rwWindowContent .radalert { background-position: left top !important; background-position-y: 0px; min-height: 64px; margin-bottom: 0; padding-bottom: 0 !important; word-wrap: break-word; }
.RadWindow .rwPopupButton, .RadWindow .rwPopupButton span { height: auto !important; line-height: normal !important; }
.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan { padding: 5px 22px !important; }
.RadWindow_Window .rwDialogPopup a.rwPopupButton:first-child { margin-left: 95px; }
.RadWindow .rwWindowContent .radalert a.rwPopupButton:first-child { margin-left: 5px; }
.RadWindow .rwWindowContent .radalert a.rwPopupButton { visibility: hidden; float: right; }
.RadWindow .rwDialogPopup .rwPopupButton, .RadWindow .rwDialogPopup .rwPopupButton span { cursor: pointer; }
.RadNotification .rnTitleBar { color: #000 !important; background: #FFC225 !important;}

.RadWindow .rwDialogPopup, .RadWindow .rwWindowContent .rwPopupButton:hover { font-size: 1rem  !important; }

/* ==============================================================================
                       Machine Reservation/Scheduling
   ============================================================================== */
.machine-card { border: 1px solid rgba(0,0,0,.10) !important; border-radius: 16px !important; overflow: hidden; background: #fff; cursor: pointer; color: inherit !important; text-decoration: none !important; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; will-change: transform;}
.machine-img-wrap { height: 170px; background: #f5f5f5; overflow: hidden;}
.machine-img { width: 100%; height: 100%; object-fit: cover; transition: transform .30s ease;}
.machine-card:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(0,0,0,.14); border-color: #f2b705 !important;}
.machine-card:hover .machine-img { transform: scale(1.05);}
.machine-card-selected { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.16); border: 5px solid #f2b705 !important;}
.machine-card-selected .machine-img { transform: scale(1.05);}
.machine-title { color: #222;}
.rsApt { border-radius: 4px !important; font-size: 13px; box-shadow: none !important;}
.rsApt .rsAptIn,.rsApt .rsAptContent {border: 0 !important; box-shadow: none !important;outline: none !important;}
.rsApt .rsAptContent { background: transparent !important; padding: 6px 8px !important;}
.rsApt.slot-free { border: 1px solid #000 !important; color: #000 !important; cursor: pointer;}
.rsApt.slot-free .rsAptIn { background: #fff !important;}
.rsApt.slot-reserved { border: 1px solid #D16B63 !important; border-left: 6px solid #D16B63 !important; color: #000 !important; cursor: not-allowed;}
.rsApt.slot-reserved .rsAptIn { background: rgba(209, 107, 99, 0.3) !important; }
.rsApt.slot-free-past { border: 1px solid rgba(0,0,0,0.45) !important; color: rgba(0,0,0,0.45) !important; cursor: not-allowed;}
.rsApt.slot-free-past .rsAptIn { background: #fff !important;}
.rsApt.slot-free-past .rsAptContent { color: rgba(0,0,0,0.45) !important; }
.rsApt.slot-reserved-past { border: 1px solid rgba(209, 107, 99, 0.45) !important; border-left: 6px solid rgba(209, 107, 99, 0.55) !important; color: rgba(0,0,0,0.55) !important; cursor: not-allowed;}
.rsApt.slot-reserved-past .rsAptIn { background: rgba(209, 107, 99, 0.10) !important;}
.rsApt.slot-reserved-past .rsAptContent { color: rgba(0,0,0,0.55) !important;}

/* ==============================================================================
                                    Fonts
   ============================================================================== */

@font-face {
    font-family: 'eveleth_dotregular';
    src: url('/GoCreate1.0/Style/Fonts\eveleth/yellow_design_studio_-_eveleth_dot_regular-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/eveleth/yellow_design_studio_-_eveleth_dot_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eveleth_dotlight';
    src: url('/GoCreate1.0/Style/Fonts/eveleth/yellow_design_studio_-_eveleth_dot_light-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/eveleth/yellow_design_studio_-_eveleth_dot_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_blackblack';
    src: url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-black-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_boldbold';
    src: url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-bold-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_bookbook';
    src: url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-book-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gotham_htf_lightlight';
    src: url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-light-webfont.woff2') format('woff2'), url('GoCreate1.0/Style/Fonts/gotham/gothamhtf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htf_mediummedium';
    src: url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-medium-webfont.woff2') format('woff2'), url('/GoCreate1.0/Style/Fonts/gotham/gothamhtf-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.red-bold  {
    color: red;
    font-weight: bold;
}

.font-style {
    color: #fec337;
    font-size: 4.0em;
    font-family: "eveleth_dotlight";
    line-height: 1em;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}

.font-style-1 {
    color: white;
    font-size: 2em;
    font-family: "eveleth_dotlight";
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-style-1:hover {
    text-decoration: underline !important;
}

.font-style-1:active {
    text-decoration: underline !important;
}

.font-style-2 {
    color: #06A7EB;
    font-size: 1.5em;
    line-height: 1.0em;
    font-family: gotham_htf_bookbook;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.font-style-2:active {
    text-decoration: none !important;
}



.font-style-3 {
    color: white;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.font-style-3:hover {
    text-decoration:underline;
}

.font-style-4 {
    font-size: 1.3em;
    font-family: gotham_htf_bookbook;
    font-weight: bold;
}

.font-style-5 {
    font-family: "eveleth_dotlight";
    font-size: 3.5em;
    line-height: 1em;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
}

.font-style-6 {
    font-size: 1.0em;
    line-height: 1.25em;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.font-style-7 {
    font-family: "eveleth_dotlight";
    font-size: 3.0em;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-style-8 {
    font-size: 2rem;
    line-height: 2em;
    font-family: "eveleth_dotlight";
    color: black;
    letter-spacing: 2px;
}

.font-style-9 {
    font-size: 1.2rem;
    color: black ;
}

.font-safety-header {
    font-size: 1.3em;
    line-height: 1.2em;
    padding-bottom: 5px;
    color: #000;
    letter-spacing: 2px;
}

.font-safety-text {
    list-style-type: disclosure-closed;
    font-size: 1.0em;
    line-height: 1.15em;
    color: #000;
}

.text-table-foot {
    color: #000;
}

.height-align {
    max-width: 70%;
}

.text-access-levels {
    font-family:eveleth_dotlight;
    font-size: 0.8em; 
    color: #000;
    display: inline-block;
    font-weight: 500;
}


.access-levels img {
    margin: 0 2px;
    vertical-align: middle;
    height: 24px;
}
    /*  ==== PAGE TITLE STYLING ===== */
.page-title {
    z-index: -1 !important;
    white-space: nowrap;
    font-family: eveleth_dotlight;
    font-size: 3em;
    line-height: 1.93em;
    height: 1.25em;
    background-color: #000000B3;
    color: white;
    padding: 10px 50px 10px 80px;
    display: inline;
    position: relative;
}
.page-title-arrow {
    z-index: -1 !important;
    white-space: nowrap;
    font-family: gc-eveleth;
    font-size: 3.9em;
    line-height: 1.97em;
    height: 1.25em;
    /* background-color: rgba(0,0,0,0.6); */
    color: white;
    padding: 15px 50px -1px 100px;
    display: inline;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    -moz-margin-start: -13px; /*needed for mozilla browser */
      
    border-style: solid;
    border-width: 0px 0 0.49em 100px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-color: transparent transparent transparent #000000B3;
    box-sizing: content-box;
}

.heading-container-style {
    position: relative;
}

/*  ==== Navbar and TopBar ===== */

    .top-bar-style {
    display:contents;
}

.dropdown-menu-style {
    background-color: #fec337;
    border-radius: 0px;
}

.dropdown-menu-style li:not(:last-child) {
    border-bottom: 1px solid  #808080;
}

#mainNavBar ul.navbar-nav li.seperator {
    margin-top: 6px;
}
ul.navbar-nav li.seperator::after {
    content: "/";
    color: #fec337;
    margin: 0px 20px;
    font-size: 13px;
    font-weight: bold;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown:hover > .dropdown-menu {
    margin-top: 0rem !important;
    margin-left: 0rem !important;
}

.nav-item:hover {
    background-color: #1f1f1f;
}

.dropdown-toggle::after {
    display: none;
}

.nav-style-3:hover {
    background-color: #ffb300;
    color: #000;
}

#topNavBar .nav-link:hover {
    color: #fff;
}

#topNavBar .nav-link:visited {
    color: #fff;
}

#topNavBar .navbar-nav .nav-link {
    color: #fff;
}

#mainNavBar .nav-link:hover {
    color: #fff;
}

#mainNavBar .nav-link:visited {
    color: #fff;
}

#mainNavBar .navbar-nav .nav-link {
    color: #fff;
}

.nav-style-2 {
    margin-top: 12px;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}


#mainNavBar button.navbar-toggler {
    border-color: #fec337 !important;
    color: #fec337 !important;
    border-radius: 0px !important;
    padding: 8px !important;
}

    #mainNavBar button.navbar-toggler span {
        display: none;
    }

    #mainNavBar button.navbar-toggler[aria-expanded="true"] span.expanded {
        display: inline-block;
    }

    #mainNavBar button.navbar-toggler[aria-expanded="false"] span.collapsed {
        display: inline-block;
        font-weight: bold;
    }

.navbar-font {
    font-family: "gotham_htf_bookbook";
    text-transform: uppercase;
    color: white;
    background-color: transparent !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-weight: 600;
    font-size: 1.0em;
}

.nav-style:hover {
    text-decoration: underline;
}

.topnav-font {
    font-family: "gotham_htf_bookbook";
    text-transform: uppercase;
    color: white;
    background-color: transparent !important;
    padding-right: 5px !important;
    font-weight: 600;
    font-size: 1.0em;
}

#topNavBar .navbar {
    justify-content: end !important;
}

.nav-style-3 {
    font-weight: bolder;
    padding: 6px 15px;
}

.footer-links {
    font-weight:600;
    text-transform:uppercase;
    margin: 30px;
}

.foot-contact {
    background-color: rgb(64, 64, 64);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
}

.foot-contact:hover {
    background-color: rgb(33, 33, 33);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.foot-contact:active {
    background-color: rgb(33, 33, 33) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.foot-contact-space {
    padding-top: 30px;
}

.foot-text-1 {
    padding-top: 30px;
}

.foot-text-2 {
    font-size: 20px;
    font-weight: bolder;
}

.foot-text-3 {
    font-size: 30px;
    line-height: 30px;
}

.text-white {
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px;
    border: solid 2px;
    border-color: #047db5;
}

.text-white:hover {
    text-decoration: underline;
    background-color: rgba(64, 64, 64, 0.5); 
    padding: 10px 20px 10px 20px;
}

.text-white:active {
    text-decoration: underline;
    background-color: rgba(64, 64, 64, 0.5); 
    padding: 10px 20px 10px 20px;
    border: solid 2px;
    border-color: rgba(244, 244, 244, 0.5);
}


.studio-info-font {
    font-size: 1.0em;
    color: #000;
    line-height: 1.25em;
    font-weight: 400;
}

.studio-info-font-header {
    font-size: 1.5em;
    color: #000;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.font-terms {
    font-size: 1em !important;
}

#headerBrand {
    background-image: url("/GoCreate1.0/Media/Images_Navbar_Background.png");
}

.access-icon {
    vertical-align: top;
    height: 32px;
    position: relative;
    bottom: 5px;
    left: 10px;
}

#scrollBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px 20px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #scrollBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }


/* ==============================================================================
                               Background Images
   ============================================================================== */
.banner-height {
    height: 635px !important;
}

.bg-image-navbar {
    background-image: url("/GoCreate1.0/Media/Image_Navbar_Background_Dark.png");
}

.bg-image-home {
    background-image: url("/GoCreate1.0/Media/Images_Homebody_Background.png");
    background-size: 100% 100%;
}

.bg-image-home-studios {
    background-image: url("/GoCreate1.0/Media/Image_Home_Studios_Background.png");
    background-size: 100% 100%;
    padding: 70px 0 75px 0;
}


.bg-image-floorplan-studios {
    background-image: url("/GoCreate1.0/Media/Images_StudioOverview_Floorplan_Background.png");
    background-size:cover;
}

.bg-image-studio-info {
    background-image: url("/GoCreate1.0/Media/Images_studio_info_background.png");
    background-size: 100% 100%;
}

.bg-image-newsroom {
    background-image: url("/GoCreate1.0/Media/Image_Newsroom_Background.png");
    background-size: cover;
    z-index:-1;
}

.bg-image-news-form {
    height: 300px;
    background-color: #047DB5;
}

.bg-image-about {
    background-image: url("/GoCreate1.0/Media/Image_Background_About.jpg");
}

.bg-image-contact {
    background-image: url("/GoCreate1.0/Media/Image_Contact_Map2.png");
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 0;
    background-position: 50% bottom;
}

#contact-page {
    background-position: 50% bottom;
}

.img-text-overlay {
    position:relative;
    z-index:-1;
}

.bg-image-button {
    background-color: #047DB5;
    padding: 10px 15px 10px !important;
    max-width: 290px;
    width: 100%;
    margin-top: 15px;
    border: 4px solid;
    border-color: #047DB5;
}

.bg-image-button:hover {
    background-color: #2569C2;
    border: 4px solid;
    border-color: #2569C2;
}

.bg-image-button:active {
    background-color: #047DB5;
    border: 4px solid;
    border-color: rgba(244, 244, 244, 0.5);
}

.bg-image-button-flex {
    background-color: #047DB5;
}

.bg-image-button-flex a {
    text-decoration: none !important;
}


.bg-image-button a {
    text-decoration: none !important;
}

.bg-color-1 {
    background-color: #c0c0c0;
}

.bg-color-2 {
    background-color: #5a5a5a;
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.65);
    border: none;
    border-radius: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}

.overlay-title {
    color: #fec337;
    font-size: 2em;
    line-height: 1.75em;
    font-family: "eveleth_dotlight";
}

.overlay-text {
    color: white;
    font-size: 1.25em;
    line-height: 1.25em;
}

.p-60 {
    padding: 60px 0;
}

.background-image {
    background-size: cover;
    background-position: center;
}

.yellow-title h3 {
    color: #fec337;
    font-size: 2em;
    line-height: 1.2em;
    font-family: "eveleth_dotlight";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.yellow-title p {
    color: white;
    font-size: 1.25em;
    line-height: 1.25em;
}

.contact-form-right .form-control {
    border-radius: 0;
}

.contact-form-area {
    background-image: url("/GoCreate1.0/Media/Image_Background_About.jpg");
}

.blue-background-button {
    background-color: #047DB5;
    background-size: cover;
    background-position: center;
    width: 160px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    border: 4px solid;
    border-color: #047DB5;
    font-weight: bold;
}

.blue-background-button:hover {
    background-color: #2569C2;
    border: 4px solid;
    border-color: #2569C2;
}

.blue-background-button:active {
    background-color: #047DB5;
    border: 4px solid;
    border-color: rgba(244, 244, 244, 0.5);
}

.tools-background {
    background-image: url("/GoCreate1.0/Media/Image_Header_About_Tools.png");
    background-size: cover;
    height: 635px;
    position: relative;
    z-index: 1;
}

.tools-area {
    background-image: url("/GoCreate1.0/Media/Image_Tools_3rd.png");
    padding: 30px 0 50px;
    background-size: cover;
    margin-top:15px;
}

.can-you-make-right h3 {
    font-size: 2rem;
    font-family: "eveleth_dotlight";
    text-transform: uppercase;
    color: #000;
    margin: 5px 0;
}

.can-you-make-right p {
    color: #000;
    margin-bottom: 15px;
}

.black-aside {
    background-color: #2f2f2f;
    height: 100%;
    width: 100%;
    padding: 15px;
    margin: 20px 0;
    display: inline-block;
    border: 4px solid;
    border-color: #2f2f2f;
}

.black-aside:hover {
    background-color: #000;
    border: 4px solid;
    border-color: #000;
}

.black-aside:active {
    background-color: #2f2f2f;
    border: 4px solid;
    border-color: rgba(244, 244, 244, 0.5);
}
.black-aside h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    color: #06a7eb;
    font-family: gotham_htf_bookbook !important;
}


.black-aside span {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.black-aside span:hover {
    text-decoration: underline !important;
}

.tools-list-header1 {
    color: #8E80FC;
}

.tool-list-header2 {
    color: #00b3d8;
}

.tool-list-header3 {
    color: #2bb673;
}

.tool-list-header4 {
    color: #f7941e;
}

.tool-list-header5 {
    color: #FF2400;
}
/* ==============================================================================
                               Default.aspx
   ============================================================================== */
.my-div {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 240px;
    width: 450px;
    position: absolute;
    float: right;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    padding: 30px 65px 30px 65px;
    border: 4px solid;
    border-color: rgba(0, 0, 0, 0);
}

.my-div:hover {
    background-color: #000;
    border: 4px solid;
    border-color: #000;
}

.my-div:active {
    background-color: rgba(0, 0, 0, 0.5);
    border: 4px solid;
    border-color: rgba(244, 244, 244, 0.5);
}

.my-div-1 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 400px;
    position: absolute;
    float: right;
    right: 0;
    top: 45%;
    transform: translateY(-60%);
    padding: 25px 70px 30px 25px;
    border: 4px solid;
    border-color: rgba(0, 0, 0, 0);
}

.my-div-1:hover {
    background-color: #000;
    border: 4px solid;
    border-color: #000;
}

.my-div-1:active {
    background-color: rgba(0, 0, 0, 0.5);
    border: 4px solid;
    border-color: rgba(244, 244, 244, 0.5);
}
.my-div-1 span:hover {
    text-decoration: underline !important;
}

.my-div-1 span:active {
    text-decoration: underline !important;
}


.padding-1{
    padding-top:150px;
}

.card, .card-img {
    border: none;
    border-radius: 0;
}

.footer-style {
    color: white;
    background-color: #047db5;
}

.align-logo {
    width: 60%;
    padding-bottom: 30px;
}



.foot-title {
    color: #82beda;
}

.foot-text {
    font-size: 23px;
}

.btn-dark {
    border-radius: 70px;
}

.margin-lr {
    padding-left: 70px;
    padding-right: 70px
}

.footer-last {
    text-align: center;
}

.article-style {
    margin-top: 50px;
    padding-bottom: 30px;
}

.post-header {
    font-weight: 700;
    color: #fff;
}

.post-title {
    color: #303030;
    font-family: "gotham_htf_boldbold";
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 1.5em;
}

.post-subtitle {
    color: #7c7c7c;
    font-family: "gotham_htf_boldbold";
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1.50em;
    padding-bottom: 30px;
}

.post-paragraph {
    color: #000;
    font-size: 1.0em;
}

.news-form-border-style {
    border-radius:0px;
}

.news-button-style {
    background-color: black;
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-family: "eveleth_dotlight";
    border: none;
    font-size: 1.2em;
    color: #fff;
    float: left;
}

.news-article-button-style {
    border-radius: 0 !important;
    background-color: #fec337;
    border-color: #fec337 !important;
    border: 2px solid #fec337 !important;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bolder;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
}

.news-article-button-style:hover {
    border-radius: 0 !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border: 2px solid #000 !important;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bolder;
    font-size: 14px;
    color: #fff !important;
}

.news-article-button-style:active {
    border-radius: 0 !important;
    background-color: #fec337 !important;
    border-color: #000 !important;
    border: 2px solid #000 !important;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bolder;
    font-size: 14px;
    color: #000 !important;
}

.news-article-button-style:visited {
    border-radius: 0 !important;
    background-color: #fec337;
    border-color: #f6e42b !important;
    border: 2px solid #f6e42b !important;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bolder;
    font-size: 14px;
    color: #000;
}



.tools-style {
    border-bottom: 1px solid #fff;
}

/* ==============================================================================
                                    Images & Icons styles
   ============================================================================== */

.studio-info-image-style {
    max-height: 170px;
}

.studio-info-icon-style {
    margin-left: 15px;
    height: 25px;
    vertical-align: bottom;
}

/* ==============================================================================
                                    Media Queries
   ============================================================================== */

@media (max-width: 1200px) {
    .page-title {
        font-size: 2.5em;
        padding: 10px 40px 10px 40px;
    }
    .page-title-arrow {
        font-size: 4em;
    }
    .page-title-arrow {
       -moz-margin-start: -11px !important;
    } 
    .banner-height {
        height: 100% !important;
    }
    .font-style-4 {
        font-size: 1.3em;
        font-family: gotham_htf_bookbook;
        font-weight: bold;
    }
    .bi::before {
        margin-right: 10px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    /*Grid view Mobile*/
    .RadGrid .rgMasterTable thead tr > th, .RadGrid .rgMasterTable thead tr.rgFilterRow > td { display: block; width: 100%;}
    .RadGrid .rgMasterTable thead > tr { width: 50%; float:left; }
    .RadGrid.header-w-full .rgMasterTable thead > tr { width: 100%;}
    .RadGrid .rgMasterTable thead tr.rgFilterRow { float:right !important; }
    .RadGrid .rgMasterTable tbody tr.rgGroupHeader { display: block; }
    .grid-column-mobile-show { display: block !important; padding: 10px; }
    .grid-column-mobile-show > td { width: 100% !important; display: block !important; border: none !important; padding-bottom: 10px !important; text-align: left !important;}
    .grid-column-mobile-show td.rgGroupCol { display: none !important; }
    .RadGrid .rgMasterTable colgroup > col { width: 100% !important; display: block !important; }
    .RadGrid .NextPrevNumericAndAdvanced .rgAdvPart { display: block; width: 100%; margin-top: 10px; float: right !important; }
    .RadGrid .rgNoRecords td.rgGroupCol  { display:none; }


    #mainNavBar .navbar-nav .nav-link {
        color: #000;
    }

    #mainNavBar .nav-item:hover {
        background-color: #fec337;
    }

    #mainNavBar .navbar-nav .nav-item:hover .nav-link {
        color: #000;
    }

    #mainNavBar .nav-link:hover {
        color: #fff;
    }

    #mainNavBar .nav-linkvisited {
        color: #fff;
    }

    #mainNavBar ul.navbar-nav > li.nav-item {
        border-bottom: 1px solid black;
    }

    #mainNavBar ul.navbar-nav li.seperator {
        display: none;
    }

    .nav-style {
        text-align: left;
        font-size: 1.3em;
    }

    .nav-style-2 {
        background-color:#fec337;
    }

    .nav-style-3 {
        color:#fff;
        font-weight: 700;
        font-size: 1.25em;
        line-height: 2.3em;
        padding-top: 0;
        padding-bottom: 0;
    }

    #topNavBar .navbar-nav .dropdown-menu {
        position: absolute;
    }

    #topNavBar .dropdown-menu.dropdown-menu-left {
        right: 50%;
    }

    #mainNavBar .navbar-font {
        color: #2f2f2f;
        font-weight: bolder;
    }

    .dropdown-menu-style {
        background-color: #303030;
    }

    .dropdown:hover > .dropdown-menu {
        margin-top: 0rem !important;
        margin-left: 0rem !important;
    }

    ul.navbar-nav li.nav-item.dropdown:not(:last-child) > a.nav-link::after {
        content: "";
        color: black;
        margin: 10px 30px;
        display: inline-block;
        float: right;
        font-size: 35px;
        display: inline-block;
    }

    .dropdown-toggle::after {
        vertical-align: 0.255em;
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .nav-padding {
        padding-bottom: 0;
    }

    .padding-top-lg {
        padding-top:25px;
    }
    .page-title {
        font-size: 1.8em;
        padding: 10px 40px 10px 40px;
        display: inline;
        line-height: 2.2em;
    }

    .page-title-arrow {
        font-size: 4.5em;
        -moz-margin-start: -9px !important;
    }

    .tools-background {
        height: 350px;
    }

}


@media (max-width: 767px) {
    .padding-1 {
        padding-top: 50px;
    }

    .my-div-1 {
        background-color: rgba(0, 0, 0, 0.5);
        width: 330px;
        position: absolute;
        float: right;
        right: 0;
        top: 65%;
        transform: translateY(-60%);
        padding: 25px 70px 30px 25px;
    }

    .page-title {
        font-size: 1.5em;
        display: block;
        height: 100%;
    }

    .page-title-arrow {
        display: none;
    }

    .navbar-font, .nav-style-3 {
        font-size: 1em;
    }

    .button-title {
        font-size: 1.1em;
    }

    .button-text {
        font-size: 0.8em;
    }

    .padding-top-medium {
        padding-top:25px;
    }

    .font-medium {
        font-size:2.0em;
    }

    .contact-submit, .parking-button {
        text-align: center !important;
    }

    .black-aside h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .font-style-3 {
        font-size: 1em;
    }

    .font-style-2 {
        font-size: 1.4em;
    }

    .overlay-title {
        font-size: 1.5em;
    }

    .overlay-text {
        font-size: 1em;
    }
    .tools-background {
        height: 300px;
    }

 }

@media (max-width: 575px) {
    
    /*Grid view Mobile*/
    .RadGrid .rgPager .rgNumPart, .RadGrid .rgPager .rgAdvPart { display: none !important; }
    .RadGrid .rgPager .rgInfoPart { width: 100%; }
    .RadComboBoxDropDown_ComboBox div.row.text-combobox-item { border-bottom: dotted 1px black; }

    h1 { font-size: 1.875rem !important; }
    .container-fluid { padding: 30px 15px 80px 15px !important; }
    .font-style {
        font-size: 2em;
    }

    .font-style-1 {
        font-size: 1.3em;
    }

    .page-title {
        font-size: 1.2em;
        padding: 10px;
    }

    .my-div {
        width: 40% !important;
        padding: 10px 20px 1px 1px !important;
        text-align: right;
        height: auto;
    }

    .font-style-5 {
        font-size: 2em;
        padding-bottom: 25px;
        padding-top: 20px;
    }

    .padding-1 {
        padding-top: 50px;
    }

    .my-div-1 {
        background-color: rgba(0, 0, 0, 0.5);
        width: 330px;
        position: absolute;
        float: right;
        right: 0;
        top: 65%;
        transform: translateY(-60%);
        padding: 25px 70px 30px 25px;
    }

    .can-you-make-right h3 {
        font-size: 1.5rem;
    }

    .font-medium {
        font-size: 1.8em;
    }

    .h3-black {
        font-size: 1.5rem;
    }

    .padding-2 {
        padding: 40px 15px;
    }

    
    .navbar-brand img {
        width: 175px;
    }

    #topNavBar .navbar-font {
        font-size: 0.8em;
    }


    .padding-bottom-small {
        padding-bottom:25px;
    }
    .foot-title {
        font-size: 25px;
    }

    .foot-text {
        font-size: 15px;
    }

    .foot-text-3 {
        font-size: 17px;
    }

    .foot-text-2 {
        font-size: 16px;
    }

    .foot-contact {
        font-size: 14px;
    }

    .black-aside h4 {
        font-size: 24px;
        line-height:32px;
    }
    
    .align-logo {
        width: 90%;
    }

    .article-style {
        margin-top: 40px;
        padding-bottom: 10px;
    }

    .font-style-3 {
        font-size: 1em;
    }
    .font-style-2 {
        font-size: 1em;
    }

    .text-color-h3 {
        font-size: 1rem;
    }

    .overlay {
        padding: 10px 15px;
    }
    .overlay-title {
        font-size: 1em;
    }

    .overlay-text {
        font-size: .8em;
    }

    .bg-image-contact {
        height: 350px;
    }

    .tools-background {
        height: 300px;
    }

}

@media (max-width: 397px) {
    .page-title {
        font-size: 1.0em;
    }

    .text-color-h3 {
        font-size: 1rem;
    }

    .font-safety-header {
        font-size: 1em;
    }

    .font-style {
        font-size: 1.2em;
    }

    .font-style-1 {
        font-size: .7em;
    }

    .font-style-8 {
        line-height: 1.3em;
    }

    .font-style-5 {
        font-size: 2em;
    }

    .my-div {
        width: 40% !important;
        padding: 10px 20px 1px 1px !important;
        text-align: right;
        height: auto;
    }

    .padding-1 {
        padding-top: 50px;
    }

    .can-you-make-right h3 {
        font-size: 1.5rem;
    }

    .font-medium {
        font-size: 1.5em;
    }

    .black-aside h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .h3-black {
        font-size: 1.0rem;
    }
    .padding-2 {
        padding: 20px 15px;
    }

    .font-style-8 {
        font-size: 1.5rem; 
    }

    .article-style {
        margin-top: 40px;
        padding-bottom: 10px;
    }

    .font-style-3 {
        font-size: 1em;
    }

    .black-aside {
        padding: 20px 20px;
    }

    .align-top {
        height: 45px;
    }

    .navbar-font {
        font-size: 1rem;
    }
    .overlay-title {
        font-size: 1em;
    }

    .overlay-text {
        font-size: .8em;
    }

    .overlay .overlay-images img {
        width: 25px;
    }
    .bg-image-contact {
        height: 325px;
    }
    .align-items-start {
        margin-bottom: 30px;
    }
    .sm-width {
        width: 80% !important;
    }

    .navbar-brand img {
        width: 150px;
    }

    #mainNavBar button.navbar-toggler {
        font-size: 15px !important;
    }

    .tools-background {
        height: 300px;
    }

}



