.nav-extended{
    margin-right: 15%;
    margin-left:15%;
    background-color: white;
}

.nav-wrapper{
    background-color: white;
    color : black;
}
.nameandtitle{
    font-family: serif;
    font-size: 40px;
    padding-left: 15%; /*180px;*/
    padding-top: 30px;
    margin-top: 1%;
    border-bottom: 2px solid rgba(253, 111, 222, 0.507);
}
.school{
    font-family: serif;
    font-size: 17px;
    padding-left: 15%;
    height: 1%;
    float: left;
}
body{
    font-family: serif;
    padding-left:0px;
    padding-right: 0px;

}
span{
    color : black;
}
span.tab{
    color : rgb(0, 0, 0); 
    width:max-content;
}

.col.s12{
    color : rgb(0, 0, 0); 
    
}

.parallax-container{
    width: 100%;
}

.dream{
    margin-right: 15%;
    margin-left:15%;
    font-family: Times;
    font-size: 50px;
    color: rgb(0, 0, 0);
    padding-top: 20px;
}

.article{
    margin-right: 15%;
    margin-left:15%;
    padding-bottom: 6%;
    font-family: serif;
    font-size: 21px;
    line-height: 280%;
    color: rgb(0, 0, 0);
}
.article2{
    margin-right:15%;
    margin-left:15%;
    margin-bottom: 5%;
    font-family: serif;
    font-size: 21px;
    line-height: 300%;
    color: rgb(0, 0, 0);
}

.contents-item{
    padding-top: 20px;
    float: left;
    font-family: serif;
   
}
.quote{
    font-size: 10px;
    line-height:0px; 
    text-align:right;
}

.contents-item2{
    
    float: left;
    font-family: serif;
    padding-left:5%;
    width:70%;

}

.contents-item2-img{
    padding-left: 0px;
    float: left;
   margin-bottom: 10px;
    
}

.contents-item p{
    
    padding-top : 30px;
    padding-left: 40px;
    
}

.contents-item2 p{
    padding-top : 0px;
    padding-right: 1%;/*100px;*/
    padding-left : 1%;    
}
.clear{
    clear:left;
}

span{
    font-size: 35px; 
}
span2{
    font-family: serif;
    font-size: 26px; 
}

.article3{
    
    margin-right: 15%;
    margin-left:15%;
    margin-bottom: 3%;
    font-family: serif;
    font-size: 20px;
    line-height: 100%;
    color: rgb(0, 0, 0);
}
.contents-item3{
    float:left;
    padding-top : 0px;
    padding-right: 50px;
    padding-left : 0px;    
    width:300px;
}
.contents-item4{
    float:left;
    padding-top : 20px;
    padding-right: 0px;
    padding-left : 0px;    
}
.name{
    margin-top:10px;
    height : 27px;
    font-size: 27px;  
    border-bottom: 1px solid rgba(253, 111, 222, 0.507); 
}
.contents-item4 p{
    padding-top : 10px;
    font-size: 15px; 
    line-height: 35px; 
}
.contents-item4 span{
    padding-left: 20px;
    font-size: 17px;
}

.article5{
    
    margin-right: 15%;
    margin-left:15%;
    font-family: serif;
    font-size: 20px;
    line-height: 100%;
    color: rgb(0, 0, 0);
}


.card_row{
    margin : 1% 5%;
    float:left;
    width : 40%;
}
.card{
    float:left;
    width: 100%;
    font-family: serif;
    font-size: 15px;
    line-height: 20px;
}
.card-title{
    color:black;
    
}


.block{
    float : left;
    width:50%;
    height : 3%;
    padding: 1%;
}

.page-footer{
    margin-right: 15%;
    margin-left:15%;
}


.ggmap {
    margin-left: auto; margin-right: auto;
    position: relative;
    padding-bottom: 500px;
    padding-top: 30px;
    margin-bottom: 50px;
    
    width : 80%;
    min-width : 300px;
    max-width : 80%;
    overflow: hidden;
    }
     
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        margin-left: auto; margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    
    }


    .tb-cell {
        display: table;
        width: 300px;
        margin: 20px auto 40px auto;
        text-align: left;
      }
      .tb-cell .row {
        display: table-row;
      }
      .tb-cell .row .cell {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: middle;
        font-family: serif;
        color: rgb(0, 0, 0);
        font-size : 13px;
      }
      .tb-cell .row .cell:nth-child(odd) {
        width: 100px;
      }
      .tb-cell .row .cell:nth-child(even) {
        width: 200px;
      }
      .mail-form .row .cell {
        padding: 5px;
      }
      .mail-form .row .cell:nth-child(1) {
        background: #eaf4ffee;
      }
      .mail-form .row .cell:nth-child(2) {
        background: rgb(255, 255, 255);
      }
      input[type="text"],
      input[type="email"] {
        height: 30px;
        font-size: 16px;
        font-family: serif;
        color: rgb(0, 0, 0);
      }
      textarea {
        height: 100px;
        font-size: 16px;
      }
      button {
        color: rgb(0, 0, 0);
        border: none;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
      }
      button[type="button"] {
        margin-left: 10px;
      }
      button[type="button"],
      button[type="submit"] {
        background: #e3f0ffdc;
      }
      button[type="reset"] {
        background: none;
      }
      button[type="button"]:hover,
      button[type="submit"]:hover {
        background: #ddd;
      }
      button[type="reset"]:hover {
        text-decoration: underline;
      }
      .msg {
        margin: 50px 0;
        font-weight: bold;
      }
      @media (min-width: 768px) {
      .tb-cell {
        width: 800px;
      }
      .tb-cell .row {
        display: table-row;
      }
      .tb-cell .row .cell {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: middle;
        color: #fff;
      }
      .tb-cell .row .cell:nth-child(odd) {
        width: 200px;
      }
      .tb-cell .row .cell:nth-child(even) {
        width: 600px;
      }
      input[type="text"],
      input[type="email"] {
        width: 300px;
      }
      textarea {
        width: 580px;
      }
      /* ** */}

      