/* css for "styleocs" */

*{
    margin: 0;
    padding: 0;
}

body{
	background: url(img/backgroundSNIPER_2_2023.jpg);
    background-repeat: repeat-y;
	background-position: fixed;
    background-size: contain;
}

header{
    width: 60%;
	height: 200px;
    margin:0px auto;
    /*border:1px solid #c29d18;
    background-color: #202020; */
    background-repeat: no-repeat;
    background-image: url(img/ocsbanner_2020.png);
    background-position: center; 
	background-size: 80%;
}

nav ul li {
    display:inline; margin:5px;
}

article {
    border-radius: 50px;
    border:1px solid #c29d18;
    margin:40px auto;
    padding:5px;
    background-color: #202020;
    width: auto;
}

footer{
    width: 60%;
    margin:20px auto;
    height: 22px;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: #202020;
    color: #c29d18;
    text-align: center;
}

/*controls the table*/
table {
    width: 60%;
    color: #c29D18;
    border-radius: 23px;
    padding:10px;
    margin:20px auto;
} 

/*controls table data*/
td {        
    text-align: center;
    border: 1px solid #c29D18;
    background-color:#202020;
    border-radius: 5px;
    border-collapse: collapse;
 }

#container{    
    width: 60%;
    margin:0px auto;
    height: auto;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

/* this is for the iframes */
.iforum{
    width: 100%;
    margin:30px auto;
    vertical-align: middle;
    height: 850px;
    border:1px solid #c29d18;
    padding: 0;
}

