@charset "UTF-8";
/* CSS Document */






/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

html{
    
    -ms-overflow-style: none;
    overflow:hidden;
}


html, body{
    height: 100%;
    overflow: hidden;
  
}
.page{
    overflow: hidden;
	height:100%;
    background-size: cover;
    
    -webkit-animation: fadein1 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 2s; /* Firefox < 16 */
        -ms-animation: fadein1 2s; /* Internet Explorer */
         -o-animation: fadein1 2s; /* Opera < 12.1 */
            animation: fadein1 2s;
}

@keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
	
}

.page1{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	height:100%;
    
    
    -webkit-animation: fadein1 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein1 2s; /* Firefox < 16 */
        -ms-animation: fadein1 2s; /* Internet Explorer */
         -o-animation: fadein1 2s; /* Opera < 12.1 */
            animation: fadein1 2s;
}

@keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein1 {
    from { opacity: 0; }
    to   { opacity: 1; }
	
}


.header {

    width:100%;
    display: block;
    text-align: center;
    height: 160px;
    background-color: transparent;
    position:absolute;
    z-index:3;
    bottom:5px;
    
    }



/* ==============================
    MENU , NAV , LI , UL
============================== */

.menu {
    position: absolute;
    width:100%;
    top:80px;
    padding-top:35px;

}
nav {
	width: 100%;
    font-family: 'Dosis', sans-serif;
  
  position: absolute;
	padding-top: 2px;
	font-size: 11px;
    font-weight: lighter;
    letter-spacing: 2.5px;
    z-index: 1000;
}

ul {
    padding: 0px;   
}

li {
display: inline;
margin: auto;
padding-left: 2px;
padding-right: 2px;
color: #000;

}

li a {
	
	padding-left: 0px;
	
	
	}

ul a {
	font-size: 11px;
    color: #000;
    font-weight: 100;
    border: none;
    line-height: 14px;
    
}

ul a:hover{
	color: #000;
	border-bottom-width: 0.25px;
	border-bottom-style: solid;
    padding-bottom: 1px;
    cursor: pointer;
}

ul a:visited{
    color: #000;
    font-weight: 100;
    border: none;
}

/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */



.home-content{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	
	
	
	
}


/* Home content */

.home-content{
    position: relative;
    
	
	

}
.home-text{
    display: table-cell;
    height: 100%;
    vertical-align: middle;

	
}

.westwing {
    background-color: #62bba5;
    position: fixed;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
    z-index: 9999;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
            animation-delay: 1s;
            animation-fill-mode: backwards;
}

