/*Stylesheet - style.css Created by Jenni Haase*/
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);



/*****Backgrounds & Main title *****/
.background-stretch {
	position: relative;	
	overflow: hidden;
	height: 100%;
	background: url(../images/Background.png) center center no-repeat;
	background-size: cover;
    min-height: 350px;
    color: white;
}
.bottom-background-edge { /*Bottom White triangle for style*/
    position:absolute;
    bottom: 0em;
    width: 101%; /*Having issues with covering entire page under 100% width*/
    height: 7em;
    vertical-align: bottom;
    left:0;
    right:0;
}
.top-background-edge { /*Top White triangle for style*/
    position: absolute;   
    width: 101%;
    height: 7em;
    left:0;
    right:0;
}
#main h1{
    position: absolute;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 75px;
    font-family: 'Great Vibes', arial;
}
.sig {
    position:absolute;    
    height: 80%;
    margin-top: 2%;
}
@media screen and (max-width: 1100px) {
    .sig {
        height: 80%;
    }
    #main h1{
        left: 2%;        
    }
}
@media screen and (max-width: 950px) {
    .index #background-top {
        min-height: 300px;
    }
    .sig {
        height: 70%;
    }    

}
@media screen and (max-width: 768px) {
    :not(.index) #background-top {
        min-height: 250px;
    }
    #main h1{
        top: 2%;
    }
}
@media screen and (max-width: 360px) {
    :not(.index) #background-top {
        min-height: 150px;
    }
}

@media screen and (max-width: 500px) {
    .bottom-background-edge { /*Bottom White triangle for style*/
        height: 5em;
    }
    .top-background-edge { /*Top White triangle for style*/
        height: 5em;
    }
    .index #background-top {
        min-height: 220px;    
    }
    #main h1{
        font-size: 52px;
    }
}
@media screen and (max-width: 360px) {
    .bottom-background-edge { /*Bottom White triangle for style*/
        height: 3.5em;
    }
    .top-background-edge { /*Top White triangle for style*/
        height: 3.5em;
    }
    .index #background-top {
        min-height: 150px;
    }
    #main h1{
        font-size: 32px;
    }
}

/*****Navigation*****/
#myNavbar {
    padding-top: 40px;
}
#main .background-stretch li a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
}
@media screen and (max-width: 768px) {    
    #main .background-stretch li a {
        background-color: black;
    }
    #myNavbar{
        position: relative;
        z-index:20;
    }
}
@media screen and (max-width: 950px) {  
    #main .nav li a {
        padding: 6px 7px;
    }
}
#main .background-stretch li a:hover {
    color: aqua;
}
.dropdown-menu {
    background-color: transparent;
}

/*****Index Page Contents*****/
#background-mid{
    min-height: 400px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #background-mid {
        min-height: 700px;
    }    
}
.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icon{
    background: url(../images/cir.png) center center no-repeat;
    padding:30px;
    font-size: 25px;
}    
/*#background-mid p{
    text-align: center;
}
#background-mid h3{
    text-align: center;
}*/
.index-about-article{
    margin-top:30px;
}
div hr {
    height: 3px;
    background-image: linear-gradient(to right, rgba(63, 191, 191, .75), rgba(63, 191, 191, .5), rgba(0, 0, 0, 0));
}


/*****Contact Form*****/
.fieldset{
    margin:20px;
}
#reset{        
    padding:8px 20px;
}
#submit{    
    padding:20px 30px;
    margin-bottom:50px; 
}
#contact-thank-you input{
    width: 100%;
}
#contact-thank-you textarea{
    width: 100%;
}

/*****Portfolio*****/
.web-portfolio-item-image{
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    display:block;
}
.portfolio-item-image{
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
    display:block;
}
.portfolio-item{
    min-height: 350px;
}
.collage-image{
    max-height: 700px;
    max-width: 700px;
    margin: 0 auto;
    display:block;
}
@media screen and (max-width: 768px) {    
    .portfolio-item-image{
        max-height: 300px;
    }
    .web-portfolio-item-image{
        max-height: 400px;
    }
    .portfolio-item{
        min-height: 390px;
    }
}
h4{
    text-align: center;
}
.border-ridge{
    border-style:ridge;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color:rgba(212, 212, 191, 0.22);
}
h2, h5{
    margin-bottom: 3px;
    margin-top:3px;
    padding: 2px 20px;  
}
    
h2 {
    margin-top: 30px;
}
     
#fine-art p, #hair-design p, #photography p{
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right:20px;
    margin-top:3px;   
}
#fine-art h6{
    margin-top: 0px;
    margin-left:39px;
}
#fine-art ul{
    margin-bottom:0px;
}
.collage{
    margin-bottom: 60px;
}

/*****Resume*****/
.horizontal-center{
    display:block;
    margin: 0 auto;
}
.h4-top {
    margin-top: 40px;
}
#resume article img{
    height:280px;
    width:200px;
}

/*****Footer*****/
footer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

#top-footer-margin{
    
}
