@font-face { font-family: 'Raleway';
             src: url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face { font-family: 'Raleway';
             src: url('../fonts/Raleway/Raleway-Bold.ttf') format('truetype');
           font-weight: 700;
}
@font-face { font-family: 'Raleway';
            src: url('../fonts/Raleway/Raleway-Black.ttf') format('truetype');
            font-weight: 900; }



body {
    font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fbsmall {
    float: right;
    margin-bottom: 0px;
    position: relative;
    padding-top: 10px;
    padding-right:  5px;
    display: none;
}

.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 0px;
}

.legal * {
    font-size: 10pt;
}

.sticky2 {
    position: fixed;
    top: 100px;
    right: -170px;
    padding: 4px;
    background: white;
    text-transform: none;
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
    transition: all ease 1s;
}

.sticky2 span {
    padding-left: 10px;
}

.sticky2:hover {
    right: 0px;
}

.sticky2 a {
    color: black;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.xxx {
    font-size: 35.5px;
    padding-top: 8px;
}

.topleft {
    position: absolute;
    top: 8px;
    max-height: 25px;
    transition: opacity 0.5s ease-in;
    opacity: 0.0;
}

.topleftRX {
    position: absolute;
    top: 8px;
    height: 64px;
    transition: opacity 0.5s ease-in;
}

.navbar-custom {
    font-size: 22px;
}

.navbar-custom .navbar-brand {
    font-size: 22px;
    font-weight: 900;
}

.navbar-fixed-bottom.bottom-nav-collapse .navbar-brand {
    font-size: 18px;
    font-weight: 700;
}

.intro {
    background-image: url(../images/GlitterBack.jpg);
    text-shadow: -1px -1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, 1px 1px 10px #000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    text-align: center;
    color: gold;
    font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 45px;
}

p {
    margin: 0 0 20px;
    color: white;
    line-height: 1.2;
}

section {
    min-height: 100%;
}

.content-section {
    padding-top: 100px
}

footer, footer.p {
    /* background-color: black;
*/
    width: 100%;
}

.navbar-custom {
    font-family: Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    /*  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
*/
}

.navbar-custom.bottom-nav-collapse {
    height: 40px;
    padding: 0;
    /*        margin: 0;
*/
    border-top: none;
    background: #000;
    font-size: 18px;
    font-weight: 600;
}

.navbar-custom.top-nav-collapse {
    border-bottom: none;
}

.navbar-custom .nav li.active a:hover {
    color: #9d9d9d;
}


@media(max-width:768px) {
    h1 {
        font-size: 35px;
    }
    .navbar-fixed-bottom, .navbar-custom.bottom-nav-collapse {
        font-size: 12px;
    }
    .sticky2 {
        display: none;
    }
    .topleftRX {
        height: 35px;
    }
    .topleft {
      top: 11px;
    }

    .fbsmall {
      display: block;
    }
}

.navbar-custom .nav li.active a {
    color: black;
    background-color: transparent;
}

hr {
    max-width: 100%;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 3px;
}

hr.rx-logo {
    max-width: 50%;
    margin: 50px auto 70px;
}

hr.rx-logo::after {
    position: relative;
    top: -34px;
    display: inline-block;
    padding: 0 .5em;
    content: url(../images/RX_picto64x64.png);
    font-size: 2em;
}

.blackback hr.rx-logo::after {
    content: url(../images/RX_pictoInvers64x64.png);
    background: black;
}

.brownback hr.rx-logo::after {
    content: url(../images/RX_pictoGold64x64.png);
}

.goldback, .goldback h1, .goldback p, .goldback hr.rx-logo::after, li.nav-goldback.active {
    color: black;
    background-color: Gold;
}

.silverback, .silverback h1, .silverback h2, .silverback p, .silverback hr.rx-logo::after, li.nav-silverback.active {
    color: black;
    background-color: silver;
}

.blackback, .blackback h1, .blackback h2, .blackback p {
    color: white;
    background-color: black;
}

li.nav-blackback.active, li.nav-blackback.active a {
    background-color: white;
}

.greenback, .greenback h1, .greenback p, .greenback hr.rx-logo::after, li.nav-greenback.active {
    color: black;
    background-color: green;
}

.brownback, .brownback h1, .brownback p, .brownback hr.rx-logo::after, li.nav-brownback.active, li.nav-brownback.active a.page-scroll {
    color: gold;
    background-color: rgb(110, 35, 5);
}

.polaroids {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.polaroidGroup {
    display: inline-block;
}

.polaroid {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 10px;
}

.polaroid img {
    max-width: 220px;
    /*-webkit-box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
*/
    height: auto;
    /* border: 12px solid #fff;
	border-bottom: 70px solid #fff;
*/
    border: 12px none #fff;
    border-bottom: 70px solid silver;
}

.polaroid p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    text-align: center;
    background-color: silver;
    /*color: #888;
*/
    /*font: 500 18px/22px Montserrat, Arial, sans-serif;
*/
    /*font: 800 18px/22px Raleway, Arial, sans-serif;
*/
    /*background-color: #fff;
*/
    font-weight: 900;
}

.polaroid .name {
    /*font-family: 'Gochi Hand';
*/
    /*font-size: 28px;
*/
    /*color: black;
*/
    font-weight: 600;
}

.image-container {
    position: relative;
    max-width: 100%;
    height: 0;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 42%;
    border: 1px white solid;
}

.image-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}


.iframe-container {
    position: relative;
    max-width: 100%;
    height: 0;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 56.25%;
    border: 1px white solid;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.btn-success {
    color: #fff;
    background-color: gold;
    border-color: gold;
}

.btn-success:hover {
    color: #fff;
    background-color: gold;
    border-color: gold;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: gold;
    border-color: gold;
}
