@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Varela+Round);

@font-face {
    font-family: Imprima;
    src: url('../fonts/Imprima-Regular.eot?') format('eot'),
         url('../fonts/Imprima-Regular.ttf') format('truetype');
}

@font-face {
    font-family: PoiretOne;
    src: url('../fonts/PoiretOne-Regular.eot?') format('eot'),
         url('../fonts/PoiretOne-Regular.ttf') format('truetype');
    font-weight: bolder;
}

@font-face {
    font-family: 'Walburn Light';
    src: url('../fonts/Walburn%20Light.eot?') format('eot'),
         url('../fonts/Walburn%20Light.ttf') format('truetype');
    font-weight: bolder;
}

@font-face {
    font-family: 'Athelas';
    src: url('../fonts/Athelas.eot?') format('eot'),
         url('../fonts/Athelas.ttf') format('truetype');
    font-weight: bolder;
}

html {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    height: 100%;
}

img {
    border: none;
}

body.page_background {
    background-color: white;
}

div#intro_container {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 500px;
}

div#intro_navigation {
    padding-left: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div#intro_title {
    margin-left: 100px;
    padding-top: 40px;
    float: left;
    vertical-align: middle;
    text-align: right;
    font-family: 'Walburn Light', Arial, sans-serif;
}

div#intro_logo {
    padding-top: 20px;
    vertical-align: middle;
}

div#intro_logo img {
    height: 110px;
}

span.title_span1 {
    font-size: 36px;
    color: #606060;
}

span.title_span2 {
    font-size: 36px;
    color: #000000;
}

span.title_span3 {
    font-size: 28px;
    color: #b0b0b0;
}

span.title_font {
    font-family: Arial, sans-serif;
    font-size: 40px;
}

.font1 {
    font-family: Imprima, Arial, sans-serif;
    font-size: 18px;
}

.font2 {
    font-family: PoiretOne, Arial, sans-serif;
    font-size: 18px;
}

h1.font1 {
    font-family: Imprima, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

h1.font2 {
    font-family: PoiretOne, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

span.quote {
    font-style: italic;
}

div#intro_menu {
}

ul.intro_menu {
    padding-bottom: 10px;
    padding-left: 60px;
}

ul.intro_menu li {
    height: 100%;
    font-family: 'Athelas', arial, sans-serif;
    font-size: 15px;
    line-height: 40px;
    list-style-type: none;
    padding-leftt: 10px;
    padding-right: 10px;
}

ul.intro_menu a {
    text-decoration: none;
    color: #ffffff;
}

ul.intro_menu a:hover {
    color: #d0d0d0;
    text-decoration: underline;
}

div#intro_background_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -10
}

div.intro_background_image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

div#intro_footer {
    float: left;
    margin-left: 100px;
}

p#intro_quote {
    font-size: 20px;
    font-style: italic;
    font-family: Monotype Corsiva, serif;
    color: #404040;
}

p#intro_quote_author {
    font-family: Times New Roman, serif;
    text-align: right;
}

div#intro_social {
    padding-left: 60px;
    color: #a0a0a0;
}

div#intro_social div {
    margin-left: auto;
    margin-right: auto;
}

div#intro_copyright {
    border-top: 1px solid #a0a0a0;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #606060;
}

div.clear_float {
    clear: both;
}

div.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}

div.slideshow img {
    display: none;
}

div.header {
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
    font-size: 14px;
    font-family: 'Varela Round', arial, sans-serif;
    text-align: right;
    padding: 1px;
}

div.header a {
    color: black;
    margin-right: 20px;
    text-decoration: none;
}

div.header a:hover {
    color: black;
    text-decoration: underline;
}

span.social_icons {
    padding-right: 16px;
}

span.social_icons a {
    margin-right: 4px;
}

span.social_icons span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

span.social_icons img {
    width: 32px;
    height: 32px;
}

span.facebook_icon:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

span.instagram_icon:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

span.login_link a {
    color: #606060;
}

span.login_link a:hover {
    color: black;
}

div.page_frame {
    margin: 0px 0px;
    padding-top: 10px;
}

div#logo {
    text-align: center;
}

div#logo img {
    height: 90px;
}

div#logo_text {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Walburn Light', arial, sans-serif;
}

