html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  Useful Defaults
--------------------------------------------------*/
img {
	max-width: 100%; /* Makes images scale with flexible grids */
	display: block; /* Removes tiny space below images rendered inline*/
}

html {
    font-size: 16px; /* Adjust for REM */
	line-height: 1;
}

/*  CLEARFIX
--------------------------------------------------*/
.cf::after {
    content: "";
    display: table;
    clear: both;
}

/*  BOX SIZING
--------------------------------------------------*/
*, *::before, *::after {
    box-sizing: border-box;
}


/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
CSS Start
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/


@font-face {
    font-family:'Univers LT Std';
    src: url('UniversLTStd-LightCn.woff2') format('woff2'),
        url('UniversLTStd-LightCn.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('UniversLTStd.woff2') format('woff2'),
        url('UniversLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('Baskerville-Italic.woff2') format('woff2'),
        url('Baskerville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Baskerville';
    src: url('Baskerville-BoldItalic.woff2') format('woff2'),
        url('Baskerville-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


a{
    text-decoration: none;
    color: inherit;
 }

a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
 }



body{
    background-color:#ffffff;
}

.wrapper{
    width:60%;
    max-width:1000px;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:40px;
}

#home_nav ul{
    margin-top:10px;
}

#home_nav li{
    font-family: 'Baskerville';
    font-size:70px;
    list-style-type:none;
    text-align:right;
    margin-top:20px;
    font-weight: normal;
    font-style: italic;
    color:#b94c26;
    letter-spacing:1px;
}

#home_nav li:hover{
    color:antiquewhite;
}

h1{
    font-family:'Univers LT Std';
    font-size:50px;
    color:#b94c26;
    letter-spacing:1px;
}

h2{
    font-family: 'Univers LT Std';
    color:#b94c26;
    transform:rotate(-90deg);
    position:absolute;
    left:100px;
    top:350px;
    font-size:16px;
}

h3{
    font-family: 'Univers LT Std';
    color:#b94c26;
    transform:rotate(-90deg);
    position:absolute;
    left:250px;
    top:300px;
    font-size:40px;
}

#paragraph{
    margin-top:20px;
    margin-bottom:20px;
}

p{
    font-family: 'Univers LT Std';
    font-size:14px;
    max-width:300px;
    min-width:300px;
    color:#b94c26;
    line-height:1.5em;
    margin-left:auto;
}

.content{
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    font-size:0;
}

section{
    margin: 0 auto;
}

video{
    margin-top:40px;
}

img{
    margin: 0 auto;
}

.responsive{
    width:33.3333333%;
    display:inline-block;
}

.responsive2{
    width:50%;
    display:inline-block;
    margin-top:none;
}

.slideshow-container {
    width:100%;
    margin: 0 auto;
    position: relative;
    margin-top:30px;
}

.slides{
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

#footer{
    margin-top:80px;
    margin-bottom:80px;
    text-align:right;
}

h4{
    font-family: 'Univers LT Std';
    font-weight: normal;
    font-style: normal;
    font-size:14px;
    color:#b94c26;
    margin-top:10px;
}

h5{
    font-family: 'Baskerville';
    font-size:16px;
    margin-top:10px;
    font-weight: normal;
    font-style: italic;
    color:#b94c26;
    letter-spacing:1px;
}

h6{
    font-family: 'Univers LT Std';
    font-weight: normal;
    font-style: normal;
    font-size:10px;
    color:#b94c26;
    margin-top:5px;
    text-align:right;
}

.button{
    text-align:right;
    width:100%;
    margin: 0 auto;
    margin-top:30px;
    font-size:0;
}

button{
    text-align:right;
    font-family: 'Univers LT Std';
    font-weight: normal;
    font-style: normal;
    width:70px;
    height:12px;
    font-size:14px;
    color:#b94c26;
    background-color:#ffffff;
    border-radius: 0;
    -webkit-appearance: none;
}

button:hover{
    background-color:antiquewhite;
    border-radius: 0px;
    -webkit-appearance: none;
}

button:focus{
    color:white;
    background-color:#062847;
    border-radius: 0px;
    -webkit-appearance: none;
}


 
/* Chiron Yoga */

.logo{
    margin-top:60px;
    margin-bottom:40px;
    max-width:70%;
}

.instagram{
    width:31.3333333%;
    vertical-align:top;
    margin-left:1%;
    margin-right:1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.instagram_no{
    width:31.3333333%;
    vertical-align:top;
    margin-left:1%;
    margin-right:1%;
}

.facebook{
    width:48%;
    margin-left:1%;
    margin-right:1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card{
    max-width:252px;
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:30px;
    font-size:0;
    margin-left:auto;
}

.letterhead{
    max-width:612px;
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:30px;
    font-size:0;
    margin-left:auto;
}

.envelope{
    max-width:684px;
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:30px;
    font-size:0;
    margin-left:auto;
}


/* Gran Piano Lounge */

.card2{
    max-width:144px;
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:30px;
    font-size:0;
    margin-left:auto;
    display:inline-block;
}

.right{
    text-align:right;
}

.winelist{
    max-width:306px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:30px;
    font-size:0;
    display:inline-block;
}



/* Texas Hill Country Wineries */

.winery, .winery_no{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.winery{
    transition:transform 0.25s ease;
}

.winery:hover {
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    transition-delay: 1s;
}

.top{
    margin-top:60px;
}



/* Share My Story */

.website{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:80px;
}

/* Scottish Rite Theater */

.description{
    margin-top:80px;
}

.lyla{
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:10px;
    font-size:0;
    margin-left:auto;
    max-width:792px;
}

.ticket{
    align-content:right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:10px;
    font-size:0;
    margin-left:auto;
    max-width:612px;
}



/* media query for tablet */
@media screen and (min-width:1420px) {
 
    
    
    
}



/* media query for tablet */
@media screen and (max-width:1201px) {

        h3{
        position:relative;
        transform:none;
        left:0px;
        top:0px;
        margin-top:20px;
        margin-bottom:40px;
}
        #paragraph{
        margin-top:20px;
        margin-left:0px;
}    
        #footer{
        margin-top:60px;
        margin-bottom:60px;
}
    
        .winelist{
        width:49%;
}
}





/* media query for tablet */
@media screen and (max-width:1001px) {

    
    h2{
        position:relative;
        transform:none;
        left:0px;
        top:0px;
        margin-top:20px;
        margin-bottom:40px;
    }
    

    
}

/* media query for phone */
@media screen and (max-width:640px) {
        
        
        h1{
            font-family:'Univers LT Std';
            font-size:40px;
            color:#b94c26;
        }
   
        #home_nav li{
            font-family: 'Baskerville';
            font-size:50px;
            list-style-type:none;
            text-align:right;
            margin-top:20px;
            color:#b94c26;
            letter-spacing:1px;
        }
    
        h2{
            margin-bottom:50px;
            margin-top:30px;
            font-size:15px;
        }
    
        h3{
            margin-bottom:50px;
            margin-top:30px;
        }
  
        p{
            font-size:14px;
            max-width:250px;
            min-width:250px;
        }
    
        h6{
            font-size:8px;
        }
} 

}












