@charset "UTF-8";

/**************************************
* When Computer Shuts Down While in Progress
* Reconnect CSS and Other Programming to HTML/Source Code
**************************************/

/**************************************
* The Plan: Create Home Page and Connect Zine with QR Code
* Publish this Page by Monday
**************************************/



/* Body */
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #0E0E0E;
    margin: 0;
    font-style: normal;
    font-weight: 200;
}

/* Container */
.container {
    width: 90%;
    margin: 0 auto;
    height: 1000px;
    background-color: #FFFFFF;
}

/* Navigation */
header {
    width: 100%;
    height: 5%;
    background-color: #000000;
    border-bottom: thick solid #FFFFFF;
}

.logo {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 10%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}

nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
}

header nav ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul li:hover a {
    color: #2C9AB7;
}

/* Hero Header */
.hero_header {
    color: white;
    font-size: 50px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #fff, 1px 1px 0 #888;
    text-align: center;
    letter-spacing: 4px;
    margin: 0;
}

.light_header {
    color: #0000ee;
    font-size: 50px;
    text-shadow: -20px -20px 28px #DA69DD, 20px -20px 1px #123, -20px 20px 1px #123, 20px 20px 1px #123;
    text-align: left;
    margin: 0;
    letter-spacing: 4px;
}

/* First Section */
.first {
    padding: 150px 0;
    background-image: none;
}

.light {
    font-weight: bold;
    color: #717070;
}

.tagline {
    text-align: center;
    font-family: "Comic Sans MS", Jokerman, "Berlin Sans FB", "Berlin Sans FB Demi", "Bauhaus 93";
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 10px;
}

/* About Section */
.text_column {
    width: 29%;
    text-align: justify;
    font-weight: normal;
    line-height: 21px;
    float: left;
    padding: 0 35px 0 20px;
    color: #FFFFFF;
}

.about {
    padding: 35px 25px 0;
    display: inline-table;
    background-color: #000000;
}
.about2 {text-align:left;
    padding: 0 35px 0 20px;
    color: #FFFFFF;
}
/* .contact Replaces .about2 */
.contact {text-align:left;
    padding: 0 35px 0 20px;
    color: yellow;
}
/* Stats Gallery */
.stats {
    color: #717070;
    margin-bottom: 5px;
}

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 0 35px;
    margin-top: -5px;
}

.thumbnail {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}

.gallery .thumbnail h4 {
    margin: 5px;
    color: #52BAD5;
}

.gallery .thumbnail p {
    margin: 0;
    color: #A3A3A3;
}

/* Parallax Section */
.banner {
    background-color: #FFFFFF;
    background-image: url('../_images/Portfolio_BGImage.jpg');
    height: 875px;
    background-attachment: scroll;
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}

.modelJuanita {
    color: #DA69DD;
    text-align: right;
    padding: 110px 100px 0 0;
    letter-spacing: 5px;
}

.modelJuanita_description {
    color: #FFFFFF;
    text-align: right;
    padding-right: 100px;
    width: 30%;
    float: right;
    font-weight: bolder;
    line-height: 30px;
    margin: -10px 27px 8px 8px;
}

/* Footer */
footer {
    background-color: #FFFFFF;
    padding-bottom: 35px;
    display: inline-block;
}

.footer_column {
    width: 50%;
    text-align: center;
    padding: 2px 0 40px;
    float: left;
}

footer .footer_column h3 {
    color: #FFFFFF;
    text-align: center;
}

footer .footer_column p {
    color: #717070;
    background-color: #FFFFFF;
    padding: 0 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin: 0 20px;
}

.cards {
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    height: auto;
}

.button {
    width: 200px;
    margin: 40px auto 0;
    padding: 20px 10px;
}