@charset "utf-8";
/* CSS Document */

body{
    
    
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', serif;
}


.menubtn{
    
    display: none;
}


.micro-bar{
    
    background-color: #e91a3c;
    padding: 10px;
    font-size: 11px;
    color: white;
}


select{
    
    padding: 10px;
    border-radius: 4px;
}

.micro-bar > div{
    
    width: 100%;
}

.centerContent{
    
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
}


.gallery img{
	
	display: inline-block;
	width: 20%;
	margin: 10px;
	box-sizing: border-box;
	height: auto;
}


.topbar{
   
    padding-bottom: 15px;
    display: flex;
	max-width: 1146px;
	width: 100%;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
    background-color: #e91a3c;
}

.topbar > div{
    
    
}

 .topbar > div:last-child{
         
         display: none;
     }

.tagline{
    
    background-color:#e91a3c;
    color: white;
    position: relative;
    text-align: center;
    letter-spacing: 4px;
        padding:10px;
    border-radius: 6px;
    margin-top: -15px;
}

.logo{
    
    height: 40px;
    
    width: auto;
}

.bannertext{
    padding-top: 20vh;
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 4em;
    z-index: 10;
	display: block;
	padding-bottom: 20vh;
	        background-color: rgba(0, 0, 0, .8);

    line-height: 1.25;
    width: 100vw;
	
    
    text-align: center;
    text-transform: uppercase;
}

.bannertext > img {
    
    width: 100%;

}

.carousel img{
    
    height: 80vh;
    object-fit: cover;
    object-position: center;
}


.mini-banner img{
    
    height: 200px;
}

.about{
    
     color: #707070;
    line-height: 2.2;
}

.about > h3{
    font-weight: bolder;
    
    margin-top: 45px;
    color: #707070;
}

.navbar{
     padding:15px;
    text-align: right;
    margin-left:auto;
    padding-top: 15px;
}
.navbar > a{
    
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-weight: bold;
    
}

a{
    
    text-decoration: none;
}


.flex{
    
    display: flex;
}

.bigoptions{
    
    margin-top: 100px;
    text-align: center;
}

.bigoptions > div >div{
    
    font-weight: bolder;
    font-size: 25px;
}


.bigoptions a {
    display: block;
    margin-top: 15px;
}


.bigoptions > div > div:nth-child(3){
    
    font-size: 11px;
    line-height: 2;
        min-height: 250px;

    font-weight: normal;
}

.bigoptions > div{
    
    padding: 15px;
    width: 100%;
}


.bigoptions img {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 80px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.cbtn, button{
    
    background-color: #e91a3c;
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;

    border-radius: 2px;
    margin-top: 10px;
    font-size: 12px !important;
    
}





#searchlist{
    
    
    margin-top:80px;
}


#searchlist .cbtn, #loadedform .cbtn, #signup .cbtn, .about .cbtn{
    
    min-width: 200px;
    display: inline-block;
}


#searchlist > div:nth-child(2) > div{
    
    background-color: #EBEBEB;
    padding: 10px;
    border-radius:3px;
}


#searchlist > div:nth-child(2) > div:odd{
    
    background-color:#E4E4E4;
    padding: 10px;
}

#searchlist > div:nth-child(2) > div:hover{
    
    background-color:#C10003;
    color: white;
    padding: 10px;
}

#searchlist > div:nth-child(2) > .selected:hover{
    
    background-color:#FF0004 !important;
    color: white;
    padding: 10px;
}

#searchlist > div:nth-child(2) > .selected{
    
    background-color:#FF0004; 
      color: white;
}

.about textarea{
    
    width: 300px;
    resize: none;
    height: 189px;
}

#loadedform select, #loadedform input, #signup input, .about input{
    display: block;
    min-width: 300px;
    border:thin solid black;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    
}


  footer {
            background-color: #333;
            color: #fff;
            padding: 20px 0;
      margin-top:50px;
            font-size: 14px;
        }
        .footer-container {
            max-width: 1200px;
            margin: auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        .footer-column {
            flex: 1;
            min-width: 150px;
            margin-right: 20px;
        }
        .footer-column:last-child {
            margin-right: 0;
        }
        .footer-column h3 {
            margin-bottom: 15px;
            font-size: 18px;
        }
        .footer-column ul {
            list-style-type: none;
            padding: 0;
        }
        .footer-column ul li {
            margin-bottom: 10px;
        }
        .footer-column ul li a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer-column ul li a:hover {
            color: #ddd;
        }
        .footer-copyright {
            margin-top: 20px;
            text-align: center;
            font-size: 12px;
        }
        .footer-social-icons i {
            margin: 0 10px;
            cursor: pointer;
            transition: color 0.3s;
        }
        .footer-social-icons i:hover {
            color: #ddd;
        }


@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {
     
	 
	 
	 
}

