body {
    font-family: 'Roboto', sans-serif;
    background: url('../../images/bg.png') 100% 0 no-repeat;
    background-size: cover;
}

.particle-Header {
    margin: 0px 0px 0px 0px;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("../../images/bgm.jpeg") no-repeat ;
    background-size: contain;
}
.head1 {
    height: 100%;
    width: 100%;
    background: url("../../images/bg-min.jpeg")no-repeat;
    background-size: cover;
}

.head1 h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    color: #7fe9f6;
    width: 20%;
    margin-left: 40%;
    margin-bottom: 10%;
    background-color: #003d87;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 40px;
    top: 20px;
    /* color: #7fe9f6; */
    color: #003d87;
    text-align: center;
    /* background-color: #003d87; */
    width: 20%;
    margin-left: 40%;
    margin-bottom: 10%;
}
.title1 {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    width: 100%;
    font-size: 40px;
    color: #003d87;
    letter-spacing: 2px;
    font-weight: 100;
    vertical-align: middle;
    text-align: center;
}
.title2 {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 40px;
    top: 20px;
    /* color: #7fe9f6; */
    color: #003d87;
    text-align: center;
    /* background-color: #003d87; */
    width: 30%;
    margin-left: 35%;
    margin-bottom: 10%;
}

.large_text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
}

.icon {
    color: #ffffff;
    opacity: 0.5;
    position: absolute;
    top: 20px;
    left: 20px;
}

.item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #003d87;
}

.item:hover .overlay {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-top-md {
    margin-top: 20px;
}

.margin-top-lg {
    margin-top: 30px;
}

.margin-top-xl {
    margin-top: 40px;
}

.page-bottom {
    margin-bottom: 100px;
}

.margin-bottom-xl {
    margin-bottom: 50px;
}

.name {
    color: #003d87;
    font-size: 20px;
    margin-top: 20px;
}

.position {
    color: #565656;
    font-size: 17px;
    margin-top: -8px;
}

.number {
    color: #808080;
    font-size: 15px;
    margin-top: -5px;
}

.event-name {
    font-size: 20px;
    color: #212121;
    margin-top: 14px;
}

.event-type {
    font-size: 15px;
    color: #565656;
    margin-top: -5px;
}

.event-container:hover {
    opacity: 0.5;
    cursor: pointer;
}

.padding-container {
    padding: 40px;
}

.heading {
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-weight: 100;
    color: #303030;
}

.btn-default {
    background-color: #d6d6d6;
    padding: 10px 30px 10px 30px;
    outline: none;
    border-radius: 3px;
}

.under_head {
    background-color: black;
    width: 100px;
    padding-bottom: 3px;
}

.lead {
    color: #555555;
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 0.5px;
    margin-bottom: 2.3125rem;
    padding: 15px 0px 15px 0px;
}

.modal-dialog {
    margin: 3% auto;
    width: 70%;
    height: 60%;
    padding: 0;
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
}

.modal-body {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-event-heading {
    letter-spacing: 2px;
    text-align: center;
    /* padding: 15px 0px 15px 0px; */
    font-weight: lighter;
    color: white;
}

.modal-image {

    background: #003d87;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 18px;
    padding-bottom: 14px;
    margin: -18px;
}

.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .3;
}

@media only screen and (max-width: 479px){
    .title {
        font-size: 30px;
        width: 70%;
        margin-left: 15%;
        margin-top: -1%;
    }
    .title1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .title2 {
        font-size: 30px;
        margin-top: -1%;
        width: 80%;
        margin-left: 10%;
        /* margin-bottom: 10%; */
    }

    .large_text {
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 100;
    }
    #particles-js {
        position: relative;
        width: 100%;
        height: 110px;
        background: url("../../images/bgm-min.jpg") no-repeat;
        background-size: contain;
    }
}
@media (min-width: 768px) {
    
    .div-animation {
        opacity: 1;
    }

    #ncode {
        margin-top: 40px;
        padding-left: 40px;
    }
    .modal-dialog {
        margin: 3% auto;
        width: 70%;
        height: 60%;
        padding-right: 5%;
    }
}

@media (min-width: 992px) {
    .div-animation {
        opacity: 0;
    }

    #ncode {
        margin-top: 30px;
        padding-left: 0px;
    }

}

@media (max-width: 992px) {
    .item .overlay {
        opacity: 0.9;
        background-color: #00224bbb;
    }
    .text {
        color: #fff;
        font-weight: 600;
    }
    .text-center {
        padding-bottom: 40px;
    }
    
}

@media (min-width: 1250px) {
    .div-animation {
        opacity: 0;
    }
    .heading h2{
        text-align: center;
    }
    .row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (width: 1024px) {
    .row {
        padding-top: 40px;
    }
    .title {
        padding-top: 20px;
        font-size: 30px;
        width: 70%;
        margin-left: 15%;
        margin-top: -1%;
    }

    .title1 {
        padding-top: 20px;
        font-size: 30px;
        letter-spacing: 2px;
    }

    .title2 {
        padding-top: 20px;
        font-size: 30px;
        margin-top: -1%;
        width: 80%;
        margin-left: 10%;
        /* margin-bottom: 10%; */
    }
}



