/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

@font-face {
    font-family: 'Brite Bomber';
    src: url('fonts/fortnite-webfont.woff2') format('woff2'),
         url('fonts/fortnite-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h4 a {
    background: white;
	border: 2px solid #FFFFFF;
    border-radius: 6px;
    color: #004E6F;
    padding: 5px 10px;
    display: inline-block;
	 -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

h4 a:hover {
    background: #004E6F;
	border: 2px solid #FFFFFF;
    color: #FFFFFF;
	 -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

body {
font-family: "Brite Bomber";
color: #FFFFFF;
background: #1079A7;
padding-top: 50px;
}

p {
	margin-bottom: 100px;
	font-size: 1.5rem;
	font-weight: 100;
	color: rgba(255,255,255,0.5);
}

h2 {
	font-size: 1.5rem;
	font-weight: 100;
	color: rgba(255,255,255,0.5);
}

a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 6rem;
	text-transform: uppercase;
	max-width: 800px;
}

h3 {
	font-size: 3rem;
}

#wrapper-navbar {
    display: none;
}

#wrapper-footer {
    display: none;
}

.entry-footer {
    display: none;
}

.entry-header {
    display: none;
}


@media all  and (min-device-width: 0px) and (max-device-width: 480px) {
	h1 {
	font-size: 4rem;
	text-transform: uppercase;
}

h3 {
	font-size: 2rem;
}

body {
padding-top: 50px;
}
h2 	{
display: none;}
p {
	display: none;
}

	}