@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Rajdhani:wght@500;600;700&display=swap');

* {
    font-family: "Jost";
    font-weight: 400;
}
body {
    overflow-x: hidden;}

.navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 600;
}

h1, h2, h3, h4, .navbar-nav .nav-item .nav-link  {
    font-family: "Rajdhani";   
    text-transform: uppercase;
    font-weight: 600;
}
h2,h3 {
    color:#2a9ef5;
}

.navbar {
    padding: 10px 50px 50px 10px;
}

#front_page h1{
    font-weight: 700;
    font-size: 3em;
    color: #2a9ef5;
}
#front_page .row {
    margin: 0 auto;
}
footer, #Contact, #Projects, #Contact_Form, #About, #Values, #front_page, #events, #Services, #Social {
    padding: 100px 50px;
}
footer {
    background-color: #084b83;
    color: white;
}
footer h2 {
    font-weight: 600;
    color: white;
}

footer #middle {

    padding-left:100px;
}
#foot {
    margin: 0 auto;
}
#foot p {
    text-align: justify;
}
#foot a {
    color: white;
}
#foot a:hover {
    color:#2a9ef5;
    text-decoration: none;
}
.header {
    height: 250px;
    background-image: url(images/IMG_0735\ -\ Copy.JPG);
    background-size: cover;
    background-position: 38% 35%;
}

.overlay {
    height: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 100px;
    color:white;
}

.overlay h1 {
    font-weight: 700;
}

#About p {
    text-align: justify;
}

#About_img {
    width: 550px;
    height: 400px;
    object-fit: cover;
}

#Values img {
    height: 100px;
    width: 100px;
}
#Values, #Values .col-4{
    text-align:center;
}
#Values h3, #Values p, #Values img {
    padding-top: 15px;
}
#events, #Values{
    background-color: #ececec;
}

#events table tr{
    border: 1px solid rgb(198, 198, 198);
    
}
#events table tr td {
    padding: 15px 2px;
}
#events table {
    width:100%;
}
#events .col-11 
{
    padding-left: 50px;
}
#events td{
    padding: 0 10px;

}
.banner {
    height: 250px;
    text-align: center;
    background-image: url(images/SMIC20.jpeg);
    background-position: 100px 65%;
 
}
.banner h2 {
    color: white;
}
.blueoverlay {
    height: 250px;
    background-color: rgba(24, 82, 143, 0.5);
    margin: 0 auto;
    padding-top: 50px;   

}
.para_width{
    width:600px;
    margin: 0 auto;
}
.para_width .btn {
    border-radius: 20px;
    padding: 10px 15px;
}
.para_width h2 {
    font-weight: 500;
}
#Social {
    text-align: justify;
}

#Social img {
    padding-right: 10px;
    padding-top: 10px;
}
#Services ul li{
    list-style-type:lower-roman;
    margin-top: 15px;
}
#Contact {
    align-items: center;
    margin: 0 auto;
}
#Contact .col-sm-6{
    border: 1px solid rgb(130, 128, 128);
    border-radius: 20px;
    height: 200px;
    text-align: center;
    padding: 30px;
 
}
#Contact i {
    font-size: 40px;
    color:#2a9ef5;
}
#Contact h3, #Contact a{
    color: black;
}
#Contact h3 {
    margin: 10px 0;
}
#Contact a:hover {
    color: #2a9ef5;
    text-decoration: none;
}
#Contact_Form h2{
    text-align: center;
}
#Contact_Form{
    width: 600px;
}
#Social .row {
    margin: 0 auto;
    text-align: center;
}

#Projcets {
    text-align: center;
}
#Projects table {
    border-left: 3px solid #2a9ef5;
    
}
#Projects table th {
    padding-top:50px;
    font-weight: 500;
}
#Projects table tr td, #Projects table tr th{
    padding-left: 30px
}
@media screen and (max-width:900px){
    footer #middle {
        padding-left:15px;
    }

    footer .col-md-4 {
        padding-top: 30px;
    }
    
    #Contact .col-sm-5 {
        margin-right: 0px;
    }
}