@charset "utf-8";
/* Colors 
	cyan: rgb(111,168,220)
	blue: rgb(61,133,198)
	red: rgb(224,102,102)
	orange: rgb(230,145,56)
	yellow: rgb(255,217,102)
*/

/* General */
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#4d4d4d;
}
ul, ol {
	list-style:none;
	font-size:0;
}
li {
	display:inline-block;
	vertical-align:top;
	font-size:16px;	
}
::-webkit-input-placeholder {
    color:#cfcfcf;
}
:-moz-placeholder {
    color:#cfcfcf;
}
::-moz-placeholder {
    color:#cfcfcf;
}
:-ms-input-placeholder {
    color:#cfcfcf;
}
.transitional{
	transition: all .25s;
	-o-transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
}
.rtl{
	direction:rtl;
}
.ltr{
	direction:ltr;	
}
h1{
	font-size:3em;
	color:rgb(224,102,102);
	margin-top:25px;
}
h2{
	font-size:1.5em;
	color:rgb(230,145,56);
}
h3{
	font-size:1em;
	color:#ccc;
}
body{
	font-family:Alef, Arial, sans-serif;
	text-align:left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,6fa8dc+100&0.5+50,0.5+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 50%, rgba(111,168,220,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 50%,rgba(111,168,220,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 50%,rgba(111,168,220,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#806fa8dc',GradientType=0 ); /* IE6-9 */

}
/* End General */

/* Header Footer */
.header-top{
	height:50px;
	background:#fff;
}
.header-bottom{
	height:50px;
	background:rgb(224,102,102);
}
.header-bottom nav,
.logo, 
footer section{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.header-bottom nav ul{
	height:14px;
	line-height:14px;
	padding:18px 0;
	text-align:left;
}
.header-bottom nav li{
	color:#fff;
	font-weight:bold;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
}
.header-bottom nav li a{
	color:#fff;
}
.header-bottom nav li:first-child, .header-bottom nav li:last-child{
	border:none;
	margin:0;
	padding:0;
}
.header-bottom nav li:last-child{
	float:right;
}
.footer-top{
	min-height:150px;
	background:rgb(230,145,56);
	padding:10px 0 15px;
}
/*.footer-top li{
	display:inline-block;
	vertical-align:top;
}
.footer-top li:nth-child(odd):before{
	content:"";
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-bottom: 100px solid red;
}
.footer-top li:nth-child(even):before{
content:"";
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 100px solid red;
}*/
.footer-top li{
	display:block;
}
.footer-top li a{
	display:block;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
}
.footer-bottom{
	min-height:50px;
	background:rgb(255,217,102);
}
.footer-bottom p{
	display:inline-block;
	vertical-align:top;
	line-height:50px;
	color:rgb(224,102,102);
}
.bonfildesign{
	float:right;	
}
.bonfildesign a, .bonfildesign label{
	display:inline-block;
	vertical-align:top;
	color:rgb(224,102,102);
	margin-left:7px;
}
.bonfildesign svg{
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
	margin:7px;
}
/* End Header Footer */

/* Main */
.main-page{
	min-height:800px;	
}
.main-page h1{
	text-align:center;
}
.gallery{
	width:960px;
	height:540px;
	margin:3em 0;
}
.gallery-cell{
	width:100%;
	height:100%;
	text-align:center;
}
.gallery-cell img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
/* End Main*/

.page{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.page p{
	margin:2em 0 3em;
	text-indent:2em;
	text-align:justify;
}
.page p.summary{
	margin:0 0 2em;
	text-indent:1em;
}
.page p.aboutme{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 300px);
	margin:0 1em 3em;
}
.page div.aboutme{
	display:inline-block;
	vertical-align:top;
	margin-bottom:3em;
}
.page div.aboutme img{
	display:block;
	width:250px;
	height:auto;
	padding:5px;
	border:1px solid rgb(224,102,102);
	margin-bottom:1em;
}
.page div.aboutme div{
	width:262px;
}
.page div.aboutme p{
	margin:0.5em 0;
	text-indent:0;
}
.page div.aboutme ul {
	padding-left:16px;
}
.page div.aboutme ul li{
	display:list-item;
	list-style-image:url(../images/list-style-image.svg);
}
.page article {
	margin-bottom:3em;	
}
.page article p{
	margin:0.5em 0;
	text-indent:1em;	
}
.page article a{
	color:rgb(61,133,198);
	font-weight:bold;
}
.error-page{
	margin:3em auto;
}
.error-page h1{
	margin:0;
}
.error-page img{
	width:150px;
	height:auto;
}
@media screen and (max-width: 1024px) {
.main-page{
	min-height:600px;	
}
.page{
	max-width:750px;
}
.gallery{
	width:750px;
	height:420px;
}
.header-bottom nav, .logo, footer section{
	padding:0 25px;
}
}

@media screen and (max-width: 768px) {
.header-bottom:after{
	content: "-";
    display: inline-block;
    width: 20px;
    height: 12px;
    line-height: 7px;
    text-indent: -6px;
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 15px;
    overflow: hidden;
	float:right;
}
/*.header-bottom:hover:before{
	content: "+";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: rgb(224,102,102);
    font-size: 50px;
    line-height: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: -24px;
    right: 240px;
}*/
.header-bottom nav{
	position: fixed;
    z-index: 100;
    width: 240px;
    height: 100%;
    top: 50px;
    right: -250px;
	padding:5px 25px;
    background: rgb(224,102,102);
	transition:all 0.6s ease-in-out;
}
.header-bottom:hover nav{
	right:0;
}
.header-bottom nav ul{
	height:auto;
	padding:0;
}
.header-bottom nav li, .header-bottom nav li:first-child, .header-bottom nav li:last-child{
	border: none;
    margin: 0;
    padding: 20px 0;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.5); 
}
.page{
	max-width:640px;
}
.gallery{
	width:640px;
	height:360px;
}
}

@media screen and (max-width: 767px) {
body{
	background:#fff;
	font-size:14px;
}
.page.main-page {
    min-height: 0;
	max-width:320px;
}
.page{
	max-width:290px;
}
.page p{
	font-size:1.15em;
}
.page p.aboutme{
	display:block;
	width:100%;
	margin:0 0 3em;
}
.page div.aboutme{
	display:block;
}
.gallery{
	width:320px;
	height:180px;
}
.footer-bottom{
	height:auto;
}
.footer-bottom section{
	text-align:center;
}
.bonfildesign{
	float:none;
}
}