html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    /* max-width: 960px; */
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 15px;
    color: #231f20;
    font-family: 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
    line-height: 1.25;
}

h1{
	font-size: 6em;
}
p {
    font-size: 3em;
    margin: 1em 0;
}

.navigation_logo,
.navigation__logo:visited,
.navigation__logo:focus {
	display: inline-block;
	color: var(--dark);
	font-family: var(--font--primary);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.25;
	margin: 0;
	position: relative;	
}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
    text-align: right;
}
.content-moto {
    background-color: antiquewhite;
	position:relative;
	top: 50%;
	text-align: center;
}
.content-moto p {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.content {
    /* background-color: antiquewhite; */
	position:relative;
	/* text-align: center; */
	top: 8%;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
	margin-left: 100px;
}	
}
@media (min-width: 768px) {
	.container {
	  max-width: 1400px;
	  padding-left: 40px;
	  padding-right: 40px;
	}
}
.content p {
	font-size: 1.2em;
}
.content h1, h2, h3, h4 {
	margin-bottom:10px !important;
}

.content ul {
	list-style-type: none;
}
.contactus {
	text-align:center
}
.section {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#section0 {
	background-image: url('/static/images/staging-258631_1920.jpg');
	opacity: 0.65;
}
.section {
    height: 1000px;
}
.tbl-cell {
	vertical-align: middle;
	height: 531px;
	margin-top:50px;
}
.network-links {
	position:fixed;float: left;
	z-index:100;
	list-style-type: none;
}
.network-links li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
.network-links li a{
	text-decoration:none;
	color: #000;
}
.clear {
	clear: both;
}
.teaser {
	max-height: 300px;
	overflow: hidden;
}
.row {
	margin:10px;
}
