@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');


@font-face {
   font-family: helvetica;
   src: url(HelveticaRoundedLTStd-Bd.otf);
}
body{
   
	font-family: 'Mulish',
	sans-serif;
   
}

h1{
   font-family: helvetica;
   font-size: 50px;
   color:#474747;
}

h2{
   font-family: helvetica;
   font-size: 50px;
   color:#474747;
}
.aboutsection h2 {
   font-size: 50px;
   color:#474747;
}

.carousel-indicators li {
   background-color: #000;
}


.aboutsection h1 {
   font-size: 50px;
	 font-family: helvetica;
    color:#474747;
}

 .carosul-grid .row h1{
    font-size: 50px;
	 font-family: helvetica;
    color:#474747;
 }

.carosul-grid .row{
   padding: 15px;
}

.carosul-grid h1{
   font-size: 60px;
   color:#474747;
}

a, a:active, a:focus{
    outline: none;
    outline: 0;
}

.Org_Com_Card{
    padding:20px 0 20px 0;
}

.Org_Com_Img{
    width:150px;
}

.Org_Com_Body{
     padding:10px;
}

.Org_Com_Name{
    font-family: 'Montserrat', sans-serif !important;
    font-weight:600;
}

.Org_Com_Affi{
    margin-top:-12px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight:400;
}

.glass{
	background-color: rgba(100, 100, 150, 0.1);
	padding:20px;
}
.footer-bottom .row{
   padding-top: 40px;
   padding-bottom: 40px;
}

.social-icon{
   margin-left: 0px;
}

.footer-bottom p{
   text-align: left;
}



.social-icon i{
   color: aliceblue;
   font-size: 30px;
   float: left;
   padding-right:25px;
}

.social-icon i:hover{
   color:#34C0D8;
}


/* .navbar .nav-item .dropdown-menu {
   display: none;
} */


.headline {

 margin-left: 0%;
 padding: 4% 0% 2% 0%;
font-family: helvetica;
}

.headline h2 {
 display: flex;
 flex-direction: row;
}
  


.headline spam{
   font-size: 55px;
   display: flex;
   flex-direction: row;
}

.headline spam:after {

   content: "";
   flex: 1 1;
   border-bottom: 3px solid rgb(255, 255, 255);
   margin: auto;
   margin-left: 8px;
}

.headline h3 {
   display: flex;
   flex-direction: row;
}

.headline h3:after {

   content: "";
   flex: 1 1;
   border-bottom: 2px solid rgb(255, 255, 255);
   margin: auto;
   margin-left: 4px;
}
.carosul-grid .carousel-inner .carousel-item{
   padding:30px
}

.home_important_dates span{
font-size: 20px;
}

.home_important_dates a:hover {
    color:#33B0B2;
    text-decoration: underline;
}

.carousel-control-prev{
  /*margin-left:-30px;*/
  padding-right:55px;
}

.carousel-control-next{
  /*margin-right:-30px;*/
  margin-left:55px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: .3;
  }
}

@media screen and (max-width:1000px) {
   .carosul-grid .row {
      padding: 0px;
   }
h1 {
   font-family: helvetica;
   font-size: 30px;
}

h2 {
   font-family: helvetica;
   font-size: 30px;
}

.aboutsection h2 {
   font-size: 30px;
}


.aboutsection h1 {
   font-size: 30px;
   font-family: helvetica;
}


    .carosul-grid .row h1 {
       font-size: 30px;
       font-family: helvetica;
    }
}

@media screen and (max-width:400px) {
      h1 {
         font-family: helvetica;
         font-size: 28px;
      }

      h2 {
         font-family: helvetica;
         font-size: 28px;
      }

      .aboutsection h2 {
         font-size: 28px;
      }


      .aboutsection h1 {
         font-size: 28px;
         font-family: helvetica;
      }

      .carosul-grid .row h1 {
         font-size: 28px;
         font-family: helvetica;
      }

      .carosul-grid .row h1 {
         font-size: 28px;
    font-family: helvetica;
      }
   }

   @media screen and (max-width:500px) {
        h1 {
           font-family: helvetica;
           font-size: 25px;
        }

        h2 {
           font-family: helvetica;
           font-size: 25px;
        }

        .aboutsection h2 {
           font-size: 25px;
        }


        .aboutsection h1 {
           font-size: 25px;
           font-family: helvetica;
        }

        .carosul-grid .row h1 {
           font-size: 25px;
           font-family: helvetica;
        }

        .carosul-grid .row h1 {
           font-size: 25px;
           font-family: helvetica;
        }
   }



