﻿

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(images/abt_con_port_background.jpg);
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.primary {
    width: 1024px;
    height: 65px;
    margin-top: 22px;
    margin-right: 22px;
    margin-left: 30px;
    margin-bottom: 22px;
}

    .primary div {
        width: 180px;
        height: 60px;
        float: left;
    }

    .primary ul {
        text-decoration: none;
        list-style-type: none;
        display: inline;
        float: right;
        margin-right: 100px;
        margin-top: 30px;
        font-family: 'Gillsans';
        font-size: 18px;
        letter-spacing: 0.18rem;
    }

        .primary ul li {
            text-decoration: none;
            list-style-type: none;
            color: #ffffff;
            display: inline;
            margin-left: 20px;
        }

a {
    text-decoration: none;
}

#current_page a {
    font-size: 22px;
    font-family: courier;
    text-transform: uppercase;
    color: #bb895c;
}

main {
    height: 540px;
   
}

h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    float: left;
    width: 150px;
    margin: 30px;
    margin-top: 90px;
    margin-left:40px;
}

#about {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #ffffff;
    float: left;
    width: 400px;
    margin: 30px;
    margin-top: 90px;
    margin-left: 10px;
}
#main_image {
    border: 3px solid #ffffff;
    display: block;
    float: left;
    margin: 30px;
    margin-top: 90px;
}



#spacer {
    height: 28px;
}

#social_media {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    #social_media img {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

#copy {
    display: block;
    clear: both;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    color: #ffffff;
    font-family: 'Gillsans';
    font-size: 10px;
    letter-spacing: .12rem
}

/*-------------------------Contact Page-------------------------*/

#contact_page_h1_div {
    height: 80px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    
    background-color: rgba(8, 48, 80, 0.75);
    border-radius: 25px;

}
#contact_page_h1 {
    width: 170px;
    font-family: 'Bodoni';
    font-style: italic;
    color: #bb895c;
    letter-spacing: 0.11em;
    text-align: center;
    vertical-align: middle;
    margin-block-start: 25px;
}

#form_1 {
    background-color: rgba(8, 48, 80, 0.75);
    height: 380px;
    width: 445px;
    margin-left: 50px;
    padding-bottom: 15px;
    padding-top: 10px;
    border-radius: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.11em;
    color: #ffffff;
    float: left;
}

#form_1 h2 {
    font-size: 1em;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.question {
    float: left;
    clear: left;
    margin-left: 40px;
    margin-bottom: 15px;
}

#the_name, #the_email, #the_phonenumber {
    float: right;
    margin-right: 40px;
}

#fldset_2 {
    height: 200px;
    width: 355px;
    border-radius: 25px;
    margin-left: 40px;
    margin-top: 80px;
    padding-top: 15px;
    padding-right: 10px;
} 

#form_2 {
    background-color: rgba(8, 48, 80, 0.75);
    height: 220px;
    width: 430px;
    margin-right: 50px;
    padding-bottom: 15px;
    border-radius: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.1em;
    color: #ffffff;
    float: right;
}

#form_2 h2 {
    font-size: 1em;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#graphix, #UX_Design, #photography {
    margin-left: 172px;
    margin-top: 15px;
}


textarea, #buttons {
    float: right;
    margin-right: 50px;
    margin-top: 8px;
}

#con_phone_email {
    height: 130px;
    width: 400px;
    float: right;
    margin-right: 50px;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px;
    border-radius: 25px;
    background-color: #bb895c;

}

#con_1 {
    padding-top: 25px;
   
}

#con_2 {
    padding-top:  25px;

}

#phone_icon, #email_icon {
    float: left;
    clear: left;
    margin-left: 30px;
}

#con_1 p, #con_2 p {
    position: relative;
    top: 12px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    letter-spacing: 0.11em;
    color: rgb(8, 48, 80);
    display: inline;
    margin-left: 30px;
    padding-top: 35px;
}

#con_pg_spacer {
    height: 10px;
}

/*------------------------------portfolio_1------------------------*/
#first_portfolio {
    margin-top: 50px;
    margin-left: 100px;
}
#second_portfolio, #third_portfolio {
    padding-top: 60px;
    margin-left: 100px;
}

#first_portfolio p, #first_portfolio div, #second_portfolio p, #second_portfolio div,
#third_portfolio p, #third_portfolio div {
    display: block;
    float: left;
    clear: none;
}
#first_portfolio p, #second_portfolio p, #third_portfolio p {
    width: 250px;
    margin-right: 180px;
    margin-top: 60px;
    color: #bb895c;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
}

#first_portfolio div, #second_portfolio div, #third_portfolio div {
    height: 75px;
    width: 110px;
    background-color: rgb(8, 48,80);
    border-radius: 15px;
    padding: 10px;
    padding-top: 42px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 25px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
}

/*------------------------------portfolio_2------------------------*/

#brochure_h1 {
    background-color: rgba(8, 48, 80, 0.75);
    width: 370px;
    height: 30px;
    padding: 10px;
    margin: auto;
    
    border-radius: 25px;
    clear: both;
}

#brochure_h1 h1 {
    width: 300px;
    font-family: 'Bodoni';
    font-style: italic;
    color: #bb895c;
    letter-spacing: 0.11em;
    float: none;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    
}
.slider {
    position: relative;
    width: 780px;
    margin: auto;
    margin-top: 25px;
    
    overflow: hidden;
    background-color: rgba(8, 48, 80, 0.75);
    border-radius: 25px;

}

.slider img {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: none;
}

img.displaySlide {
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

@keyframes fade {
    from {opacity: 0.5;}
    to {opacity: 1;}
    
}

#brochure_spacer {
    height: 28px;
}