/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

section {
  padding: 20px 0 60px;
}


label {
	font-weight: 300;
    text-transform: uppercase;
    color: #333;
}


.btn-send {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}


.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.thumbnail_1_align {
	text-align: center;

}


.thumbnail_1 {
	width: 41px;
	border-radius: 200px;
	height: 41px;
	margin-left: auto;
}


h6 {
	text-align: center;
	color: #01B2D1;
	font-weight: bold;
}

img.resize {
  max-width:50%;
  max-height:50%;
}


.social .social_icon img {
	width: 80%;
}

.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}

.footer {
	background-color: #B3B3B3;
	font-weight: 400;
	font-style: normal;
	font-family: berkshire-swash;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
	
.thumbnail {
	width: 41px;
	border-radius: 200px;
	height: 41px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}

.footer a:hover {
	color: #717070;
	cursor: pointer;
}

.footer a.active {
	color: #0F000F;
}
.footer a {
	color: #FFFFFF;
	text-decoration:none
}
	
	
label {
  font-family: 'Baumans';  
}

.gfont
{
	font-family: 'Roboto', sans-serif;
	text-align:justify
	
}

.gfont2
{
	font-family: 'Odibee Sans', cursive;
	font-weight: bold;
	/*color: rgba(32,73,105,1);*/
	/*color:rgba(166,73,66,1);*/
	color:rgba(192,0,0,1);
	font-size: 24px;
}


.gfont3
{
	font-family: 'Odibee Sans', cursive;
	color: rgba(49,49,49,1);
}

.gfont4
{
	font-family: 'Roboto', cursive;
	font-size: 16px;
}


.galign{
	text-align: justify;
	font-family: 'Odibee Sans', cursive;
	font-size: 19px
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

 /* Social Button Stype */
    .scl-btn {
      padding: 15px;
      font-size: 25px;
      width: 55px;
      text-align: center;
      text-decoration: none;
      margin:-16px;
      color: white;
    }
    /* Hover Effect */
    .scl-btn:hover {
      opacity: 0.8;
      text-align: center;
      text-decoration: none;
      color: white;
    }
    /* Round buttons */
    .scl-crcl {
      border-radius: 50%;
    }
    /* Round Corners */
    .scl-rnd {
        border-radius:5px;
    }
    /* Brand Colors */
    .fa-facebook-f { background: #3B5998; }
    .fa-twitter { background: #55ACEE; }
    .fa-linkedin-in { background: #007bb5; }
    .fa-whatsapp { background: #25D366; }
    .fa-at, .fa-envelope { background: #ff6600; }
    .fa-google { background: #dd4b39; }
    .fa-youtube { background: #bb0000; }
    .fa-instagram { background: #125688; }
    .fa-pinterest { background: #cb2027; }
    .fa-snapchat-ghost { background: #fffc00; }
    .fa-skype { background: #00aff0; }
    .fa-android { background: #a4c639; }
    .fa-dribbble { background: #ea4c89; }
    .fa-vimeo-v { background: #45bbff; }
    .fa-tumblr { background: #2c4762; }
    .fa-vine { background: #00b489; }
    .fa-foursquare { background: #45bbff; }
    .fa-stumbleupon { background: #eb4924; }
    .fa-flickr { background: #f40083; }
    .fa-yahoo { background: #430297; }
    .fa-reddit-alien { background: #ff5700; }
    .fa-rss { background: #ff6600; }
    .fa-medium-m { background: #000000; }
    .fa-blogger { background: #f57d00; }
    .fa-facebook-messenger { background: #3b5998; }
    .fa-github { background: #000000; }
    .fa-paypal { background: #003087; }
    .fa-steam-symbol { background: #00adee; }
    .fa-telegram-plane { background: #0088cc; }
    .fa-xing { background: #026466; }
    .fa-yelp { background: #af0606; }
    .fa-tripadvisor { background: #00af87; }
    .fa-etsy { background: #d5641c; }

.container {
  padding: 2rem 0rem;
}

h4 {
  margin: 2rem 0rem 1rem;
}

.table-image {
  td, th {
    vertical-align: middle;
  }
}


/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 20%;
  padding: 20px;
}


/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}
