/* Responsive Website for Web 2 -Lindsey Norberg, Baily Andersen, & Julli Krishcko*/

/*
Color combination

Black color="#333232"
Deep blue color="#3d8f8c"
light blue color="#b9ddd1"
Salmon color="#f0614b"
gold color="#b39655"
orange color="#f6873a"
green color="#6cad44"
font-family: 'Lato', sans-serif;
font-family: 'Abril Fatface', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Julius Sans One', sans-serif;

font-family: 'Permanent Marker', cursive;
font-family: 'Homemade Apple', cursive;
font-family: 'Kristi', cursive;

*/

/* Wild Card */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    margin: 0 auto;
    background-color: #CDB7B5;
    font-family: 'Lato', sans-serif;
    letter-spacing: .02rem;
    color: white;

}

a {
	font-family: 'Lato', sans-serif;
	color: #EEE5DE;
	text-decoration: none;
}

.button {
    background-color: #fab830; 
    border-radius: 0;
    border: none;
    width: 20%;
    color: white;
    padding: 20px 40px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4%;
}

#name {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 100px;
	letter-spacing: .06em;
	
}

#pics {
    display: block;
    margin: auto;
    width: 20%; 
}

img {
	display: block;
	margin: auto;
}

h1{
    font-family: 'Abril Fatface', cursive;
    color: white;
    position: absolute;
    top: 150px;
    left: 250px;
    font-size: 100px;
}

h2 {
    font-family: 'Abril Fatface', cursive;
    padding-bottom: 40px;
    padding-top: 170px;
    font-size: 80px;
    font-weight: 200;
    text-align: center;
    color: white;
}

h3 {
    padding-bottom: 40px;
    padding-top: 80px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: white;
}

h4 {
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 25px;
	text-align: center;
}

#thin{
	font-weight: 50;
	color: #FAFAFA;
}

h5 {
	font-family: 'Lato', sans-serif;
	color: grey;
	font-size: 20px;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 2%;
	padding-top: 2%;
}

h6 {
	font-family: 'Julius Sans One', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: 	#F2F2F2;
	font-size: 20px;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 4%;
}

#dream {
	font-family: 'Permanent Marker', cursive;
	font-size: 28px;
	color: #EEE5DE;
}

#choose {
	  color: 	#EBEBEB;
    font-family: 'Julius Sans One', sans-serif;
    text-decoration: none;
}

#dream2 {
	font-family: 'Permanent Marker', cursive;
	font-size: 50px;
	color: 	#A78D84;
}

#artist {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 50;
	color: #707070;
}

#regular {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 50;
	color: #707070;
}

.highlight {
	font-family: 'Open Sans', sans-serif;
	color: #5C5C5C;
	color: #707070;
	font-weight:900;
	text-transform: uppercase;
}

p {
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 4%;
  text-align: center;
}

@media (min-width: 999px) and (max-width:1100px) {
    .hero-text {
        font-size: 40px;
}
    h1 {
        font-size: 90px;
    }
}

@media (min-width: 800px) and (max-width:1000px) {
    .hero-text {
        display: none;
}
    h1 {
    top: 150px;
    left: 150px;
    font-size: 70px;
    }
}

@media (min-width: 700px) and (max-width:799px) {
    .hero-text {
        display: none;
}
    h1 {
    top: 150px;
    left: 100px;
    font-size: 70px;
    }
}

@media (min-width: 0px) and (max-width:699px) {
    .hero-text {
        display: none;
}
    h1 {
    top: 330px;
    left: 60px;
    font-size: 50px;
    }
}




.contact-info h3{
   color: #22a5ef;
    padding: 10px;
}

/* Header Main Navigation */

header.nav {
    background-color: rgb(250,184,48);
    z-index: 999;
    position: fixed;
    width: 100%;
    padding: 2%;
    top: 0;
}

header.nav ul {
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: left;
}

header.nav:hover {
/*    background-color: #22a5ef;*/
}

header.nav ul li {
    display:inline-block;
}

header.nav ul li a {
    display:block;
    color: 	#EBEBEB;
    font-family: 'Julius Sans One', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;  /* button size */
	text-align: center;
}

 header.nav ul li a:hover {
    background-image: url("img/flower1.gif");
    color: #000;
   /*  rgba(250,154,80,.9); */

}

/* Nav media Querey */

@media (min-width:0px) and (max-width: 700px) {
    header.nav ul li {
    display:block;
    z-index: 0;
}
    header.nav {
    position: static;
}
}

@media (min-width: 0px) and (max-width:600px) {
.hero-resume {
    height: 500px;
}
}

@media (min-width: 601px) and (max-width:1000px) {
.contact-info {
    text-align: left;
    padding: 180px;
}
}

@media (min-width: 0px) and (max-width:600px) {
.contact-info {
    font-size: 18px;
    text-align: left;
    padding: 60px;
}
}

/* Home page 3 Women Examples */

.portgrid .col {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;

}

.portgrid .col:first-child {
    background-image: url(img/girl3.jpg);
}

.portgrid .col:nth-child(2) {
    background-image: url(img/girl1.jpg);
}

.portgrid .col:nth-child(3) {
    background-image: url(img/girl2.jpg);
}

.portgrid {
    max-width: 100%;
    margin: 0 auto;
    overflow: auto;
    margin-bottom: 50px;
}

/* Aine Addatives */

.portgrid .col, .portgrid-two .col {
    position: relative;
}

.portgrid .col:before {
    transition: all .5s ease;
    content: '';
    position: absolute;
    height: 0;
    width  : 100%;
    opacity: 0;
    background-color: rgba(51, 50, 50, 1);
    top: 0;
    left: 0;
    z-index: 1;
}
.portgrid .col:hover:before {
    height: 100%;
    opacity: 1;
}
.portgrid span {
    transition: all .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fab830;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .04rem;
}
.portgrid .col:hover span {
    opacity: 1;
}
.port {
    text-align: center;
    font-size: 20px;
    clear:both;
}

.portgrid .col, .investgrid .col {
    width: 33.33%;
    height: 400px;
    float: left;
    margin: 0 auto;
    text-align: center;
    color: white;
}

/* Invest Gride Text & Icons */

.portgrid .col:last-child {
    margin-right: 0;
}

.portgrid-two .col:last-child {
    margin-right: 0;
}




/* copy right */

.copyright {
    text-align: center;
    padding: 15px;
    font-size: 10px;
}
