/*First SASS page*/
@import url("https://fonts.googleapis.com/css?family=Shrikhand");
@import "compass/css3";
/*------Hex#s-------

*/
* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;

}
* a:hover {
    opacity: .6;
    transition: .5s;
    text-decoration: none;
}

*a {
    transition: 1s;
}
*{
    box-sizing: border-box;
}


body{
    width: 100%;
    width: 100%;
}

#container {
    margin: auto;
    max-width: 1600px;
    clear: both;
    margin-top: 1%;
    
}



.logo {
    width: 5%;
    margin-top: 1.75%;
    margin-LEFT: 1.75%;
    clear: both;
    left: 3%;
}



li a{
    color: white;
    font-family: 'Slabo 27px', serif;
    font-size: 1em;
}


header {
    margin-top: 10vw;
    margin-bottom: 12vw;
    height: 100%;
    clear: both; 
}

header h1 {
    font-size: 3em;
    font-weight: 400;
    color: #650e0e;
}

header h2 {
    text-align: center ;
    padding-top: 15%;
}

header a{
    color: #070752;
}

.workbutton {
    margin: auto;
    text-align: center;
    margin-top: 8%;
    
}

.workbutton a {
    font-family: 'Slabo 27px', serif;
    margin: auto;
    font-size: 1.5em;
    color: #070752;
    border: 2px solid #650e0e;
    vertical-align: middle;
    border-radius: 35px;
    padding: 10px;
    box-sizing: border-box;
}

.workbutton a:hover {
    border: 2px solid #070752 ;
    color: #650e0e;
}

h2 {
    font-family: 'Slabo 27px', serif;
    margin: auto;
    font-size: 2em;
    clear: both;
    padding-top: 1%;
    text-align: right;
    color: #650e0e;

}

h3 {
    font-family: 'Quicksand', sans-serif;
    color: #650e0e;
    margin-top: 1%;
} 

.workpreview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#thirdpreview {
    width: 33%;
}

/*-----grid---
----------------------------------------*/
.begining {
    height: 15vw;
}

.work {
    width: 100%;
   
    margin: auto;
    margin-top: 6%;
}


#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


.scale-anm {
  transform: scale(1);
}



.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 10px rgba(7, 7, 82, 0.2);
    -webkit-backface-visibility: hidden;

}

.tile img:hover {
    box-shadow: 1px 1px 10px rgba(7, 7, 82, 0.2);
}

.btn {
    width: 21.4%;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 1em;
    height: auto;
    border: 2px solid #650e0e;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
    background-color: #650e0e;
    color: white;
    
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95%;
  width: 100%;
  opacity: 0;
  transition: .25s ease-in;
  background-color: rgba(7, 7, 82, 0.8);
}
.overlay:hover {
    opacity: 1;
}


.text {
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




/*---------- About -------------- */

.about {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    clear: both;
    padding-top: 5%;
    
}

.about p {
    text-align: left;
    color: #393939;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.1em;
    line-height: 2em;
}


.left {
    width: 20%;
    background-image: url(images/portrait.png);
    height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12%;
    margin-left: 10px;;
}

.right {
    width: 75%;
     padding: 6%;
    box-sizing: border-box;  
}
.resume {
    width: 300px;
    height: 380px;
    background-image: url(images/Michelle-Brown-Resume.jpg); 
    background-size: cover; 
    top: 80px;
    box-shadow: 1px 2px 4px #393939;
    margin: auto;
}

/*---------- Contact Sheet -------------- */

#page-wrapper {
  width: 100%;
  background: white;
  padding: 1em;
  margin: 4em auto;
  margin-bottom: 0em;
  padding-top: 7%;
}


.field {
  margin: .5em;
    text-align: center;
    max-width: 600px;
    margin: auto;
    
}

label {
  display: block;
  margin-top: 1.1em;
  margin-bottom: 0.5em;
  color:#070752;
    font-family:'Slabo 27px', serif;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 30px;
  border: 3px solid #070752;
}

.contact h1 { 
    font-size: 2em;
    text-align: center;
    line-height: 1.4em;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .05em;
    color: #070752;
}

.contact h2 { 
    font-size: 1.25em;
    max-width: 70%;
    text-align: center;
    line-height: 1.4em;
    
}