div#logo_text a {
    text-decoration: none;
}

div.main_container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 30px;
}

div.page_content {
    background-color: white;
    padding: 10px;
    margin-top: 10px;
}

div.nav_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav_list {
    display: inline;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

ul.nav_list li {
    display: inline;
    height: 100%;
    font-family: 'Walburn Light', arial, sans-serif;
    font-size: 18px;
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}

ul.nav_list a {
    text-decoration: none;
    color: #a0a0a0;
}

ul.nav_list a:hover {
    color: black;
    text-decoration: underline;
}

ul.nav_list li.nav_list_current {
    color: black;
}

div.top_link_container {
    float: right;
}

div.top_link_container div {
    background-color: white;
    width: 32px;
    height: 32px;
}

div.top_link_container img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

div.spinner {
    display: none;
    background-image: url('../images/spinner.gif');
    width: 66px;
    height: 66px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div.about_frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
}

div.about_splitter {
    padding-left: 450px;
    padding-right: 20px;
    position: relative;
}

div.about_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 411px;
    height: 302px;
    background-color: white;
    background-image: url('../images/about.jpg');
    border-color: white;
    border-style: solid;
    border-width: 8px 8px 6px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #666666;
    -webkit-box-shadow: 1px 2px 6px #666666;
    -moz-box-shadow: 1px 2px 6px #666666;
}

div.about_description {
    font-family: PoiretOne, Arial, sans-serif;
    vertical-align: middle;
}

p.about_header {
    text-align: center;
    font-weight: bold;
}

div.contact_frame {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-family: 'Varela Round', arial, sans-serif;
    color: #606060;
}

div.contact_frame a {
    color: #606060;
}

div.contact_frame h1 {
    text-align: center;
    font-size: 26px;
}

div.contact_frame h2 {
    font-size: 20px;
}

div.contact_info {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}

div.contact_info div {
    padding-bottom: 8px;
    font-size: 14px;
}

div.contact_separator {
    width: 50px;
    min-height: 1px;
}

div.contact_form {
    float: left;
    width: 460px;
}

div.gallery_main_container {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

div.gallery_page_content {
    padding: 10px;
    background-color: white;
    margin-top: 10px;
}

div.gallery_title {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 200px;
    margin-top: 10px;
}

div.photoshoot_title {
    text-align: center;
    font-family: PoiretOne, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 15px;
}

div.photoshoot_container {
    margin-left: auto;
    margin-right: auto;
}

div.photoshoot_spacer {
    height: 30px;
}

div.photoshoot_title span {
    border-bottom: 1px solid #a0a0a0;
}

div.album_sizer {
    width: 32%;
}

div.album_gutter {
    width: 3px;
}

div.album_container {
    background-color: white;
    width: 32%;
    margin-bottom: 3px;
}

div.album_container img {
    width: 100%;
    display: block;
}

div.album_container img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

div.blog_container {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

div.blog_entry_movie {
}

div.blog_entry_header {
    margin-bottom: 5px;
}

span.blog_entry_title {
    font-family: 'Varela Round', arial, sans-serif;
    font-size: 20px;
    font-weight: bolder;
}

span.blog_entry_title a {
    color: black;
    text-decoration: none;
}

span.blog_entry_title a:hover {
    color: red;
    text-decoration: underline;
}

span.blog_entry_date {
    float: right;
    font-family: 'Varela Round', arial, sans-serif;
    font-size: 16px;
}

span.blog_entry_author {
    font-size: 11px;
}

div.blog_entry_header {
}

span.blog_view_link a {
    color: black;
    text-decoration: none;
}

span.blog_view_link a:hover {
    color: red;
    text-decoration: underline;
}


div.blog_entry_description {
    font-family: arial, sans-serif;
    margin: 10px auto;
}

div.blog_entry_description h1 {
    font-size: 20px;
}

div.blog_entry_description h2 {
    font-size: 18px;
}

div.blog_entry_description h3 {
    font-size: 16px;
}

div.blog_photo a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

div.blog_spacer {
    width: 400px;
    min-height: 1px;
    margin: 30px auto;
    border-top: 1px solid #c0c0c0;
}

div.footer {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #404040;
}
