/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: #1abcef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

::-webkit-scrollbar {
    width:5px;
}
 
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
}
 
::-webkit-scrollbar-thumb {
	background:#ddd;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222;
    width: 100%;
    height: 100%;
    position: relative;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
strong {
    font-weight: 700;
}

p,
li,
ol {
    font-size: 16px;
    line-height: 30px;
    margin: 15px auto;
    font-weight: 300;
    letter-spacing: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0 !important;
}


/*COLORS*/


/*OBJECTS*/
button {
    display: inline-block;
    padding: 20px 30px;
    background: #fa824c;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    color: white;
    margin: 20px auto;
    font-size: 18px;
    letter-spacing: 3px;
    border-radius: 50px;
}
button:hover,
button:focus {
    cursor: pointer;
    background: #111;
    color: white;
}

hr {
    border: none;
    margin: 50px auto;
    width: 60%;
    max-width: 100px;
    height: 3px;
    background: #1abcef;
}

.cartoon-square {
	width: 45%;
    margin: 5px;
    border-radius: 10px;
}
.cartoon-square:hover,
.cartoon-square:focus {
	transform: scale(1.03);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.thumbnail-large {
	width: 100%;
    border-radius: 20px;
}

.affiliate-wide {
	width: 200px;
    max-width: 90%;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.affiliate-square {
    width: 70px;
    max-width: 90%;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

.video {
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    border: 2px solid white;
    margin: 50px 0;
}

video {
    width: 90%;
    max-width: 400px;
    display: inline-block;
}

.event-img {
    width: 49%;
    height: 100%;
    margin-bottom: 20px;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
}
a:link {
    color: #1abcef;
}
a:hover,
a:focus {
    color: #222;
}


/*DIVS*/
section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
section.narrow {
    max-width: 1024px;
    text-align: center;
}

.top-bar {
	padding: 10px 0;
    background: #fa824c;
}
.top-bar ul.left {
    float: left;
    list-style: none;
}
.top-bar ul.left i {
    font-size: 21px;
    margin-right: 10px;
    color: white;
}
.top-bar ul.left i:hover,
.top-bar ul.left i:focus {
    color: #111;
}
.top-bar ul.right {
    float: right;
    text-align: right;
    list-style: none;
}
.top-bar li {
    display: inline;
    color: white;
}
.top-bar ul.right i {
    font-size: 21px;
    margin: 0 0 0 30px;
    color: white;
}
.top-bar li:hover,
.top-bar li:focus {
    color: #111;
}

nav {
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    position: relative;
    z-index: 100;
    margin: 0;
}
nav section {
    width: 90%;
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 0 0 25px;
    position: relative; 
    text-align: center;
}
nav .logo {
    width: 60%;
    max-width: 300px;
    display: inline-block;
}
nav button {
    display: none;
    float: right;
}
nav ul {
    list-style: none;
    padding: 25px 0 0;
}
nav ul li {
    display: inline;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 50px;
    padding: 10px 0;
    color: #222;
    letter-spacing: 3px;
}
nav ul li:hover,
nav ul li:focus,
nav ul li.active {
    color: #1abcef;
}

.banner-home {
    padding: 100px 0;
    margin: 0;
    width: 100%;
	background: url(../images/banners/banner-home-2000.jpg) no-repeat center top fixed;
    background-size: cover;
    text-align: center;
}
.banner-home section {
    width: 40%;
    max-width: none;
    position: relative;
    text-align: right;
    background-color: rgba(255,255,255,0);
    display: inline-block;
    margin-left: 55%;
    padding: 50px 10px;
}
.banner-home section p {
    font-weight: 400;
    font-size: 1.5vw;
    margin: 0;
    color: #111;
}
.banner-home section h1 {
    color: white;
    font-size: 48px;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 0 20px #111;
}
.banner-home section h2 {
    color: #111;
    font-weight: 400;
    font-size: 2vw;
    margin: 0;
}

.banner-sub {
	width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    opacity: .3;
}

.slider {
    width: 100%;    
}
.slide-1 {
	background: url(../images/backgrounds/slide-1-2000.jpg) no-repeat center;
    background-size: cover;
}
.slide-2 {
    background: url(../images/backgrounds/slide-2-2000.jpg) no-repeat center;
    background-size: cover;
}
.slide-3 {
    background: url(../images/backgrounds/slide-3-2000.jpg) no-repeat center;
    background-size: cover;
}
.slider .item {
    position: relative;
    height: 700px;
}
.slider .item section {
    width: 100%;
    max-width: inherit;
    padding: 200px 100px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.slider .item section p {
    font-size: 3vw;
    line-height: normal;
}

.container-white {
    width: 100%;
    height: auto;
    padding: 150px 0;
    position: relative;
}
.container-blue {
    padding: 150px 0;
    background: #1abcef;
}
.container-grey {
    padding: 150px 0;
    background: #f9f9f9;
}

.social-media {
	padding-bottom: 50px;
    display: none;
}
.social-media i {
    color: white;
    margin: 20px;
}
.social-media i:hover,
.social-media i:focus {
    color: #222222;
}
.social-media img {
    width: 75%;
    max-width: 500px;
}

footer {
    padding: 50px 0;
    background: #fa824c;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
}
footer hr {
    margin: 0 auto;
}
footer img {
    width: 40px;
    border-radius: 40px;
    border: 2px solid white;
}
footer img:hover,
footer img:focus {
    filter: invert(1);
    opacity: .8;
}
footer ul {
    list-style: none;
}
footer ul li a {
    color: white !important;
}
footer ul li i {
    color: white;
}

.cell-1-2 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 25px;
}

.cell-1-3 {
    width: 30%;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
.cell-1-3 .cartoon {
    width: 100%;
    border-radius: 10px;
}
.cell-1-3:hover .cartoon,
.cell-1-3:focus .cartoon {
	transform: scale(1.03);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.cell-1-3 p {
    font-size: 24px;
    color: #111;
}
.cell-1-3 p span {
    font-size: 18px;
    color: #999;
}

.cell-2-3 {
    width: 60%;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;    
}

.cell-feed {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px auto;
    display: inline-block;
    padding: 20px 0;
}
.cell-feed i {
    color: white;
    margin: 25px 0;
    font-size: 48px;
}


/*FORM*/
form {
    width: 90%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}
form label {
    display: none;
    font-size: 0;
}
form button {
    margin: 5px;
}

input,
textarea {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 20px;
    float: left;
    background: white;
    border: 2px solid #ddd;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    -webkit-appearance: none;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
    border: 2px solid #1abcef;
}

textarea {
    width: calc(100% - 9px);
    height: 100px;
}


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.space {
    height: 100px;
}

.ftlt {
    float: left;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.heading {
    font-size: 48px;
    font-weight: 400;
    margin: 25px auto;
    text-transform: uppercase;
    color: #1abcef;
}
.heading span {
    font-weight: 400;
    font-size: 18px;
}

.sub-heading {
	color: #999;
    font-size: 24px;
    font-weight: 400;
    margin: 50px 0;
}

.cell-heading {
    font-weight: 700;
    font-size: 24px;
    color: #111;
}
.cell-heading span {
    font-size: 18px;
    color: #111 !important;
    font-weight: 300;
}
.cell-heading span a {
    color: #111;
}
.cell-heading span i {
    color: #1abcef;
}

.trademarks {
	font-size: 14px;
    color: #999;
    margin: 100px auto 0;
}

.light {
	font-weight: 300 !important;
}

.narrow {
    max-width: 960px;
}

.blue {
    color: #1abcef;
}

#social {
    padding: 100px 0 0;
}
#social .heading {
    color: white;
}

#cartoon-square {
	text-align: center;
}


/*MEDIA QUERIES*/
@media (max-width:1200px) {
    nav ul li {
        font-size: 16px;
        margin: 10px 25px;
    }
    
    .cell-feed {
        width: 45%;
    }
    
    .banner-home {
        padding: 450px 0 0;
    }
    .banner-home section {
        width: 100%;
        text-align: center;
        background-color: #f9f9f9;
        margin: 0 auto;
        padding: 25px;
    }
    .banner-home section h1 {
        color: #1abcef;
        font-size: 24px;
        text-shadow: none;
    }
}


@media (max-width:1024px) {    
    .banner-home {
        background: url(../images/banners/banner-home-1024.jpg) no-repeat center;
        background-size: cover;
    }
    
    input,
    textarea {
        width: 100%;
        margin: 5px 0;
    }
    form button {
        margin: 5px 0;
    }
    
    .cell-1-2 {
        width: 90%;
        padding: 0;
        float: none;
        margin: 10px auto;
    }
}


@media (max-width:768px) {  
    nav button {
        display: block;
        -webkit-transition: none;
        transition: none;
        margin: 50px 0 0;
    }
    nav ul {
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    nav ul li {
        display: inline-block;
        width: 50%;
        margin: 0;
        float: left;
    }
    nav .logo {
        float: left;
        margin: 10px 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 24px;
    }
    
    nav section {
        margin: 5px auto 10px;
    }
    
    .banner-home section h1 {
        font-size: 21px;
    }
    
    button {
        font-size: 14px;
    }
    
    .top-bar ul.left span {
        display: none;
    }
    .top-bar ul.left i {
        margin-left: 10px;
    }
    
    .container-white,
    .container-grey {
        padding: 50px 0;
    }
    
    .cell-feed {
        display: none;
    }
    
    .social-media {
	   display: inline-block;
    }
    
    footer {
        text-align: center;
    }
    footer hr {
        margin: 0 auto;
    }
    
    form {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    
    .cell-1-3 {
        width: 47%;
    }
    .cell-2-3 {
        width: 100%;
    }
}


@media (max-width:532px) {
    p,
    li,
    ol {
        font-size: 16px;
        line-height: 24px;
    }
    
    nav ul {
        padding: 0;
    }
    nav ul li {
        width: 100%;
        margin: 0;
        padding: 10px;
        border-bottom: none;
    }
    nav ul li:hover,
    nav ul li:focus,
    nav ul li.active {
        border-bottom: none;
        background: #fa824c;
        color: white;
    }
    
    .heading {
        font-size: 24px;
    }
    .sub-heading {
        font-size: 21px;
    }
    
    .banner-home {
        background: url(../images/banners/banner-home-600.jpg) no-repeat center;
        background-size: cover;
        padding: 0 10px 40vh;
    }
    .banner-home section {
        background-color: transparent;
    }
    .banner-home section h1 {
        color: white;
        font-size: 18px;
        text-align: left;
        width: 90%;
    }
    
    #social {
        padding: 50px 0;
    }
    
    .cell-1-3 {
        width: 100%;
        margin: 10px 0;
    }

    .event-img {
        width: 100%;
        margin: 5px 0;
    }
}


@media (max-width:414px) { 
    nav button {
        margin: 25px 0 0;
        padding: 10px;
    }
}