.topgap
{
    height: 90px;
}

.bottomgap
{
    height: 95px;
}

.login, .register
{
   margin: 0px 10px 0px 0px;
}

.welcome-inputs
{
    padding : 0px 10px 0px 0px;
}

.welcome-inputs form
{
    width: 100%;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 1px 1px #CCC;
    border: 1px solid #CCC;
    margin: 10px 10px;
    box-sizing: border-box;
}

.welcome-inputs form:last-child 
{
    margin-top: 0;
}

.welcome-inputs input 
{
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
    box-sizing: border-box;
}

.welcome-inputs input:hover, .welcome-inputs input:focus 
{
    border-color: #ADADAD;
}

.remember-me input[type="checkbox"]
{
    width: auto;
    float: left;
}

.remember-me 
{
    width: 100%;
    padding: 5px 0;
    display: inline-block;
}

.remember-me label 
{
    display: block;
    margin-bottom: 10px;
}

.login-button 
{
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    background: #66cc94;
    border: 0;
    cursor: pointer;
    height: 37px;
}

.login-button:hover 
{
    background: #267349;
}

.login-button:active 
{
    background: #374C80;
}

.forgot-password a 
{
    color: #6B6B6B;
}

.forgot-password a:hover 
{
    color: #000;
}

.register-button 
{
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    background: #80bfff;
    border: 0;
    cursor: pointer;
    height: 37px;
}

.register-button:hover 
{
    background: #0059b3;
}

.register-button:active 
{
    background: #6633cc;
}

.welcome-message
{
    margin-top: -20px;
    padding: 10px;
}

.welcome-message h1
{
    
}

.welcome-message h3
{
    
}

.welcome-message p
{
    text-align: justify;
    text-indent: 30px;
    margin-bottom: 50px;
    line-height: 25px;
}

.states
{
    padding:10px;
    margin-top: -20px;
}

.state
{
    padding:5px;
}

.sn
{
    width:100%;
    background-color:white;
    padding:5px;
    text-align:center;
}

.blue-banner
{
    height:150px;
    background:#0047af;
}

.four-sets
{
    
}

.blue-imgs
{
    padding-top:10px;
    display:inline-block;
    width:24.0%;
    text-align:center;
    height:150px;
}

.blue-imgs img
{
    width: 60px;
    height: 60px;
    transition: transform .2s; /* Animation */
}

.blue-imgs img:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.imgcap p
{
    color:white;
    transition: transform .2s; /* Animation */
}

.imgcap p:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.programs
{
    margin:-60px 10px 10px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px gray;
}
.programs h1
{
    padding:10px;
}

.blue-imgs1
{
    padding-top:10px;
    display:inline-block;
    width:24.0%;
    text-align:center;
    height:100px;
}

.blue-imgs1 img
{
    width: 60px;
    height: 60px;
    transition: transform .2s; /* Animation */
}

.blue-imgs1 img:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.imgcap1 p
{
    color:black;
    transition: transform .2s; /* Animation */
}

.imgcap1 p:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.abstract
{
    /*display: block;
    /*align-items: center;
    justify-content: center;*/
    margin:10px 10px 10px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px gray;
}

.blue-imgs2
{
    padding-top:10px;
    display:inline-block;
    width:30%;
    text-align:left;
}

.image img 
{
    width: 60px;
    height:60px;
    margin-left: 50px;
    float: left;
    transition: transform .2s; /* Animation */
}

.image img:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* code exists in page.css  
.text
{
    font-size: 10px;
    padding-left:10px;
    float: left;
}*/

.text h1
{
    margin-top: 5px;
    transition: transform .2s; /* Animation */
}

.text h1:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text p
{
    margin-top: -15px;
    margin-left: 0px;
    font-size:1.2em;
    transition: transform .2s; /* Animation */
}

.text p:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.about
{
    /*display: block;
    /*align-items: center;
    justify-content: center;*/
    margin:10px 10px 10px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px gray;
}

.about-box
{
    
}

.about-tile
{
    padding-top:10px;
    display:inline-block;
    width:100%;
    text-align:left;
}

.image-about img
{
    width: 250px;
    height:250px;
    margin-left: 10px;
    background:cyan;
    border:10px solid cyan;
    float: left;
    transition: transform .2s; /* Animation */
}

.image-about img:hover
{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* code exists in page.css  
.text
{
    font-size: 10px;
    padding-left:10px;
    float: left;
}*/

.text-about
{
    margin-top:-20px;
    padding-left: 30px;
}
.text-about h2
{
   /* margin-top: 0px; */
}

.text-about p
{
    margin-top: -15px;
    margin-left: 10px;
    font-size:1.2em;
    height:20px;
}

.contact
{
    margin:0 10px 10px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px gray;
    padding:10px;
}

.ads
{
    margin: 10px 10px 10px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px -2px gray;
}