/*
 * Globals
 */

/* Links */

:root {
    --ps-primary-color: #f8f8f2;
    --ps-text-color: #000000;
}

a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 0.05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: var(--ps-primary-color);
    font-size: 1rem;
    line-height: 1.65;
    color: #000000;
}

#back {
    -webkit-animation: rotating 20s linear infinite;
    transform-origin: 50% 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150%;
}

#back-div {
    width: 150%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

img {
    padding: none !important;
    margin: none !important;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: var(--ps-text-color);
    font-family: 'Roboto Condensed', sans-serif;
}

.row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

h1 {
    font-size: 1em !important;
    font-family: "Roboto Condensed", sans-serif;
}

h2 {
    font-size: 1em !important;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.3em !important;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    font-weight: 700 !important;
}

h4 {
    font-size: 0.7em !important;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.italic {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
}

.cover-container {
    max-width: 42em;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}
/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: 0.25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 1em !important;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 1px;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }
    .logo {
        width: 100% !important;
    }
}

.logo {
    width: 220px;
}

.cover .btn-lg {
    padding: 0.75rem 1.25rem;
    font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, 0.5);
}

main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px !important;
    padding: 10% !important;
}

.link:hover {
    outline: none;
    text-decoration: underline;
    color: #000000 !important;
}

.link-container {
    padding: 20px;
    padding-bottom: 12px;
    border-radius: 5px;
    border: 1px solid var(--ps-text-color);
}

/* Button */
.btn-ps{
    background: var(--ps-primary-color);
    border: 1px solid var(--ps-text-color);
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
    color: var(--ps-text-color);
    text-decoration: none;
}
.btn-ps:hover{
    color: var(--ps-primary-color);
    background-color: var(--ps-text-color);
    border: 1px solid var(--ps-text-color);
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
}
.btn-ps:focus{
   outline: none !important;
   box-shadow: none !important;
}

/* Phone Field */
.ps-form-control{
    background: var(--ps-primary-color);
    border: 1px solid var(--ps-text-color);
    border-radius: 10px;
    padding: 10px 30px;
    width: 100% !important;
}
.ps-form-control:focus{
    background: var(--ps-primary-color) !important;
    border: 1px solid var(--ps-text-color) !important;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 10px !important;
}
.ps-form-control.error{
    border: 1px solid red !important;
    border-radius: 10px;
    padding: 10px 30px;
    width: 100% !important;
}
.iti{
    width: 100% !important;
}
.iti__country-list{
    background: var(--ps-primary-color) !important;
    border: 1px solid var(--ps-text-color) !important;
    margin-top: 10px !important;
}

var{
    text-decoration: none !important;
    font-style: normal;
}