textarea {
  width: 100%;
  height: 100px;
  padding: 1em;
  font-size: .9em;
  border-radius: 60px;
  border: 3px solid #070752;
  font-family: 'Quicksand', sans-serif;
}


button {
  display: inline-block;
  border-radius: 20px;
  border: none;
  font-size: 1em;
    text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif;
  margin: 1em;;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #070752;
  background-color: white;
  border: 1px solid #e6f8d6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color:#650e0e;
  background-color: white;
  border: 1px solid color: #650e0e;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/*---------- Footer -------------- */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 3%;
    font-family: 'Slabo 27px', serif;
    letter-spacing: .05em;           
}

footer h3 {
	color: #650e0e;
    line-height: 2em;
}

footer a {
	color: #650e0e;
    width: 125px;
    margin: auto;
    text-align: center;
}

.footleft {
    width: 60%;
    text-align: left;
    
}

.footright {
    width: 40%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    
}

.footright img {
    width: 40%;
}

p {
    text-align: center; 
    font-family: 'Quicksand', sans-serif;
    
}


/*---------- Typewriter -------------- */

.typewriter h4 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.typewrite  h4{
    height: 300px;
}

/*---------- Gallery Page Specs -------------- */

h1 {
    font-family: 'Quicksand', sans-serif;
    margin: auto;
    text-align: center;
    font-size: 2em;
    color: #070752;
}
.gallery_header {
     height: 15vw;
    clear: both;
   
}

.descript{
    width: 40%;
    margin: auto;
    
}

.descript p{
    text-align: left;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.5em;
}

.descript a {
    font-family: 'Slabo 27px', serif;
    color: #070752;
}


.book_frame {
    clear: both;
    margin-top: 4%;
    text-align: center;
    box-sizing: border-box;
}

/*------------------flickity-------------------*/

.main-carousel {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 5%;
}


.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/* no circle */
.flickity-button {
  background: transparent;
}
.flickity-button:hover {
  background: transparent;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width:35px;
/*  height: 30px;*/
}
/* icon color */
.flickity-button-icon {
  fill: #650e0e;
}


/*---------- elc page -------------- */

.carousel-elc1 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/elc_preview.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-elc2 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/elc2.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-elc3 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/elc3.jpg);
    background-size: contain;
    background-position: center;
}


/*---------- VPP -------------- */


.carousel-vpp1 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/vpp1.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-vpp2 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/vpp2.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-vpp3 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/vpp3.jpg);
    background-size: contain;
    background-position: center;
}



/*---------- anita page -------------- */

.anita_frame {
    clear: both;
    width: 100%;
    margin-top: 3%;
    height: 40vw;
    text-align: center;
    margin: auto;
    background-image: url(images/anita.png);
    background-repeat: no-repeat;
    background-size: contain; 
}

.anita_frame a{
    text-align: center;
     color: #070752;
    font-family: 'Slabo 27px', serif;  
    text-decoration: none;
    margin: auto;    
}

.anitapage {
    width: 100%;
    height: 34vw;
    background-image: url(images/anita.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




/*---------- band page -------------- */


.band1 {
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/bandlogo-mock.jpg);
    background-position: center;
    margin: auto;
    margin-top: 2%;
}

.band_gallery{
    margin: auto;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.band2 {
    width: 45%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/band2.jpg);
    margin-top: 1%;
    background-position: center;
}
.band3 {
    width: 45%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/band3.jpg);
    margin-top: 0%;
    background-position: center;
}

.band4 {
    width: 100%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/band4.gif);
    margin-top: 1%;
    margin: auto;
    text-align: center;
    background-position: center;
}

.band5 {
    width: 49%;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/band5.jpg);
    margin-top: 1%;
    margin: auto;
}

.band6 {
    width: 49%;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/band6.jpg);
    margin-top: 1%;
    margin: auto;
}

.band7 {
    width: 32%;
    height: 500px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(images/band7.jpg);
    margin-top: 2%;
    margin: auto;
}

.band8 {
    width: 32%;
    height: 500px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(images/band8.jpg);
    margin-top: 2%;
    margin: auto;
}

