body {
    font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    */
}
.cabin
{
 font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

#opacity
{
/*opacity: 0;*/
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

a:hover
{
/*color: #25a6e2 !important;*/
}

.brand,
.address-bar {
    display: none;
    
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    /*text-transform: capitalize;*/
}

.brand-before {
    margin: 15px 0;
    position: relative;
    top: -75px;
    color: white;
}

.brand-before-alt {
    padding-top: 250px;
    padding-bottom: 25px;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.wiggle
{
min-height: 125px;
position: absolute;
top: 20%;
width: 100%;
}

.wiggle h1
{
color: white;
text-shadow: 1px 1px 1px black;
width: 400px;
border: 10px solid white;
padding: 35px;
margin: 0 auto;
font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.white
{
color: white;
}

.wiggle2
{
background: rgba(0,0,0,.6);
color: white;
text-shadow: 1px 1px 1px black;
min-height: 250px;
position: absolute;
top: 40%;
width: 100%;
}

.wiggle3
{

min-height: 250px;
padding-top: 250px;
width: 100%;
}

.wiggle3-back
{
background: rgba(0,0,0,.6);
width: 100%;
}

.duravibe
{
max-height: 250px;
margin: 0 auto;
}

.intro2 {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
	background: white;
}

.btn-alt
{
color: white;
background: black;
border-color: red;
}

#dropout
{
display: none;
}

.btn-alt:hover
{
color: red;
background: black;
border-color: red;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
   z-index: 999999;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}

img.zoom {
    width: 350px;
    height: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    z-index: 1000000;
}
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 0;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);

}

.box-alt {
    margin-bottom: 0;
    padding: 30px 15px;
    /*background: #fff;
    background: rgba(255,255,255,0.9);*/
    background: black;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.png);
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }
		

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        /*padding: 30px 0 10px;*/
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        background: rgba(255,255,255,.9);
        height: 250px;
    }

	.wigglelogo
	{
	height: 250px;
	margin: 0 auto;
	}
	
	.navbar {
	margin-bottom: 0;
	}
	
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }
    
    .navbar-default .navbar-nav > li > a
    {
    /*color: black;*/
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (max-width:768) {
.wiggle
{
top: 10%;
}
.wiggle2
{
top: 20%;
}
}