﻿html, body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.small {
    font-size:0.8em;
}

body {
    background: #dadada;
    color: #1d1d1d;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #1d1d1d;
    overflow: auto;
}

body::after {
    background: rgba(0,0,0,.5);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 250ms ease;
    visibility: hidden;
}

.outer-wrap {
    background: #fff; /* #f3f3f3;*/
    margin: 0 auto;
    max-width: 1920px;
    box-shadow: 2px 2px 30px rgba(50,50,50,0.3);
    position: relative;
    min-height: 100%;
}

#win-overlay-back {
    display: none;
    z-index: 1000;
    position: absolute;
    text-align: center;
    background: white url(/imgs/loading.gif) no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    /* filter: alpha(opacity=60); */
}

a {
  color: #0366d6;
}
.nowrap {
    white-space: nowrap;
}
.lc { font-size: 0.9em; text-transform: lowercase;}
.mt10{ margin-top: 10px;}
.mt20 { padding-top:20px; margin-top: 20px !important;}
.mb10{ margin-bottom: 10px;}
.mb40{ margin-bottom: 40px;}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin-left: 30px;
}
.btn-disabled {
    color: #999;
    background-color: #eee;
    border-color: #666;
    margin-left: 30px;
}*/
.btn-disabled {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    background-image: linear-gradient(#ffe788, #ffcb00);
    border-color: black;
    color: black;
    font-weight: 600;
    margin-left: 30px;
    border-width: 1px;
}

.btn-primary {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    background-image: linear-gradient(#eee, #666);
    border-color: black;
    color: black;
    font-weight: 600;
    margin-left: 30px;
    border-width: 1px;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
        font-family: Arial,Helvetica,Verdana,sans-serif;
        font-size: 14px;
        font-weight: bold;
        background-image: linear-gradient(white, #ffe788);
        border-color: black;
        color: black;
        margin-left: 30px;
        border-width: 1px;
    }

figure.logo {
    position: absolute;
    z-index: 1;
    height: 190px;
    width: 330px;
    /*transform: rotate(-13.5deg);*/
    transform-origin: left bottom;
    left: -40px;
    top: -20px;
    background-image: url('../imgs/logo.svg');
    background-position: right top -1px;
    background-repeat: no-repeat;
    background-size: auto;
}




header {
    position: relative;
    box-shadow: 0 0 8px rgba(55, 71, 67, .2);
}

.navbar {
    height: 130px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

section {
    padding: 60px 0px;
    text-align: center;
    background: #f3f3f3;
    border-bottom: 5px solid #ffd300;
}

    section h1 {
        font-size: 2.5rem;
        margin: auto;
        font-family: NewTransport-Bold, Arial, Helvetica, Verdana, sans-serif;
        font-weight: 700;
        color: #000;
    }

main {
    background: #fff;
    padding-bottom: 60px;
}
main::after {
    content: '';
    clear: both;
    display: block;
}
.container {
    max-width: 1200px;margin: auto;
}
main > .container{ margin:20px auto;padding: 0px 30px;}

h2 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.5em;
    font-weight: 700;
}

.pod {
    width: 75%;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    min-height: 250px;
    text-align: center;
    margin: 50px auto;
}

    .pod h2 {
        font-size: 2em;
        color: #000;
        line-height: 1.5em;
        font-weight: 700;
        font-family: NewTransport-Bold, Arial, Helvetica, Verdana, sans-serif;
    }
    .pod .circle {
        background: #ffd300;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        margin: 20px auto;
    }

    .pod p {
        font-size: 1.5em;
        line-height: 1.4em;
        text-align: center;
        max-width: 80%;
        margin: auto;
    }
    .pod a {
        color: #000;
    }
    .pod .button {
        background: linear-gradient(to bottom,rgba(255,204,0,1) 0%,rgba(249,184,0,1) 100%);
        border: .1rem solid #ffc400;
        box-shadow: inset 0 1px 0 #fff0b3,0 0 10px 0 rgba(0,0,0,.2);
        color: #1d1d1d;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00',endColorstr='#f9b800',GradientType=0);
        transform: scale(1);
        display: inline-block;
        font-family: "NewTransport-Bold",Arial,Helvetica,Verdana,sans-serif;
        font-weight: 400;
        cursor: pointer;
        font-size: 1.3rem;
        letter-spacing: .03em;
        box-sizing: border-box;
        line-height: 1.5rem;
        outline: none;
        border-radius: 5px;
        padding: 1rem 1.8rem 1.2rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: .1s transform ease-in,.2s background ease-in;
        margin: 50px 0px 30px;
    }

        .pod .button:hover {
            background: linear-gradient(to bottom,rgba(255,224,101,1) 0%,rgba(255,204,5,1) 100%)
        }

        .border-top {
            border-top: 1px solid #e5e5e5;
        }
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}



.footer, .strip {
    background: #2c2d2d;
    margin: -61px auto 0;
    max-width: 1920px;
    box-shadow: 2px 2px 30px rgba(50,50,50,.3);
    position: relative;
    z-index: 2;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}
.strip{ margin: auto;display: none;}
    .strip p {
        color: #fff;margin: 0px 0px 0px 20px;
    }
footer div {
        text-align: center;
        color: #fff;}
footer ~ div { display: none;}

@media (max-width: 1250px) {
    .nowrap{ white-space: initial;}
}

@media (max-width: 970px) {
        main .container {
            display: table;
            box-sizing: border-box;
            width: 100%;
        }

        nav {
            display: none;
        }

    figure.logo {
        height: 140px;
        width: 135px;
        left: 0;
        top: 0;
    }

        section h1 {
            font-size: 2em;
            width: 70%;
        }
    }

   /* @media (max-width: 970px) {
        figure.logo {
            display: none;
        }
    }*/

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

@media (max-width: 450px) {
    section { padding: 30px 0px; }

    section h1 {
        width: 100%;
        font-size: 1.6em
    }
    .pod {
        width: 90%;
        margin: 20px auto;
    }
    .pod h2 {
        font-size: 1.5em;
    }

    .pod p{ font-size: 1.3em;}
}