body{
    font-family: 'Francois One';
}
body:after,
#access-code-form:after {

    content: '';
    display: block;
    clear: both;
}

/*Strip the ul of padding and list styling*/
#smallNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#smallNav li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#smallNav li a {
	display:block;
	min-width:140px;
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

/*Style for dropdown links*/
#smallNav li:hover ul a {
	height: 40px;
	line-height: 40px;
}

/*Hide dropdown links until they are needed*/
#smallNav li ul {
	display: none;
}

/*Make dropdown links vertical*/
#smallNav li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#smallNav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#smallNav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
#smallNav .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
#smallNav input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
#smallNav input[type=checkbox]:checked ~ #menu{
    display: block;
}

#smallNav {
	display: none;
}

#bigNav {
	display: flex;
}

.site-footer {
    background-color: #fff;
    border: none;
}

.site-top {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    background: none;
    border: none;
}

#site-logo {
    float: none;
}

.main-posts {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    width: 75%;
}

.heading-content {
    font-size: 45px;
    font-family: 'Francois One';
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.slogan {
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Francois One';
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

.slogan .sub-name {
    font-size: 52px;
}

.slogan .last-name {
    font-size: 30px;
}

#access-code-form {
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: rgba(207, 207, 207, 0.8)
}

#big-white-text-section{
    width: 100%;
    padding: 45px 30px;
    background-color: rgba(86, 161, 1, 0.7);
    margin-top: 20px;
    position: relative;
}

.border-whilte{
    background-color: #6d9b31;
    border: 1px solid #fff;
    display: inline-block;
    /* letter-spacing: 1px; */
    cursor: pointer;
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-size: 1.4em;
    padding: 8px 6px 8px 2px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    font-weight: 300;
    line-height: 50px;
}

.top-form .button-row{
    margin-top: 30px;
}

#access-code-form {
    margin: 0px;
    padding: 45px 30px;
}

#homepage-post-area {
    padding: 0px !important;
}

.text-white {
    color: #fff;
    font-family: 'Francois One';
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
}


.input-field input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333 !important;
    border-radius: 3px;
}

.ht-form-control {
    margin-bottom: 20px;

}

#getresults {
    background-color: #6d9b31;
    font-size: 25px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Francois One';
    border: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 7px 0px;
}

#getresults:hover {
    background-color: #4C6B21;
}

.col-lg-6 .big-white-button {
    border: none;
    line-height: 45px;
    font-size: 30px;
    padding: 20px 10px;
    border-radius: 4px;

}

.big-white-button{
    margin-bottom: 20px;
}

.sl-bottom:after {
    content: '';
    display: block;
    clear: both;
}

.main-posts {
    padding-bottom: 40px;
}

.footer-row {
    max-width: 100%;
}

.footer-font {
    font-family: 'Francois One';
    float: right;
    padding-top: 4px;
    font-size: 24px;
    line-height: 1.3;
    width: 70%;
}

/*Make dropdown links appear inline*/
#smallNav ul {
	position: static;
	display: none;
}
/*Create vertical spacing*/
#smallNav li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/
#smallNav ul li, li a {
	width: 100%;
}
/*Display 'show menu' link*/
#smallNav .show-menu {
	display:block;
	align-items: center;
	justify-content: center;
}

#smallNav {
	display: none;
	align-items: center;
	justify-content: center;
}
#bigNav {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 980px) {
    .container {
        width: 95%;
    }

    .footer-font {
        width: auto;
    }

    .site-top, .main-posts {
        padding-left: 15px;
        padding-right: 15px;
    }

	#smallNav {
		display: none;
	}
	#bigNav {
		display: block;
	}
}

@media only screen and (max-width: 924px) {

	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 769px) {
    .container {
        width: 100%;
    }

    .main-posts:after,
    .site-top:after {
        content: '';
        clear: both;
        display: block;
    }

    .main-posts {
        width: 100%;
        float: none;
    }

    .site-top {
        width: 100%;
        float: none;
    }
    #greenbee-footer-image-div,
    #site-logo
    {
        display: block !important;
    }

    #get_your_teams{
        margin-bottom: 20px;
    }
    #greenbee-footer-image-div{
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer-font.text-center{
        float: none;
        width: 100%;
        text-align: center;
    }

   .access-code-form  .input-field input{
        font-size: 16px;
    }
    body{
        padding-bottom: 180px;
    }

	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
    #getresults{
        margin-top: 10px;
    }
    .big-white-text-containter > .sl-bottom .col-lg-3{
        margin-top: 20px;
    }
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 563px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 549px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 534px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
    .footer-font{
        font-size: 18px;
    }
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 360px) {
    .access-code-form  .input-field input{
        font-size: 20px;
    }
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 338px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

@media only screen and (max-width: 330px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}

	#smallNav nav ul li {
	  display: block;
	  width: 94%;
	}
}

@media only screen and (max-width: 320px) {
	#smallNav {
		display: block;
	}
	#bigNav {
		display: none;
	}
}

#site-logo a {
    display: block;
    font-size: 0px;
    padding: 0px;
    margin: 0;
}

@media only screen and (min-width: 769px) and (max-width: 800px) {
    #getresults {
        font-size: 20px; /*-5px;*/
    }

    .input-field input {
        font-size: 13px; /*-5px;*/
    }

    .col-lg-6 .big-white-button {
        font-size: 25px;
        line-height: 35px;
    }

    h2.text-white {
        font-size: 38px;
    }

    .sl-bottom .text-white {
        font-size: 25px;
    }

    #site-logo img {
        width: 100%;
        height: auto;
    }
}

.wp-text-acount{
    width: 55%;
    margin: 10px 30% 30px 25%;
    padding: 20px 0;
    border: 2px solid gray;
    border-radius: 10px;
    font-size: 30px;
    background-color: rgba(207, 207, 207, 0.8);
}
