﻿ * {
           box-sizing: border-box;
  }

html,
body {
    height: 100%;
    background-color: #ffffff;
    /*background-image: url(../Images/backlogo.jpg);*/
    background-repeat: repeat;
   
    padding-bottom: 2%;
    padding-bottom: 1%;
}

 .formclass{

    width:50%;
    float:left;
    padding:1px 20px;
    margin-top:20px;

    }

  .formclass1{

    width:100%;
    float:left;
    padding:1px 20px;
    margin-top:20px;

    }

.plsfill{

  font-size:20px;
  color: red;

  }





.form-control {
    border: thin solid #AAAAAA;
    color: black;
}


.frontuse {

    width: 350px;
    margin: 0 auto; 
    box-shadow: 5px 10px 5px grey; 
    padding: 20px; 
    border-radius: 15px;
    background-color:white;
}

.gobutton {
    background-color: #21196E;
    color: white;
}


.lowborder {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    color: black;
}

.lowborder1{ 
 
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom:30px;
    color:black; 
}


.sideborder{ 
 
    border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF8A8A;
    color:black; 
}

img{
   
  max-width: 100%;


}

.dcenter {
                max-width: 1176px;
                box-shadow: 0px 10px 5px grey;
                background-color:white;
                margin: 0 auto;
                top: 0;
                padding-bottom: 50px;
                margin-bottom: 50px;
               
            }


.containbac {
    box-shadow: 5px 10px 5px grey;
    padding: 10px;
    border-radius: 8px;
    border: thin solid grey;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: #FFffff;
    opacity: 0.9;
    width: 95%;
    
}
 
#cusbac1{
			
         		
}


.cusbac {
    width: 100%
}


.cusbacfront {
    width: 100%;
    background-image: url(../Images/bud.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
}



.footerx {
    bottom: 0px;
    position: fixed;
    height: 20px;
    width: 100%;
    background-color: #21196E;
    z-index: 1000;
}

.footer1 {
    color: #ffffff;
    padding: 1px;
    background-color: #21196E;
    margin-right: auto;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
    font-size: 13px;
}


.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
     display: block;
    margin: auto;
    width: 100%;
}



 .nav {
    width: 100%; /* Set a width if you like */
}

    .nav a {
        background-color: #2D1EDD; /* Grey background color */
        color: white; /* Black text color */
        display: block; /* Make the links appear below each other */
        padding: 10px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 1px;
        margin-right: 1px;
       
    }

.nav a:hover {
    background-color: #ffffff; /* Dark grey background on mouse-over */
    color: black; 
}

.nav a:active {
      background-color: #000000; /* Dark grey background on mouse-over */
      color: black;
}        


.nav1 {
    width: 100%; /* Set a width if you like */
}

    .nav1 a {
        background-color: #A4B73B; /* Grey background color */
        color: white; /* Black text color */
        display: block; /* Make the links appear below each other */
        padding: 10px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
        margin: 5px;
    }

.nav1 a:hover {
    background-color: #ffffff; /* Dark grey background on mouse-over */
    color: black; 
}


.logoheading {
    font-size:30px;
    font-family:Bahnschrift;
    color:white;
}



.col-container {
    display: flex;
    width: 100%;
}
.col {
    flex: 1;
    padding: 16px;
}


.todown {
    margin-top: -50px;
}

.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal1-content {
    background-color: #ffffff;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 8px;
    border: 2px solid #888;
    border-radius: 10px;
    width: 50%; /* Could be more or less, depending on screen size */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* The Close Button */
.modal1 .close {
    color: red !important;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .modal1 .close:hover,
    .modal1 .close:focus {
        color: red !important;
        font-size: 28px;
        text-decoration: none;
        cursor: pointer;
    }

.modal1-header {
    padding: 2px 2px;
    background-color: white;
    color: white;
    background-color: #ffffff;
    color: black;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #2117AB;
}

/* Modal Body */
.modal1-body {
    padding: 2px 2px;
   
}



@media only screen and (max-width: 600px) {

    .modal1-content {
        background-color: #ffffff;
        margin: 10% auto; /* 15% from the top and centered */
        padding: 8px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }


    .logoheading {
        font-size: 18px;
        font-family: Bahnschrift;
        color: white;
    }


    .todown {
        margin-top: 20px;
    }

.dcenter {
                max-width: 100%;

            }

.formclass{

       width:100%;
    }
	
img{
   
  max-width: 50%;

}

.frontuse {
        width: 100%;
}


    .cusbac {
        width: 100%;            
        top: 110px;
        position: static;
       
    }


    .footerx {
        position: static;
        bottom: 0px;       
        height: 30px;
        width: 100%;
        background-color: #253B50;
        z-index: 1000;
    }



}