* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


html, body {
    /* background-color: #white; */
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    min-height: 100%;
}


.top-header {
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-color: black;
  
}

.topBar {
    width: 1000px;
    margin: 0 auto;

}

.socialIcons {
    width: 30px;
    height: 30px;
    float: left;
}

.topBar p {
    
    color: #fcd705;
    float: right;
    padding-top: 5px;
}




header {

    width: 100%;
    height: 100px;
    background-color: rgb(71, 143, 38);
    background-color: rgba(230, 247, 4, 0.65);

}


.inner-header {
    width: 1000px;
    height: 100%;
    display: block;
    margin: 0 auto;
    
    /* background-color: grey; */
  
}

.logo-container {
    height: 100%;
    display: table;
    float: left;
}

.logo-container img {
    width: 300px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    object-fit: scale-down;
    float: left;

}

.nav-items {
    float: right;
    display: table;
    height: 100%;
}

.navList {
    list-style: none;
    float: left;
    padding: 40px 30px;

}


.nav-items li a {
    color: black;
    font-family: 'Montserrat';
    font-size: 1.2em;
}

.navList:hover {
    text-decoration: underline;
}

/* Heading CSS up and main starts below */

.aw {
    background-image: linear-gradient(to bottom, rgba(49, 68, 27, 0.5), rgba(65, 20, 43, 0.5)), url(./images/B2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 500px;
    display: block;
    
    /* padding: 100px; */
    /* background-color: red; */
}



.inner-aw {
    width: 1000px;
    height: 100%;
    display: block;
    margin: 0 auto;
    color: #fcd705;
    letter-spacing: 0.5em;
    font-family: robot;
    font-weight: bold;
    font-size: 2em;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;

}

.button1 {
    text-align: center;
    padding-top: 50px;

}

button {
    font-family: 'Ubuntu Bold', sans-serif;
}

.btn1 {
    color: #1a770e;
    padding: 15px 15px 15px 15px;
    font-size: 30px;
    background-color: #caf39b;
    border-radius: 12px ;
    cursor: pointer;
    border: none;
    
}

.btn1:hover {
    color: white;
    background-color: rgb(133, 8, 8);
    opacity: 50%;
}

.hi {
    font-size: 2em;
    /* animation: blink 3s ease-in-out infinite; */
}

@keyframes blink {
    100% { opacity: 0 }
}