body{
    background-color: rgb(255, 255, 255);
    font-size: medium;
}
h1{
    color: yellow;
}
.one{
    padding-top: 0;
}
li{
    padding-bottom: 20px;
    display: inline;
    color: rgb(8, 8, 8);
    border: 2pw white;
}   
.topnav{
    background-color: rgb(0, 0, 0);
    overflow: hidden;
}
.topnav a{
    float:left;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    font-size: 15px;
    color: rgb(248, 253, 249);
}
.topnav a.active{
    margin-left: 20%;
    font-family:"Audiowide", sans-serif;
    color: rgb(247, 247, 247); 
}
.topnav a.active:hover{
    font-family: "Trirong", serif;
    color: #08f027;
    transition: 5ms ;

}
.topnav input[type=text]{
    font-size: 15px;
    margin-left: 470px;
    margin-top: 5px;
}
.topnav a.act{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}

.topnav a.act:hover{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
    color:rgb(12, 248, 24);
    transition: 4ms;
}
.topnav-right{
    float:right;
    color: rgb(243, 241, 241);
    margin-left: 10px 10px;
    padding-right: 10px 10px;
    text-align: center;
}

.fa {
    padding: 5px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: rgb(255, 255, 255);
  }
  section div .myimage{
    background-color: rgb(54, 50, 50);
    background-attachment: fixed;  
    position: relative;
    background-position: center;
    background-size: cover;
  }
  section div .mydetails{
    font-size: 40px;
    font-weight: bolder;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
	top: 10%;
	right: 350px;
  }
  .mydetails .web{
    color:rgb(12, 248, 24);
    font-size: 20px;

  }
  div .mydetails a.btn{
    font-size: 40px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  div .mydetails p{
    color: rgb(12, 248, 24);
  }
  .btn {
    background-color: rgb(110, 110, 110);
    font-weight: lighter;
    color: black;
    border: 2px  #080808;
    box-shadow: 2px 2px 4px;
  }
  .btn:hover{
    color: #08f027;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-shadow: 8px 6px 5px #08f027 2s ;
    transition: 1s;
  }
  div.container-fluid1 {
    display:inline-flex;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-fluid1 > div .lschool,.hschool,.clg {
    width:33%;
    background-color: #080808;
    color: white;
    border:2px solid rgb(117, 114, 114);
  }
  .lschool{
    background-color: #080808;
    color:white;
    border:2px solid rgb(77, 75, 75);
  }
 

