/* arbcstyle.css */

body {
    font-family: 'Montserrat';
    font-size: 1.6em;
    color:003366;
    background-color:009999;
}

.subhead{
    background-color: 33aaaa;
    color: eeeeee;
    font-size: 2.5em;
    padding: 10px;
    font-weight: normal;
    text-align: center;
}
.text{
    background-color: fffff8;
    color: 006699;
	font-size: 1.1em;
    line-height: 1.1;
    padding: 40px;
    text-align: left;
    border-style:none;
}
.rvr{
    background-color: fffff8;
    color: 003366;
    font-size: 0.9em;
    line-height: 1.1;
    text-align: align;
    border-style:none;
    font-style: italic;
    font-weight: 500;
}
.rvrpad{padding:40px}

.illust{
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.sillust{
    width:100%;
}

#pictcol{
    width:1%;
}

#bible{
    width:24%;
}

#menu{
    font-size: 1.5em;
    color: ffffff;
    
}
details > summary {
    background-color: e0e0d8;
    color: 007788;
    font-size: 2.3em;
    padding: 10px;
    font-weight:bold;
    text-align: left;
}
details > p {
    background-color: ffffff;
  border: none;
  border-color:ffffff;
    padding:60px;
    text-align: justify;
    margin: 0;
    line-height: 1.2;
}

h3{
    font-size: 2.3em;
    color: 007788;
    font-weight: normal;
}


@media (min-width: 1025px){
    body{
         font-size: 1.0em;
    }

    .maintable{
         max-width: 800;
    }

    .illust{
        display: none;
    }
    
    #pictcol{
        width:35%;
    }
    details > summary {
        font-size: 1.5em;
    }
    .rvr{
        font-size: 1.0em;
    }
    h3{
        font-size:1.5em;
        color: 007788;
        font-weight: normal;
    }
    #menu{
        font-size: 1.10em;
        color: ffffff;
        
    }

    
}