.band9 {
    width: 32%;
    height: 500px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(images/band9.jpg);
    margin-top: 2%;
    margin: auto;
}


/*---------- direct page -------------- */

.direct_gallery {
    margin: auto;
    text-align: center;
    width: 99%;
}


.carousel-direct1 {
    width: 400px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/direct1.jpg);
}
.carousel-direct2 {
    width: 400px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/direct2.jpg);
}

.carousel-direct3 {
    width: 400px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/direct3.jpg);
}

.carousel-direct4 {
    width: 400px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/direct4.jpg);
}


/*---------- next page -------------- */

.mobileapp {
    background-image: url(images/next-app.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 700px;
    margin: auto;
}

/*---------- off page -------------- */

.off_frame1 {
    clear: both;
    margin-top: 4%;
    text-align: center;
    box-sizing: border-box;
    
}

.off_frame2 {
    display: none;
    
}

/*---------- oresto page -------------- */

.carousel-oresto2 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto2.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-oresto3 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto3.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-oresto4 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto4.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto5 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto5.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-oresto6 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto6.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto7 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto7.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto8 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto8.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto9 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto9.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto10 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto10.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto11 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto11.jpg);
    background-size: contain;
    background-position: center;
}

.carousel-oresto12 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto12.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto13 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto13.jpg);
    background-size: contain;
    background-position: center;
}
.carousel-oresto14 {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(images/oresto4.jpg);
    background-size: contain;
    background-position: center;
}





/*---------- aesthetic page -------------- */

.aestheticinside {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-image: url(images/aesthetic-inside.jpg);
    background-size: contain;
    background-position: center;
    margin-top: 2%;
}

.aestheticbook {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url(images/aesthetic1.jpg);
    background-size: contain;
    background-position: center;
}

.aesthetic-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.aesthetictags {
    width: 69%;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url(images/aesthetic2.jpg);
    background-size: contain;
    background-position: center;
}

.aestheticsign {
    width: 30%;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url(images/aesthetic3.jpg);
    background-size: contain;
    background-position: center;
}


/*---------- spaghetti page -------------- */

.spaghetti1 {
    width: 350px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti1.png);
    margin: auto;
    margin-top: 5%;
}
.spaghetti2 {
    width: 100%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti2.jpg);
    background-position: center;
    margin: auto;
    margin-bottom: 2%;
}

.spaghetti_gallery{
    margin: auto;
    text-align: center;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.spaghetti3 {
    width: 33%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti3.png);
    background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti4 {
    width: 33%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti4.png);
    background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti5 {
    width: 33%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti5.png);
    background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti6 {
    width: 50%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti6.png);
    background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti7 {
    width: 50%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti7.png);background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti8 {
    width: 50%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti8.png);background-position: center;
    margin: auto;
    margin-top: 5%;
}

.spaghetti9 {
    width: 50%;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/spaghetti9.png);background-position: center;
    margin: auto;
    margin-top: 5%;
}


/*---------- state page -------------- */

.state_frame1 {
    clear: both;
    margin-top: 4%;
    text-align: center;
}

.state_frame2 {
    clear: both;
    text-align: center;
}

.state_frame3 {
    display: none;
}

.state_gallery{
    margin: auto;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.state1 {
    width: 390px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/state1.png);
    text-align: center;
    margin: auto;
}


.state2 {
    width: 100%;
    height: 680px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/state3.jpg);
    text-align: center;
    background-position: center;
    margin: auto;
}
.state3 {
    width: 100%;
    height: 680px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/state2-02.jpg);
    text-align: center;
    background-position: center;
    margin: auto;
}

.statebutton a {
    font-family: 'Slabo 27px', serif;
    color: #070752;
    text-align: center;
}

/*---------- book page -------------- */



/*---------- transit page -------------- */




