
body {
	line-height: 1;
	background-size: cover;
	font-family: "RobotoRegular", Arial, sans-serif;
	color: #606060;
	background-image: no-repeat;
}

html { 
  background: url(mainBG.jpg) no-repeat center center fixed; 
  background-size: cover; background-color:#000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /* your mobile css, change this as you please */
    #omos {
        background-color: #000000;
        height: 80vh;
        clear: both;
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* your desktop css */
    #omos {
        background-color: #000000;
        height: 80vh;
        clear: both;
        text-align: center;
    }
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #606060;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

.widget_title, .footer h3, .post_content h3, .project_content h3 {
	font-family: "RobotoRegular", Arial, sans-serif;
	font-size: 18px;
	color: #e9673a;
	border-left: 5px solid #e9673a;
	text-transform: uppercase;
	margin-bottom: 30px;
    display: inline-block;
}

