/*
Theme Name: SwapBots
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: SwapBots custom theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: swapbots
*/

body {
    font-size: 18px;
}

/* Font styles */
@font-face {
    font-family: SwapBots;
    src: url('fonts/Swapbots.otf'),
         url('fonts/SwapBots.ttf') format('truetype');
}
@font-face {
    font-family: Campton;
    font-weight: normal;
    src: url('fonts/Campton Book.otf');
}
@font-face {
    font-family: Campton;
    font-weight: bold;
    src: url('fonts/Campton Bold.otf');
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    font-family: Campton, SansSerif, Arial;
    font-weight: bold;
}

h4 {
    color: #909c9c;
    font-size: 24px;
}

p {
    font-family: Campton, SansSerif, Arial;
}

a {
	color: #000;
}

/* Colours */
.dark-grey {
    color: #2d2924;
}
.grey {
    color: #909c9c;
}
.red {
    color: #FF0000;
}
.orange {
    color: #ffb718;
}
.yellow {
    color: #ffe800;
}
.green {
    color: #94d500;
}
.turquoise {
    color: #25c9d2;
}
.purple {
    color: #cd25af;
}

.dark-grey-bg {
    background-color: #2d2924;
}
.grey-bg {
    background-color: #909c9c;
}
.red-bg {
    background-color: #FF0000;
}

.btn-swapbot-dark-grey,
.btn-swapbot-dark-grey:focus,
.btn-swapbot-dark-grey:hover {
    color: #FFF;
    background-color: #2d2924;
}
.btn-swapbot-red,
.btn-swapbot-red:focus,
.btn-swapbot-red:hover {
    color: #FFF;
    background-color: #FF0000;
}

.copyright {
    color: #FFF;
}

/* Custom styles */
.logo {
    margin: 20px 0;
}

.social {
    margin-top: 70px;
}
@media (min-width: 768px) {
    .social {
        margin-top: 35px;
    }
}
@media (min-width: 992px) {
    .social {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .social {
        margin-top: 70px;
    }
}

.top-nav {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .top-nav {
        margin-top: 25px;
    }
}
@media (min-width: 992px) {
    .top-nav {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .top-nav {
        margin-top: 70px;
    }
}

.top-nav a {
    color: #000;
    font-family: SwapBots;
    font-size: 20px;
}
@media (min-width: 768px) {
    .top-nav a {
        font-size: 24px;
    }
}

.top-nav .active a,
.top-nav a:focus,
.top-nav a:hover {
    border-bottom: 2px solid #FF0000;
    text-decoration: none;
}

.feature-list {
    font-family: Campton;
    font-size: 36px;
    font-weight: bold;
}
.feature-list li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
    font-family: SwapBots;
}

.spacer-12 {
    height: 12px;
}
.spacer-24 {
    height: 24px;
}
.spacer-48 {
    height: 48px;
}

.white-bg-tile {
    background-image: url('images/20cm_Tile_White.png');
}
.red-bg-tile {
    background-image: url('images/20cm_Tile_Red.png');
}
.dark-grey-bg-tile {
    background-image: url('images/20cm_Tile_DarkGrey.png');
}
.light-grey-bg-tile {
    background-image: url('images/20cm_Tile_LightGrey.png');
}

.about-cta p {
    font-family: Campton;
    font-size: 32px;
    font-weight: bold;
}

.about-strapline h3 {
    font-family: Campton;
    font-size: 32px;
    font-weight: bold;
}

.about-intro {
    color: #FF0000;
    font-size: 24px;
}

.press-email,
.press-email:focus,
.press-email:hover {
    color: #FF0000;
    font-size: 24px;
    font-weight: bold;
}

.press-links p:nth-of-type(odd) {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.press-links p:nth-of-type(even) a {
    color: #FF0000;
    font-size: 18px;
}

form {
    margin: 10px 0;
}

.recognition h4 {
    color: #FF0000;
}

/* Blog styles */
article h1 {
	color: #000;
	text-transform: uppercase;
}
article h3 {
	color: #000;
	text-transform: uppercase;
}
article h3 a:focus,
article h3 a:hover {
	color: #000;
    border-bottom: 2px solid #FF0000;
    text-decoration: none;
}