/*---------------------- Tablet ----------------------------------------------------------------------*/
@media screen and (min-width: 501px) and (max-width: 820px) {
  
header h1 {
    font-size: 2em;
}    
    
.btn {
    width: 19%;
}
    
    
    .work {
    width: 95%;
    max-width: 950px;
    margin: auto;
}
    
    
  .elc1 {
    margin-top: 2%;
}
.elc2 {
    margin-top: 2%;
}
.elc3 {
    margin-top: 2%;
}
  
    
   .book_frame {
    margin-top: 2%;
}
    
.descript{
    width: 75%;
    margin: auto;
    
}
    
.logo {
    width: 10%;
    margin-top: 1.75%;
    margin-LEFT: 1.75%;
    clear: both;
    left: 3%;
}    
    
}


/*---------------------- Tablet/Mobile Between ----------------------------------------------------------------------*/
@media screen and (min-width: 501px) and (max-width: 630px) {
    header h1 {
    font-size: 1.5em;
}    
    
.btn {
    width: 20%;
    line-height: normal;
    padding: .5rem 1rem;
    margin: .5em;
    height: auto;
    border: 2px solid #650e0e;
    vertical-align: middle;
    -webkit-appearance: none;
} 
    
.descript{
    width: 90%;
    margin: auto;
    
}    
    
}




/*---------------------- Mobile ----------------------------------------------------------------------*/
@media screen and (max-width: 500px) {

    
   
    
    
    header {
     height: 100%;
}
    
.logo {
    width: 15%;
    margin-top: 1.75%;
    margin-LEFT: 1.75%;
    clear: both;
    left: 3%;
}
    
    
    header h1 {
    font-size: 1.25em;
    font-weight: 400;
}
    header h2 {
        padding-top: 45%;
    }
    
    .begining {
         height: 20vw;
    }
    
    .work {
    width: 95%;
    max-width: 950px;
    margin: auto;       
}

    
    #portfolio {  
    margin: 1em;;
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
}

    
    .btn {
    width:22%;
    border: 2px solid #650e0e;
    vertical-align: middle;
        margin: .2em;
    padding: .1em;
    box-sizing: border-box;
        font-size: .9em;
    }

    .about {   
    display: block;
    clear: both;
    padding-top: 5%;  
      
}

.left {
    width: 90%;
    background-image: url(images/portrait.png);
    background-position: center center;
    height: 50vw;
    background-size: contain;
    background-repeat: no-repeat;  
    margin: auto;
}

.right {
    width: 100%;
     padding: 6%;
    box-sizing: border-box;
    background-color: azure;    
}

.contact h2 { 
    max-width: 90%;
    font-size: 1em;
}
    
    
/*---------- Footer -------------- */

footer {
   display: block;
    padding: 3%;
    box-sizing: border-box;
    font-family: 'Slabo 27px', serif;
    letter-spacing: .1em;           
}


.footleft {
    width: 95%;
    text-align: center;
    margin: auto;
    line-height: 2em;
    
}

.footright {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    margin-top: 8%;
    
}

    .footer a {
        margin: auto;
        padding: 0;
        text-align: center;
    }    
    
.footright img {
    width: 40%;
}
p {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: .3em;
    
}
    
    
    
    /*-------Gallery Spec Page------*/
    


.gallery_header {
     height: 19vw;
    clear: both;
   
}
    
    
    
    h1 {
    font-family: 'Quicksand', sans-serif;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
    color: #070752;
}
    
    .descript p{
    text-align: left;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    line-height: 1.75em;
    
}


.descript{
    width: 94%;
    margin: auto;
    margin-top: 1%;
    
}

      .elc1 {
    height:300px;
}
.elc2 {
     height:300px;
}
.elc3 {
     height:300px;
}
        
    
    .off_frame1 {
        display: none;
    clear: both;
    margin-top: 4%;
    text-align: center;
}
    
    .off_frame2 {
        display: block;
        text-align: center;
        
    }
    .state_frame1 {
        display: none;
    }
    
    .state_frame2 {
        display: none;
    }
    
    .state_frame3 {
        display: block;
        margin: auto;
        text-align: center;
    }
    
    
    
   .book_frame {
    margin-top: 1%;
}
 
    
    
    
    .anita_frame {
    margin-top: 8%;
    height: 40vw;
}

    .band5 {
    width: 100%;
    height: 400px;
    margin-top: 1%;
    margin: auto;
}

.band6 {
    width: 100%;
    height: 400px;
    margin-top: 1%;
    margin: auto;
}
    
    
    
}
    
    