@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;
}

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

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

img {
    border: none;
}

body.page_background {
    background-color: white;
}

div#logo {
    text-align: center;
}

div#logo img {
    height: 100px;
}

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.separator
{
    margin: auto;
    width: 350px;
    padding-bottom: 30px;
    border-top: 1px solid #c0c0c0;
}

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.clear_float {
    clear: both;
}

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;
    line-height: 20px;
}

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

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

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

span.social_icons a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

span.social_icons span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

span.facebook_icon {
    background-image: url('../images/1-30fb.png');
}

span.facebook_icon:hover {
    background-image: url('../images/1-30fbc.png');
}

span.instagram_icon {
    background-image: url('../images/1-30i.png');
}

span.instagram_icon:hover {
    background-image: url('../images/1-30ic.png');
}

div.login_box {
    top: -2px;
}

div.main_container {
    padding: 0px;
    margin: 0px;
    width: auto;
}

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

div.login_form {
    font-family: 'Varela Round', arial, sans-serif;
}

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.gallery_container {
    padding: 0px;
    margin: 10px;
    width: auto;
}

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

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_container {
    display: inline-block;
    background-color: white;
}

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

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