@media screen and (max-width: 1101px) {
    #registerbutton{
        display:none;
    }
}

@media screen and (max-width: 1028px) {
    .VMItem{
        width:21%;
        margin:2%;
    }
    
    .AdSlogan1_2{
        
        top:250px;
        width:300px;
        left:50px;
    }
    .AdSlogan1_1{
        top:250px;
    }
    .menulinks{
        font-size:16px!important;
    }
}

@media screen and (max-width: 768px) {
    .col-2{
        width:94%;
        padding:2%;
        padding-top:2%;
        margin-top:2%;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .col-2 h1{
        margin-top: 10px;
        margin-bottom:10px;
        font-size:25px;
    }
    .col-2 p{
        margin-top: 10px;
        margin-bottom:10px;
        font-size:16px;
    }
    .col-2 img{
        width:60%;
        display:block;
        margin-left:auto;
        margin-right:auto;
        
    }
    .col-2 a{
        margin-top: 10px;
        margin-bottom:10px;
        font-size:18px;
    }
    .col-3{
        width:94%;
        padding:3%;
        margin:0%!important;
    }
    .col-3 img{
        width:22%!important;
        margin-top: 10px;
        margin-bottom:10px;
    }
    .col-3 h1{
        margin-top: 10px;
        margin-bottom:10px;
        font-size:25px;
    }
    .col-3 p{
        margin-top: 10px;
        margin-bottom:10px;
        font-size:18px;
    }
    .h1-heading-bold{
        font-size:60px;
        margin:20px;
        
    }
    .counttext{
        font-size:60px!important;
    }
    #spacerfooterright{
        display:none;
    }
    #spacerfootermain{
        width:100%!important;
    }
    #menufooter{
        width:90%;
        padding-left:5%;
        padding-right:5%;
        
    }
    .menufooterlinks a{
        font-size:14px!important;
        margin:10px;
    }
    .slogantext{
        font-size:12px!important;
    }
    .VMItem{
        width:29%;
        margin:2%;
    }
    .ContactMain h2{
        font-size:18px;
    }
    .logocontainer{
        display:none;
    }
    #topnavcontainer{
        display:none;
    }
    .mobilenavicon{
        display:block;
    }
    .topnav {
        height:140px;
        background-color:rgba(29, 47, 67, 1);
    }
    .mobilenavlogo{
        display:block;
    }
    .AdSlogan1_2{
        
        top:190px;
    }
    .IconContainer{
        width:16%;
        margin:2%;
    }
    .IconContainer p{
        font-size:16px;
    }
    .navadditional{
        display:none;
    }
    .navphone{
        display:none;
    }
    .mobilenavphone{
        display:block
    }
    .SpacerDiv{
        height:140px;
    }
    .aboutdesc{
        margin-top:180px;
    }
}

@media screen and (max-width: 568px) {
	.MainIconContainer {
		width:98%;
		display:block;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
	}
	.VMItem{
        width:46%;
        margin:2%;
    }
    .IconContainer{
		width:12%;
        margin:1%;
    }
    .IconContainer p{
        font-size:2.6vw!important;
    }
	.AdSlogan1_2{  
        display:none;
    }
	.h1-heading-bold {
		font-size:22px;
        text-align: center;
        MARGIN-TOP:40PX;
        MARGIN-bottom:10PX;
	}
	.categoryheading{
		font-size:22px;
	}
	#center2{
		margin:0 auto;
		width:100%;
        margin-top:130px;
		/*background-color: yellow;*/
	}
	#slideshow_2 {
		min-height: 150px;
	}
	.butVM {
		min-width: 100px;
		background-color: #8abee7;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-family: calibri;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 400px) {
	.VMItem{
        width:96%;
        margin:2%;
    }
    .IconContainer{
		width:12%;
        margin:1%;
    }
	.AdSlogan1_2{  
        display:none;
    }
	.h1-heading-bold {
		font-size:22px;
        text-align: center;
        MARGIN-TOP:50PX;
        MARGIN-bottom:20PX;
	}
	.categoryheading{
		font-size:22px;
	}
	#center2{
		margin:0 auto;
		width:100%;
        margin-top:130px;
		/*background-color: yellow;*/
	}
	#slideshow_2 {
		min-height: 150px;
	}
	.butVM {
		min-width: 100px;
		background-color: #8abee7;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-family: calibri;
		font-size: 14px;
		margin-bottom: 10px;
	}
}