*{
    /*margin: 0;
    padding: 0;*/
}

body{
    margin: 0;
    padding-top: 0.1px;
    color: #FFFFFF;
    background-image:url("../images/ScoalaBIG.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    /* height: 100vh;*/
}

img{
    width: 100%;
}

.content{
    margin: 0;
    padding: 0;
    font-size: 90%;
}

.album {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    grid-row-gap: 5px;
}

.middle {
    margin: 0;
    padding: 0.1px;
    /*  text-shadow: 1px 1px 2px black, 1px 1px 40px black;*/
    font-size: 150%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: rgba(127, 127, 127, 0.5);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 5px 5px 10px #000000;
}

.midtop{
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 33% 34% 33%;
    grid-template-areas: "L0 L1 L2";
    text-align: center;
}

.schoolLogo{
    border-bottom-left-radius: 20px 10px;
}

.ministerlogodiv{
    border-bottom-right-radius: 20px 10px;
    background-color: white;
}
/*
.namediv{
    background-color: white; 
}
*/
#gmap_canvas{
     width:100%; 
     height:500px;
}

.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    width:100%;
}

.gmap_canvas{
    overflow:hidden;
    background:none!important;
    height:500px;
    width:100%;
}
.midtop > div{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    text-decoration: none;
    font-size: 160%;
}

.midbody{
    display: block;
    height: auto;
    overflow: auto;
}

.midbody > .left{
    display: block;
    float: left;
    width: auto;
    position: relative;
    /* height: 92vh;*/
}

.midbody > .right{
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 3vh;
    margin-bottom: 15px;
    border-top:5px solid rgb(40,40,40);
    padding-left: 20px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.midbody > .right> h1{
    text-align: center;
}


.defaultEmail > a{
    text-shadow: 1px 1px 2px black, 3px 0px 5px #02001F, 3px 0px 5px #000000;
}

.defaultEmail > a:link {
  color: #ffffff;
}

.defaultEmail > a:visited {
  color: white;
}

.defaultEmail > a:hover {
  color: #008ae6;
}

.defaultEmail > a:active {
  color: #0000cc;
}
p{
    text-align: justify;
}
table{
    width: 100%;
}
.table_header{
    text-align: center;
}
.number{
    text-align: center;
}
table, th, td {
    border: 3px solid white;
    border-collapse: collapse;
}

h2:not(:nth-child(2)){
    border-top:3px solid rgb(230,230,230);
}

.borderTop {
    border-top:3px solid rgb(230,230,230);
}

.backgroundYellow {
    background-color: orange;
}

video {
    width: 100%;
}

.bold {
    font-weight: bold;
}
/*
.clear:after {
    clear: both;
    content: "";
    display: table;
}*/

@media only screen and (max-width: 1300px) {
    .middle{
        width: 100%;
        font-size: 200%;
    }
}

@media only screen and (max-width: 1000px) {
    /*.namediv{
      display: none !important; 
    }*/
    .middle{
        width: 100%;
        font-size: 350%;
    }
     
    
    table{
        font-size: 50%;
    }
    .midtop{
        grid-template-rows: auto;
        grid-template-columns: 50% 50%;
        grid-template-areas: "a b"
                             "c c";
    }
    
     .schoollogodiv{
        grid-area: a;
     }
    
    .namediv {
        grid-area: c;
     }
     
     .ministerlogodiv{
        grid-area: b;
     }
    
    .midtop div:nth-of-type(2) {
        order: 3;
    }
    .midbody > .left{
        float: none;
    }
    
    .menu{
        margin-right: 15px;
        padding-right: 0;
    }
    
    .midbody > .right{
        margin-left: 15px;
    }
    
    .button{
        transition-duration: 0s;
        border-radius: 25px;
    }
    
    .button:hover{
        background-color:rgb(150,150,150);
    }
    
    .menu > a:hover{
        text-shadow: 1px 1px 2px black, 0px 0px 20px #02001F, 0px 0px 20px #000000;
        color:white;
    }

    .album {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 5px;
        grid-row-gap: 5px;
    }
}
/*
@media only screen and (max-width: 600px) {
    .album {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 5px;
        grid-row-gap: 5px;
    }
}*/








