/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(106, 90, 74);
}

#Header {
	position:relative;
    height: 250px;
    margin-left: 0%;
    margin-top: 0px;
	padding:0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
	border-top:none;
	border-left:none;
	border-right:none;
	border:10px solid transparent;
	border-image: url(../img/TrainTrackBorder.png);
	border-image-slice: 0 0 20 0;
	border-image-width: 0 0 2 0;
	border-image-outset: 0;
	border-image-repeat:repeat;

}

#HeaderLeft {
	float: left;
	height: 192px;
	margin-left: 0;
	margin-top: 0px;
	clear: none;
	width: 20%;
	background-image:url(../img/Left.jpg);
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 26%;
	height: auto;
	margin-left:2%;
	margin-top: 0px;
	clear: none;
	color: rgb(0, 0, 0);
	margin-right: 0%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	max-height: 200px;
	max-width: 300px;
}
#HeaderText {
	float: left;
	font-size: 1.5em;
	width: 32%;
	height: auto;
	text-align: center;
	line-height: 1.7em;
	margin-left:0;
	margin-top: 5px;
	clear: none;
	min-height: 85px;
	color: #fff;
	font-family: acme;
	text-transform: none;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
}
#HeaderRight {
	float: left;
	height: 192px;
	margin-left:0;
	margin-top: 0px;
	clear: none;
	width: 20%;
	background-image:url(../img/HondasAtTurks.jpg);
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;

}

#Nav {
    float: left;
    height: 537px;
    margin: 20px 0px 0px 0.9988945%;
    clear: both;
    width: 14.663613%;min-width: 175px;
    background-color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;    
	border: 10px solid rgba(0,0,0,0.5);
	border-image: url(../img/TrainTrackBorderVert.png);
	border-image-slice: 0 20 0 0;
	border-image-width: 0 2 0 0;
	border-image-outset: 2;
	border-image-repeat: repeat;
}
#Nav a div:hover {
    background-color: rgb(243, 233, 63);
}

#Nav a div:active {
    background-color: rgb(243, 233, 63);
}

#Nav a div{
	position: relative;
	height: 51px;
	min-width:150px;
	width: 95%;
	margin: 15px auto 0px;
	padding:10px;
	clear: both;
	float: none;
	border-top-left-radius: 49px;
	border-top-right-radius: 49px;
	border-bottom-right-radius: 49px;
	border-bottom-left-radius: 49px;
	font-size: 1.3em;
	font-family:acme;
	font-weight: 600;
	border: 3px ridge rgb(205, 0, 0);
	background-color: rgba(255, 255, 255, 0.75);
	text-align:center;
	
}
#Content {
    float: left;
    min-height: 600px;
    margin: 20px 0% 0px 2.505466%;
	padding-bottom:15px;
    clear: none;
    width: 75%;
    background-color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border: 3px solid rgba(0, 0, 0, 0.74902);
    position: relative;
    top: 0px;
    left: 0px;
}

#ContentBlock {
	position:relative;
    float: left;
    height: auto;
    margin-left: 2.499044%;
    margin-top: 30px;
    clear: none;
    width: 95.001223%;
   border-top:none;
	border-left:none;
	border-right:none;
	border:10px solid transparent;
	border-image: url(../img/TrainTrackBorder.png);
	border-image-slice: 0 0 20 0;
	border-image-width: 0 0 1 0;
	border-image-outset: 0;
	border-image-repeat:repeat;
    padding-bottom: 15px;
}
#Image {
    float: left;
    height: auto;
    margin: 15px 0% 0px 2.5%;
    clear: none;
    width: 30%;
	border-radius:15px;
}

h3 {
    float: left;
    font-size: 2em;
    width: 300px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 15px 6% 0px;
    clear: none;
    min-height: 0px;
    font-family: bubblegum-sans;
    color: rgb(243, 233, 63);
}
#TextBox1 {
    float: left;
    font-size: 1.1em;
    width: 59.99485%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 15px 2.5% 0px 2.497716%;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: 'lucida sans unicode';
}







@media only screen and (max-width: 1108px) {
    #TextBox1 {
        width: 60%;
    }

    #Image {
        width: 30%;
        min-width: 150px;
    }
	#Nav {
	border:none;	
	}
}

@media only screen and (max-width: 940px) {
    #Header {
        width: 100%;
        height: 250px;
    }
 	#HeaderText {
        text-align: left;
        height: auto;
        width: 40%;
		margin-left:2%;
    }

    #HeaderLeft, #HeaderRight {
        overflow: auto;
        display: none;
        visibility: hidden;
    }
    #logo {
        max-width: none;
		margin-left:10%;
		width:auto;
		height:auto;
		max-height:200px;
    }
	
	#Nav {
        width: 95%;
        margin: 15px auto 0px 2.5%;
        clear: both;
        height: 483px;
		border:none;
    }
    #Content {
        width: 94.999636%;
        margin: 10px 0% 0px 2.499272%;
        clear: both;
        height: 537px;
    }
	#TextBox1 {
        margin: 15px 0px 0px 2.5%;
    }

   
}

@media only screen and (max-width: 700px) {
   
#Header {
        width: 100%;
        height: 453px;
    }

    #Nav {
        width: 94.997768%;
        height: 476px;
        margin: 15px auto 0px 2.5%;
        clear: both;
    }

    #HeaderText {
        margin: 15px auto 0px;
        float: none;
        clear: none;
        text-align: center;
        height: auto;
        width: 314.5px;
    }
    #logo {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
	
 #Content {
        width: 94.997768%;
        min-height: 500px;
        height: 741px;
        max-height: 1000px;
    }
 #ContentBlock {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        margin-top: 30px;
        padding-bottom: 5px;
    }
	#Image {
        width: 66.218314%;
        height: 150px;
        margin-left: auto;
        float: none;
        clear: none;
        margin-top: 0px;
        min-width: 200px;
        margin-right: auto;
        background-image:url("../img/RUSSELS  honda and trains.jpg");
        background-attachment: scroll;
        background-size: contain;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }
    h3 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 0px;
        text-align: center;
        width: 300px;
    }

   #TextBox1 {
        margin-top: 15px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
        width: auto;
        text-align: center;
    }
}
