@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,500,300);




*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}




body {
  //background-image: url("first/southerngraphicdesigns.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: "Raleway", sans-serif;
}

h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
}










h2 {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  margin: 20px;
}








h3 {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  margin: 15px 0;
}



h4 {
  font-size:16pt;  
  margin:20px 0;
  font-weight:400;
  line-height:32px;
}




#content p {
 line-height:28px;
 font-size:14pt;
 margin:20px 0;
    
}


#content ul {
 line-height:28px;
 font-size:14pt;
    
    
}



#content ul {
 list-style-type:disc    
    
}

.indent li {
  margin-left:50px;    
}




b {
 font-weight:600;    
}


img {
 max-width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}






img.right {
    display:inline;
    float:right;
    margin: 0px 0 15px 15px;
}

img.left {
    display:inline;
    float:left;
    margin: 0px 15px 15px 0;
}

img.trueright {
     margin: 0px 0 15px 15px;
}

img.trueleft {
    margin: 15px 15px 15px 0;
}





.trueright {
 float:right;
}

.trueleft {
 float:left;
}




@media only screen and (max-width : 400px) {

img.right {
    display: block;
    margin: 15px auto;
}

img.left {
    display: block;
    margin: 15px auto;
}

.right {
 float:none;
 margin:15px auto;
}

.left {
 float:none;
 margin:15px auto;
}


}



.aside-box {
 border-radius:5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 box-shadow:0px 0px 7px #676767;
 -webkit-box-shadow: 0px 0px 7px #676767;
 -moz-box-shadow: 0px 0px 15px #676767;
}


.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 





small {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 300;
  text-align: center;
  display: block;
}

.navicon {
  width: 100%;
  background: transparent;
//  margin: 80px auto 40px;
  margin:0 auto;
  position: relative;
  height: 30px;
  width: 50px;
  display: block;
  z-index: 99;
  transition: linear 0.5s all;
}
.navicon:before, .navicon:after {
  background: #fff;
  background: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  height: 3px;
  left: 0;
  transition: 0.8s ease;
  width: 45px;
}
.navicon:before {
  box-shadow: #fff 0 14px 0 0;
  box-shadow: #000 0 14px 0 0;
  position: absolute;
  top: 0;
}
.navicon:after {
  position: absolute;
  top: 28px;
}
.navicon--active {
//  margin-top: 20px;
 // margin-top: 60px;
  transition: linear 0.5s all;
}
.navicon--active:before {
  box-shadow: transparent 0 0 0 0;
  top: 15px;
  transform: rotate(225deg);
}
.navicon--active:after {
  top: 15px;
  transform: rotate(315deg);
}

.toggle {
  display: block;
  margin: 50px auto;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(200, 200, 200, 0.9);
  padding: 15px;
  display: block;
  opacity: 0;
  transition: ease-in 0.5s all;
  transform: translateY(-200%);
  min-width: 320px;
  z-index:100;
  
//  display: flex;
//  justify-content: center;  
  
  position:fixed;
  top:-400px;
  left: calc(50% - 288px);
}




@media (max-width: 1360px) {
  .toggle {
    left: calc(50% - 205px);
  }
}




@media (max-width: 1280px) {
  .toggle {
    left: calc(50% - 194px);
  }
}




@media (max-width: 1024px) {
  .toggle {
    left: calc(50% - 160px);
  }
}


@media (max-width: 800px) {
  .toggle {
    left: calc(50% - 160px);
  }
}


@media (max-width: 640px) {
  .toggle {
    left: calc(50% - 160px);
  }
}

@media (max-width: 400px) {
  .toggle {
    left: calc(50% - 160px);
  }
}

@media (max-width: 320px) {
  .toggle {
    left: calc(50% - 160px);
  }
}











.toggle--active {
  display: block;
  opacity: 1;
  transition: ease-in 0.5s all;
 // transform: translateY(0);
  transform: translateY(500px);
}
.toggle__menu {
  margin-bottom: 25px;
}
.toggle__menu li {
  width: 25%;
  width: 80%;
  display: block;
  margin: 10px auto;
}
.toggle__menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: linear 0.5s all;
  font-weight: 500;
  padding: 5px 0;
}
.toggle__menu li a span {
  text-transform: lowercase;
}
.toggle__menu li a:hover {
  color: #db5523;
  border-bottom: 2px solid #db5523;
  transition: linear 0.5s all;
  transform: scale(1.15);
  font-weight: 700;
}

.social {
  display: block;
  width: 70%;
  margin: 25px auto;
  text-align: center;
  font-size: 0;
}
.social li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.social li a {
  text-align: center;
  color: #000;
  font-size: 25px;
  transition: linear 0.5s all;
}
.social li a:hover {
  color: #db5523;
  transition: linear 0.5s all;
}



html, body {
 height: 100%;
}







.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.skip-to-main-content-link a {
  color:white;
  text-decoration:none;
}    







.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
}





.big_header

{
color:#fff;
font-size:30pt;
top:0px;
position:fixed;
width:100%;
background:#084B8A;
text-align:center;
z-index:99;
transition: all 0.3s ease;
padding:10px -0;
 clear: both;
}






.big_header a, .big_header a:hover {
 text-decoration:none;
 color:#fff;
}


.sticky_header 
{ 
font-size:20px;
}


@media only screen and (max-width : 600px) {
.big_header

{
font-size:22pt;
}

.sticky_header 
{ 
font-size:16px;
}


}


@media only screen and (max-width : 500px) {
.big_header

{
font-size:20pt;
}

.sticky_header 
{ 
font-size:16px;
}


}


@media only screen and (max-width : 400px) {
.big_header

{
font-size:18pt;
}


.sticky_header 
{ 
font-size:14px;
}

}


@media only screen and (max-width : 320px) {
.big_header

{
font-size:16pt;
}

.sticky_header 
{ 
font-size:12px;
}


}    



div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  //  background-color: green;
  //  border: 2px solid #4CAF50;
}

div.stick {
    width: 175px;
    height: 85px;
    float: right;
    margin-right: 50px;
    border-radius: 5px;
    z-index: 1000;
}



.desktop {
 display:block;
}



@media only screen and (max-width : 600px) {

.desktop {
 display:none;
}


}


 
.row{
  margin-right:-15px;margin-left:-15px
}    
    
    
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  position:relative;min-height:1px;padding-right:15px;padding-left:15px
}    
    
    
@media (min-width:768px){

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  float:left;
}

.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%;
    
}
}   
    
    
.row:after,.row:before{display:table;content:" "}    
    
.row:after{clear:both}    
    
    













.parallax {

  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.parallax1 {
  /* The image used */
  background-image: url("/img/underground.jpg");
}

























.row {
    margin: 0px;
}








div.on_off_off, span.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}
div.on_off_on, span.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}





.crunchify-top:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}






footer {
    color:#fff;
    text-align:center;
    padding:1.5rem 0 .5rem 0;
    margin:0 auto;
    width:100%;
    background:#000; 
    border-top: 5px solid #D6A039;    
}

footer *{
    font-size:.9rem;
    background:#000;
}

@media(max-width: 700px) {
    
footer * {
    font-size:.8rem
}
}


footer h3 {
  color:#fff;     
}footer h3 {
  color:#fff;     
}

footer a {
    color:#fff;
    font-weight:bold;
    text-decoration:none
}

footer a:hover { 
    color:inherit;text-decoration:underline
}


footer p, footer ul {
    padding:0;
    margin:25px 0;
}

footer li {
    list-style:none;margin:0 1em;display:inline-block
}
