/* css for "styleoma" */

*{
    margin: 0;
    padding: 0;
}

html{
    background-image: url(img/tile.jpg);
    min-width: 460px;
    
}

header{
    width: 75%;
    margin:20px auto;
    height: 200px;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: #202020;
    background: no-repeat;
    background-image: url(img/head.jpg);
    background-position: center; 
}

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

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

footer{
    width: 75%;
    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: 100%;
    color: #c29D18;
    border-radius: 23px;
    padding:50px;
    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: 75%;
    margin:20px 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: 90%;
    margin:30px auto;
    vertical-align: middle;
    height: 850px;
    border:1px solid #c29d18;
    padding: 0;
}

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

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

/* Menu Text Color */
.mtxtcolor {
    text-align: center;
    width: 75%;
    margin:15px auto;
    color: #c29d18;
    font-size: 20px;
}

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

.lwr{
    width: 75%;
    margin:20px auto;
    height: 500px;
    border-radius: 50px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.story{
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.ts{
    /*float: left;*/
    width:21%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
    height:412px;
    border:1px solid #c29d18;
}

.ser{
    float: right;
    width:300px;
    margin-left:0px;
    margin-right: 25px;
    margin-top: 40px;
    height:412px;
    border:1px solid #c29d18;
}

.headtext{
    visibility: hidden;
    }        

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: 95%;
    margin:20px auto;
    height: 50px;
    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: 95%;
}

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

/*controls the table*/
table {
    width: 100%;
    color: #c29D18;
    border-radius: 23px;
    padding:50px;
    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: 95%;
    margin:20px auto;
    height: auto;
    border-radius: 5px;
    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: 95%;
    margin:30px auto;
    height: auto;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.men{
    width: 95%;
    margin:20px auto;
    height: 60px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

/* Menu Text Color */
.mtxtcolor {
    text-align: center;
    width: 75%;
    margin:9px auto;
    color: #c29d18;
    font-size: 30px;
}

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

.lwr{
    width: 95%;
    margin:20px auto;
    height: 500px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.story{
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.ts{
    position: center;
    width:300px;
    margin:25px auto;
    
    height:412px;
    border:1px solid #c29d18;
}

.ser{
    position: center;
    width:300px;
    margin-left:0px;
    margin-right: 25px;
    margin-top: 40px;
    height:412px;
    border:1px solid #c29d18;
 }
    
.headtext{
    visibility: visible;
    color: #c29d18;
    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: 95%;
    margin:20px auto;
    height: 25px;
    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: 95%;
}

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

/*controls the table*/
table {
    width: 100%;
    color: #c29D18;
    border-radius: 23px;
    padding:50px;
    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: 95%;
    margin:20px auto;
    height: auto;
    border-radius: 5px;
    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: 95%;
    margin:30px auto;
    height: auto;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

.men{
    width: 95%;
    margin:20px auto;
    height: 50px;
    border-radius: 5px;
    border:1px solid #c29d18;
    background-color: rgba(255, 0, 0, 0.1);
}

/* Menu Text Color */
.mtxtcolor {
    text-align: center;
    width: 75%;
    margin:15px auto;
    color: #c29d18;
    font-size: 20px;
}

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

.lwr{
    backface-visibility: hidden;
    width: 95%;
    margin:20px auto;
    height: 950px;
    border-radius: 5px;
    /*border:1px solid #c29d18;*/
    background-color: rgba(255, 0, 0, 0.1);
}

.story{
    font-size:20px;
    color: #c29d18;
    text-align: center;
    overflow: hidden;
}
    
.ts{
    position: absolute;
    width:300px;
    margin-left:70px;
    margin-right:auto;
    margin-top: 40px;
    height:412px;
  border:1px solid #c29d18;
}

.ser{
    position: absolute;
    width:300px;
    margin-left:70px;
    margin-right: auto;
    margin-top: 500px;
    height:412px;
    border:1px solid #c29d18;
 }
    
 .headtext{
    visibility: visible; 
    color: #c29d18;
    text-align: center;
    font-size: 18px;
    padding: 1px; 
    }    
    
a:link {
    color: #c29d18;
    background-color: #202020;
    padding: 2px;
    border: 1px solid #c29d18;
    border-radius: 5px;    
  }
    
 
}