@font-face {
    font-family: CustomFont;
    src: url(/fonts/Gotham-Bold.ttf)
}

@font-face {
    font-family: CustomFont2;
    src: url(/fonts/Gotham-Book.otf);
}
body{
   
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white; /*#003A70;*/
    height:1200px;
    width:100%;
  
}

.container{

    margin-top: 10%;
    width: 90%;
    margin: auto;
    height: 600px;
    border: 10px solid #003A70; /* #00A9E0*/;
    border-radius: 20px;
    background-color: #003A70;
}

.imgbox {
    margin-top: 0em;
    margin-bottom: 0em;
    display: grid;
    height: 5%;
    justify-items: center;
}
.center-fit {
    max-width: 25%;
    max-height: 50vh;
  
}
h1{
    margin-top: 0em;
    font-family: CustomFont;
    font-size: 60pt;
    color:white;
    
    text-align: center;
    margin-bottom: 0em;
}
h2{
    margin-top: 0em;
    font-family: CustomFont2;
    font-size:15pt;
    color:white;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 5em;
   
}
h3{
  margin-top: 0em;
    font-family: CustomFont2;
    font-size:12pt;
    color:white;
   text-align: center;
    margin-bottom: 5em;
}



.footText{
    float:right;
    font-family: CustomFont2;
    padding-right: 5pc;
    font-size: 8pt;
    
    
}

 .blob{
    align-items: center;
    font-family: CustomFont2;
    font-size: 10pt;
    color:white;
    opacity: 50%;
}
.btn{
    display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-width: 0;
    border-radius:6pt;
    box-sizing: border-box;
    text-decoration:none;
    font-family:CustomFont2,sans-serif;
    font-size: 16pt;
    font-weight: bolder;
    color:#FFFFFF;
    background-color:#f58403;
    text-align:center;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
        
      }
    




    button:hover{
    background-color:#4095c6;
    }
    @media all and (max-width:30em){
     a.button3{
    display:block;
    margin:0.2em auto;
    }
    
}
/* The Modal (background) */
.modal {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* 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 */
  .modal-content {
      
    position: -webkit-sticky;
    position: sticky;
    overflow:hidden;
    background-color: #fefefe;
    max-width: 40% ;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 40px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #003A70;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
      
    padding: 2px 5px;
    background-color:#00A9E0;
    color: white;
    font-size: 30pt;
    font-family: CustomFont2;
    
  }
  
  .modal-body {padding: 2px 16px;
  font-family: Arial, Helvetica, sans-serif;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  }
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #00A9E0;
    color: white;
    font-family: CustomFont2;
    font-size: 10px;
  }
  .infoImg{
   
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 30%;
  }


  /* ****************EMAIL SECTION********************/

  .EmailModal {
	
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* 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 */
  .EmailModal-content {
      
    position: -webkit-sticky;
    position: sticky;
    overflow:hidden;
    background-color: #fefefe;
    max-width: 40% ;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .email-close {
    color: white;
    float: right;
    font-size: 40px;
    font-weight: bold;
  }
  
  .email-close:hover,
  .email-close:focus {
    color: #003A70;
    text-decoration: none;
    cursor: pointer;
  }
  
  .EmailModal-header {
      
    padding: 2px 5px;
    background-color:#00A9E0;
    color: white;
    font-size: 30pt;
    font-family: CustomFont2;
    
  }
  
  .EmailModal-body {padding: 2px 16px;
  font-family: Arial, Helvetica, sans-serif;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  }
  
  .EmailModal-footer {
    padding: 2px 16px;
    background-color: #00A9E0;
    color: white;
    font-family: CustomFont2;
    font-size: 10px;
  }
  .loginImg{
   
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 30%;
  }
  .emailForm{

    padding-left: 30px;
    font-family: CustomFont2;
  }


  input[type=email] {
    width: 80%;
    padding: 15px 15px;
    margin: 10px 5px;
    box-sizing: border-box;  
    border-radius: 10px;
    background-color:  #00A9E0;
    color:white;
    border-color: #00A9E0;
}
  
/********************** SWEET ALERT 
        body{background-color: aliceblue;font-family: sans-serif;text-align: center;}
        button{background-color: cadetblue;color: whitesmoke;-webkit-box-shadow: none;box-shadow: none; font-size: 18px;font-weight: 500;border-radius: 7px;padding: 15px 35px;cursor: pointer;white-space: nowrap;margin: 10px;}
        img {width: 200px;}
        input[type="text"] {padding: 12px 20px;display: inline-block;border: 1px solid #ccc;border-radius: 10px; box-sizing: border-box;}
        h1{border-bottom: solid 2px grey;}
        #success {background: green;}
        #error {background: red;}
        #warning {background: coral;}
        #info {background: cornflowerblue;}
        #question {background: grey;}
  **************************/
 
  
  
  
  