/***************** TOP NAVIGATION *****************/

.logo {
    margin-left: 10px;
    margin-right: 10px;
}


.topnav span {
    border-bottom: 3px solid transparent;
}


.topnav span:hover {
    border-bottom: 3px solid #2196f3;
}


.navbar-default .navbar-toggle {
    border: none !important;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    margin-bottom: 6px !important;
    position: relative;
    top: 2px;
}


.collapse.in {
    padding: 15px;
    background-color: #303d52ba;
    border-top: 1px solid #FFFFFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2196f3bf;
    border-radius: 1px;
    position: relative;
}

/***************** BORDER RADIUS 10px *****************/

.brd10px {
    border-radius: 10px;
}

/***************** HERO HEADER *****************/


.heroheader span {
    font-size: 7vw !important;
	line-height: 100%;
    text-shadow: 0px 1px 1px #36363817;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent !important;
}

@media all and (max-width: 768px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.heroheader span {
	font-size: 12vw !important;
	line-height: 100%;
}
}

/***************** STFYC HEADER *****************/


.stfycheader span {
    font-size: 4vw !important;
}

@media all and (max-width: 768px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.stfycheader span {
	font-size: 13vw !important;
}
}


/***************** MOBILE *****************/


@media all and (max-width: 1240px) and (min-width: 200px) {
                    /* Change Resolutions Here */
.herozoom {
    background-size: cover !important;
}
}


/***************** REG FORM *****************/

select {
    padding-left: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}


/***************** SCROLL BAR *****************/


/* width */
::-webkit-scrollbar {
  width: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2196F3 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #03A9F4 !important;
}