﻿html { height: 100%; width: 100%; }
body { height: 100%; overflow: hidden; }

#step1, #step2, #step3{padding-top:70px;}
#step4{padding-top:50px;}

.mynav {background:rgba(51, 51, 51, 0.7);border:0;}


iframe {
display: block;       /* iframes are inline by default */
background: #efefee;
border: none;         /* Reset default border */
height: 100vh;        /* Viewport-relative units */
width: 100vw;
}


h1,h2,h3,h4,h5,h6{font-family: 'Raleway', sans-serif;}

.Fjalla1 {font-family: 'Fjalla One', sans-serif;}

.gi-h1{font-size: 36px;}
.gi-h2{font-size: 30px;}
.gi-h3{font-size: 24px;}
.gi-h4{font-size: 18px;}
.gi-h5{font-size: 14px;}
.gi-h6{font-size: 12px;}


.sqH1{
    font-size: 48px !important;
    text-shadow:0px 1px 2px rgba(0,0,0,0.6);
}

.sqH2{
    font-size: 24px !important;
    text-shadow:0px 1px 2px rgba(0,0,0,0.6);
}

.sqH3{
    font-size: 18px !important;
    text-shadow:0px 1px 2px rgba(0,0,0,0.6);
}

.status-alert{font-size: 24px;}


@media (max-width: 768px)
{
    body {
        /* The file size of this background image is 93% smaller
            to improve page load speed on mobile internet connections */
        background-image: url('https://login.ultraagent.com/agentimagegallery/8466/ScottsdaleGolfCourse.jpg');
    }

    #step1, #step2, #step3{padding-top:25px;}
    
    .jumbotron{padding-top:20px;}

    .sqH1{margin-top:10px;font-size: 36px !important;}
    .sqH2{font-size: 20px !important;}
    .sqH3{font-size: 16px !important;}
    
    .status-alert{font-size: 16px;}
}