.containerf{
    text-align: center;    
    width: 80%;
    margin:auto auto;
    height: 1200px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.men{
    width: 50%;
    margin:5px auto;
    height: 50px;
    border-radius: 1px;
    border:1px solid #000000;
    background-color: rgba(0, 0, 0, 0.0);
}

/* Menu Text Color */
.mtxtcolor {
	text-align: center;
	width: 70%;
	margin: 14px auto;
	color: #c29d18;
	font-size: 16px;
	line-height: 28px;
}

.txtcolorb {
    color: #c29d18;
    text-align: center; 
}

.lwr{
    width: 60%;
    margin:auto auto;
    height: auto;
    border-radius: 10px;
    border:0px solid #c29d18;
    background-color: rgba(0, 0, 0, 0.0);
}

.story{
    width: auto;
    margin:2% auto;
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.sev4{
    float: left;
    width:600px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    height:550px;
	border-radius: 20px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

.ts3{
    float: right;
    width:300px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 20px;
    height:450px;
	border-radius: 5px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

/* .aapg{
    float: right;
    width:900px;
    margin-left:opx;
    margin-right:50px;
    margin-top:40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(129, 136, 129, 0.5);
}

.paypal{
    float: right;
    width:300px;
    margin-left:0px;
    margin-right: 25px;
    margin-top: 40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
} */,

.headtext{
    visibility: visible;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    padding: 7px;
    }        

a.plain:link{
   background-color: #202020;
   padding: 0px;
   border: none;
   border-radius: 0px; 
}

/* this section controls the appearance of the links */
a:link {
    color: #c29d18;
    background-color: #202020;
    padding: 5px;
    border: 1px solid #c29d18;
    border-radius: 30px;
}

a:visited {
    color: #c29d18;
}

a:hover {
    color: #eeeeee;
}

a:active {
    color: 6#c29d18;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}




@media only screen and (max-width: 1024px){
header{
    width: 60%;
    margin:10px auto;
    height: 200px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: #202020;
    background-image: none;
        
}

nav ul li {
    display:inline; margin:5px;
}

article {
    border-radius: 5px;
    border:1px solid #c29d18;
    margin:40px auto;
    padding:5px;
    background-color: #202020;
    width: auto;
}

footer{
    width: 60%;
    margin:20px auto;
    height: 22px;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: #202020;
    color: #c29d18;
    text-align: center;
}

/*controls the table*/
table {
    width: 60%;
    color: #c29D18;
    border-radius: 23px;
    padding:10px;
    margin:20px auto;
} 

/*controls table data*/
td {        
    text-align: center;
    border: 1px solid #c29D18;
    background-color:#202020;
    border-radius: 5px;
    border-collapse: collapse;
 }

#container{    
    width: 60%;
    margin:0px auto;
    height: auto;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

/* this is for the iframes */
.iforum{
    width: 100%;
    margin:30px auto;
    vertical-align: middle;
    height: 900px;
    border:1px solid #c29d18;
    padding: 0;
}

.containerf{
    text-align: center;    
    width: 80%;
    margin:30px auto;
    height: auto;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.men{
    width: 40%;
    margin:2px auto;
    height: 50px;
    border-radius: 10px;
    border:1px solid #c29d18;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Menu Text Color */
.mtxtcolor {
	text-align: center;
	width: 70%;
	margin: 14px auto;
	color: #c29d18;
	font-size: 16px;
	line-height: 28px;
}

.txtcolorb {
    color: #c29d18;
    text-align: center;
}

.lwr{
    width: 60%;
    margin:auto auto;
    height: auto;
    border-radius: 10px;
    border:0px solid #c29d18;
    background-color: rgba(0, 0, 0, 0.0);
}

.story{
    width: auto;
    margin:2%  auto;
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.sev4{
    float: left;
    width:600px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    height:550px;
	border-radius: 20px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

.ts3{
    float: right;
    width:300px;
    margin-left:0px;
    margin-right: 10px;
    margin-top: 40px;
    height:450px;
	border-radius: 5px;	
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

/* .aapg{
    float: right;
    width:900px;
    margin-left:opx;
    margin-right:50px;
    margin-top:40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(129, 136, 129, 0.5);
}

.paypal{
    float: right;
    width:300px;
    margin-left:0px;
    margin-right: 25px;
    margin-top: 40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
} */
    
.headtext{
    visibility: visible;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    padding: 7px;
    }        
    
a:link {
    color: #c29d18;
    background-color: #202020;
    padding: 2px;
    border: 1px solid #c29d18;
    border-radius: 5px;    
  }
}

@media only screen and (max-width: 710px){
header{
    width: 60%;
    margin:10px auto;
    height: 200px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: #202020;
    background-image: none;
    
}

nav ul li {
    display:inline; margin:5px;
   
}

article {
    border-radius: 5px;
    border:1px solid #c29d18;
    margin:40px auto;
    padding:5px;
    background-color: #202020;
    width: 80%;
}

footer{
    width: 60%;
    margin:20px auto;
    height: 22px;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: #202020;
    color: #c29d18;
    text-align: center;
}

/*controls the table*/
table {
    width: 60%;
    color: #c29D18;
    border-radius: 23px;
    padding:10px;
    margin:20px auto;
} 

/*controls table data*/
td {        
    text-align: center;
    border: 1px solid #c29D18;
    background-color:#202020;
    border-radius: 5px;
    border-collapse: collapse;
 }

#container{    
    width: 60%;
    margin:0px auto;
    height: auto;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

/* this is for the iframes */
.iforum{
    width: 100%;
    margin:30px auto;
    vertical-align: middle;
    height: 900px;
    border:1px solid #c29d18;
    padding: 0;
}

.containerf{
    text-align: center;    
    width: 80%;
    margin:30px auto;
    height: auto;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.men{
    width: 40%;
    margin:2px auto;
    height: 50px;
    border-radius: 10px;
    border:1px solid #c29d18;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Menu Text Color */
.mtxtcolor {
	text-align: center;
	width: 70%;
	margin: 14px auto;
	color: #c29d18;
	font-size: 16px;
	line-height: 28px;
}

.txtcolorb {
    color: #c29d18;
    text-align: center;	
}

.lwr{
    width: 60%;
    margin:auto auto;
    height: auto;
    border-radius: 10px;
    border:0px solid #c29d18;
    background-color: rgba(0, 0, 0, 0.0);
}

.story{
    width: auto;
    margin:2% auto;
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.sev4{
    float: left;
    width:600px;
    margin-left:0px;
    margin-right: 0px;
    margin-top: 0px;
    height:550px;
	border-radius: 20px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

.ts3{
    float: right;
    width:300px;
    margin-left:0px;
    margin-right: 10px;
    margin-top: 40px;
    height:450px;
	border-radius: 5px;	
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
}

/* .aapg{
    float: right;
    width:900px;
    margin-left:opx;
    margin-right:50px;
    margin-top:40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(129, 136, 129, 0.5);
}

.paypal{
    float: right;
    width:200px;
    margin-left:0px;
    margin-right: 45px;
    margin-top: 40px;
    height:450px;
    border:1px solid #c29d18;
	background-color: rgba(0, 0, 0, 0.5);
} */
    
 .headtext{
    visibility: visible;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    padding: 7px;
    }    
    
a:link {
    color: #c29d18;
    background-color: #202020;
    padding: 2px;
    border: 1px solid #c29d18;
    border-radius: 5px;    
  }
    
 
}