/*
Theme Name: Margaret Westby
Author: Omar Faleh
Author URI: http://www.morscad.com/

*/


body, html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}

.clear
{
    clear:both;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.inner_page_header
{
    height:320px;
	background-image: url('./images/home_bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.homepage_main
{
    min-height: 100vh;
    position: relative;

	background-image: url('./images/home_bg.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage_content
{
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.main-navigation
{
    padding: 20px 50px;
    width:760px;
    margin: 0 auto;
    position: relative;
    top:-60px;
    height:60px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}

.main-navigation-fixed
{
    padding: 20px 50px;
    width:760px;
    margin: 0 auto;
    height:60px;
    border-radius: 0px 0px 10px 10px;
    color:#999999;
}


.menu_container
{
    width:100%;
    background-color: #FFFFFF;
}
.menu_container_fixed
{
    width:100%;
    background-color: rgba(0 ,0 ,0 ,0.85);
    position: fixed;
    top:0;
    z-index: 10;
}

.menu_items li
{
    display:inline;
    padding:0px 20px;
}
.menu_items a
{
    color: #999999;
    text-decoration: none;
    margin-top:10px;
}

.current_page_item,
.current_page_item a
{
    color:#ad231a;
}
.home_about_excerpt
{
    color: #777;
    background-color:white;
    text-align:center;
    padding:10px 80px 40px 80px;
    text-align: justify;
}

.home_second_break
{
    background: url(images/image_2.png) 50% 50% repeat-y fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
    background-size: 105%;
    -webkit-backface-visibility: visible;
    margin: 0 auto;
}

.home_projects
{
    padding:10px 40px 40px 40px;
    color: #777;
    background-color:white;
    position: relative;
}
.projects_container
{
    /* width:900px; */
    margin : 0 auto;
}

.project_thumb
{
    width:280px;
    height:230px;
    margin-right:10px;
    margin-top:10px;
}
.project_cover
{
    width:280px;
    height:230px;
    background-color: rgba(0 ,0 ,0 ,0.3);
    position: relative;
    top: -230px;
    color:#FFFFFF;
    text-align:center;
    padding-top:100px;
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
    opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.project_cover:hover {
    opacity: 1;
}
.project_content
{
    padding-top:20px;
}

.home_third_break
{
    background: url(images/image_3.png) 50% 50% repeat-y fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-size: 105%;
    -webkit-backface-visibility: visible;
    margin: 0 auto;

    position: relative;

}

.social_media
{
    padding:120px 40px 120px 40px;
    color: #777;
    background-color:white;
    position: relative;

}
.socialMedia_container
{
    width: 600px;
    margin: 0 auto;
}
.socialMediaIcon
{
    width:80px;
    float:left;
    margin:0px 20px;
}
.inner_page_body
{
    color: #777;
    background-color:white;
    text-align:center;
    padding:10px 80px 40px 80px;
    text-align: justify;
}