/* Header */
#head {
	background: #181015 url( ../images/iphone_13__fc54ap6asium_large_2x.jpg) no-repeat;
	background-size: cover;
	min-height: 360px;
	text-align: center;
	padding-top: 25px;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 300;
}

#head .lead {
	font-family: "Open sans", Helvetica, Arial;
	font-size: 44px;
	margin-bottom: 6px;
	color: #FF9B22;
	line-height: 1.15em;
}


/* Autohide navbar */
.slideUp {
	top: -100px;
}

.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


/* Typography */
h1,h2,h3,h4,h5,h6 {
	font-family: "Open sans", Helvetica, Arial;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 30px;
}

blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 30px 0 30px;
}

label {
	color: #777;
}

.thin {
	font-weight: 300;
}

.page-title {
	margin-top: 20px;
	font-weight: 300;
}

.text-muted {
	color: #888;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}

ul.list-spaces li {
	margin-bottom: 10px;
}

/* Footer */
/*#footer {x
	    position: absolute; 
    bottom: 0;
  left: 0px;
  right: 0px;
}*/

.footer1 {
	background: #232323;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}

.footer1 a {
	color: #fff;
}

.footer1 a:hover {
	color: #ccc;
}

.footer1 .widget {
	margin-bottom: 30px;
}

.footer1 .widget-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}

.footer1 .widget-body {
	font-size: 14px;
    font-family: "Open sans", Helvetica, Arial;     
}

.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer1 .entry-meta a {
	color: #333333;
}

.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.follow-me-icons {
	font-size: 30px;
}

.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
}

.footer2 {
	background: #191919;
	padding: 15px 0;
	color: #777;
	font-size: 12px;
}

.footer2 a {
	color: #aaa;
}

.footer2 a:hover {
	color: #fff;
}

.footer2 p {
	margin: 0;
}

.widget-simplenav {
	margin-left: -5px;
}

.widget-simplenav a {
	margin: 0 5px;
}

.border {
    border: 2px solid #DADADA;
    /*padding: 10px;*/
    border-radius: 5px;
    border-width: thin;
}

.img-center {
    display: flex;
    justify-content: center;
}

@media ( max-width : 1199px) {
	.boxImg {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
        background-image: linear-gradient(#F9F9F9, white);
	}
}

@media ( min-width : 1200px) {
	.boxImg {
        margin-left: 10px; 
        margin-bottom: 20px; 
        background-image: linear-gradient(#F9F9F9, white);
	}
}


/*div.hideSmallScreen {
  background-color: yellow;
  padding: 20px;
}*/

@media screen and (max-width: 600px) {
  div.hideSmallScreen {
    display: none;
  }
}

    
@media screen and (min-width: 600px) {
  div.showSmallScreen {
    display: none;
  }
}