@keyframes fadein {
    from { left: -200px; opacity: 0; }
    to   { left: 0px; opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { left: -200px; opacity: 0; }
    to   { left: 0px; opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { left: -200px; opacity: 0; }
    to   { left: 0px; opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { left: -200px; opacity: 0; }
    to   { left: 0px; opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { left: -200px; opacity: 0; }
    to   { left: 0px; opacity: 1; }
}

.westwing h3 {
    color: whitesmoke;
    font-size: 11px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 5px;

}

.westwingborder {

    border-style: dashed;
    border-width: 2px;
    border-color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}





/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */

.bg{
    width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:contain;
	background-image:url(../images/mainBG002.jpg);

	
}

.bgwestwing{
    width: 100%;
	display: block;
	position: relative;
	height: 500px;
	background-color: #62bba5;
    margin-top: 70px;
    
	
}

.container {
    position:relative;
    top:122px;
    text-align: center;
}

.bgwestwing h1 {
    color: white;
    letter-spacing: 4px;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom:30px;
    margin: 0;
    
}

.bgwestwing a {
    color: white;
    letter-spacing: 4px;
    font-size: 20px;
}

.bgwestwing a:hover {
    color: white;
    letter-spacing: 4px;
    font-size: 20px;
}


.bgwestwingvideo{
    width: 100%;
	display: block;
	position: relative;
	height: auto;
	background-color: white;
    margin-top: 100px;
	margin-bottom:100px;
}


.videocontainer {
    display: block;
    position: relative;
    align-content: center;
    width: 60%;
    height: 39.5vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
    background-color: white;
}



body{
    color: #FFF;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    line-height: 1.6;    
    -webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}


a{
    color: #FFF;
    border-bottom: 1px solid;
    text-decoration: none;
    font-size: 10px;
}

a:visited{
color:#FFF;
text-decoration: none;	
}


a:hover{
    color: #0F0;
    text-decoration: none;
}


a:active {
    color: #FFF;
}

h1,h2 {
    margin-bottom: 2.5em;
    line-height: 0.9;
    font-weight: 400;
    padding-bottom: 300px;
   
}
h1{
    font-size: 60px;
    color: #ffccff;
    font-weight: 900;
    font-family: 'Dosis', sans-serif;
    
  
}



h2{
    font-size: 14px;
    color: #cc33cc;
    font-weight: 100;
    
}
h6{
    font-weight: 700;
}
p{
    margin: 0 0 2em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}


.uppercase{
    text-transform: uppercase;
    letter-spacing: 4px;
}
.font-alt{
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 17px;
}

.font-alt-ns{
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.serif{
    font-family: 'Dosis', sans-serif;
    font-style: italic;
    font-weight: normal;
}
.normal{
    font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}

.logo {
	margin-bottom: 0px;
	
	}
    
    
.bottom {
    position: fixed;
    width: 500px;
    height: 200px;
   
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    bottom: -192px;
}
    
/* ==============================
   MEDIA QUERIES
   ============================== */
    
    

/* Portrait 
@media only screen 
  and (min-width: 834px) 
  and (max-width: 834px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {



    img{
        width:800px;
    }

    h1{
        font-size: 55px;
        color: #ffccff;
        font-weight: 900;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-top: 680px;
        padding-left: 0px;
        } 
}
/* Landscape 
@media only screen 
  and (min-width: 1112px) 
  and (max-width: 1112px) 
  and (orientation: Landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    img{
        width:800px;
    }

    h1{
        font-size: 60px;
        color: #ffccff;
        font-weight: 900;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-top: 0px;
        padding-left: 0px;
        } 

    h2{
            font-size: 20px;
            color: #ffccff;
        }

    .home-content{
            position: relative;
            padding-top: 20px;
        }

    .bg{
    
	    background-image:url(../images/mainBG001.jpg);

    }
  }

  @media only screen 
  and (min-width: 800px)
  and (orientation :Landscape)
  {
    

    h1{
        font-size: 60px;
        color: #ffccff;
        font-weight: 900;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding-top: 0px;
        padding-left: 0px;
        } 

    h2{
        font-size: 13px;
        font-weight: 100;
        color: #cc33cc;
        
        bottom: 12px;
        left: 42%;
        }

    .home-content{
            position: relative;
            padding-top: 20px;
        }
        .bg{
    
            background-image:url(../images/mainBG001.jpg);
    
        }
    }
*/
    @media only screen  
  and (max-width: 414px)
  and (min-width: 374px)
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2)

  {
    

    h1{
        font-size: 34px;
        margin-bottom: 5.0em;
    }

    .font-alt{
        letter-spacing: 3px;
    }
    
    .bg{
         background-size: cover;
    }


    .westwing{
            margin-top:430px;

        }

    .bgwestwing {
            margin-top:0px;
        }
        
    .videocontainer {
                
                width: 100%;
                height: 56vh;
                margin-top: 0px;
                margin-bottom:0px;
            }

    .container img {
                width: 330px;
                }

    .bgwestwing h1 {
                    color: white;
                    letter-spacing: 1px;
                    font-size: 16px;
                }

    .bgwestwing a {
                    color: white;
                    letter-spacing: 1px;
                    font-size: 16px;
    }

    .bgwestwing a:hover {
        color: white;
        letter-spacing: 1px;
        font-size: 16px;
}
    }



    @media only screen  
  and (max-width: 1023px)
  and (min-width: 666px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2)

  {
    

    h1{
        font-size: 30px;
        margin-bottom: 2.0em;
    }

    .header {
        bottom:-15px;
    }
    
    .bg{
         background-size: contain;
    }


    .westwing{
            margin-top:225px;

        }


    }