
/*Colored Links*/
a:link{
            color:aliceblue;
        }
        a:visited{
            color:#C6C4D1;
        }
        a:hover{
            color:crimson;
        }
        a:active{
            color:#C6C4D1;
        }
    
/*CET image auto adjust*/  
    .banner img{
     
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        
    }
/*Title and Home Button*/
nav{
    background-color:#B8B6C2;
}

.nav-wrapper {
            background-color:#B8B6C2;
            margin-left: auto;
    min-height:60px;
    height:auto;
}
        
        .nav-wrapper li{
        
            display:inline-block;
        }
        nav .nav-wrapper ul{
            
            display:block;
              list-style-type: none;
            min-height:60px;
            height:auto;
            
    background-color: #B8B6C2;
            
        }

 /* All site settings*/           
    body,html{
           height:100%; background:url(Images/background4.jpg) no-repeat center center fixed;
           
            background-size:cover;
            background-repeat: no-repeat;
            background-position:center;
            
            color:white;
            font-family: sans-serif;
    
    }


body{
    height:100%;
}
/* Column settings*/
   .col{
            background-color:#0060BF;
            text-align:center;
            display:block;
            border:solid;
            border-color:black;
            height:220px; 
            width: auto;
            background-size: 550px 300px;
       /*Gives outline to white text*/
            text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
            border-radius: 10px;
            opacity:0.9;
            font-size:200%;
            resize:both;
            
      }

/*Block Settings*/
  .row .col {
            display:block;
            line-height:1.2rem;
            text-align: center;
            min-height: 150px;
            height: auto;
            flex-wrap: wrap;
            flex-direction: column;       
        }
        


  /*About footer on each page*/
        .about{
            
            width:300px;
            color:white;
            text-align:center;
            margin:auto;
            font-size: 120%;
            padding:10px;
            background-color: #B8B6C2;
            opacity:0.9;
            background-size:250px 100px;
        }
        
.info {
        color:black;
            text-align:center;font-size: 120%;
        }
.section {
            text-align: left;
}
       



/*Different Header styles*/

h1{
            text-align: center;
            color:white;
            padding:10px;
            background-color: #B8B6C2;
            opacity:0.9;
           
            
        }
    
h4{
            color:white;
            text-align:center;
}

  h5{
            width:150px;
            position:relative;
            left:1px;
            top:200px;
        }


/*Mobile Settings*/



