body{
padding: 0px;
margin: 0px;
}

@media only screen and (min-width: 1401px){
.mainBG{
background-image:url("../images/ABC Graff Test v1 Resized.jpg");
background-size: cover;
background-attachment:fixed;
background-repeat:no-repeat;
}
}

@media only screen and (max-width: 1400px){
.mainBG{
width: 1490px;
min-height: 100%;
min-width: 100%;
background-image:url("../images/ABC Graff Test v1 Resized.jpg");
background-size: cover;
background-attachment: fixed;
background-repeat:no-repeat;
}
}

@media only screen and (min-width: 1401px){
.mobBG{
background-color: rgba(0, 0, 0, 0);
}
}

@media only screen and (max-width: 1400px){
.mobBG{
background-color: rgba(0, 0, 0, 0.5);
width: 1490px;
min-height: 100%;
min-width: 100%;
}
}
.HeaderCTRL{
position:relative;
height: 320px;
width: 100%;
text-decoration:none;
}

.Header{
position:relative;
margin:auto;
height: 320px;
width: 1490px;
background-color: #000000;
}

#h-image{
position: absolute;
margin-left: 0px;
margin-top: 0px;
}

#WelcomeTXT{
position:absolute;
color: #ffffff;
font-size: 80px;
font-weight:bold;
font-family:sans-serif;
margin-left: 420px;
margin-top: 150px;
}

.Navbar{
position:absolute;
margin-left: 450px;
margin-top: 20px;
font-size: 40px;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
display:inline-block;
text-decoration:none;
color: #ffffff;
font-size: 40px;
font-family:sans-serif;
}

li {
display:inline;
padding-left: 20px;
padding-right: 20px;
}

li:hover{
background-color: #86DDF5;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 20px;
}

li a:hover{
}

.Content1CTRL{
position:relative;
height: 9100px;
width: 100%;
text-decoration:none;
}

.Content1{
position:relative;
margin:auto;
height: 9100px;
width: 1490px;
background-color: #53B37D;
}

#Content1TXT{
position:absolute;
color: #ffffff;
font-size: 50px;
font-family:sans-serif;
margin-left: 125px;
margin-top: 35px;
margin-right: 125px;
text-align:justify;
/*font-style:italic;*/
}

.Content2CTRL{
position:relative;
height: 325px;
width: 100%;
text-decoration:none;
}

.Content2{
position:relative;
margin:auto;
height: 325px;
width: 1490px;
background-color: #5E898E;
}

#Content2TXT{
position:absolute;
color: #ffffff;
font-size: 70px;
font-weight:bold;
font-family:sans-serif;
margin-left: 50px;
margin-top: 35px;
}

#Content2TXT2{
position:absolute;
color: #ffffff;
font-size: 35px;
font-family:sans-serif;
margin-left: 50px;
margin-top: 140px;
margin-right: 50px;
text-align:justify;
}

.Content3CTRL{
position:relative;
height: 300px;
width: 100%;
text-decoration:none;
}

.Content3{
position:relative;
margin:auto;
height: 300px;
width: 1490px;
background-color: #E7DE5B;
}

#Content3TXT{
position:absolute;
color: #ffffff;
font-size: 50px;
font-weight:bold;
font-family:sans-serif;
margin-left: 50px;
margin-top: 10px;
margin-right: 0px;
}

.TransparentCTRL{
position:relative;
height: 200px;
width: 100%;
text-decoration:none;
background-color: transparent;
}

@media only screen and (min-width: 1401px){
.TransparentCTRL2{
display:none;
position: relative;
height: 1000px;
width: 100%;
text-decoration:none;
background-color: transparent;
}
}

@media only screen and (max-width: 1400px){
.TransparentCTRL2{
position:relative;
height: 1000px;
width: 100%;
text-decoration:none;
background-color: transparent;
}
}