body, html {
    height: 100%;
    font-size: 100%;
}

@font-face {
    font-family: Ubuntu;
    src: url("/fonts/ubuntu/ubuntu-font-family-0.80/Ubuntu-R.ttf");
    src: url("/fonts/ubuntu/ubuntu-font-family-0.80/Ubuntu-B.ttf");
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Ubuntu", sans-serif;}

#visit-us {
    font-size: 0.5em;
}

.menu {display: none}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("/img/bg.jpg");
    opacity: 1;
    min-height: 100%;
}

#terms p, #terms li, input, textarea {
    font-family: Arial;
    font-size: 14px;
}

select {
    font-family: Arial;
    font-size: 14px;
}

.videoWrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    padding-top: 25px !important;
    height: 0 !important;
}

.videoWrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#order h1 {
    padding-top: 50px;
}

#your-order {
    padding: 0 24px 24px 24px;
    font-size: 16px;
}

#order-gymnast-name {
    font-weight: bold;
    margin: 10px;
    font-size: 36px;
}

.simple-text {
    font-family: sans-serif;
    font-size: 16px !important;
}

#order-details p {
    font-family: sans-serif;
    font-size: 16px;
}

#order-details p span {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#order-details {
    padding-bottom: 50px;
}

#routines-list, #team-list {
    padding: 0;
}

#routines-checkboxes {
    padding: 5px;
}

select, input[type="text"], textarea {
    background-color: #fff;
}

label { font-size: 16px; }

#contact a {
    padding: 10px;
}

.lift {
    margin-top: 100px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h1 { font-size: 24px !important; }
    h2 { font-size: 22px !important; }
    h3 { font-size: 20px !important; }
    #main-heading {
        font-size: 1.8em;
    }
    #order-gymnast-name {
        font-size: 1.3em;
    }
    #routines-checkboxes {
        font-size: 12px;
    }
    .lift {
        margin-top: 20px;
    }
    #mobile-top {
        font-size: 0.55em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #main-heading {
        font-size: 2em;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* #main-heading { */
    /*     font-size: 2.5em; */
    /* } */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* #main-heading { */
    /*     font-size: 2.5em; */
    /* } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #main-heading {
        font-size: 3.5em;
    }

}

/* Mobile landscape */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    #main-heading {
        font-size: 1.7em;
    }
    #order-gymnast-name {
        font-size: 1.5em;
    }
    /* .bgimg { */
    /*     background-image: url("/img/bg-mobile-landscape.jpg"); */
    /* } */
}

#basket{
    background-color: rgb(127,255,0) !important;
    color: #000;
}
