.slider_top{

    margin-top:-4.8%;

}
.navbar-brand {
    float: left;
    height: 20px;
    padding: 15px 15px;
    font-size: 24px;
    line-height: 14px !important;
}
	#home {

    position: relative;

    height: 25vh;

}

#main-navbar {

    position: absolute;

    left: 0;

    right: 0;

    top: 40px;

    /*background-color: #8FC122;*/
    /*background-color: #6e4570;*/
    background-color: #973fa5;

    z-index: 910;

}

ul, ol {

    margin: 0;

    padding: 0;

    list-style: none;

}

#logo_header{

    display:flex;

    align-items:center;

    justify-content:center;

}

.logo_heading{

    margin-top:10%;
    
    font-size: 34px;

    /*color:#006df0;*/
    color: #000;

    font-weight:bold;
    width: 850px;

}

.mobileLogo{

        margin-top: 40px;
        width: 300px;
        height: 200px;

    }


.font1{

    font-family: 'Reggae One', cursive;

}

.font2{

    font-family: 'Roboto', sans-serif;

}
.font3{
	font-family: 'Pattaya', sans-serif;
}
.font4{
	font-family: 'Rubik', sans-serif;
}

.fsall{

    font-size: 14px !important;

}

.social_icon_size{
	font-size: 40px;
}
.ml150{
	margin-left: 150px;
}
.fright{
	float: right;
	margin-right: 60px;
}
.mtx{
	margin-top: 20px;
}
.ftext{
	color: #000 !important;
}
.f25{
    font-size: 25px;
}
@media only screen and (max-width: 600px) {
	.social_icon_size{
		font-size: 20px;
	}
	.ml150{
		margin-left: 0px;
		
	}

	.fright{
		display: block;
		margin-top: 100%;
	}

  #logo_header{

    flex-direction:column;

    }

    .logo_heading{

        font-size: 18px;

        text-align:center;

    }

    .mobileLogo{

        margin-top: 240px;
        width: 300px;
        height: 200px;

    }

    #home {

        margin-top: 2px;

    }

    .sliderMobile{

        margin-top: -60px !important;

    }
    .aboutMobile{

      margin-top: 470px !important;  

    }
    .mobileBottom{

        margin-bottom: 30px !important;

    }

    .f15{
        font-size: 14px;
    }

}